Advertisement
Burkino

Untitled

Apr 7th, 2020
2,941
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-116.022934, 8.97853184, 860.815186)
  2. for loops = 0, 20, 1 do
  3. local number_1 = 1;
  4. local Target = game:GetService("ReplicatedStorage").Events.HackingTermStart;
  5. Target:FireServer(number_1);
  6.  
  7. local Send = function(Key)
  8. local VM = game:GetService('VirtualInputManager')
  9. VM:SendKeyEvent(true,Enum.KeyCode[Key],false,game)
  10. VM:SendKeyEvent(false,Enum.KeyCode[Key],false,game)
  11. end
  12. wait(0.1)
  13. for life = 1, 63, 1 do
  14. Send('One')
  15. wait()
  16. Send("Zero")
  17. wait()
  18. end
  19. wait(4)
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement