Advertisement
Guest User

Dev Console Scripts

a guest
Feb 7th, 2020
71,551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.39 KB | None | 0 0
  1. Scripts from Youtubers
  2. Ez Banish - require(4528090157).why("name")
  3.  
  4. Golden Tec-9 - require(1525600089).goldentec("NAME")
  5.  
  6. Chara - require(4587719344).load('YOUR_NAME')
  7.  
  8. Holiday Feel - require(4502358827).load("NAME")
  9.  
  10. Gek Glitcher - require(3256825936).load("Name")
  11.  
  12. Blind Reaper - require(4185644819).a("Name")
  13.  
  14. Banish Switcher V2 - require(3092706102).load("YourName")
  15.  
  16. What Another One V3 - require(4125860484)("Name")
  17.  
  18. Ferrari - https://pastebin.com/1iCSMS90
  19.  
  20. Staff Of Disastrous Explosions - https://pastebin.com/raw/wATyMSUx
  21.  
  22. Video Powers - https://pastebin.com/raw/Sm6tREqR
  23.  
  24. Grab Knife V3 - https://pastebin.com/raw/S8cjdEcs
  25.  
  26. The Flash - https://pastebin.com/raw/ejENVv0p
  27.  
  28. Earth Powers - https://pastebin.com/raw/nUHCYMtV
  29.  
  30. Tracer Guns - https://pastebin.com/raw/47zftm9y
  31.  
  32. Move Sun Tool - https://pastebin.com/raw/Gr4QnsL5
  33.  
  34. Dual M1911 - http://pastebin.com/raw/cR4yktdr
  35.  
  36. Pee - https://pastebin.com/R57FiKfW
  37.  
  38.  
  39.  
  40. Scripts That Change Character
  41.  
  42. - Pandora - require(3024624301).load("BigCamgamer132")
  43.  
  44. - Noob Bat - require(3037388211).load("BigCamgamer132") --Press X to equip tool
  45.  
  46. - Ultimate Trolling GUI 1 - require(3059033683):Fire("BigCamgamer132")
  47.  
  48. - Ultimate Trolling GUI 2 - require(2993514878):Fire("BigCamgamer132")
  49.  
  50. - Ultimate Trolling GUI 3 - require(4528687560):LMAFO("BigCamgamer132")
  51.  
  52. - Nuke Incoming - require(1699614667).Player("BigCamgamer132")
  53.  
  54. - Spectrum Glitcher - require(2605278525).spec("BigCamgamer132")
  55.  
  56. - Gunjourer - require(3117546674):Fire('BigCamgamer132') - Gunjourer
  57.  
  58. - Magic Power - require(3117564747):Fire('BigCamgamer132') - Magic Power
  59.  
  60. - Dual Ultima - require(3117661544):Fire('BigCamgamer132') - Dual Ultima
  61.  
  62. - Cream - require(03029623677):Fire("BigCamgamer132") - Cream
  63.  
  64. - Nebula Glitcher - require(2605278525).spec("BigCamgamer132")
  65.  
  66. Other Game Scripts
  67. game.Players.playernamehere.leaderstats.Money.Value = 100000
  68.  
  69. where it says money change it to the value example : gems
  70. then do
  71. game.Players.playernamehere.leaderstats.gems.Value = 100000
  72. then change playernamehere to your name
  73. you can do this to friends to
  74.  
  75.  
  76.  
  77.  
  78.  
  79. Kill: game.Worksace.playernamehere.Humanoid.Health = 0
  80.  
  81. Kick: game.Players.playernamehere:Remove()
  82.  
  83. Infinite Health: game.Workspace.playernamehere.Humanoid.MaxHealth = math.huge
  84.  
  85. Kick all: p= game.Players:GetChildren()
  86. for i= 1, #p do
  87. p[i]:remove()
  88. end
  89.  
  90. Kill all: p= game.Players:GetChildren()
  91. for i = 1,#p do
  92. p[i].Character.Humanoid.
  93. MaxHealth = 0
  94. end
  95.  
  96.  
  97. no tools all: p= game.Players:GetChildren()
  98. for i = 1,#p do
  99. o = p[i].Backpack:GetChildren()
  100. for i = 1, #o do
  101. o[i]:remove()
  102. end
  103. end
  104.  
  105. Time: game.Lighting.TimeOfDay = "00:00:00"
  106.  
  107. Face remove: game.Workspace.playernamehere.Head.Face:remove()
  108.  
  109. Invisible Torso: game.Workspace.shiveringly.Humanoid.Torso.Transparency = 1
  110.  
  111. Walkspeed: game.Workspace.playernamehere.Humanoid.Walkspeed = 50
  112.  
  113. Invisible all: c= game.Players:GetChildren()
  114. for i= 1, #c do
  115. p= c[i].Character:GetChildren()
  116. for i= 1, #p do
  117. if p[i].className == "Part" then
  118. p[i].Transparency = 1
  119. end
  120. end
  121. end
  122.  
  123. Ghost all: c= game.Players:GetChildren()
  124. for i= 1, #c do
  125. p= c[i].Character:GetChildren()
  126. for i= 1, #p do
  127. if p[i].className == "Part" then
  128. p[i].Transparency = 0.5
  129. end
  130. end
  131. end
  132.  
  133. Visible all: c= game.Players:GetChildren()
  134. for i= 1, #c do
  135. p= c[i].Character:GetChildren()
  136. for i= 1, #p do
  137. if p[i].className == "Part" then
  138. p[i].Transparency = 0
  139. end
  140. end
  141. end
  142.  
  143. Freeze all: p= game.Players:GetChildren()
  144. for i= 1, #p do
  145. if p[i]~= "playernamehere" then
  146. p[i].Character.Torso.Anchored = true
  147. end
  148. end
  149.  
  150. Thaw all: p= game.Players:GetChildren()
  151. for i= 1, #p do
  152. if p[i]~= "playernamehere" then
  153. p[i].Character.Torso.Anchored = false
  154. end
  155. end
  156.  
  157. Freeze: game.Workspace.playernamehere.Torso.Anchored = true
  158.  
  159. Thaw: game.Workspace.playernamehere.Torso.Anchored = false
  160.  
  161. No life all: p= game.Players:GetChildren()
  162. for i= 1, #p do
  163. if p[i]~= "playernamehere" then
  164. p[i].Character.Humanoid:Remove()
  165. end
  166. end
  167. end
  168.  
  169. No life: game.Workspace.playernamehere.Humanoid:remove()
  170.  
  171. Delete base: p= game.Workspace:GetChildren()
  172. for i= 1, #p do
  173. if p[i].className == "Part" then
  174. if p[i].Name ~= "playernamehere" then
  175. p[i]:remove()
  176. end
  177. end
  178. end
  179.  
  180. Server shutdown: game.Workspace.Parent:remove()
  181. end
  182.  
  183. Explosion: Instance.new("Explosion").Parent = game.Workspace.playernamehere.Torso
  184.  
  185. Fire: Instance.new("Fire").Parent = game.Workspace.playernamehere.Torso
  186.  
  187. Sparkles: Instance.new("Sparkles").Parent = game.Workspace.playernamehere.Torso
  188.  
  189. Smoke: Instance.new("Smoke").Parent = game.Workspace.playernamehere.Torso
  190.  
  191. Message: local m = Instance.new("Message")
  192. m.Parent=game.Workspace
  193. m.Text = "Yay it worked!"
  194. wait(3)
  195. m:Remove()
  196.  
  197. Giant Charater: L = game.Players.playernamehere.Character
  198. L.Torso.Size = Vector3.new(100,100,100)
  199. L.Head.Size = Vector3.new(50,50,50)
  200. L.Head.Mesh:remove()
  201.  
  202. Teleport All To 1000 Studs High: p = game.Players:GetChildren()
  203. for i = 1,#p do
  204. p[i].Character.Torso.CFrame = CFrame.new(math.random(1,30),10000,math.random(1,30))
  205. end
  206.  
  207. Invisible Head: game.Workspace.playernamehere.Transparency = 1
  208.  
  209. Invisible Head All: c = game.Players:GetChildren()
  210. for i = 1, #c do
  211. c[i].Character.Head.Transparency = 1
  212.  
  213. Genocide: while true do
  214. p= game.Players:GetChildren()
  215. for i= 1, #p do
  216. p[i].Character.Torso.Neck:remove()
  217. wait (0.1)
  218. end
  219. end
  220.  
  221. Mind Control: game.Players.playernamehere.Character = game.Players. .Character
  222.  
  223. They're the most common scripts you'll find decent scripter use.
  224.  
  225. The scripts below are the type of scripts that you use when you want anything from the catalog. However, there are certain things that you will not be able to get with those scripts (e.g: faces):
  226.  
  227. Orb: x = game:GetService("InsertService"):LoadAsset(41098024) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
  228.  
  229. Insert: x = game:GetService("InsertService"):LoadAsset(21001552) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
  230.  
  231. Jetpack: x = game:GetService("InsertService"):LoadAsset() x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
  232.  
  233. Admin Brick: x = game:GetService("InsertService"):LoadAsset(57845331) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
  234.  
  235. Pokeball: x = game:GetService("InsertService"):LoadAsset(28224824) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
  236.  
  237. Eyeball: x = game:GetService("InsertService"):LoadAsset(30103114) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
  238.  
  239. Above are just examples. You can get different things by changing the ID of the object. You put the ID in between the '(' and ')'.
  240.  
  241. NOTE: WHERE IT SAYS 'playernamehere' CHANGE IT TO YOUR NAME OR ELSE IT WON'T WORK.
  242.  
  243. That's all for now.
  244. Have fun scripting!
  245.  
  246.  
  247. THIS IS THE BEST AND MAIN 1
  248.  
  249. game.Players.playernamehere.leaderstats.Money.Value = 100000
  250.  
  251. where it says money change it to the value example : gems
  252. then do
  253. game.Players.playernamehere.leaderstats.gems.Value = 100000
  254. then change playernamehere to your name
  255. you can do this to friends too
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement