Advertisement
Guest User

Untitled

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