Zomething

bruh

Mar 18th, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. Owner = "SuperSneakyTony"
  2. SlaveName = "GOD"
  3.  
  4. --[[
  5.  
  6. Welcome to GigsD4X's Slave Commands.
  7.  
  8. INSTRUCTIONS:
  9.  
  10. NOTE: THIS IS ONLY FOR SCRIPT BUILDERS!!!!!!!!!!!!!!!!!!111111111111!!!!!!11
  11. IT IS ALREADY FORMATTED TO FIX SCRIPT BUILDERS!!!!
  12. JUST ERASE ALL THIS GREEN STUFF, AND COPY AND PASTE IT ONTO CHAT BAR.
  13.  
  14. 1. Change Owner, to your name.
  15. 2. Change SlaveName, to the name of the slave... you want to order.
  16. 3. ERASE ALL THIS GREEN STUFF!!!!!!!
  17.  
  18. NOTE: I am soon going to release the Place Compatible Version of all my SB Scripts.
  19.  
  20. COMMANDS:
  21.  
  22. Let's say our Slave's name is Person, And there's a noob named Newbie.
  23.  
  24. Person, freeze me.
  25. Person, shield me.
  26. Person, kill me.
  27. Person, make me a ghost.
  28. Person, kick Newbie.
  29. Person, take off my hat.
  30. Person, make me invisible.
  31. Person, punish me.
  32. Person, make my head big.
  33. Person, make my head little.
  34. Person, make my head normal.
  35. Person, unpunish me.
  36. Person, kick me.
  37. Person, unfreeze me.
  38. Person, unghost me.
  39. Person, unshield me.
  40. Person, make me visible.
  41. Person, sit me.
  42. Person, make me jump.
  43. Person, shutdown the server.
  44. Person, make me GigsD4X.
  45. Person, make me a guest.
  46. Person, make it day.
  47. Person, make it night.
  48. Person, make it midnight.
  49.  
  50.  
  51.  
  52. ~GigsD4X
  53.  
  54. --]]
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. certificate = Instance.new("Message")
  70. certificate.Text = "D4X Systems has made a slave for "..Owner..", his name is "..SlaveName
  71. certificate.Parent = game.Workspace
  72. wait(3)
  73. certificate:Remove()
  74.  
  75.  
  76. a = game.Players:FindFirstChild(Owner)
  77. function Chat(text)
  78. if text == SlaveName..", freeze me." then
  79. a.Character.Head.Reflectance = 1
  80. a.Character.Torso.Reflectance = 1
  81. a.Character["Left Arm"].Reflectance = 1
  82. a.Character["Right Arm"].Reflectance = 1
  83. a.Character["Left Leg"].Reflectance = 1
  84. a.Character["Right Leg"].Reflectance = 1
  85. end
  86.  
  87. if text == SlaveName..", shield me." then
  88. b = Instance.new("ForceField")
  89. b.Parent = a.Character
  90. end
  91.  
  92. if text == SlaveName..", take off my hat." then
  93. LuckyLolCat = a.Character:GetChildren()
  94. for Man= 1, #LuckyLolCat do
  95. if LuckyLolCat[Man].className == "Hat" then
  96. LuckyLolCat[Man]:Remove()
  97. end
  98. end
  99. end
  100.  
  101. if text == SlaveName..", kill me." then
  102. a.Character.Humanoid.Health = 0
  103. end
  104.  
  105. if text == SlaveName..", make me a ghost." then
  106. a.Character.Head.Transparency = .4
  107. a.Character.Torso.Transparency = .4
  108. a.Character["Left Arm"].Transparency = .4
  109. a.Character["Right Arm"].Transparency = .4
  110. a.Character["Left Leg"].Transparency = .4
  111. a.Character["Right Leg"].Transparency = .4
  112. end
  113.  
  114. if text == SlaveName..", make me invisible." then
  115. a.Character.Head.Transparency = 1
  116. a.Character.Torso.Transparency = 1
  117. a.Character["Left Arm"].Transparency = 1
  118. a.Character["Right Arm"].Transparency = 1
  119. a.Character["Left Leg"].Transparency = 1
  120. a.Character["Right Leg"].Transparency = 1
  121. end
  122.  
  123. if text == SlaveName..", punish me." then
  124. a.Character.Parent = game.Lighting
  125. end
  126.  
  127. if text == SlaveName..", make my head big." then
  128. a.Character.Head.Mesh.Scale = Vector3.new(50, 50, 50)
  129. end
  130.  
  131. if text == SlaveName..", make my head little." then
  132. a.Character.Head.Mesh.Scale = Vector3.new(.65, .65, .65)
  133. end
  134.  
  135. if text == SlaveName..", make my head normal." then
  136. a.Character.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  137. end
  138.  
  139. if text == SlaveName..", unpunish me." then
  140. a.Character.Parent = game.Workspace
  141. end
  142.  
  143. if text == SlaveName..", make it night." then
  144. game.Lighting.TimeOfDay = "24"
  145. end
  146.  
  147. if text == SlaveName..", make it day." then
  148. game.Lighting.TimeOfDay = "14"
  149. end
  150.  
  151. if text == SlaveName..", make it midnight." then
  152. game.Lighting.TimeOfDay = "18"
  153. end
  154.  
  155. abclass = game.Players:GetChildren()
  156. for acclasser= 1, #abclass do
  157. if text == SlaveName..", kick "..abclass[acclasser].Name.."." then
  158. abclass[acclasser]:Remove()
  159. end
  160. end
  161.  
  162.  
  163. if text == SlaveName..", kick me." then
  164. a:Remove()
  165. end
  166.  
  167. if text == SlaveName..", unfreeze me." then
  168. a.Character.Head.Reflectance = 0
  169. a.Character.Torso.Reflectance = 0
  170. a.Character["Left Arm"].Reflectance = 0
  171. a.Character["Right Arm"].Reflectance = 0
  172. a.Character["Left Leg"].Reflectance = 0
  173. a.Character["Right Leg"].Reflectance = 0
  174. end
  175.  
  176. if text == SlaveName..", unghost me." then
  177. a.Character.Head.Transparency = 0
  178. a.Character.Torso.Transparency = 0
  179. a.Character["Left Arm"].Transparency = 0
  180. a.Character["Right Arm"].Transparency = 0
  181. a.Character["Left Leg"].Transparency = 0
  182. a.Character["Right Leg"].Transparency = 0
  183. end
  184.  
  185. if text == SlaveName..", unshield me." then
  186. a.Character.ForceField:remove()
  187. end
  188.  
  189. if text == SlaveName..", make me visible." then
  190. a.Character.Head.Transparency = 0
  191. a.Character.Torso.Transparency = 0
  192. a.Character["Left Arm"].Transparency = 0
  193. a.Character["Right Arm"].Transparency = 0
  194. a.Character["Left Leg"].Transparency = 0
  195. a.Character["Right Leg"].Transparency = 0
  196. end
  197.  
  198. if text == SlaveName..", sit me." then
  199. a.Character.Humanoid.Sit = true
  200. end
  201.  
  202. if text == SlaveName..", make me jump." then
  203. a.Character.Humanoid.Jump = true
  204. end
  205.  
  206. if text == SlaveName..", shutdown the server." then
  207. game.NetworkServer:Remove()
  208. end
  209.  
  210. if text == SlaveName..", make me GigsD4X." then
  211. a.CharacterAppearance = "http://www.roblox.com/Asset/?hash=abf84ed7347cacc1eaa14327cf956c88&isapproved=true;http://www.roblox.com/Asset/?versionid=28706;http://www.roblox.com/Asset/?versionid=2917535;http://www.roblox.com/Asset/?versionid=16367358"
  212. end
  213.  
  214. if text == SlaveName..", make me a guest." then
  215. a.CharacterAppearance = "http://www.roblox.com/Asset/?hash=abf84ed7347cacc1eaa14327cf956c88&isapproved=true;http://www.roblox.com/Asset/?versionid=22407767"
  216. end
  217. end
  218. a.Chatted:connect(Chat)
Add Comment
Please, Sign In to add comment