Advertisement
Guest User

123

a guest
Jun 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.71 KB | None | 0 0
  1. s = Instance.new("Sky")
  2. s.Name = "Sky"
  3. s.Parent = game.Lighting
  4.  
  5. Wintercoasts = game.Players.LocalPlayer.Name
  6.  
  7. god = false
  8.  
  9. servertrollguiv1 = Instance.new("ScreenGui")
  10. servertrollguiv1.Parent = game:GetService("CoreGui")
  11. servertrollguiv1.Name = ("Server Troll Gui V1")
  12.  
  13. interface = Instance.new("Frame")
  14. interface.Parent = servertrollguiv1
  15. interface.Name = ("Interface")
  16. interface.BackgroundTransparency = 1
  17. interface.Visible = false
  18.  
  19. page1 = Instance.new("Frame")
  20. page1.Parent = interface
  21. page1.Name = ("Page 1")
  22. page1.BackgroundTransparency = 1
  23. page1.Visible = true
  24.  
  25. page2 = Instance.new("Frame")
  26. page2.Parent = interface
  27. page2.Name = ("Page 2")
  28. page2.BackgroundTransparency = 1
  29. page2.Visible = false
  30.  
  31. settings = Instance.new("Frame")
  32. settings.Parent = interface
  33. settings.Name = ("Settings")
  34. settings.BackgroundTransparency = 1
  35. settings.Visible = false
  36.  
  37. credits = Instance.new("Frame")
  38. credits.Parent = interface
  39. credits.Name = ("Credits")
  40. credits.BackgroundTransparency = 1
  41. credits.Visible = false
  42.  
  43. showgui = Instance.new("TextButton")
  44. showgui.Parent = servertrollguiv1
  45. showgui.Position = UDim2.new(0, 0, 0, 610)
  46. showgui.Size = UDim2.new(0, 100, 0, 20)
  47. showgui.Name = ("Show Gui")
  48. showgui.Text = ("Show Gui")
  49. showgui.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  50. showgui.Font = ("SourceSans")
  51. showgui.FontSize = ("Size14")
  52. showgui.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  53.  
  54. function showguiClick()
  55. if interface.Visible == false then
  56. showgui.Text = ("Hide Gui")
  57. interface.Visible = true else
  58. showgui.Text = ("Show Gui")
  59. interface.Visible = false
  60. end
  61. end
  62.  
  63. showgui.MouseButton1Down:connect(showguiClick)
  64.  
  65. showcredits = Instance.new("TextButton")
  66. showcredits.Parent = interface
  67. showcredits.Position = UDim2.new(0, 202, 0, 589)
  68. showcredits.Size = UDim2.new(0, 100, 0, 20)
  69. showcredits.Name = ("Credits")
  70. showcredits.Text = ("Credits")
  71. showcredits.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  72. showcredits.Font = ("SourceSans")
  73. showcredits.FontSize = ("Size14")
  74. showcredits.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  75.  
  76. function showcreditsClick()
  77. if credits.Visible == false then
  78. credits.Visible = true
  79. end
  80. end
  81.  
  82. showcredits.MouseButton1Down:connect(showcreditsClick)
  83.  
  84. closecredits = Instance.new("TextButton")
  85. closecredits.Parent = credits
  86. closecredits.Name = ("Close")
  87. closecredits.Text = ("Close")
  88. closecredits.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  89. closecredits.BackgroundTransparency = 0.5
  90. closecredits.BorderSizePixel = 0
  91. closecredits.Position = UDim2.new(0, 350, 0, 560)
  92. closecredits.Size = UDim2.new(0, 250, 0, 20)
  93. closecredits.ZIndex = 2
  94. closecredits.Font = ("SourceSans")
  95. closecredits.FontSize = ("Size14")
  96. closecredits.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  97.  
  98. function onClose()
  99. if credits.Visible == true then
  100. credits.Visible = false
  101. end
  102. end
  103.  
  104. closecredits.MouseButton1Down:connect(onClose)
  105.  
  106. content = Instance.new("TextLabel")
  107. content.Parent = credits
  108. content.Name = ("Content")
  109. content.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  110. content.BackgroundTransparency = 0.5
  111. content.Position = UDim2.new(0, 350, 0, 180)
  112. content.Size = UDim2.new(0, 250, 0, 400)
  113. content.Font = ("SourceSans")
  114. content.FontSize = ("Size14")
  115. content.Text = ([[
  116.  
  117.  
  118.  
  119.  
  120. Layla - Girl Pic 2
  121. colin - Kick Gui
  122. colin - Anti-Robloxian
  123. InternalRecursion - Atlas Sword
  124. colin - 5tr0b3
  125. Animus - Silent Executor
  126. sinkinq - Decal Spam
  127. colin - Disco
  128. Justifier - Girl Pic
  129. Woodcrafter - Suicide Vest
  130. colin - Wrecking Ball
  131. colin - Lag Gui]])
  132. content.TextYAlignment = ("Top")
  133.  
  134. header = Instance.new("TextLabel")
  135. header.Parent = credits
  136. header.Name = ("Header")
  137. header.BackgroundTransparency = 1
  138. header.Position = UDim2.new(0, 355, 0, 180)
  139. header.Size = UDim2.new(0, 240, 0, 60)
  140. header.Font = ("SourceSans")
  141. header.FontSize = ("Size48")
  142. header.Text = ("Credits")
  143. header.TextColor3 = Color3.new(255/255, 0/255, 0/255)
  144.  
  145. skyboxidbox = Instance.new("TextBox")
  146. skyboxidbox.Parent = settings
  147. skyboxidbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  148. skyboxidbox.Position = UDim2.new(0, 101, 0, 358)
  149. skyboxidbox.Size = UDim2.new(0, 100, 0, 20)
  150. skyboxidbox.Font = ("SourceSans")
  151. skyboxidbox.FontSize = ("Size14")
  152. skyboxidbox.Text = ("157702855")
  153. skyboxidbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  154.  
  155. skyboxidlabel = Instance.new("TextLabel")
  156. skyboxidlabel.Parent = settings
  157. skyboxidlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  158. skyboxidlabel.Position = UDim2.new(0, 0, 0, 358)
  159. skyboxidlabel.Size = UDim2.new(0, 100, 0, 20)
  160. skyboxidlabel.Font = ("SourceSans")
  161. skyboxidlabel.FontSize = ("Size14")
  162. skyboxidlabel.Text = ("Skybox/Decal ID:")
  163. skyboxidlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  164.  
  165. settingsbutton = Instance.new("TextButton")
  166. settingsbutton.Parent = interface
  167. settingsbutton.Position = UDim2.new(0, 101, 0, 610)
  168. settingsbutton.Size = UDim2.new(0, 100, 0, 20)
  169. settingsbutton.Name = ("Settings Button")
  170. settingsbutton.Text = ("Open Settings")
  171. settingsbutton.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  172. settingsbutton.Font = ("SourceSans")
  173. settingsbutton.FontSize = ("Size14")
  174. settingsbutton.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  175.  
  176. function settingsbuttonClick()
  177. if settings.Visible == false then
  178. settingsbutton.Text = ("Close Settings")
  179. settings.Visible = true else
  180. settingsbutton.Text = ("Open Settings")
  181. settings.Visible = false
  182. end
  183. end
  184.  
  185. settingsbutton.MouseButton1Down:connect(settingsbuttonClick)
  186.  
  187. leftarrow = Instance.new("TextButton")
  188. leftarrow.Parent = interface
  189. leftarrow.Position = UDim2.new(0, 0, 0, 589)
  190. leftarrow.Size = UDim2.new(0, 100, 0, 20)
  191. leftarrow.Name = ("<")
  192. leftarrow.Text = ("<")
  193. leftarrow.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  194. leftarrow.Font = ("SourceSans")
  195. leftarrow.FontSize = ("Size14")
  196. leftarrow.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  197.  
  198. function leftarrowClick()
  199. if page1.Visible == true then
  200. page1.Visible = false
  201. page2.Visible = true else
  202. if page2.Visible == true then
  203. page2.Visible = false
  204. page1.Visible = true
  205. end
  206. end
  207. end
  208.  
  209. leftarrow.MouseButton1Down:connect(leftarrowClick)
  210.  
  211. rightarrow = Instance.new("TextButton")
  212. rightarrow.Parent = interface
  213. rightarrow.Position = UDim2.new(0, 101, 0, 589)
  214. rightarrow.Size = UDim2.new(0, 100, 0, 20)
  215. rightarrow.Name = (">")
  216. rightarrow.Text = (">")
  217. rightarrow.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  218. rightarrow.Font = ("SourceSans")
  219. rightarrow.FontSize = ("Size14")
  220. rightarrow.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  221.  
  222. function rightarrowClick()
  223. if page1.Visible == true then
  224. page1.Visible = false
  225. page2.Visible = true else
  226. if page2.Visible == true then
  227. page2.Visible = false
  228. page1.Visible = true
  229. end
  230. end
  231. end
  232.  
  233. rightarrow.MouseButton1Down:connect(rightarrowClick)
  234.  
  235. godtoggle = Instance.new("TextButton")
  236. godtoggle.Parent = settings
  237. godtoggle.Position = UDim2.new(0, 202, 0, 358)
  238. godtoggle.Size = UDim2.new(0, 100, 0, 20)
  239. godtoggle.Name = ("God Toggle")
  240. godtoggle.Text = ("God Mode: Off")
  241. godtoggle.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  242. godtoggle.Font = ("SourceSans")
  243. godtoggle.FontSize = ("Size14")
  244. godtoggle.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  245.  
  246. function godtoggleClick()
  247. if god == false then
  248. game.Workspace[playername100].Humanoid.MaxHealth = math.huge
  249. game.Workspace[playername100].Humanoid.Health = math.huge
  250. god = true
  251. godtoggle.Text = ("God Mode: On")
  252. else
  253. game.Workspace[playername100].Humanoid.MaxHealth = 100
  254. game.Workspace[playername100].Humanoid.Health = 100
  255. god = false
  256. godtoggle.Text = ("God Mode: Off")
  257. end
  258. end
  259.  
  260. godtoggle.MouseButton1Down:connect(godtoggleClick)
  261.  
  262. giveairstrike = Instance.new("TextButton")
  263. giveairstrike.Parent = settings
  264. giveairstrike.Position = UDim2.new(0, 202, 0, 337)
  265. giveairstrike.Size = UDim2.new(0, 100, 0, 20)
  266. giveairstrike.Name = ("Tail")
  267. giveairstrike.Text = ("tail")
  268. giveairstrike.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  269. giveairstrike.Font = ("SourceSans")
  270. giveairstrike.FontSize = ("Size14")
  271. giveairstrike.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  272.  
  273. function giveairstrikeClick()
  274. game:GetObjects("rbxassetid://157823498")[1].Parent=game.Players.LocalPlayer.Backpack
  275. end
  276.  
  277. giveairstrike.MouseButton1Down:connect(giveairstrikeClick)
  278.  
  279. givesword = Instance.new("TextButton")
  280. givesword.Parent = settings
  281. givesword.Position = UDim2.new(0, 202, 0, 316)
  282. givesword.Size = UDim2.new(0, 100, 0, 20)
  283. givesword.Name = ("Give Sword")
  284. givesword.Text = ("Give Sword")
  285. givesword.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  286. givesword.Font = ("SourceSans")
  287. givesword.FontSize = ("Size14")
  288. givesword.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  289.  
  290. function giveswordClick()
  291. x = game:GetService("InsertService"):LoadAsset(47433) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  292. end
  293.  
  294. givesword.MouseButton1Down:connect(giveswordClick)
  295.  
  296. ShutdownServer = Instance.new("TextButton")
  297. ShutdownServer.Parent = settings
  298. ShutdownServer.Position = UDim2.new(0, 202, 0, 295)
  299. ShutdownServer.Size = UDim2.new(0, 100, 0, 20)
  300. ShutdownServer.Name = ("Shutdown Server")
  301. ShutdownServer.Text = ("Shutdown Server")
  302. ShutdownServer.TextColor3 = Color3.new(0, 0, 0)
  303. ShutdownServer.Font = ("SourceSans")
  304. ShutdownServer.FontSize = ("Size14")
  305. ShutdownServer.BackgroundColor3 = Color3.new(255, 0, 0)
  306.  
  307. function ShutdownServerClick()
  308. people = game.Players:GetChildren()
  309. for i = 1, #people do
  310. people[i]:Destroy()
  311. wait()
  312. end
  313. function onPlayerEntered(newPlayer)
  314. wait(0.001)
  315. newPlayer:Destroy()
  316. end
  317. game.Players.PlayerAdded:connect(onPlayerEntered)
  318. end
  319.  
  320. ShutdownServer.MouseButton1Down:connect(ShutdownServerClick)
  321.  
  322. heal = Instance.new("TextButton")
  323. heal.Parent = settings
  324. heal.Position = UDim2.new(0, 202, 0, 274)
  325. heal.Size = UDim2.new(0, 100, 0, 20)
  326. heal.Name = ("Scythe")
  327. heal.Text = ("Scythe")
  328. heal.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  329. heal.Font = ("SourceSans")
  330. heal.FontSize = ("Size14")
  331. heal.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  332.  
  333. function healClick()
  334. game:GetObjects("rbxassetid://157823060")[1].Parent=game.Players.LocalPlayer.Backpack
  335. end
  336.  
  337. heal.MouseButton1Down:connect(healClick)
  338.  
  339. givestampertools = Instance.new("TextButton")
  340. givestampertools.Parent = settings
  341. givestampertools.Position = UDim2.new(0, 202, 0, 253)
  342. givestampertools.Size = UDim2.new(0, 100, 0, 20)
  343. givestampertools.Name = ("Give Stamper Tools")
  344. givestampertools.Text = ("Give Stamper Tools")
  345. givestampertools.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  346. givestampertools.Font = ("SourceSans")
  347. givestampertools.FontSize = ("Size14")
  348. givestampertools.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  349.  
  350. function givestampertoolsClick()
  351. x = game:GetService("InsertService"):LoadAsset(73089166) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  352. x = game:GetService("InsertService"):LoadAsset(73089204) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  353. x = game:GetService("InsertService"):LoadAsset(73089190) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  354. x = game:GetService("InsertService"):LoadAsset(58880579) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  355. x = game:GetService("InsertService"):LoadAsset(60791062) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  356. x = game:GetService("InsertService"):LoadAsset(73089239) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players[playername100].Character.Head.Position)
  357. end
  358.  
  359. givestampertools.MouseButton1Down:connect(givestampertoolsClick)
  360.  
  361. walkspeedlabel = Instance.new("TextLabel")
  362. walkspeedlabel.Parent = settings
  363. walkspeedlabel.Position = UDim2.new(0, 0, 0, 337)
  364. walkspeedlabel.Size = UDim2.new(0, 100, 0, 20)
  365. walkspeedlabel.Name = ("Walkspeed Label")
  366. walkspeedlabel.Text = ("Walkspeed:")
  367. walkspeedlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  368. walkspeedlabel.Font = ("SourceSans")
  369. walkspeedlabel.FontSize = ("Size14")
  370. walkspeedlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  371.  
  372. walkspeedbox = Instance.new("TextBox")
  373. walkspeedbox.Parent = settings
  374. walkspeedbox.Position = UDim2.new(0, 101, 0, 337)
  375. walkspeedbox.Size = UDim2.new(0, 100, 0, 20)
  376. walkspeedbox.Name = ("Walkspeed Box")
  377. walkspeedbox.Text = ("50")
  378. walkspeedbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  379. walkspeedbox.Font = ("SourceSans")
  380. walkspeedbox.FontSize = ("Size14")
  381. walkspeedbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  382.  
  383. namelabel = Instance.new("TextLabel")
  384. namelabel.Parent = settings
  385. namelabel.Position = UDim2.new(0, 0, 0, 316)
  386. namelabel.Size = UDim2.new(0, 100, 0, 20)
  387. namelabel.Name = ("Name Label")
  388. namelabel.Text = ("Change Name:")
  389. namelabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  390. namelabel.Font = ("SourceSans")
  391. namelabel.FontSize = ("Size14")
  392. namelabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  393.  
  394. namebox = Instance.new("TextBox")
  395. namebox.Parent = settings
  396. namebox.Position = UDim2.new(0, 101, 0, 316)
  397. namebox.Size = UDim2.new(0, 100, 0, 20)
  398. namebox.Name = ("Name Box")
  399. namebox.Text = ("God")
  400. namebox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  401. namebox.Font = ("SourceSans")
  402. namebox.FontSize = ("Size14")
  403. namebox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  404.  
  405. arstudslabel = Instance.new("TextLabel")
  406. arstudslabel.Parent = settings
  407. arstudslabel.Position = UDim2.new(0, 0, 0, 295)
  408. arstudslabel.Size = UDim2.new(0, 100, 0, 20)
  409. arstudslabel.Name = ("Name Label")
  410. arstudslabel.Text = ("A-R Studs:")
  411. arstudslabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  412. arstudslabel.Font = ("SourceSans")
  413. arstudslabel.FontSize = ("Size14")
  414. arstudslabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  415.  
  416. arstudsbox = Instance.new("TextBox")
  417. arstudsbox.Parent = settings
  418. arstudsbox.Position = UDim2.new(0, 101, 0, 295)
  419. arstudsbox.Size = UDim2.new(0, 100, 0, 20)
  420. arstudsbox.Name = ("A-R Studs Box")
  421. arstudsbox.Text = ("13")
  422. arstudsbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  423. arstudsbox.Font = ("SourceSans")
  424. arstudsbox.FontSize = ("Size14")
  425. arstudsbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  426.  
  427. arstudsval = Instance.new("NumberValue")
  428. arstudsval.Parent = script
  429. arstudsval.Value = arstudsbox.Text
  430.  
  431. hatlabel = Instance.new("TextLabel")
  432. hatlabel.Parent = settings
  433. hatlabel.Position = UDim2.new(0, 0, 0, 274)
  434. hatlabel.Size = UDim2.new(0, 100, 0, 20)
  435. hatlabel.Name = ("Name Label")
  436. hatlabel.Text = ("Hat ID:")
  437. hatlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  438. hatlabel.Font = ("SourceSans")
  439. hatlabel.FontSize = ("Size14")
  440. hatlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  441.  
  442. hatbox = Instance.new("TextBox")
  443. hatbox.Parent = settings
  444. hatbox.Position = UDim2.new(0, 101, 0, 274)
  445. hatbox.Size = UDim2.new(0, 100, 0, 20)
  446. hatbox.Name = ("Hat Box")
  447. hatbox.Text = ("31101391")
  448. hatbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  449. hatbox.Font = ("SourceSans")
  450. hatbox.FontSize = ("Size14")
  451. hatbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  452.  
  453. gearlabel = Instance.new("TextLabel")
  454. gearlabel.Parent = settings
  455. gearlabel.Position = UDim2.new(0, 0, 0, 253)
  456. gearlabel.Size = UDim2.new(0, 100, 0, 20)
  457. gearlabel.Name = ("Name Label")
  458. gearlabel.Text = ("Gear ID:")
  459. gearlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  460. gearlabel.Font = ("SourceSans")
  461. gearlabel.FontSize = ("Size14")
  462. gearlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  463.  
  464. gearbox = Instance.new("TextBox")
  465. gearbox.Parent = settings
  466. gearbox.Position = UDim2.new(0, 101, 0, 253)
  467. gearbox.Size = UDim2.new(0, 100, 0, 20)
  468. gearbox.Name = ("Gear Box")
  469. gearbox.Text = ("16895215")
  470. gearbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  471. gearbox.Font = ("SourceSans")
  472. gearbox.FontSize = ("Size14")
  473. gearbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  474.  
  475. leaderstatchangelabel = Instance.new("TextLabel")
  476. leaderstatchangelabel.Parent = settings
  477. leaderstatchangelabel.Position = UDim2.new(0, 0, 0, 232)
  478. leaderstatchangelabel.Size = UDim2.new(0, 100, 0, 20)
  479. leaderstatchangelabel.Name = ("Leaderstat Change Label")
  480. leaderstatchangelabel.Text = ("Leaderstat Change:")
  481. leaderstatchangelabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  482. leaderstatchangelabel.Font = ("SourceSans")
  483. leaderstatchangelabel.FontSize = ("Size14")
  484. leaderstatchangelabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  485.  
  486. leaderstatchangebox = Instance.new("TextBox")
  487. leaderstatchangebox.Parent = settings
  488. leaderstatchangebox.Position = UDim2.new(0, 101, 0, 232)
  489. leaderstatchangebox.Size = UDim2.new(0, 100, 0, 20)
  490. leaderstatchangebox.Name = ("Leaderstat Change Box")
  491. leaderstatchangebox.Text = ("Leaderstat")
  492. leaderstatchangebox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  493. leaderstatchangebox.Font = ("SourceSans")
  494. leaderstatchangebox.FontSize = ("Size14")
  495. leaderstatchangebox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  496.  
  497. leaderstatchangebox1 = Instance.new("TextBox")
  498. leaderstatchangebox1.Parent = settings
  499. leaderstatchangebox1.Position = UDim2.new(0, 202, 0, 232)
  500. leaderstatchangebox1.Size = UDim2.new(0, 100, 0, 20)
  501. leaderstatchangebox1.Name = ("Leaderstat Change Box 1")
  502. leaderstatchangebox1.Text = ("Value")
  503. leaderstatchangebox1.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  504. leaderstatchangebox1.Font = ("SourceSans")
  505. leaderstatchangebox1.FontSize = ("Size14")
  506. leaderstatchangebox1.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  507.  
  508. leaderstataddlabel = Instance.new("TextLabel")
  509. leaderstataddlabel.Parent = settings
  510. leaderstataddlabel.Position = UDim2.new(0, 0, 0, 211)
  511. leaderstataddlabel.Size = UDim2.new(0, 100, 0, 20)
  512. leaderstataddlabel.Name = ("Leaderstat Add Label")
  513. leaderstataddlabel.Text = ("Leaderstat Add:")
  514. leaderstataddlabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  515. leaderstataddlabel.Font = ("SourceSans")
  516. leaderstataddlabel.FontSize = ("Size14")
  517. leaderstataddlabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  518.  
  519. leaderstataddbox = Instance.new("TextBox")
  520. leaderstataddbox.Parent = settings
  521. leaderstataddbox.Position = UDim2.new(0, 101, 0, 211)
  522. leaderstataddbox.Size = UDim2.new(0, 100, 0, 20)
  523. leaderstataddbox.Name = ("Leaderstat Add Box")
  524. leaderstataddbox.Text = ("Leaderstat")
  525. leaderstataddbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  526. leaderstataddbox.Font = ("SourceSans")
  527. leaderstataddbox.FontSize = ("Size14")
  528. leaderstataddbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  529.  
  530. leaderstataddbox1 = Instance.new("TextBox")
  531. leaderstataddbox1.Parent = settings
  532. leaderstataddbox1.Position = UDim2.new(0, 202, 0, 211)
  533. leaderstataddbox1.Size = UDim2.new(0, 100, 0, 20)
  534. leaderstataddbox1.Name = ("Leaderstat Add Box 1")
  535. leaderstataddbox1.Text = ("Amount to add by")
  536. leaderstataddbox1.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  537. leaderstataddbox1.Font = ("SourceSans")
  538. leaderstataddbox1.FontSize = ("Size14")
  539. leaderstataddbox1.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  540.  
  541. forcetplabel = Instance.new("TextLabel")
  542. forcetplabel.Parent = settings
  543. forcetplabel.Position = UDim2.new(0, 0, 0, 190)
  544. forcetplabel.Size = UDim2.new(0, 100, 0, 20)
  545. forcetplabel.Name = ("Force Teleport Label")
  546. forcetplabel.Text = ("Force TP ID:")
  547. forcetplabel.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  548. forcetplabel.Font = ("SourceSans")
  549. forcetplabel.FontSize = ("Size14")
  550. forcetplabel.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  551.  
  552. forcetpbox = Instance.new("TextBox")
  553. forcetpbox.Parent = settings
  554. forcetpbox.Position = UDim2.new(0, 101, 0, 190)
  555. forcetpbox.Size = UDim2.new(0, 100, 0, 20)
  556. forcetpbox.Name = ("Force Teleport Box")
  557. forcetpbox.Text = ("134323087")
  558. forcetpbox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  559. forcetpbox.Font = ("SourceSans")
  560. forcetpbox.FontSize = ("Size14")
  561. forcetpbox.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  562.  
  563. setskybox = Instance.new("TextButton")
  564. setskybox.Parent = page1
  565. setskybox.Name = ("Set Skybox")
  566. setskybox.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  567. setskybox.Position = UDim2.new(0, 0, 0, 568)
  568. setskybox.Size = UDim2.new(0, 100, 0, 20)
  569. setskybox.Text = ("Set Skybox")
  570. setskybox.Font = ("SourceSans")
  571. setskybox.FontSize = ("Size14")
  572. setskybox.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  573.  
  574. function setskyboxClick()
  575.  
  576. game.Lighting.TimeOfDay = 12
  577. game.Lighting.Ambient = Color3.new(0,0,0)
  578. sky = Instance.new("Sky")
  579. sky.Parent = game.Lighting
  580. sky.SkyboxBk = "http://www.roblox.com/asset/?id=157702855"
  581. sky.SkyboxDn = "http://www.roblox.com/asset/?id=157702855"
  582. sky.SkyboxFt = "http://www.roblox.com/asset/?id=157702855"
  583. sky.SkyboxLf = "http://www.roblox.com/asset/?id=157702855"
  584. sky.SkyboxRt = "http://www.roblox.com/asset/?id=157702855"
  585. sky.SkyboxUp = "http://www.roblox.com/asset/?id=157702855"
  586. end
  587.  
  588. setskybox.MouseButton1Down:connect(setskyboxClick)
  589.  
  590. clearterrain = Instance.new("TextButton")
  591. clearterrain.Parent = page1
  592. clearterrain.Name = ("Clear Terrain")
  593. clearterrain.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  594. clearterrain.Position = UDim2.new(0, 0, 0, 547)
  595. clearterrain.Size = UDim2.new(0, 100, 0, 20)
  596. clearterrain.Text = ("Clear Terrain")
  597. clearterrain.Font = ("SourceSans")
  598. clearterrain.FontSize = ("Size14")
  599. clearterrain.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  600.  
  601. function clearterrainClick()
  602. game.Workspace.Terrain:Clear()
  603. end
  604.  
  605. clearterrain.MouseButton1Down:connect(clearterrainClick)
  606.  
  607. unanchorall = Instance.new("TextButton")
  608. unanchorall.Parent = page1
  609. unanchorall.Name = ("Unanchor All")
  610. unanchorall.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  611. unanchorall.Position = UDim2.new(0, 0, 0, 526)
  612. unanchorall.Size = UDim2.new(0, 100, 0, 20)
  613. unanchorall.Text = ("Unanchor All")
  614. unanchorall.Font = ("SourceSans")
  615. unanchorall.FontSize = ("Size14")
  616. unanchorall.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  617.  
  618. function unanchorallClick()
  619. g = game.Workspace:GetChildren () do
  620. for i = 1, #g do
  621. if g[i].ClassName == "Part" then
  622. g[i].Anchored = false else if
  623. g[i].ClassName == "Model" then
  624. y = g[i]:GetChildren ()
  625. for i = 1, #y do
  626. if y[i].ClassName == "Part" then
  627. y[i].Anchored = false
  628. end
  629. end
  630. end
  631. end
  632. end
  633. end
  634. end
  635.  
  636. unanchorall.MouseButton1Down:connect(unanchorallClick)
  637.  
  638. createbaseplate = Instance.new("TextButton")
  639. createbaseplate.Parent = page1
  640. createbaseplate.Name = ("Create Baseplate")
  641. createbaseplate.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  642. createbaseplate.Position = UDim2.new(0, 0, 0, 505)
  643. createbaseplate.Size = UDim2.new(0, 100, 0, 20)
  644. createbaseplate.Text = ("Create Baseplate")
  645. createbaseplate.Font = ("SourceSans")
  646. createbaseplate.FontSize = ("Size14")
  647. createbaseplate.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  648.  
  649. function createbaseplateClick()
  650. local pt = Instance.new("Part")
  651. pt.BrickColor = BrickColor.new("Silver")
  652. pt.Anchored = true
  653. pt.CanCollide = true
  654. pt.BottomSurface = "Weld"
  655. pt.Parent = workspace
  656. pt.Name = (math.random(1,1000000))
  657. pt.Size = Vector3.new(1000, 1, 1000)
  658. end
  659.  
  660. createbaseplate.MouseButton1Down:connect(createbaseplateClick)
  661.  
  662. killall = Instance.new("TextButton")
  663. killall.Parent = page1
  664. killall.Name = ("Kill All")
  665. killall.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  666. killall.Position = UDim2.new(0, 0, 0, 484)
  667. killall.Size = UDim2.new(0, 100, 0, 20)
  668. killall.Text = ("Kill All")
  669. killall.Font = ("SourceSans")
  670. killall.FontSize = ("Size14")
  671. killall.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  672.  
  673. function killallClick()
  674. for i,v in pairs(game.Players:GetChildren()) do
  675. v.Character.Humanoid.Health = 0
  676. end
  677. end
  678.  
  679. killall.MouseButton1Down:connect(killallClick)
  680.  
  681. kickall = Instance.new("TextButton")
  682. kickall.Parent = page1
  683. kickall.Name = ("Kick All")
  684. kickall.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  685. kickall.Position = UDim2.new(0, 0, 0, 463)
  686. kickall.Size = UDim2.new(0, 100, 0, 20)
  687. kickall.Text = ("Kick All")
  688. kickall.Font = ("SourceSans")
  689. kickall.FontSize = ("Size14")
  690. kickall.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  691.  
  692. function kickallClick()
  693. for i,v in pairs(game.Players:GetChildren()) do
  694. v:Remove()
  695. end
  696. end
  697.  
  698. kickall.MouseButton1Down:connect(kickallClick)
  699.  
  700. removeadmin = Instance.new("TextButton")
  701. removeadmin.Parent = page1
  702. removeadmin.Name = ("Remove Admin")
  703. removeadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  704. removeadmin.Position = UDim2.new(0, 0, 0, 442)
  705. removeadmin.Size = UDim2.new(0, 100, 0, 20)
  706. removeadmin.Text = ("Remove Admin")
  707. removeadmin.Font = ("SourceSans")
  708. removeadmin.FontSize = ("Size14")
  709. removeadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  710.  
  711. function removeadminClick()
  712. game.Workspace["Kohl's Admin Commands V2"]:Destroy()
  713. end
  714.  
  715. removeadmin.MouseButton1Down:connect(removeadminClick)
  716.  
  717. apoctroll = Instance.new("TextButton")
  718. apoctroll.Parent = page1
  719. apoctroll.Name = ("Apoc Troll")
  720. apoctroll.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  721. apoctroll.Position = UDim2.new(0, 0, 0, 421)
  722. apoctroll.Size = UDim2.new(0, 100, 0, 20)
  723. apoctroll.Text = ("Apoc Troll")
  724. apoctroll.Font = ("SourceSans")
  725. apoctroll.FontSize = ("Size14")
  726. apoctroll.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  727.  
  728. function apoctrollClick()
  729. ds = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
  730. wait()
  731. for i,v in pairs(game.Players:GetChildren()) do
  732. if v.Name == game.Players.LocalPlayer.Name then
  733. else
  734. v.Character.Torso.CFrame = ds * CFrame.new(math.random(0,50),0,math.random(0,50))
  735. v.Character:BreakJoints()
  736. end
  737. end
  738. end
  739.  
  740. apoctroll.MouseButton1Down:connect(apoctrollClick)
  741.  
  742. brickspam = Instance.new("TextButton")
  743. brickspam.Parent = page1
  744. brickspam.Name = ("Brick Spam")
  745. brickspam.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  746. brickspam.Position = UDim2.new(0, 0, 0, 400)
  747. brickspam.Size = UDim2.new(0, 100, 0, 20)
  748. brickspam.Text = ("Brick Spam")
  749. brickspam.Font = ("SourceSans")
  750. brickspam.FontSize = ("Size14")
  751. brickspam.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  752.  
  753. function brickspamClick()
  754. local brick = Instance.new("Part")
  755. while true do
  756. local b = brick:clone()
  757. b.Parent = game.Workspace
  758. if game.Workspace[playername100] ~= nil then
  759. local mainpos = game.Workspace[playername100].Head.Position
  760. b.Position = Vector3.new(mainpos.x, mainpos.y +3, mainpos.z)
  761. wait()
  762. end
  763. end
  764. end
  765.  
  766. brickspam.MouseButton1Down:connect(brickspamClick)
  767.  
  768. kickgui = Instance.new("TextButton")
  769. kickgui.Parent = page1
  770. kickgui.Name = ("Kick Gui")
  771. kickgui.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  772. kickgui.Position = UDim2.new(0, 0, 0, 379)
  773. kickgui.Size = UDim2.new(0, 100, 0, 20)
  774. kickgui.Text = ("Kick Gui")
  775. kickgui.Font = ("SourceSans")
  776. kickgui.FontSize = ("Size14")
  777. kickgui.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  778.  
  779. function kickguiClick()
  780. me1 = game.Players.LocalPlayer
  781. gui1 = Instance.new("ScreenGui")
  782. gui1.Parent = me1.PlayerGui
  783. gui1.Name = "Kick"
  784.  
  785. pos1 = 135
  786. pos21 = 10
  787. pos31 = 0
  788.  
  789. enabled1 = false
  790.  
  791. button1 = Instance.new("TextButton")
  792. button1.Parent = gui1
  793. button1.Size = UDim2.new(0, 100, 0, 30)
  794. button1.Position = UDim2.new(0, 109, 0, pos1)
  795. button1.Text = "Kick"
  796. button1.MouseButton1Click:connect(function()
  797. if enabled1 == false then
  798. enabled1 = true
  799. local a1 = game.Players:GetChildren()
  800. red1 = 0
  801. green1 = 0.5
  802. blue1 = 0
  803. for i1=1, #a1 do
  804. wait()
  805. pos21 = pos21 + 23
  806. if pos21 >= 450 then
  807. pos31 = pos31 + 103
  808. pos21 = 33
  809. end
  810. if green1 <= 0.9 then
  811. green1 = green1 + 0.46
  812. elseif green1 >= 0.9 then
  813. green1 = green1 - 0.46
  814. end
  815. local bu1 = Instance.new("TextButton")
  816. bu1.Parent = button1
  817. bu1.Size = UDim2.new(0, 100, 0, 20)
  818. bu1.Position = UDim2.new(0, pos31, 0, pos21)
  819. bu1.Text = a1[i1].Name
  820. bu1.BackgroundTransparency = 1
  821. bu1.TextTransparency = 1
  822. bu1.BackgroundColor3 = Color3.new(red1,green1,blue1)
  823. coroutine.resume(coroutine.create(function()
  824. for i1=1, 3 do
  825. wait()
  826. bu1.BackgroundTransparency = bu1.BackgroundTransparency - 0.34
  827. bu1.TextTransparency = bu1.BackgroundTransparency
  828. end
  829. end))
  830. bu1.MouseButton1Down:connect(function()
  831. local play1 = game.Players:findFirstChild(bu1.Text)
  832. if play1 ~= nil then
  833. play1:remove()
  834. bu1:remove()
  835. end
  836. end)
  837. end
  838. elseif enabled1 == true then
  839. enabled1 = false
  840. pos21 = 101
  841. pos31 = 0
  842. local o1 = button1:GetChildren()
  843. for i1=1, #o1 do
  844. wait()
  845. o1[i1]:remove()
  846. end
  847. end
  848. end)
  849. end
  850.  
  851. kickgui.MouseButton1Down:connect(kickguiClick)
  852.  
  853. knife = Instance.new("TextButton")
  854. knife.Parent = page1
  855. knife.Name = ("Knife")
  856. knife.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  857. knife.Position = UDim2.new(0, 101, 0, 568)
  858. knife.Size = UDim2.new(0, 100, 0, 20)
  859. knife.Text = ("Knife")
  860. knife.Font = ("SourceSans")
  861. knife.FontSize = ("Size14")
  862. knife.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  863.  
  864. function knifeClick()
  865. game:GetObjects("rbxassetid://92001561")[1].Parent=game.Players.LocalPlayer.Backpack
  866. end
  867.  
  868. knife.MouseButton1Down:connect(knifeClick)
  869.  
  870. setwalkspeed = Instance.new("TextButton")
  871. setwalkspeed.Parent = page1
  872. setwalkspeed.Name = ("Set Walkspeed")
  873. setwalkspeed.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  874. setwalkspeed.Position = UDim2.new(0, 202, 0, 568)
  875. setwalkspeed.Size = UDim2.new(0, 100, 0, 20)
  876. setwalkspeed.Text = ("Set Walkspeed")
  877. setwalkspeed.Font = ("SourceSans")
  878. setwalkspeed.FontSize = ("Size14")
  879. setwalkspeed.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  880.  
  881. function setwalkspeedClick()
  882. walkspeed = walkspeedbox.Text
  883. game.Workspace[playername100].Humanoid.WalkSpeed = walkspeed
  884. end
  885.  
  886. setwalkspeed.MouseButton1Down:connect(setwalkspeedClick)
  887.  
  888. remsoadmin = Instance.new("TextButton")
  889. remsoadmin.Parent = page1
  890. remsoadmin.Name = ("Remso Admin")
  891. remsoadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  892. remsoadmin.Position = UDim2.new(0, 101, 0, 547)
  893. remsoadmin.Size = UDim2.new(0, 100, 0, 20)
  894. remsoadmin.Text = ("Remso Admin")
  895. remsoadmin.Font = ("SourceSans")
  896. remsoadmin.FontSize = ("Size14")
  897. remsoadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  898.  
  899. function remsoadminClick()
  900. str_srce = "113102337" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  901. end
  902.  
  903. remsoadmin.MouseButton1Down:connect(remsoadminClick)
  904.  
  905. antirobloxian = Instance.new("TextButton")
  906. antirobloxian.Parent = page1
  907. antirobloxian.Name = ("Anti-Robloxian")
  908. antirobloxian.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  909. antirobloxian.Position = UDim2.new(0, 101, 0, 442)
  910. antirobloxian.Size = UDim2.new(0, 100, 0, 20)
  911. antirobloxian.Text = ("Anti-Robloxian")
  912. antirobloxian.Font = ("SourceSans")
  913. antirobloxian.FontSize = ("Size14")
  914. antirobloxian.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  915.  
  916. function antirobloxianClick()
  917. arstudsval.Value = arstudsbox.Text
  918. local Player = game.Players.LocalPlayer
  919. while true do
  920. dist = arstudsval.Value
  921. local distance = dist
  922. if Player then
  923. c = game.Players:GetChildren()
  924. for i = 1, #c do
  925. if c[i].Name ~= Player.Name then
  926. if c[i]:DistanceFromCharacter(game.Workspace[Player.Name].Torso.Position) <= distance then
  927. c[i].Character:BreakJoints()
  928. c2 = c[i].Character:GetChildren()
  929. for i2 =1, #c2 do
  930. if c2[i2]:IsA("BasePart") then
  931. Instance.new("Fire", c2[i2])
  932. end end end end end end wait() end
  933. end
  934.  
  935. antirobloxian.MouseButton1Down:connect(antirobloxianClick)
  936.  
  937. headshake = Instance.new("TextButton")
  938. headshake.Parent = page1
  939. headshake.Name = ("Head Shake")
  940. headshake.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  941. headshake.Position = UDim2.new(0, 101, 0, 421)
  942. headshake.Size = UDim2.new(0, 100, 0, 20)
  943. headshake.Text = ("Head Shake")
  944. headshake.Font = ("SourceSans")
  945. headshake.FontSize = ("Size14")
  946. headshake.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  947.  
  948. function headshakeClick()
  949. for X = 1, math.huge, 0.2 do
  950. wait()
  951. game.Workspace[playername100].Torso.Neck.C0 = CFrame.new(math.sin(X) / 2,1.5,0)
  952. game.Workspace[playername100].Torso.Neck.C1 = CFrame.new(0,0,0)
  953. end
  954.  
  955.  
  956. for X = 1, math.huge, 0.1 do
  957. wait()
  958. game.Workspace[playername100].Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.fromAxisAngle(Vector3.new(0,1,0), X)
  959. game.Workspace[playername100].Torso.Neck.C1 = CFrame.new(0,0,0)
  960. end
  961.  
  962.  
  963.  
  964.  
  965. for _,c in pairs(game.Players:GetChildren()) do
  966. c.Character.Head.Mesh.Scale = Vector3.new(100, 100, 100)
  967. end
  968.  
  969.  
  970.  
  971. for _,c in pairs(game.Players:GetChildren()) do
  972. c.Character.Head.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  973. end
  974. end
  975.  
  976. headshake.MouseButton1Down:connect(headshakeClick)
  977.  
  978. xadmin = Instance.new("TextButton")
  979. xadmin.Parent = page1
  980. xadmin.Name = ("X Admin")
  981. xadmin.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  982. xadmin.Position = UDim2.new(0, 101, 0, 400)
  983. xadmin.Size = UDim2.new(0, 100, 0, 20)
  984. xadmin.Text = ("X Admin")
  985. xadmin.Font = ("SourceSans")
  986. xadmin.FontSize = ("Size14")
  987. xadmin.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  988.  
  989. function xadminClick()
  990. game:GetObjects("rbxassetid://142126001")[1].Parent=game.Players.LocalPlayer.Backpack
  991. end
  992.  
  993. xadmin.MouseButton1Down:connect(xadminClick)
  994.  
  995. kool = Instance.new("TextButton")
  996. kool.Parent = page1
  997. kool.Name = ("Dominus Ghost")
  998. kool.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  999. kool.Position = UDim2.new(0, 101, 0, 526)
  1000. kool.Size = UDim2.new(0, 100, 0, 20)
  1001. kool.Text = ("Dominus Ghost")
  1002. kool.Font = ("SourceSans")
  1003. kool.FontSize = ("Size14")
  1004. kool.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1005.  
  1006. function koolClick()
  1007. function nob(who,tra,hat)
  1008. c=who.Character
  1009. pcall(function()u=c["Body Colors"]
  1010. u.HeadColor=BrickColor.new("Black")
  1011. u.LeftLegColor=BrickColor.new("Black")
  1012. u.RightLegolor=BrickColor.new("Black")
  1013. u.LeftArmColor=BrickColor.new("Black")
  1014. u.TorsoColor=BrickColor.new("Black")
  1015. u.RightArmColor=BrickColor.new("Black")
  1016. end)
  1017. pcall(function()c.Shirt:Destroy() c.Pants:Destroy() end)
  1018. for i,v in pairs(c:GetChildren()) do
  1019. if v:IsA("BasePart") then
  1020. v.Transparency=tra
  1021. if v.Name=="HumanoidRootPart" or v.Name=="Head" then
  1022. v.Transparency=1
  1023. end
  1024. wait()
  1025. v.BrickColor=BrickColor.new("Black")
  1026. elseif v:IsA("Hat") then
  1027. v:Destroy()
  1028. end
  1029. end
  1030. xx=game:service("InsertService"):LoadAsset(hat)
  1031. xy=game:service("InsertService"):LoadAsset(47433)["LinkedSword"]
  1032. xy.Parent=who.Backpack
  1033. for a,hat in pairs(xx:children()) do
  1034. hat.Parent=c
  1035. end
  1036. xx:Destroy()
  1037. h=who.Character.Humanoid
  1038. h.MaxHealth=50000
  1039. wait(1.5)
  1040. h.Health=50000
  1041. h.WalkSpeed=32
  1042. end
  1043. nob(game.Players.LocalPlayer,0.6,21070012)
  1044. end
  1045.  
  1046. kool.MouseButton1Down:connect(koolClick)
  1047.  
  1048. changename = Instance.new("TextButton")
  1049. changename.Parent = page1
  1050. changename.Name = ("Change Name")
  1051. changename.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1052. changename.Position = UDim2.new(0, 101, 0, 505)
  1053. changename.Size = UDim2.new(0, 100, 0, 20)
  1054. changename.Text = ("Change Name")
  1055. changename.Font = ("SourceSans")
  1056. changename.FontSize = ("Size14")
  1057. changename.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1058.  
  1059. firsttime = true
  1060.  
  1061. function changenameClick()
  1062. name = namebox.Text
  1063. if firsttime == true then
  1064. local You = playername100 local head = workspace[You].Head:Clone() local model = Instance.new("Model",workspace) local humanoid = Instance.new("Humanoid",model) head.Parent = model model.Name = name modelname = model.Name humanoid.MaxHealth = 0 local w = Instance.new("Weld",model) w.Part0,w.Part1 = workspace[You].Head,head
  1065. firsttime = false else
  1066. local model = game.Workspace[modelname] model.Name = name modelname = model.Name
  1067. end
  1068. end
  1069.  
  1070. changename.MouseButton1Down:connect(changenameClick)
  1071.  
  1072. orb = Instance.new("TextButton")
  1073. orb.Parent = page1
  1074. orb.Name = ("Orb")
  1075. orb.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1076. orb.Position = UDim2.new(0, 202, 0, 484)
  1077. orb.Size = UDim2.new(0, 100, 0, 20)
  1078. orb.Text = ("Orb")
  1079. orb.Font = ("SourceSans")
  1080. orb.FontSize = ("Size14")
  1081. orb.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1082.  
  1083. function orbClick()
  1084. game:GetObjects("rbxassetid://137285524")[1].Parent=game.Players.LocalPlayer.Backpack
  1085. end
  1086.  
  1087. orb.MouseButton1Down:connect(orbClick)
  1088.  
  1089. lightsaber = Instance.new("TextButton")
  1090. lightsaber.Parent = page1
  1091. lightsaber.Name = ("Lightsaber")
  1092. lightsaber.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1093. lightsaber.Position = UDim2.new(0, 202, 0, 463)
  1094. lightsaber.Size = UDim2.new(0, 100, 0, 20)
  1095. lightsaber.Text = ("Lightsaber")
  1096. lightsaber.Font = ("SourceSans")
  1097. lightsaber.FontSize = ("Size14")
  1098. lightsaber.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1099.  
  1100. function lightsaberClick()
  1101. game:GetObjects("rbxassetid://137264892")[1].Parent=game.Players.LocalPlayer.Backpack
  1102. end
  1103.  
  1104. lightsaber.MouseButton1Down:connect(lightsaberClick)
  1105.  
  1106. masterhand = Instance.new("TextButton")
  1107. masterhand.Parent = page1
  1108. masterhand.Name = ("Master Hand")
  1109. masterhand.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1110. masterhand.Position = UDim2.new(0, 101, 0, 379)
  1111. masterhand.Size = UDim2.new(0, 100, 0, 20)
  1112. masterhand.Text = ("Master Hand")
  1113. masterhand.Font = ("SourceSans")
  1114. masterhand.FontSize = ("Size14")
  1115. masterhand.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1116.  
  1117. function masterhandClick()
  1118. game:GetObjects("rbxassetid://136424786")[1].Parent=game.Players.LocalPlayer.Backpack
  1119. end
  1120.  
  1121. masterhand.MouseButton1Down:connect(masterhandClick)
  1122.  
  1123. leaderstatchange = Instance.new("TextButton")
  1124. leaderstatchange.Parent = page1
  1125. leaderstatchange.Name = ("Leaderstat Change")
  1126. leaderstatchange.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1127. leaderstatchange.Position = UDim2.new(0, 202, 0, 547)
  1128. leaderstatchange.Size = UDim2.new(0, 100, 0, 20)
  1129. leaderstatchange.Text = ("Leaderstat Change")
  1130. leaderstatchange.Font = ("SourceSans")
  1131. leaderstatchange.FontSize = ("Size14")
  1132. leaderstatchange.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1133.  
  1134. function leaderstatchangeClick()
  1135. leaderstat = leaderstatchangebox.Text
  1136. value = leaderstatchangebox1.Text
  1137. if game.Players[playername100].leaderstats:FindFirstChild(leaderstat) == nil then
  1138. else
  1139. game.Players[playername100].leaderstats[leaderstat].Value = value
  1140. end
  1141. end
  1142.  
  1143. leaderstatchange.MouseButton1Down:connect(leaderstatchangeClick)
  1144.  
  1145. leaderstatadd = Instance.new("TextButton")
  1146. leaderstatadd.Parent = page1
  1147. leaderstatadd.Name = ("Leaderstat Add")
  1148. leaderstatadd.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1149. leaderstatadd.Position = UDim2.new(0, 202, 0, 526)
  1150. leaderstatadd.Size = UDim2.new(0, 100, 0, 20)
  1151. leaderstatadd.Text = ("Leaderstat Add")
  1152. leaderstatadd.Font = ("SourceSans")
  1153. leaderstatadd.FontSize = ("Size14")
  1154. leaderstatadd.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1155.  
  1156. function leaderstataddClick()
  1157. leaderstat1 = leaderstataddbox.Text
  1158. value1 = leaderstataddbox1.Text
  1159. while true do
  1160. wait()
  1161. game.Players[playername100].leaderstats[leaderstat1].Value = (game.Players[playername100].leaderstats[leaderstat1].Value + value1)
  1162. end
  1163. end
  1164.  
  1165. leaderstatadd.MouseButton1Down:connect(leaderstataddClick)
  1166.  
  1167. strobe = Instance.new("TextButton")
  1168. strobe.Parent = page1
  1169. strobe.Name = ("5tr0b3")
  1170. strobe.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1171. strobe.Position = UDim2.new(0, 202, 0, 442)
  1172. strobe.Size = UDim2.new(0, 100, 0, 20)
  1173. strobe.Text = ("5tr0b3")
  1174. strobe.Font = ("SourceSans")
  1175. strobe.FontSize = ("Size14")
  1176. strobe.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1177.  
  1178. function strobeClick()
  1179. game:GetObjects("rbxassetid://142195148")[1].Parent=game.Players.LocalPlayer.Backpack
  1180. end
  1181.  
  1182. strobe.MouseButton1Down:connect(strobeClick)
  1183.  
  1184. atlas = Instance.new("TextButton")
  1185. atlas.Parent = page1
  1186. atlas.Name = ("Atlas Sword")
  1187. atlas.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1188. atlas.Position = UDim2.new(0, 202, 0, 421)
  1189. atlas.Size = UDim2.new(0, 100, 0, 20)
  1190. atlas.Text = ("Atlas Sword")
  1191. atlas.Font = ("SourceSans")
  1192. atlas.FontSize = ("Size14")
  1193. atlas.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1194.  
  1195. function atlasClick()
  1196. game:GetObjects("rbxassetid://142201533")[1].Parent=game.Players.LocalPlayer.Backpack
  1197. end
  1198.  
  1199. atlas.MouseButton1Down:connect(atlasClick)
  1200.  
  1201. cba = Instance.new("TextButton")
  1202. cba.Parent = page1
  1203. cba.Name = ("CBA Admin")
  1204. cba.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1205. cba.Position = UDim2.new(0, 202, 0, 400)
  1206. cba.Size = UDim2.new(0, 100, 0, 20)
  1207. cba.Text = ("CBA Admin")
  1208. cba.Font = ("SourceSans")
  1209. cba.FontSize = ("Size14")
  1210. cba.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1211.  
  1212. function cbaClick()
  1213. game:GetObjects("rbxassetid://142128830")[1].Parent=game.Players.LocalPlayer.Backpack
  1214. end
  1215.  
  1216. cba.MouseButton1Down:connect(cbaClick)
  1217.  
  1218. d33k = Instance.new("TextButton")
  1219. d33k.Parent = page1
  1220. d33k.Name = ("d33k Admin")
  1221. d33k.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1222. d33k.Position = UDim2.new(0, 202, 0, 379)
  1223. d33k.Size = UDim2.new(0, 100, 0, 20)
  1224. d33k.Text = ("d33k Admin")
  1225. d33k.Font = ("SourceSans")
  1226. d33k.FontSize = ("Size14")
  1227. d33k.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1228.  
  1229. function d33kClick()
  1230. game:GetObjects("rbxassetid://142031425")[1].Parent=game.Players.LocalPlayer.Backpack
  1231. end
  1232.  
  1233. d33k.MouseButton1Down:connect(d33kClick)
  1234.  
  1235. eyelaser = Instance.new("TextButton")
  1236. eyelaser.Parent = page2
  1237. eyelaser.Name = ("Eyelaser")
  1238. eyelaser.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1239. eyelaser.Position = UDim2.new(0, 0, 0, 379)
  1240. eyelaser.Size = UDim2.new(0, 100, 0, 20)
  1241. eyelaser.Text = ("Eyelaser")
  1242. eyelaser.Font = ("SourceSans")
  1243. eyelaser.FontSize = ("Size14")
  1244. eyelaser.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1245.  
  1246. function eyelaserClick()
  1247. game:GetObjects("rbxassetid://142007482")[1].Parent=game.Players.LocalPlayer.Backpack
  1248. end
  1249.  
  1250. eyelaser.MouseButton1Down:connect(eyelaserClick)
  1251.  
  1252. fencing = Instance.new("TextButton")
  1253. fencing.Parent = page2
  1254. fencing.Name = ("Fencing Restore")
  1255. fencing.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1256. fencing.Position = UDim2.new(0, 0, 0, 400)
  1257. fencing.Size = UDim2.new(0, 100, 0, 20)
  1258. fencing.Text = ("Fencing Restore")
  1259. fencing.Font = ("SourceSans")
  1260. fencing.FontSize = ("Size14")
  1261. fencing.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1262.  
  1263. function fencingClick()
  1264. str_srce = "123116009" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  1265. end
  1266.  
  1267. fencing.MouseButton1Down:connect(fencingClick)
  1268.  
  1269. infinity = Instance.new("TextButton")
  1270. infinity.Parent = page2
  1271. infinity.Name = ("Infinity X")
  1272. infinity.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1273. infinity.Position = UDim2.new(0, 0, 0, 421)
  1274. infinity.Size = UDim2.new(0, 100, 0, 20)
  1275. infinity.Text = ("Infninty X")
  1276. infinity.Font = ("SourceSans")
  1277. infinity.FontSize = ("Size14")
  1278. infinity.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1279.  
  1280. function infinityClick()
  1281. game:GetObjects("rbxassetid://142036884")[1].Parent=game.Players.LocalPlayer.Backpack
  1282. end
  1283.  
  1284. infinity.MouseButton1Down:connect(infinityClick)
  1285.  
  1286. kohls = Instance.new("TextButton")
  1287. kohls.Parent = page2
  1288. kohls.Name = ("Kohl's Admin")
  1289. kohls.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1290. kohls.Position = UDim2.new(0, 0, 0, 442)
  1291. kohls.Size = UDim2.new(0, 100, 0, 20)
  1292. kohls.Text = ("Kohl's Admin")
  1293. kohls.Font = ("SourceSans")
  1294. kohls.FontSize = ("Size14")
  1295. kohls.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1296.  
  1297. function kohlsClick()
  1298. game:GetObjects("rbxassetid://157824053")[1].Parent=game.Players.LocalPlayer.Backpack
  1299. end
  1300.  
  1301. kohls.MouseButton1Down:connect(kohlsClick)
  1302.  
  1303. staff = Instance.new("TextButton")
  1304. staff.Parent = page2
  1305. staff.Name = ("Staff")
  1306. staff.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1307. staff.Position = UDim2.new(0, 0, 0, 463)
  1308. staff.Size = UDim2.new(0, 100, 0, 20)
  1309. staff.Text = ("Staff")
  1310. staff.Font = ("SourceSans")
  1311. staff.FontSize = ("Size14")
  1312. staff.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1313.  
  1314. function staffClick()
  1315. game:GetObjects("rbxassetid://136320853")[1].Parent=game.Players.LocalPlayer.Backpack
  1316. end
  1317.  
  1318. staff.MouseButton1Down:connect(staffClick)
  1319.  
  1320. wings = Instance.new("TextButton")
  1321. wings.Parent = page2
  1322. wings.Name = ("Wings")
  1323. wings.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1324. wings.Position = UDim2.new(0, 0, 0, 484)
  1325. wings.Size = UDim2.new(0, 100, 0, 20)
  1326. wings.Text = ("Wings")
  1327. wings.Font = ("SourceSans")
  1328. wings.FontSize = ("Size14")
  1329. wings.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1330.  
  1331. function wingsClick()
  1332. game:GetObjects("rbxassetid://136322458")[1].Parent=game.Players.LocalPlayer.Backpack
  1333. end
  1334.  
  1335. wings.MouseButton1Down:connect(wingsClick)
  1336.  
  1337. silent = Instance.new("TextButton")
  1338. silent.Parent = page2
  1339. silent.Name = ("Silent Executor")
  1340. silent.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1341. silent.Position = UDim2.new(0, 0, 0, 505)
  1342. silent.Size = UDim2.new(0, 100, 0, 20)
  1343. silent.Text = ("Silent Executor")
  1344. silent.Font = ("SourceSans")
  1345. silent.FontSize = ("Size14")
  1346. silent.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1347.  
  1348. function silentClick()
  1349. loadstring(game:GetObjects("rbxassetid://138660278")[1].Source)()
  1350. end
  1351.  
  1352. silent.MouseButton1Down:connect(silentClick)
  1353.  
  1354. laser = Instance.new("TextButton")
  1355. laser.Parent = page2
  1356. laser.Name = ("Laser Rifle")
  1357. laser.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1358. laser.Position = UDim2.new(0, 0, 0, 526)
  1359. laser.Size = UDim2.new(0, 100, 0, 20)
  1360. laser.Text = ("Laser Rifle")
  1361. laser.Font = ("SourceSans")
  1362. laser.FontSize = ("Size14")
  1363. laser.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1364.  
  1365. function laserClick()
  1366. game:GetObjects("rbxassetid://140411727")[1].Parent=game.Players.LocalPlayer.Backpack
  1367. end
  1368.  
  1369. laser.MouseButton1Down:connect(laserClick)
  1370.  
  1371. insert = Instance.new("TextButton")
  1372. insert.Parent = page2
  1373. insert.Name = ("Insert Tool")
  1374. insert.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1375. insert.Position = UDim2.new(0, 0, 0, 547)
  1376. insert.Size = UDim2.new(0, 100, 0, 20)
  1377. insert.Text = ("Insert Tool")
  1378. insert.Font = ("SourceSans")
  1379. insert.FontSize = ("Size14")
  1380. insert.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1381.  
  1382. function insertClick()
  1383. game:GetObjects("rbxassetid://73504704")[1].Parent=game.Players.LocalPlayer.Backpack
  1384. end
  1385.  
  1386. insert.MouseButton1Down:connect(insertClick)
  1387.  
  1388. techno = Instance.new("TextButton")
  1389. techno.Parent = page2
  1390. techno.Name = ("Techno Gauntlet")
  1391. techno.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1392. techno.Position = UDim2.new(0, 0, 0, 568)
  1393. techno.Size = UDim2.new(0, 100, 0, 20)
  1394. techno.Text = ("Techno Gauntlet")
  1395. techno.Font = ("SourceSans")
  1396. techno.FontSize = ("Size14")
  1397. techno.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1398.  
  1399. function technoClick()
  1400. game:GetObjects("rbxassetid://142496704")[1].Parent=game.Players.LocalPlayer.Backpack
  1401. end
  1402.  
  1403. techno.MouseButton1Down:connect(technoClick)
  1404.  
  1405. spider = Instance.new("TextButton")
  1406. spider.Parent = page2
  1407. spider.Name = ("Spider")
  1408. spider.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1409. spider.Position = UDim2.new(0, 101, 0, 379)
  1410. spider.Size = UDim2.new(0, 100, 0, 20)
  1411. spider.Text = ("Spider")
  1412. spider.Font = ("SourceSans")
  1413. spider.FontSize = ("Size14")
  1414. spider.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1415.  
  1416. function spiderClick()
  1417. game:GetObjects("rbxassetid://137265181")[1].Parent=game.Players.LocalPlayer.Backpack
  1418. end
  1419.  
  1420. spider.MouseButton1Down:connect(spiderClick)
  1421.  
  1422. decal = Instance.new("TextButton")
  1423. decal.Parent = page2
  1424. decal.Name = ("Decal Spam")
  1425. decal.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1426. decal.Position = UDim2.new(0, 101, 0, 400)
  1427. decal.Size = UDim2.new(0, 100, 0, 20)
  1428. decal.Text = ("Decal Spam")
  1429. decal.Font = ("SourceSans")
  1430. decal.FontSize = ("Size14")
  1431. decal.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1432.  
  1433. function decalClick()
  1434. decalID = skyboxidbox.Text
  1435. function exPro(root)
  1436. for _, v in pairs(root:GetChildren()) do
  1437. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then
  1438. v.Parent = nil
  1439. elseif v:IsA("BasePart") then
  1440. v.Material = "Plastic"
  1441. v.Transparency = 0
  1442. local One = Instance.new("Decal", v)
  1443. local Two = Instance.new("Decal", v)
  1444. local Three = Instance.new("Decal", v)
  1445. local Four = Instance.new("Decal", v)
  1446. local Five = Instance.new("Decal", v)
  1447. local Six = Instance.new("Decal", v)
  1448. One.Texture = "http://www.roblox.com/asset/?id="..decalID
  1449. Two.Texture = "http://www.roblox.com/asset/?id="..decalID
  1450. Three.Texture = "http://www.roblox.com/asset/?id="..decalID
  1451. Four.Texture = "http://www.roblox.com/asset/?id="..decalID
  1452. Five.Texture = "http://www.roblox.com/asset/?id="..decalID
  1453. Six.Texture = "http://www.roblox.com/asset/?id="..decalID
  1454. One.Face = "Front"
  1455. Two.Face = "Back"
  1456. Three.Face = "Right"
  1457. Four.Face = "Left"
  1458. Five.Face = "Top"
  1459. Six.Face = "Bottom"
  1460. end
  1461. exPro(v)
  1462. end
  1463. end
  1464. function asdf(root)
  1465. for _, v in pairs(root:GetChildren()) do
  1466. asdf(v)
  1467. end
  1468. end
  1469. exPro(game.Workspace)
  1470. asdf(game.Workspace)
  1471. end
  1472.  
  1473. decal.MouseButton1Down:connect(decalClick)
  1474.  
  1475. forcetele = Instance.new("TextButton")
  1476. forcetele.Parent = page2
  1477. forcetele.Name = ("Force Teleport")
  1478. forcetele.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1479. forcetele.Position = UDim2.new(0, 101, 0, 421)
  1480. forcetele.Size = UDim2.new(0, 100, 0, 20)
  1481. forcetele.Text = ("Force Teleport")
  1482. forcetele.Font = ("SourceSans")
  1483. forcetele.FontSize = ("Size14")
  1484. forcetele.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1485.  
  1486. function forceteleClick()
  1487. placeID = forcetpbox.Text
  1488. hax = [[for i,v in pairs(game.Players:GetChildren()) do
  1489. game:GetService'TeleportService':Teleport(]]..placeID..[[,v.Character)
  1490. end
  1491. ]]
  1492. local x = Workspace["Kohl's Admin Commands V2"].ScriptBase
  1493. x.Code.Value = hax
  1494. wait()
  1495. x.Disabled = false
  1496. end
  1497.  
  1498. forcetele.MouseButton1Down:connect(forceteleClick)
  1499.  
  1500. disco = Instance.new("TextButton")
  1501. disco.Parent = page2
  1502. disco.Name = ("Disco")
  1503. disco.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1504. disco.Position = UDim2.new(0, 101, 0, 442)
  1505. disco.Size = UDim2.new(0, 100, 0, 20)
  1506. disco.Text = ("Disco")
  1507. disco.Font = ("SourceSans")
  1508. disco.FontSize = ("Size14")
  1509. disco.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1510.  
  1511. function discoClick()
  1512. while wait() do
  1513. for _, v in pairs(Workspace:GetChildren()) do
  1514. if v:IsA("BasePart") then
  1515. v.BrickColor = BrickColor.Random()
  1516. end
  1517. end
  1518. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random()); game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random()); game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random()); game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random()); game.Lighting.Brightness = 1 / math.random(1, 10); game.Lighting.FogColor = Color3.new(math.random(), math.random(), math.random()); game.Lighting:SetMinutesAfterMidnight(game.Lighting:GetMinutesAfterMidnight() + 13)
  1519. end
  1520. end
  1521.  
  1522. disco.MouseButton1Down:connect(discoClick)
  1523.  
  1524. rekinball = Instance.new("TextButton")
  1525. rekinball.Parent = page2
  1526. rekinball.Name = ("Wrecking Ball")
  1527. rekinball.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1528. rekinball.Position = UDim2.new(0, 101, 0, 463)
  1529. rekinball.Size = UDim2.new(0, 100, 0, 20)
  1530. rekinball.Text = ("Wrecking Ball")
  1531. rekinball.Font = ("SourceSans")
  1532. rekinball.FontSize = ("Size14")
  1533. rekinball.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1534.  
  1535. function rekinballClick()
  1536. loadstring(game:GetObjects("rbxassetid://141303287")[1].Source)()
  1537. end
  1538.  
  1539. rekinball.MouseButton1Down:connect(rekinballClick)
  1540.  
  1541. nilizer = Instance.new("TextButton")
  1542. nilizer.Parent = page2
  1543. nilizer.Name = ("Message")
  1544. nilizer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1545. nilizer.Position = UDim2.new(0, 101, 0, 484)
  1546. nilizer.Size = UDim2.new(0, 100, 0, 20)
  1547. nilizer.Text = ("Message lel")
  1548. nilizer.Font = ("SourceSans")
  1549. nilizer.FontSize = ("Size14")
  1550. nilizer.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1551.  
  1552. function nilizerClick()
  1553. local msg = Instance.new("Message")
  1554. msg.Parent = game.Workspace
  1555. msg.Text = skyboxidbox.Text
  1556. end
  1557.  
  1558. nilizer.MouseButton1Down:connect(nilizerClick)
  1559.  
  1560. laggui = Instance.new("TextButton")
  1561. laggui.Parent = page2
  1562. laggui.Name = ("Lag Gui")
  1563. laggui.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1564. laggui.Position = UDim2.new(0, 101, 0, 505)
  1565. laggui.Size = UDim2.new(0, 100, 0, 20)
  1566. laggui.Text = ("Lag Gui")
  1567. laggui.Font = ("SourceSans")
  1568. laggui.FontSize = ("Size14")
  1569. laggui.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1570.  
  1571. function lagguiClick()
  1572. whoownit = game.Players.LocalPlayer
  1573. gui = Instance.new("ScreenGui")
  1574. gui.Parent = whoownit.PlayerGui
  1575. gui.Name = "Lag"
  1576.  
  1577. pos = 135
  1578. pos2 = 10
  1579. pos3 = 0
  1580.  
  1581. enabled = false
  1582.  
  1583. button = Instance.new("TextButton")
  1584. button.Parent = gui
  1585. button.Size = UDim2.new(0, 100, 0, 30)
  1586. button.Position = UDim2.new(0, 8, 0, pos)
  1587. button.Text = "Lag"
  1588. button.MouseButton1Click:connect(function()
  1589. if enabled == false then
  1590. enabled = true
  1591. local a = game.Players:GetChildren()
  1592. red = 0
  1593. green = 0.5
  1594. blue = 0
  1595. for i=1, #a do
  1596. wait()
  1597. pos2 = pos2 + 23
  1598. if pos2 >= 450 then
  1599. pos3 = pos3 + 103
  1600. pos2 = 33
  1601. end
  1602. if green <= 0.9 then
  1603. green = green + 0.46
  1604. elseif green >= 0.9 then
  1605. green = green - 0.46
  1606. end
  1607. local bu = Instance.new("TextButton")
  1608. bu.Parent = button
  1609. bu.Size = UDim2.new(0, 100, 0, 20)
  1610. bu.Position = UDim2.new(0, pos3, 0, pos2)
  1611. bu.Text = a[i].Name
  1612. bu.BackgroundTransparency = 1
  1613. bu.TextTransparency = 1
  1614. bu.BackgroundColor3 = Color3.new(red,green,blue)
  1615. coroutine.resume(coroutine.create(function()
  1616. for i=1, 3 do
  1617. wait()
  1618. bu.BackgroundTransparency = bu.BackgroundTransparency - 0.34
  1619. bu.TextTransparency = bu.BackgroundTransparency
  1620. end
  1621. end))
  1622. bu.MouseButton1Down:connect(function()
  1623. local play = game.Players:findFirstChild(bu.Text)
  1624. if play ~= nil then
  1625. for i=1,3600 do
  1626. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  1627. end
  1628. wait()
  1629. for i=1,3600 do
  1630. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  1631. end
  1632. wait()
  1633. for i=1,3600 do
  1634. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  1635. end
  1636. wait()
  1637. for i=1,13000 do
  1638. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  1639. end
  1640. wait()
  1641. for i=1,3600 do
  1642. Instance.new("HopperBin",play.Backpack).Name = ":^)"
  1643. end
  1644. bu.Text = "Lagged!"
  1645. end
  1646. end)
  1647. end
  1648. elseif enabled == true then
  1649. enabled = false
  1650. pos2 = 10
  1651. pos3 = 0
  1652. local o = button:GetChildren()
  1653. for i=1, #o do
  1654. wait()
  1655. o[i]:remove()
  1656. end
  1657. end
  1658. end)
  1659. end
  1660.  
  1661. laggui.MouseButton1Down:connect(lagguiClick)
  1662.  
  1663. clearws = Instance.new("TextButton")
  1664. clearws.Parent = page2
  1665. clearws.Name = ("Clear Workspace")
  1666. clearws.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1667. clearws.Position = UDim2.new(0, 101, 0, 526)
  1668. clearws.Size = UDim2.new(0, 100, 0, 20)
  1669. clearws.Text = ("Clear Workspace")
  1670. clearws.Font = ("SourceSans")
  1671. clearws.FontSize = ("Size14")
  1672. clearws.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1673.  
  1674. function clearwsClick()
  1675. game.Workspace:ClearAllChildren()
  1676. end
  1677.  
  1678. clearws.MouseButton1Down:connect(clearwsClick)
  1679.  
  1680. drawtool = Instance.new("TextButton")
  1681. drawtool.Parent = page2
  1682. drawtool.Name = ("Draw Tool")
  1683. drawtool.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1684. drawtool.Position = UDim2.new(0, 101, 0, 547)
  1685. drawtool.Size = UDim2.new(0, 100, 0, 20)
  1686. drawtool.Text = ("Draw Tool")
  1687. drawtool.Font = ("SourceSans")
  1688. drawtool.FontSize = ("Size14")
  1689. drawtool.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1690.  
  1691. function drawtoolClick()
  1692. loadstring(game:GetObjects("rbxassetid://96727044")[1].Source)()
  1693. end
  1694.  
  1695. drawtool.MouseButton1Down:connect(drawtoolClick)
  1696.  
  1697. explorer = Instance.new("TextButton")
  1698. explorer.Parent = page2
  1699. explorer.Name = ("Explorer")
  1700. explorer.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1701. explorer.Position = UDim2.new(0, 101, 0, 568)
  1702. explorer.Size = UDim2.new(0, 100, 0, 20)
  1703. explorer.Text = ("Explorer")
  1704. explorer.Font = ("SourceSans")
  1705. explorer.FontSize = ("Size14")
  1706. explorer.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1707.  
  1708. function explorerClick()
  1709. loadstring(Game:GetObjects("rbxassetid://111532299")[1].Source)()
  1710. end
  1711.  
  1712. explorer.MouseButton1Down:connect(explorerClick)
  1713.  
  1714. girl = Instance.new("TextButton")
  1715. girl.Parent = page2
  1716. girl.Name = ("Girl Pic")
  1717. girl.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1718. girl.Position = UDim2.new(0, 202, 0, 379)
  1719. girl.Size = UDim2.new(0, 100, 0, 20)
  1720. girl.Text = ("Girl Pic")
  1721. girl.Font = ("SourceSans")
  1722. girl.FontSize = ("Size14")
  1723. girl.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1724.  
  1725. function girlClick()
  1726. game:GetObjects("rbxassetid://157921591")[1].Parent=game.Workspace
  1727. end
  1728.  
  1729. girl.MouseButton1Down:connect(girlClick)
  1730.  
  1731. svest = Instance.new("TextButton")
  1732. svest.Parent = page1
  1733. svest.Name = ("Suicide Vest")
  1734. svest.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1735. svest.Position = UDim2.new(0, 202, 0, 505)
  1736. svest.Size = UDim2.new(0, 100, 0, 20)
  1737. svest.Text = ("Suicide Vest")
  1738. svest.Font = ("SourceSans")
  1739. svest.FontSize = ("Size14")
  1740. svest.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1741.  
  1742. function svestClick()
  1743. loadstring(Game:GetObjects("rbxassetid://142429056")[1].Source)()
  1744. end
  1745.  
  1746. svest.MouseButton1Down:connect(svestClick)
  1747.  
  1748. songplay = Instance.new("TextButton")
  1749. songplay.Parent = page1
  1750. songplay.Name = ("Song Player")
  1751. songplay.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1752. songplay.Position = UDim2.new(0, 101, 0, 484)
  1753. songplay.Size = UDim2.new(0, 100, 0, 20)
  1754. songplay.Text = ("Song Player")
  1755. songplay.Font = ("SourceSans")
  1756. songplay.FontSize = ("Size14")
  1757. songplay.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1758.  
  1759. function songplayClick()
  1760. str_srce = "142919613" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  1761. end
  1762.  
  1763. songplay.MouseButton1Down:connect(songplayClick)
  1764.  
  1765. camball = Instance.new("TextButton")
  1766. camball.Parent = page1
  1767. camball.Name = ("Camball")
  1768. camball.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1769. camball.Position = UDim2.new(0, 101, 0, 463)
  1770. camball.Size = UDim2.new(0, 100, 0, 20)
  1771. camball.Text = ("Camball")
  1772. camball.Font = ("SourceSans")
  1773. camball.FontSize = ("Size14")
  1774. camball.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1775.  
  1776. function camballClick()
  1777. game:GetObjects("rbxassetid://157824444")[1].Parent=game.Players.LocalPlayer.Backpack
  1778. end
  1779.  
  1780. camball.MouseButton1Down:connect(camballClick)
  1781.  
  1782. girl2 = Instance.new("TextButton")
  1783. girl2.Parent = page2
  1784. girl2.Name = ("Girl Pic 2")
  1785. girl2.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1786. girl2.Position = UDim2.new(0, 202, 0, 400)
  1787. girl2.Size = UDim2.new(0, 100, 0, 20)
  1788. girl2.Text = ("Girl Pic 2")
  1789. girl2.Font = ("SourceSans")
  1790. girl2.FontSize = ("Size14")
  1791. girl2.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1792.  
  1793. function girl2Click()
  1794. str_srce = "143553529" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  1795. end
  1796.  
  1797. girl2.MouseButton1Down:connect(girl2Click)
  1798.  
  1799. hat = Instance.new("TextButton")
  1800. hat.Parent = page2
  1801. hat.Name = ("Give Hat")
  1802. hat.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1803. hat.Position = UDim2.new(0, 202, 0, 421)
  1804. hat.Size = UDim2.new(0, 100, 0, 20)
  1805. hat.Text = ("Give Hat")
  1806. hat.Font = ("SourceSans")
  1807. hat.FontSize = ("Size14")
  1808. hat.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1809.  
  1810. function hatClick()
  1811. playername100 = game.Players.LocalPlayer.Name
  1812. hatid = hatbox.Text
  1813. x = game:GetService("InsertService"):LoadAsset(hatid) x.Parent = game.Workspace[playername100] x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1814. end
  1815.  
  1816. hat.MouseButton1Down:connect(hatClick)
  1817.  
  1818. gear = Instance.new("TextButton")
  1819. gear.Parent = page2
  1820. gear.Name = ("Give Gear")
  1821. gear.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1822. gear.Position = UDim2.new(0, 202, 0, 442)
  1823. gear.Size = UDim2.new(0, 100, 0, 20)
  1824. gear.Text = ("Give Gear")
  1825. gear.Font = ("SourceSans")
  1826. gear.FontSize = ("Size14")
  1827. gear.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1828.  
  1829. function gearClick()
  1830. playername100 = game.Players.LocalPlayer.Name
  1831. gearid = gearbox.Text
  1832. x = game:GetService("InsertService"):LoadAsset(gearid) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1833. end
  1834.  
  1835. gear.MouseButton1Down:connect(gearClick)
  1836.  
  1837. expl2 = Instance.new("TextButton")
  1838. expl2.Parent = page2
  1839. expl2.Name = ("Explorer 2")
  1840. expl2.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  1841. expl2.Position = UDim2.new(0, 202, 0, 463)
  1842. expl2.Size = UDim2.new(0, 100, 0, 20)
  1843. expl2.Text = ("Explorer 2")
  1844. expl2.Font = ("SourceSans")
  1845. expl2.FontSize = ("Size14")
  1846. expl2.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  1847.  
  1848. function expl2Click()
  1849. str_srce = "143924441" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  1850. end
  1851.  
  1852. expl2.MouseButton1Down:connect(expl2Click)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement