Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().farm = true
- while getgenv().farm == true do
- task.wait(2)
- for i = 1, 2500 do
- task.spawn(function()
- local A_1 =
- {
- [1] =
- {
- [1] = "",
- [2] = "skillsControl",
- [3] = "Combat",
- [4] = "Z",
- [5] = "Hold",
- [6] = Vector3.new(0,0,0)
- }
- }
- local Event = game:GetService("ReplicatedStorage").RemoteEvent
- Event:FireServer(A_1)
- end)
- end
- end
Add Comment
Please, Sign In to add comment