Advertisement
PoopnombayYT

EB Scripts

Dec 3rd, 2020 (edited)
3,704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. -- Anti AFK
  2. local vu = game:GetService("VirtualUser")
  3. game:GetService("Players").LocalPlayer.Idled:connect(function()
  4. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  5. wait(1)
  6. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  7. end)
  8.  
  9. -- Teleportation
  10. while true do
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-710.046936, 247.260239, -337.520874)
  12. wait(1)
  13. end
  14.  
  15.  
  16.  
  17. -- Tools
  18.  
  19. -- Coord Grabber
  20. loadstring(game:HttpGet("https://pastebin.com/raw/GdmzzrDz", true))()
  21.  
  22. -- Teleportation
  23. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-710.046936, 247.260239, -337.520874)
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement