Categories > Exploiting > Scripts >

Jetpack script (FIXED)

tonykakko82

some random scripter.

Posts: 59

Threads: 27

Joined: Jan, 2021

Reputation: 1

Posted

When i saw somebody trying my script, they didnt fly, So i made an easy remake of it.

it is now more easier to use.

local player = game.Players.LocalPlayer
local RealPlayer = game.Workspace:FindFirstChild(player.Name)

Start = "e" --Insert key here
Stop = "q" --Insert key here

local stop = true --Dont edit or you would be flying infinitely.
script.Parent = RealPlayer
local hint = Instance.new("Hint")
hint.Parent = game.Workspace
hint.Text = "Script made on WeAreDevs.net, Fun fact: Somehow im a fan of tonykakko82 because of his good scripts, Destroying Hint in 5 seconds"
wait(5)
hint:Destroy()


player:GetMouse().KeyDown:Connect(function(key)
	if key == Start then 
		if stop == false then
		while true do
			wait()
			
			script.Parent.Humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
			end
		end
	end
end)

player:GetMouse().KeyDown:Connect(function(key)
	if key == stop then
		local stop = true
		script.Parent.Humanoid:ChangeState(Enum.HumanoidStateType.Ragdoll)
	end
end)
  • 0

Exploits i have used: Cyrup, krnl, Kiwi X

Exploits i use: Cheat engine, jjsploit,Oxygen U, Cyrup, krnl

im not the real tonykakko82.

Posts: 78

Threads: 42

Joined: Dec, 2020

Reputation: 0

Replied

Boi, how you so smart

  • 0

tonykakko82

some random scripter.

Posts: 59

Threads: 27

Joined: Jan, 2021

Reputation: 1

Replied

@deadpoison1665 Because somebody gave me his game's copy, and his jetpack script

  • 0

Exploits i have used: Cyrup, krnl, Kiwi X

Exploits i use: Cheat engine, jjsploit,Oxygen U, Cyrup, krnl

im not the real tonykakko82.

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )