Advertisement
Prokri43

Untitled

Jul 21st, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 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("pc-Shows u partcount")
  6. print("admin-gives u admin")
  7. print(",start tps u to house gives u f3x ff god and walkspeed")
  8. print(",hop-takes u to new server")
  9. print(",rj-rejoins u")
  10. print(".clean-cleans the server and fixes everything (almost)")
  11. print("cmds rlly basic cuz im bored to make em better smd")
  12. end
  13. end)
  14.  
  15. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  16. if msg == ",house" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 82.4)
  17. x = x - 4
  18. wait(0.01)
  19. end
  20. end)
  21. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  22. if msg == ",pads" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 106.4)
  23. x = x - 4
  24. wait(0.01)
  25. end
  26. end)
  27.  
  28.  
  29. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  30.  
  31. if msg == ",spawn" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 20, -42)
  32. x = x - 4
  33. wait(0.01)
  34. end
  35. end)
  36.  
  37. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  38.  
  39. if msg == ",start" then game.Players:Chat(":god | :ff | :tphouse | :f3x | :ws me 40 ")
  40. end
  41. end)
  42.  
  43. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  44.  
  45. if msg == ",clean" then game.Players:Chat(":chatnotifyc all 255 255 255 server cleaned by XyzWareAH custom cmds | :free all | :unpunish all | :ungg all | :fix | :unloadb | :re all ")
  46. end
  47. end)
  48.  
  49. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  50.  
  51. if msg == ",hop" then game.Players:Chat("!newserver")
  52. end
  53. end)
  54.  
  55. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  56.  
  57. if msg == ",rj" then game.Players:Chat("!rejoin")
  58. end
  59. end)
  60.  
  61.  
  62. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  63.  
  64. if msg == ",pc" then game.Players:Chat(":partcount")
  65. end
  66. end)
  67.  
  68. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  69.  
  70. if msg == ",admin" then
  71. loadstring(game:HttpGet("https://pastebin.com/raw/xrGjYXJP"))()
  72. end
  73. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement