TTD 3 Script | JETPACK W/ INFINITE FUEL

Created by Paygammy

Features:

  • JETPACK W/ INFINITE FUEL

P.S.: The Jetpack is something you’ll have to play the game to be able to buy.

local RunService = game:GetService("RunService")

for _, s in pairs(getconnections(RunService.RenderStepped)) do
   local f = s.Function
   if type(f) == "function" then
       local script = getfenv(f)['script']
       local u = debug.getupvalue(f, 1)
       if typeof(script) == 'Instance' and script.Name == 'JetpackClient' and type(u) == 'function' then
           RunService.RenderStepped:Connect(function()
               debug.setupvalue(u, 1, -math.huge)
           end)
       end
   end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS