HHLExploits

Pew Pew

May 24th, 2019
1,446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. while wait(.1) do
  2. for _,v in pairs(game.Workspace:GetChildren()) do
  3. if v:FindFirstChild("CharId") and v.Name ~= game.Players.LocalPlayer.Name then
  4. local A_1 = "Shoot"
  5. local A_2 = v.CharId.Value
  6. local Event = game:GetService("ReplicatedStorage").RemoteEvent
  7. Event:FireServer(A_1, game.Workspace[game.Players.LocalPlayer.Name]:FindFirstChildOfClass("Tool").TypeId.Value,A_2)
  8. end
  9. end
  10. for _,v in pairs(game.Workspace.Currency:GetChildren()) do
  11. local A_1 = "Collect Currency"
  12. local A_2 = v.Name
  13. local Event = game:GetService("ReplicatedStorage").RemoteEvent
  14. Event:FireServer(A_1, A_2)
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment