Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --To Attack A User In Main Lobby----Change EnterNameToAttack To Usersname To Attack
- local child = game:GetService("Players"):GetChildren()
- local Fuck = game:GetService("Players").LocalPlayer.Name
- local A_1 = game:GetService("Workspace").TheRealThirstyGaming.RightHand
- local A_2 = "RightPunch"
- local A_3 = game:GetService("Workspace").EnterNameToAttack.HumanoidRootPart
- local A_4 = 5
- local A_5 = true
- local A_6 = "LeftPunch"
- local A_7 = game:GetService("Workspace").TheRealThirstyGaming.Boxing.Handle.Hit
- local A_8 = 5
- local Event = game:GetService("ReplicatedStorage").Remotes["Human_Punch"]
- for i = 1, #child do
- if (child[i].Name ~= Fuck) then
- for a = 1, 100 do
- Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7, A_8)
- end
- end
- end
- --To Attack A User In The Fight Arena Place Thing----Change EnterNameToAttack To Usersname To Attack
- local child = game:GetService("Players"):GetChildren()
- local Fuck = game:GetService("Players").LocalPlayer.Name
- local A_1 = game:GetService("Workspace").TheRealThirstyGaming.RightHand
- local A_2 = "RightPunch"
- local A_3 = game:GetService("Workspace").Warriors.Waiting.EnterNameToAttack.HumanoidRootPart
- local A_4 = 5
- local A_5 = true
- local A_6 = "LeftPunch"
- local A_7 = game:GetService("Workspace").TheRealThirstyGaming.Boxing.Handle.Hit
- local A_8 = 5
- local Event = game:GetService("ReplicatedStorage").Remotes["Human_Punch"]
- for i = 1, #child do
- if (child[i].Name ~= Fuck) then
- for a = 1, 100 do
- Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7, A_8)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement