Advertisement
squas12

Ghost Main RC7

Mar 29th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. loadstring(game:HttpGet("https://pastebin.com/raw/7hMfJBaW"))()
  2. loadstring(game:HttpGet("https://pastebin.com/raw/szq809F1"))()
  3. loadstring(game:HttpGet("https://pastebin.com/raw/s2vuMtkY"))()
  4. plr = game:GetService("Players").LocalPlayer
  5. mouse = plr:GetMouse()
  6. mouse.KeyDown:Connect(function(key)
  7. if key == "5" then
  8. Local = game:GetService('Players').LocalPlayer
  9. Char = Local.Character
  10. touched,tpdback = false, false
  11. Local.CharacterAdded:connect(function(char)
  12. if script.Disabled ~= true then
  13. wait(.25)
  14. loc = Char.HumanoidRootPart.Position
  15. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  16. end
  17. end)
  18. game:GetService('UserInputService').InputBegan:connect(function(key)
  19. if key.KeyCode == Enum.KeyCode.Equals then
  20. if script.Disabled ~= true then
  21. script.Disabled = true
  22. print'you may re-execute'
  23. end
  24. end
  25. end)
  26. box = Instance.new('Part',workspace)
  27. box.Anchored = true
  28. box.CanCollide = true
  29. box.Size = Vector3.new(10,1,10)
  30. box.Position = Vector3.new(0,20000,0)
  31. box.Touched:connect(function(part)
  32. if (part.Parent.Name == Local.Name) then
  33. if touched == false then
  34. touched = true
  35. Char.Head.face.Transparency = 0.7
  36. for _, grab in pairs(Char:GetChildren()) do
  37. if grab:IsA("Part") then
  38. grab.Transparency = 0.7
  39. function apply()
  40. if script.Disabled ~= true then
  41. no = Char.HumanoidRootPart:Clone()
  42. wait(.25)
  43. Char.Humanoid.WalkSpeed = 50
  44. Char.HumanoidRootPart:Destroy()
  45. no.Parent = Char
  46. Char:MoveTo(loc)
  47. touched = false
  48. end end
  49. if Char then
  50. Char.HumanoidRootPart.Transparency = 1
  51. apply()
  52. end
  53. end
  54. end
  55. end
  56. end
  57. end)
  58. repeat wait() until Char
  59. loc = Char.HumanoidRootPart.Position
  60. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  61. repeat
  62. Char.Humanoid.WalkSpeed = 50
  63. Char.Humanoid.JumpPower = 65
  64. wait(.01)
  65. until Char.Humanoid.Health <= 0
  66. end
  67. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement