Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- isrbxactive()
- local LP=game.Players.LocalPlayer
- local uis = game:GetService("UserInputService")
- local on=true
- local c=0
- while on==true do
- wait(0.5)
- if (uis:GetFocusedTextBox()) then
- return; -- make sure player's not chatting!
- end
- LP.Character.HumanoidRootPart.CFrame=CFrame.new(1105, 60, 115)
- keypress(0x41)
- wait(0.25)
- keyrelease(0x41)
- keypress(0x44)
- wait(0.25)
- keyrelease(0x44)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement