Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.autopunch = true -- change this to false to stop auto punch
- while _G.autopunch == true do
- local args = { [1] = {[1] = "Activate_Punch"}}
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- task.wait()
- end
Add Comment
Please, Sign In to add comment