CaptinLeet

Untitled

Mar 11th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. _G.toggle = true --true ON | false OFF
  2. while _G.toggle do
  3. wait()
  4. local A =
  5. {
  6. [1] = "+JF1"
  7. }
  8. local AA = game:GetService("ReplicatedStorage").RemoteEvent
  9. AA:FireServer(A)
  10. wait()
  11. local B =
  12. {
  13. [1] = "+MS1"
  14. }
  15. local BB = game:GetService("ReplicatedStorage").RemoteEvent
  16. BB:FireServer(B)
  17. wait()
  18. local C =
  19. {
  20. [1] = "+FS3"
  21. }
  22. local CC = game:GetService("ReplicatedStorage").RemoteEvent
  23. CC:FireServer(C)
  24. wait()
  25. local D =
  26. {
  27. [1] = "+BT1"
  28. }
  29. local DD = game:GetService("ReplicatedStorage").RemoteEvent
  30. DD:FireServer(D)
  31. wait()
  32. local E =
  33. {
  34. [1] = "+PP2"
  35. }
  36. local EE = game:GetService("ReplicatedStorage").RemoteEvent
  37. EE:FireServer(E)
  38. end
Add Comment
Please, Sign In to add comment