Advertisement
Zalaxia

Arcane Reborn - AutoLv

Jan 19th, 2020
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. --Discord 02#0951
  2. --Discord Server For Updates/Questions/Fixes: https://discord.gg/WxeMDf
  3. --Please I'm Lonleh
  4.  
  5. --]
  6. --// Vars
  7. local PS = game:GetService("Players")
  8. local LP = PS.LocalPlayer.Character
  9. local RS = game:GetService("RunService")
  10. RS.RenderStepped:Connect(function()
  11. local A_1 = "Kick"
  12. local A_2 = Vector3.new(0,0,0)
  13. local Event = LP.Combat.LocalScript.Combat
  14. Event:FireServer(A_1, A_2)
  15. local A_1 = "Punch"
  16. local A_2 = Vector3.new(0,0,0)
  17. local Event = LP.Combat.LocalScript.Combat
  18. Event:FireServer(A_1, A_2)
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement