Advertisement
DEXLTH

Untitled

Oct 1st, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if _G.punch == true then
  2. _G.punch = false
  3. punchie.Text = "Auto-Punch (Off)"
  4. else
  5. _G.punch = true
  6. punchie.Text = "Auto-Punch (On)"
  7. while _G.sell == true do
  8. game:GetService("Workspace").artem606.Combat.combatClientScript.replicator
  9. local A_1 = "punch"
  10. local Event = game:GetService("Workspace").artem606.Combat.combatClientScript.replicator
  11. Event:FireServer(A_1)
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement