Advertisement
mrsircraft12

hey

Jul 2nd, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.80 KB | None | 0 0
  1.  
  2. kill/person299
  3. kills someone
  4.  
  5. killall
  6. kills everyone
  7.  
  8. explode/person299
  9. explodes someone
  10.  
  11. explodeall
  12. explodes everyone
  13.  
  14. loopkill/person299
  15. repeatedly kills someone when they spawn.
  16.  
  17. unloopkill/person299
  18. undos loopkill/
  19.  
  20. time/1.30
  21. sets the TimeOfDay to 1:30.
  22.  
  23. ambient/10/10/10
  24. sets the Ambient to 10,10,10
  25.  
  26. walkspeed/person299/99
  27. changes someones walkspeed to 99, its normally 16 by the way.
  28.  
  29. removetools/person299
  30. removes all of someones tools and hopperbins
  31.  
  32. givetools/person299
  33. gives someone all the tools in starterpack
  34.  
  35. ban/person299
  36. removes someone from the game and makes him unable to come back to that server
  37. note that this command can not be used against people in the adminlist, and can only be used by people in adminlist.
  38.  
  39. kick/person299
  40. the same as ban except the people can come back to the server, and admin/ed people may use it.
  41.  
  42. admin/person299
  43. makes someone able to use the command script
  44.  
  45. change/person299/money/9999
  46. changes a player's leaderstats item's value, note that money can be abbreviated
  47.  
  48. punish/person299
  49. removes someones character
  50.  
  51. unpunish/person299
  52. gives someone thier character back.
  53.  
  54. control/person299
  55. makes someones character your own.
  56.  
  57. merge/person299/player
  58. makes person299 control player's character
  59.  
  60. teleport/person299/player
  61. teleports person299's character to player's character
  62.  
  63. ffon/person299
  64. gives someone a forcefield
  65.  
  66. ffoff/person299
  67. removes someone's forcefield
  68.  
  69. sparkles/person299
  70. makes someone all sparkly
  71.  
  72. unsparkles/person299
  73. undos the effect of sparkles/
  74.  
  75. invisible/person299
  76. makes someone invisible
  77.  
  78. visible/person299
  79. undos the effect of invisible/
  80.  
  81. freeze/person299
  82. Makes someone anchored and shiny
  83.  
  84. thaw/person299
  85. undos the effect of freeze/
  86.  
  87. give/ gives someone a tool that you put inside of the model "tools" thats inside of this model, or inside of Lighting, for instance, if you put a tool named gun in there.
  88. give/gun/person299
  89. Your free to use some of the tools i made that i put in there, and you can put hopperbins in there too.
  90.  
  91. jail/person299
  92. makes a jail cell appear around someone
  93.  
  94. unjail/person299
  95. removes all of someone's jail cells
  96.  
  97. god/person299
  98. gives someone a forcefield, and makes thier health 999999, and makes them kill everyone they touch.
  99.  
  100. heal/person299
  101. restores someone to full health
  102.  
  103. trip/person299
  104. makes someone trip
  105.  
  106. maxplayers/15
  107. sets the max player limit to what you say, can be between 6 and 20
  108.  
  109. btool/person299
  110. gives someone the move, clone, and delete tools.
  111.  
  112. m/i like pie
  113. this makes a message appear on the screen saying: i like pie
  114.  
  115. h/i like pie
  116. the same as m/ except it makes a hint appear
  117.  
  118. shutdown
  119. makes the server shut down, my simplest command yet.
  120.  
  121. c/ game.Workspace:remove()
  122. this creates a script which source is whatever you put in after the /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement