Advertisement
DemonicZexy

cobra kai/script for cobra kai on roblox

Mar 21st, 2022
1,395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. _G.Ghost = true
  2. while _G.Ghost do
  3. wait()
  4. local A_1 = "Rep"
  5. local A_2 = 1
  6. game:GetService("ReplicatedStorage").Remotes.Dumbell:FireServer(A_1, A_2)
  7. end
  8. _G.toggled = true
  9. while wait() do
  10. if _G.toggled == false then
  11. return
  12. end
  13. if _G.toggled == true then
  14. game:GetService("ReplicatedStorage").Remotes.HandKick:FireServer()
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement