Teleporter Roblox Hack

  

Apr 3rd, 2020
Hack
Never

Within the last few Roblox Egghunt Events, I sometimes lost connection while teleporting between places, but that didn’t necessarily meant that I gave the games a thumbs down. As long as teleportation works for the most part at least 90-95% of the time, your game should be fine.

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. | _ __ _ ___| |_ ___ __| | | __ ) _ _
  2. | __/(_| __ || __/(_| | | |_) | |_| |
  3. |___
  4. ___| | __ _ _ _ ___| |_(_) ___| | __
  5. | (__| | (_| | |_| __ |_| | (__| < My Profile: https://pastebin.com/u/claystick
  6. |___/
  7. --Put your mouse cursor where you want to teleport and press q
  8. --If you die you have to execute the script again or it won't work
  9. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y +5, mouse.Hit.z)
  10. end
  11. end
RAW Paste Data
Apr 23rd, 2020

Teleport Roblox Hack Script

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- TP TO ANY PLAYER IN YOUR GAME YOU YOUST NEED THE NAME
  2. -- IF YOU WANT TO GET THE NAME EASILY PRESS F9 + CTRL I WROTE THEM THERE ;)
  3. -- SOME GAMES WILL KICK YOU OR BAN YOU FOR TELEPROTING
  4. -- USE AT YOUR ON RISK IF YOU GET BANNED DONT BLAME ME
  5. local UI = Instance.new('ScreenGui')
  6. local title = Instance.new('TextLabel')
  7. local tpB = Instance.new('TextButton')
  8. local titleText ='Script by 5C_G. Write the name of the player you want to TP to IN GAME. Remeber there are some games that kick you for teleproting. Use at your own RISK.'
  9. main_frame.Size = UDim2.new(0,223,0,202)
  10. main_frame.BorderSizePixel =0
  11. main_frame.BackgroundColor3 = Color3.fromRGB(0,0,0)
  12. title.Parent = main_frame
  13. title.Position = UDim2.new(-0.004,0,-0.004,0)
  14. title.TextScaled =true
  15. title.BorderColor3 = Color3.fromRGB(255,255,255)
  16. injector.Size = UDim2.new(0,153,0,42)
  17. injector.Text ='
  18. injector.BackgroundColor3 = Color3.fromRGB(85,0,0)
  19. injector.TextColor3 = Color3.fromRGB(0,0,0)
  20. tpB.Parent = main_frame
  21. tpB.Position = UDim2.new(0.803,0,0.634,0)
  22. tpB.TextScaled =true
  23. tpB.BorderSizePixel =0
  24. for _, playerss inpairs(game.Players:GetChildren())do
  25. print('('..playerss.Name..') <-- 5C_G WROTE THIS')
  26. tpB.Activated:Connect(function()
  27. for _, players inpairs(game.Players:GetChildren())do
  28. local playerChar = players.Character
  29. player.HumanoidRootPart.CFrame = playerHMRP.CFrame
  30. end
  31. print('SORRY YOU WONT TP TO THE CREATOR OF THE SCRIPT LOLOLOL')-- made this for fun
  32. end
RAW Paste Data