Advertisement
zombieslayerwtf

Chance Kicker

Jun 29th, 2018
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. local sneeky_anti_kicker = zombieslayerwtf
  2.  
  3. --if at script builder then create this and then share it to other people
  4. --if using an executer then change the localplayer to other players name and remove the local in front [P]
  5. print("W@nNa Pl 4y @ GAm3 w1TH m3?")
  6. warn("1F Y3sH th3N pR3ss H")
  7. local P = game.Players.LocalPlayer
  8. local mouse = P:GetMouse()
  9.  
  10.  
  11. mouse.KeyDown:connect(function(k)
  12. if k == "h" then
  13.  
  14. YEE = math.random(0, 100)
  15. if YEE > 49 then
  16. print(YEE)
  17. wait(3)
  18. warn("now get kick of bad luck >:3")
  19. wait(3)
  20. warn("MUWHAHAHAHA")
  21. if P.Name == "zombieslayerwtf" then
  22. wait(1.5)
  23. warn("...")
  24. wait(1.5)
  25. error("OMG IT'z U?")
  26.  
  27.  
  28. else
  29.  
  30. wait(0.1)
  31. P:Kick("EW BAD LUCK")
  32. end
  33. else
  34. print(YEE)
  35. error("noice luck u got keep going :3")
  36. script.enabled = false
  37.  
  38. end
  39. end
  40. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement