Advertisement
xMintee

Boxing Simulator 2 Script

Mar 15th, 2018
14,277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. --To Attack A User In Main Lobby----Change EnterNameToAttack To Usersname To Attack
  2. local child = game:GetService("Players"):GetChildren()
  3. local Fuck = game:GetService("Players").LocalPlayer.Name
  4. local A_1 = game:GetService("Workspace").TheRealThirstyGaming.RightHand
  5. local A_2 = "RightPunch"
  6. local A_3 = game:GetService("Workspace").EnterNameToAttack.HumanoidRootPart
  7. local A_4 = 5
  8. local A_5 = true
  9. local A_6 = "LeftPunch"
  10. local A_7 = game:GetService("Workspace").TheRealThirstyGaming.Boxing.Handle.Hit
  11. local A_8 = 5
  12. local Event = game:GetService("ReplicatedStorage").Remotes["Human_Punch"]
  13.  
  14. for i = 1, #child do
  15. if (child[i].Name ~= Fuck) then
  16. for a = 1, 100 do
  17.  
  18. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7, A_8)
  19.  
  20. end
  21. end
  22. end
  23.  
  24. --To Attack A User In The Fight Arena Place Thing----Change EnterNameToAttack To Usersname To Attack
  25. local child = game:GetService("Players"):GetChildren()
  26. local Fuck = game:GetService("Players").LocalPlayer.Name
  27. local A_1 = game:GetService("Workspace").TheRealThirstyGaming.RightHand
  28. local A_2 = "RightPunch"
  29. local A_3 = game:GetService("Workspace").Warriors.Waiting.EnterNameToAttack.HumanoidRootPart
  30. local A_4 = 5
  31. local A_5 = true
  32. local A_6 = "LeftPunch"
  33. local A_7 = game:GetService("Workspace").TheRealThirstyGaming.Boxing.Handle.Hit
  34. local A_8 = 5
  35. local Event = game:GetService("ReplicatedStorage").Remotes["Human_Punch"]
  36.  
  37. for i = 1, #child do
  38. if (child[i].Name ~= Fuck) then
  39. for a = 1, 100 do
  40.  
  41. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7, A_8)
  42.  
  43. end
  44. end
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement