HaxRoblox

ded

Oct 27th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. l/--dedsecbrazil Copy and paste this script in the CMD below the guis and hit enter!
  2. Victim = 'ScriptingLua_LuaTeam' --HERE IS THE PLAYER U WANT TO ROD!!!
  3.  
  4. game.Workspace[(Victim)].Humanoid.PlatformStand = true
  5. wait(0.2)
  6. h = Instance.new('RodConstraint',game.Players.LocalPlayer.Character.Torso)
  7. h.Name = 'Rope'
  8. h.Length = 10
  9. h.Thickness = 0.5
  10. h.Visible = true
  11. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 500
  12. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  13. wait(0.2)
  14. Aa = Instance.new('Attachment',game.Players.LocalPlayer.Character.Torso)
  15. Aa.Name = 'Att1'
  16. Aa.Axis = Vector3.new(0,-1,0)
  17. Aa.SecondaryAxis = Vector3.new(1,0,0)
  18. Za = Instance.new('Attachment',game.Workspace[(Victim)].Head)
  19. Za.Name = 'Att2'
  20. Za.Axis = Vector3.new(0,-1,0)
  21. Za.SecondaryAxis = Vector3.new(1,0,0)
  22. wait(0.2)
  23. h.Attachment0 = game.Players.LocalPlayer.Character.Torso.Att1
  24. h.Attachment1 = game.Workspace[(Victim)].Head.Att2
Add Comment
Please, Sign In to add comment