Advertisement
vydrt5s

Untitled

Jan 12th, 2020
2,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1.  
  2.  
  3. 1.loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  4.  
  5.  
  6. 2.wait(1);
  7.  
  8.  
  9. 3.
  10.  
  11.  
  12. 4.-- Made by JackMcJagger15
  13.  
  14.  
  15. 5.
  16.  
  17.  
  18. 6.power = 500 -- change this to make it more or less powerful
  19.  
  20.  
  21. 7.
  22.  
  23.  
  24. 8.game:GetService('RunService').Stepped:connect(function()
  25.  
  26.  
  27. 9.game.Players.LocalPlayer.Character.Head.CanCollide = false
  28.  
  29.  
  30. 10.game.Players.LocalPlayer.Character.Torso.CanCollide = false
  31.  
  32.  
  33. 11.game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  34.  
  35.  
  36. 12.game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  37.  
  38.  
  39. 13.end)
  40.  
  41.  
  42. 14.
  43.  
  44.  
  45. 15.wait(.1)
  46.  
  47.  
  48. 16.local bambam = Instance.new("BodyThrust")
  49.  
  50.  
  51. 17.bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  52.  
  53.  
  54. 18.bambam.Force = Vector3.new(power,0,power)
  55.  
  56.  
  57. 19.bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  58.  
  59.  
  60. 20.
  61.  
  62.  
  63. 21.loadstring(game:HttpGet("https://pastebin.com/raw/stggPUBM", true))()
  64.  
  65.  
  66. RAW Paste Data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement