Facebook
From Speedy Tapir, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 10950
  1. -- Objects
  2.  
  3. local HexusGUI = Instance.new("ScreenGui")
  4. local Draggable = Instance.new("TextButton")
  5. local Minimize = Instance.new("TextButton")
  6. local MainFrame = Instance.new("Frame")
  7. local ScriptsFrame = Instance.new("Frame")
  8. local Rocky2u = Instance.new("TextButton")
  9. local LustrisSword = Instance.new("TextButton")
  10. local Topkek = Instance.new("TextButton")
  11. local Memestar = Instance.new("TextButton")
  12. local Dex = Instance.new("TextButton")
  13. local MinersHaven = Instance.new("TextButton")
  14. local CreditsFrame = Instance.new("Frame")
  15. local Russiality = Instance.new("TextLabel")
  16. local Levi = Instance.new("TextLabel")
  17. local ExecutionFrame = Instance.new("Frame")
  18. local Clear = Instance.new("TextButton")
  19. local Execute = Instance.new("TextButton")
  20. local ScriptPlace = Instance.new("TextBox")
  21. local ExecutionButton = Instance.new("TextButton")
  22. local ScriptsButton = Instance.new("TextButton")
  23. local CreditsButton = Instance.new("TextButton")
  24.  
  25. -- Properties
  26.  
  27. HexusGUI.Name = "HexusGUI"
  28. HexusGUI.Parent = game.Players.LocalPlayer.PlayerGui
  29. HexusGUI.ResetOnSpawn = false
  30.  
  31. Draggable.Name = "Draggable"
  32. Draggable.Parent = HexusGUI
  33. Draggable.BackgroundColor3 = Color3.new(1, 0.227451, 0.227451)
  34. Draggable.BorderSizePixel = 0
  35. Draggable.Draggable = true
  36. Draggable.Position = UDim2.new(0, 100, 0, 100)
  37. Draggable.Size = UDim2.new(0, 500, 0, 30)
  38. Draggable.Font = Enum.Font.SourceSans
  39. Draggable.FontSize = Enum.FontSize.Size32
  40. Draggable.Text = "Hexus"
  41. Draggable.TextSize = 32
  42.  
  43. Minimize.Name = "Minimize"
  44. Minimize.Parent = Draggable
  45. Minimize.BackgroundColor3 = Color3.new(1, 0.12549, 0.12549)
  46. Minimize.BorderSizePixel = 0
  47. Minimize.Position = UDim2.new(0, 470, 0, 0)
  48. Minimize.Size = UDim2.new(0, 30, 0, 30)
  49. Minimize.Font = Enum.Font.SourceSans
  50. Minimize.FontSize = Enum.FontSize.Size24
  51. Minimize.Text = "_"
  52. Minimize.TextSize = 24
  53.  
  54. MainFrame.Name = "MainFrame"
  55. MainFrame.Parent = Draggable
  56. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  57. MainFrame.BackgroundTransparency = 1
  58. MainFrame.BorderSizePixel = 0
  59. MainFrame.Size = UDim2.new(0, 100, 0, 100)
  60.  
  61. ScriptsFrame.Name = "ScriptsFrame"
  62. ScriptsFrame.Parent = MainFrame
  63. ScriptsFrame.BackgroundColor3 = Color3.new(1, 0.45098, 0.45098)
  64. ScriptsFrame.BorderSizePixel = 0
  65. ScriptsFrame.Position = UDim2.new(0, 0, 0, 60)
  66. ScriptsFrame.Size = UDim2.new(0, 500, 0, 300)
  67.  
  68. Rocky2u.Name = "Rocky2u"
  69. Rocky2u.Parent = ScriptsFrame
  70. Rocky2u.BackgroundColor3 = Color3.new(1, 0.270588, 0.270588)
  71. Rocky2u.BorderSizePixel = 0
  72. Rocky2u.Position = UDim2.new(0, 10, 0, 10)
  73. Rocky2u.Size = UDim2.new(0, 230, 0, 50)
  74. Rocky2u.Font = Enum.Font.SourceSans
  75. Rocky2u.FontSize = Enum.FontSize.Size28
  76. Rocky2u.Text = "Rocky2u"
  77. Rocky2u.TextSize = 28
  78.  
  79. LustrisSword.Name = "LustrisSword"
  80. LustrisSword.Parent = ScriptsFrame
  81. LustrisSword.BackgroundColor3 = Color3.new(1, 0.270588, 0.270588)
  82. LustrisSword.BorderSizePixel = 0
  83. LustrisSword.Position = UDim2.new(0, 260, 0, 10)
  84. LustrisSword.Size = UDim2.new(0, 230, 0, 50)
  85. LustrisSword.Font = Enum.Font.SourceSans
  86. LustrisSword.FontSize = Enum.FontSize.Size28
  87. LustrisSword.Text = "Lustris Sword"
  88. LustrisSword.TextSize = 28
  89.  
  90. Topkek.Name = "Topkek"
  91. Topkek.Parent = ScriptsFrame
  92. Topkek.BackgroundColor3 = Color3.new(1, 0.270588, 0.270588)
  93. Topkek.BorderSizePixel = 0
  94. Topkek.Position = UDim2.new(0, 10, 0, 130)
  95. Topkek.Size = UDim2.new(0, 230, 0, 50)
  96. Topkek.Font = Enum.Font.SourceSans
  97. Topkek.FontSize = Enum.FontSize.Size28
  98. Topkek.Text = "Topk3k (4.0)"
  99. Topkek.TextSize = 28
  100.  
  101. Memestar.Name = "Memestar"
  102. Memestar.Parent = ScriptsFrame
  103. Memestar.BackgroundColor3 = Color3.new(1, 0.270588, 0.270588)
  104. Memestar.BorderSizePixel = 0
  105. Memestar.Position = UDim2.new(0, 260, 0, 70)
  106. Memestar.Size = UDim2.new(0, 230, 0, 50)
  107. Memestar.Font = Enum.Font.SourceSans
  108. Memestar.FontSize = Enum.FontSize.Size28
  109. Memestar.Text = "Memestar"
  110. Memestar.TextSize = 28
  111.  
  112. Dex.Name = "Dex"
  113. Dex.Parent = ScriptsFrame
  114. Dex.BackgroundColor3 = Color3.new(1, 0.270588, 0.270588)
  115. Dex.BorderSizePixel = 0
  116. Dex.Position = UDim2.new(0, 10, 0, 70)
  117. Dex.Size = UDim2.new(0, 230, 0, 50)
  118. Dex.Font = Enum.Font.SourceSans
  119. Dex.FontSize = Enum.FontSize.Size28
  120. Dex.Text = "Dex"
  121. Dex.TextSize = 28
  122.  
  123. MinersHaven.Name = "MinersHaven"
  124. MinersHaven.Parent = ScriptsFrame
  125. MinersHaven.BackgroundColor3 = Color3.new(1, 0.270588, 0.270588)
  126. MinersHaven.BorderSizePixel = 0
  127. MinersHaven.Position = UDim2.new(0, 260, 0, 130)
  128. MinersHaven.Size = UDim2.new(0, 230, 0, 50)
  129. MinersHaven.Font = Enum.Font.SourceSans
  130. MinersHaven.FontSize = Enum.FontSize.Size28
  131. MinersHaven.Text = "Miners Haven CrateTP"
  132. MinersHaven.TextSize = 28
  133.  
  134. CreditsFrame.Name = "CreditsFrame"
  135. CreditsFrame.Parent = MainFrame
  136. CreditsFrame.BackgroundColor3 = Color3.new(1, 0.45098, 0.45098)
  137. CreditsFrame.BorderSizePixel = 0
  138. CreditsFrame.Position = UDim2.new(0, 0, 0, 60)
  139. CreditsFrame.Size = UDim2.new(0, 500, 0, 300)
  140. CreditsFrame.Visible = false
  141.  
  142. Russiality.Name = "Russiality"
  143. Russiality.Parent = CreditsFrame
  144. Russiality.BackgroundColor3 = Color3.new(1, 1, 1)
  145. Russiality.BackgroundTransparency = 1
  146. Russiality.BorderSizePixel = 0
  147. Russiality.Size = UDim2.new(0, 500, 0, 50)
  148. Russiality.Font = Enum.Font.SourceSans
  149. Russiality.FontSize = Enum.FontSize.Size36
  150. Russiality.Text = "Russiality - Everything lol"
  151. Russiality.TextSize = 36
  152.  
  153. Levi.Name = "Levi"
  154. Levi.Parent = CreditsFrame
  155. Levi.BackgroundColor3 = Color3.new(1, 1, 1)
  156. Levi.BackgroundTransparency = 1
  157. Levi.BorderSizePixel = 0
  158. Levi.Position = UDim2.new(0, 0, 0, 100)
  159. Levi.Size = UDim2.new(0, 500, 0, 50)
  160. Levi.Font = Enum.Font.SourceSans
  161. Levi.FontSize = Enum.FontSize.Size36
  162. Levi.Text = "Levi - Some ideas"
  163. Levi.TextSize = 36
  164.  
  165. ExecutionFrame.Name = "ExecutionFrame"
  166. ExecutionFrame.Parent = MainFrame
  167. ExecutionFrame.BackgroundColor3 = Color3.new(1, 0.45098, 0.45098)
  168. ExecutionFrame.BorderSizePixel = 0
  169. ExecutionFrame.Position = UDim2.new(0, 0, 0, 60)
  170. ExecutionFrame.Size = UDim2.new(0, 500, 0, 300)
  171. ExecutionFrame.Visible = false
  172.  
  173. Clear.Name = "Clear"
  174. Clear.Parent = ExecutionFrame
  175. Clear.BackgroundColor3 = Color3.new(1, 0.227451, 0.227451)
  176. Clear.BorderSizePixel = 0
  177. Clear.Position = UDim2.new(0, 270, 0, 230)
  178. Clear.Size = UDim2.new(0, 200, 0, 50)
  179. Clear.Font = Enum.Font.SourceSans
  180. Clear.FontSize = Enum.FontSize.Size32
  181. Clear.Text = "Clear"
  182. Clear.TextSize = 32
  183.  
  184. Execute.Name = "Execute"
  185. Execute.Parent = ExecutionFrame
  186. Execute.BackgroundColor3 = Color3.new(1, 0.227451, 0.227451)
  187. Execute.BorderSizePixel = 0
  188. Execute.Position = UDim2.new(0, 30, 0, 230)
  189. Execute.Size = UDim2.new(0, 200, 0, 50)
  190. Execute.Font = Enum.Font.SourceSans
  191. Execute.FontSize = Enum.FontSize.Size32
  192. Execute.Text = "Execute"
  193. Execute.TextSize = 32
  194.  
  195. ScriptPlace.Name = "ScriptPlace"
  196. ScriptPlace.Parent = ExecutionFrame
  197. ScriptPlace.BackgroundColor3 = Color3.new(1, 1, 1)
  198. ScriptPlace.BorderSizePixel = 0
  199. ScriptPlace.Position = UDim2.new(0, 30, 0, 20)
  200. ScriptPlace.Size = UDim2.new(0, 440, 0, 200)
  201. ScriptPlace.Font = Enum.Font.SourceSans
  202. ScriptPlace.FontSize = Enum.FontSize.Size14
  203. ScriptPlace.MultiLine = true
  204. ScriptPlace.Text = ""
  205. ScriptPlace.TextSize = 14
  206. ScriptPlace.TextXAlignment = Enum.TextXAlignment.Left
  207. ScriptPlace.TextYAlignment = Enum.TextYAlignment.Top
  208.  
  209. ExecutionButton.Name = "ExecutionButton"
  210. ExecutionButton.Parent = MainFrame
  211. ExecutionButton.BackgroundColor3 = Color3.new(0.784314, 0.258824, 0.258824)
  212. ExecutionButton.BorderSizePixel = 0
  213. ExecutionButton.Position = UDim2.new(0, 0, 0, 30)
  214. ExecutionButton.Size = UDim2.new(0, 165, 0, 30)
  215. ExecutionButton.Font = Enum.Font.SourceSans
  216. ExecutionButton.FontSize = Enum.FontSize.Size28
  217. ExecutionButton.Text = "Execution"
  218. ExecutionButton.TextSize = 28
  219.  
  220. ScriptsButton.Name = "ScriptsButton"
  221. ScriptsButton.Parent = MainFrame
  222. ScriptsButton.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  223. ScriptsButton.BorderSizePixel = 0
  224. ScriptsButton.Position = UDim2.new(0, 165, 0, 30)
  225. ScriptsButton.Size = UDim2.new(0, 170, 0, 30)
  226. ScriptsButton.Font = Enum.Font.SourceSans
  227. ScriptsButton.FontSize = Enum.FontSize.Size28
  228. ScriptsButton.Text = "Scripts"
  229. ScriptsButton.TextSize = 28
  230.  
  231. CreditsButton.Name = "CreditsButton"
  232. CreditsButton.Parent = MainFrame
  233. CreditsButton.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  234. CreditsButton.BorderSizePixel = 0
  235. CreditsButton.Position = UDim2.new(0, 335, 0, 30)
  236. CreditsButton.Size = UDim2.new(0, 165, 0, 30)
  237. CreditsButton.Font = Enum.Font.SourceSans
  238. CreditsButton.FontSize = Enum.FontSize.Size28
  239. CreditsButton.Text = "Credits"
  240. CreditsButton.TextSize = 28
  241.  
  242. -- Functions
  243.  
  244. --========================
  245. Clear.MouseButton1Down:connect(function()
  246.     ScriptPlace.Text = ""
  247. end)
  248. --========================
  249. Execute.MouseButton1Down:connect(function()
  250.     loadstring(ScriptPlace.Text)()
  251. end)
  252. --========================
  253. ScriptsButton.MouseButton1Down:connect(function()
  254.     ScriptsFrame.Visible = true
  255.     ExecutionFrame.Visible = false
  256.     CreditsFrame.Visible = false
  257.     ScriptsButton.BackgroundColor3 = Color3.new(0.784314, 0.258824, 0.258824)
  258.     ExecutionButton.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  259.     CreditsButton.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  260. end)
  261. --========================
  262. ExecutionButton.MouseButton1Down:connect(function()
  263.     ScriptsFrame.Visible = false
  264.     ExecutionFrame.Visible = true
  265.     CreditsFrame.Visible = false
  266.     ScriptsButton.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  267.     ExecutionButton.BackgroundColor3 = Color3.new(0.784314, 0.258824, 0.258824)
  268.     CreditsButton.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  269. end)
  270. --========================
  271. CreditsButton.MouseButton1Down:connect(function()
  272.     ScriptsFrame.Visible = false
  273.     ExecutionFrame.Visible = false
  274.     CreditsFrame.Visible = true
  275.     ScriptsButton.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  276.     ExecutionButton.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  277.     CreditsButton.BackgroundColor3 = Color3.new(0.784314, 0.258824, 0.258824)
  278. end)
  279. --========================
  280. Minimize.MouseButton1Down:connect(function()
  281.     if MainFrame.Visible == true then
  282.         MainFrame.Visible = false
  283.         Draggable.Position = UDim2.new(0, 400, 0, 0)
  284.         Draggable.Draggable = false
  285.     else
  286.         MainFrame.Visible = true
  287.         Draggable.Position = UDim2.new(0, 100, 0, 100)
  288.         Draggable.Draggable = true
  289.     end
  290. end)
  291. --=========================
  292. MinersHaven.MouseButton1Down:connect(function()
  293. for _,v in pairs(game.Workspace:GetChildren()) do
  294. if string.match(v.Name, "DiamondCrate") or string.match(v.Name, "ResearchCrate") or string.match(v.Name, "GoldenCrate") or string.match(v.Name, "ShadowCrate") or string.match(v.Name, "CrystalCrate") then
  295. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
  296. end
  297. end
  298. end)
  299. --=========================
  300. Memestar.MouseButton1Down:connect(function()
  301. --[[
  302.          __   __                                 .                
  303.  |    |    ___  , _ , _     ___    ____ _/_     ___  .___
  304.  |  /|  .'   ` |' `|' `. .'   `  (      |     /   ` /  
  305.  | / |  |----' |   |   | |----'  `--.   |    |    | |   '
  306.  /    /  `.___, /   '   / `.___, ___.'  __/ `.__/| /      GUI
  307.          
  308.  Created by darktarian (or Inparsian)
  309.  
  310.  Thank you,
  311.  
  312.  jerry
  313.  Hazerux/Ajate
  314.  Dog
  315.  hot guy
  316.  kindacool67
  317.  
  318.  For giving me ideas for Memestar!
  319.  
  320.  Thank you,
  321.  
  322.  KrystalTeam
  323.  
  324.  For the keemstar and thomas scripts!
  325.  
  326.  Contact me via
  327.  Discord: Inparsian#3242                                    
  328. --]]
  329.  
  330. -- Don't touch anything, okie? It's purfect
  331.  
  332. local Memestar = Instance.new("ScreenGui")
  333. local gui = Instance.new("Frame")
  334. local title = Instance.new("TextLabel")
  335. local categories = Instance.new("Frame")
  336. local console_category = Instance.new("TextButton")
  337. local commands_category = Instance.new("TextButton")
  338. local console = Instance.new("Frame")
  339. local content = Instance.new("Frame")
  340. local cmd_label = Instance.new("TextLabel")
  341. local cmd = Instance.new("TextBox")
  342. local exe = Instance.new("TextButton")
  343. local commands = Instance.new("ScrollingFrame")
  344. local content_2 = Instance.new("Frame")
  345. local command = Instance.new("TextLabel")
  346. local command_2 = Instance.new("TextLabel")
  347. local command_3 = Instance.new("TextLabel")
  348. local command_4 = Instance.new("TextLabel")
  349. local command_5 = Instance.new("TextLabel")
  350. local command_6 = Instance.new("TextLabel")
  351. local command_7 = Instance.new("TextLabel")
  352. local command_8 = Instance.new("TextLabel")
  353. local command_9 = Instance.new("TextLabel")
  354. local command_10 = Instance.new("TextLabel")
  355. local command_11 = Instance.new("TextLabel")
  356. local command_12 = Instance.new("TextLabel")
  357. local command_13 = Instance.new("TextLabel")
  358. local command_14 = Instance.new("TextLabel")
  359. local command_15 = Instance.new("TextLabel")
  360. local command_16 = Instance.new("TextLabel")
  361. local command_17 = Instance.new("TextLabel")
  362. local command_18 = Instance.new("TextLabel")
  363. local command_19 = Instance.new("TextLabel")
  364. local command_20 = Instance.new("TextLabel")
  365. local command_21 = Instance.new("TextLabel")
  366. local command_22 = Instance.new("TextLabel")
  367. local command_23 = Instance.new("TextLabel")
  368. local command_24 = Instance.new("TextLabel")
  369. local command_25 = Instance.new("TextLabel")
  370. local command_26 = Instance.new("TextLabel")
  371. local command_27 = Instance.new("TextLabel")
  372. local command_28 = Instance.new("TextLabel")
  373. local command_29 = Instance.new("TextLabel")
  374. local command_30 = Instance.new("TextLabel")
  375. local command_31 = Instance.new("TextLabel")
  376. local command_32 = Instance.new("TextLabel")
  377. local command_33 = Instance.new("TextLabel")
  378. local command_34 = Instance.new("TextLabel")
  379. local command_35 = Instance.new("TextLabel")
  380. local command_36 = Instance.new("TextLabel")
  381. local command_37 = Instance.new("TextLabel")
  382. local command_38 = Instance.new("TextLabel")
  383. local command_39 = Instance.new("TextLabel")
  384. local command_40 = Instance.new("TextLabel")
  385. local command_41 = Instance.new("TextLabel")
  386. local toggle_gui = Instance.new("TextButton")
  387. local cmds_category = Instance.new("StringValue")
  388.  
  389. -- Properties
  390.  
  391. Memestar.Name = "MemestarGUI"
  392. Memestar.Parent = game.CoreGui
  393.  
  394. cmds_category.Name = "cmds_category"
  395. cmds_category.Value = "console"
  396. cmds_category.Parent = gui
  397.  
  398. gui.Name = "gui"
  399. gui.Parent = Memestar
  400. gui.BackgroundColor3 = Color3.new(1, 1, 1)
  401. gui.BackgroundTransparency = 0.30000001192093
  402. gui.Position = UDim2.new(0.200000003, 0, 0.200000003, 0)
  403. gui.Size = UDim2.new(0.5, 100, 0.5, 70)
  404. gui.Draggable = true
  405.  
  406. title.Name = "title"
  407. title.Parent = gui
  408. title.BackgroundColor3 = Color3.new(1, 0.501961, 0.501961)
  409. title.BorderSizePixel = 0
  410. title.Position = UDim2.new(0, 0, 0, -2)
  411. title.Size = UDim2.new(1, 0, 0, 20)
  412. title.Font = Enum.Font.SourceSansLight
  413. title.FontSize = Enum.FontSize.Size18
  414. title.TextSize = 20
  415. title.Text = "Memestar"
  416. title.TextColor3 = Color3.new(1, 1, 1)
  417. title.Draggable = true
  418.  
  419. categories.Name = "categories"
  420. categories.Parent = gui
  421. categories.BackgroundColor3 = Color3.new(1, 0.501961, 0.501961)
  422. categories.Position = UDim2.new(0, 0, 0, 20)
  423. categories.Size = UDim2.new(1, 0, 0, 50)
  424.  
  425. console_category.Name = "console_category"
  426. console_category.Parent = categories
  427. console_category.BackgroundColor3 = Color3.new(1, 1, 1)
  428. console_category.Position = UDim2.new(0, 20, 0, 12)
  429. console_category.Size = UDim2.new(0, 90, 0, 25)
  430. console_category.SizeConstraint = Enum.SizeConstraint.RelativeYY
  431. console_category.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  432. console_category.Font = Enum.Font.SourceSansLight
  433. console_category.FontSize = Enum.FontSize.Size14
  434. console_category.Text = "Console"
  435.  
  436. commands_category.Name = "commands_category"
  437. commands_category.Parent = categories
  438. commands_category.BackgroundColor3 = Color3.new(1, 1, 1)
  439. commands_category.Position = UDim2.new(0, 120, 0, 12)
  440. commands_category.Size = UDim2.new(0, 90, 0, 25)
  441. commands_category.SizeConstraint = Enum.SizeConstraint.RelativeYY
  442. commands_category.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  443. commands_category.Font = Enum.Font.SourceSansLight
  444. commands_category.FontSize = Enum.FontSize.Size14
  445. commands_category.Text = "Commands"
  446.  
  447. console.Name = "console"
  448. console.Parent = gui
  449. console.BackgroundColor3 = Color3.new(1, 0, 0)
  450. console.BackgroundTransparency = 0.5
  451. console.Position = UDim2.new(0, 0, 0, 70)
  452. console.Size = UDim2.new(1, 0, 1, -70)
  453. console.Visible = false
  454.  
  455. content.Name = "content"
  456. content.Parent = console
  457. content.BackgroundColor3 = Color3.new(1, 1, 1)
  458. content.BackgroundTransparency = 0.69999998807907
  459. content.Size = UDim2.new(1, 0, 1, 0)
  460.  
  461. cmd_label.Name = "cmd_label"
  462. cmd_label.Parent = content
  463. cmd_label.BackgroundColor3 = Color3.new(1, 1, 1)
  464. cmd_label.BackgroundTransparency = 1
  465. cmd_label.Position = UDim2.new(0, 35, 0, 30)
  466. cmd_label.Font = Enum.Font.SourceSansLight
  467. cmd_label.FontSize = Enum.FontSize.Size14
  468. cmd_label.Text = "Command:"
  469. cmd_label.TextColor3 = Color3.new(1, 1, 1)
  470.  
  471. cmd.Name = "cmd"
  472. cmd.Parent = content
  473. cmd.BackgroundColor3 = Color3.new(1, 1, 1)
  474. cmd.BorderSizePixel = 0
  475. cmd.Position = UDim2.new(0, 70, 0, 21)
  476. cmd.Size = UDim2.new(0.699999988, 0, 0, 20)
  477. cmd.Font = Enum.Font.SourceSansLight
  478. cmd.FontSize = Enum.FontSize.Size14
  479. cmd.Text = ""
  480. cmd.TextXAlignment = Enum.TextXAlignment.Left
  481.  
  482. exe.Name = "exe"
  483. exe.Parent = content
  484. exe.BackgroundColor3 = Color3.new(1, 1, 1)
  485. exe.Position = UDim2.new(0.699999988, 80, 0, 19)
  486. exe.Size = UDim2.new(0, 70, 0, 25)
  487. exe.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  488. exe.Font = Enum.Font.SourceSansLight
  489. exe.FontSize = Enum.FontSize.Size14
  490. exe.Text = "Execute"
  491.  
  492. commands.Name = "commands"
  493. commands.Parent = gui
  494. commands.BackgroundColor3 = Color3.new(1, 0, 0)
  495. commands.BackgroundTransparency = 0.5
  496. commands.Position = UDim2.new(0, 0, 0, 70)
  497. commands.Size = UDim2.new(1, 0, 1, -70)
  498.  
  499. content_2.Name = "content"
  500. content_2.Parent = commands
  501. content_2.BackgroundColor3 = Color3.new(1, 1, 1)
  502. content_2.BackgroundTransparency = 0.69999998807907
  503. content_2.Size = UDim2.new(1, 0, 1, 0)
  504.  
  505. command.Name = "command"
  506. command.Parent = content_2
  507. command.BackgroundColor3 = Color3.new(1, 1, 1)
  508. command.BackgroundTransparency = 1
  509. command.Position = UDim2.new(0, 18, 0, 20)
  510. command.Font = Enum.Font.SourceSansLight
  511. command.FontSize = Enum.FontSize.Size14
  512. command.Text = "kill <player> -- Break the player's character's joints, causing their character to instantly die. This command is very well known."
  513. command.TextColor3 = Color3.new(1, 1, 1)
  514. command.TextXAlignment = Enum.TextXAlignment.Left
  515.  
  516. command_2.Name = "command"
  517. command_2.Parent = content_2
  518. command_2.BackgroundColor3 = Color3.new(1, 1, 1)
  519. command_2.BackgroundTransparency = 1
  520. command_2.Position = UDim2.new(0, 18, 0, 35)
  521. command_2.Font = Enum.Font.SourceSansLight
  522. command_2.FontSize = Enum.FontSize.Size14
  523. command_2.Text = "explode <player> -- Another very well known command, this command causes the player to explode."
  524. command_2.TextColor3 = Color3.new(1, 1, 1)
  525. command_2.TextXAlignment = Enum.TextXAlignment.Left
  526.  
  527. command_3.Name = "command"
  528. command_3.Parent = content_2
  529. command_3.BackgroundColor3 = Color3.new(1, 1, 1)
  530. command_3.BackgroundTransparency = 1
  531. command_3.Position = UDim2.new(0, 18, 0, 50)
  532. command_3.Font = Enum.Font.SourceSansLight
  533. command_3.FontSize = Enum.FontSize.Size14
  534. command_3.Text = "rocket <player> -- Increase the player's character Y by 1 100 times, then explode them."
  535. command_3.TextColor3 = Color3.new(1, 1, 1)
  536. command_3.TextXAlignment = Enum.TextXAlignment.Left
  537.  
  538. command_4.Name = "command"
  539. command_4.Parent = content_2
  540. command_4.BackgroundColor3 = Color3.new(1, 1, 1)
  541. command_4.BackgroundTransparency = 1
  542. command_4.Position = UDim2.new(0, 18, 0, 65)
  543. command_4.Font = Enum.Font.SourceSansLight
  544. command_4.FontSize = Enum.FontSize.Size14
  545. command_4.Text = "fly <player> -- Make the player sit, then get up rapidly, causing them to fly."
  546. command_4.TextColor3 = Color3.new(1, 1, 1)
  547. command_4.TextXAlignment = Enum.TextXAlignment.Left
  548.  
  549. command_5.Name = "command"
  550. command_5.Parent = content_2
  551. command_5.BackgroundColor3 = Color3.new(1, 1, 1)
  552. command_5.BackgroundTransparency = 1
  553. command_5.Position = UDim2.new(0, 18, 0, 80)
  554. command_5.Font = Enum.Font.SourceSansLight
  555. command_5.FontSize = Enum.FontSize.Size14
  556. command_5.Text = "unfly <player> -- Stop making the player fly if they are."
  557. command_5.TextColor3 = Color3.new(1, 1, 1)
  558. command_5.TextXAlignment = Enum.TextXAlignment.Left
  559.  
  560. command_6.Name = "command"
  561. command_6.Parent = content_2
  562. command_6.BackgroundColor3 = Color3.new(1, 1, 1)
  563. command_6.BackgroundTransparency = 1
  564. command_6.Position = UDim2.new(0, 18, 0, 95)
  565. command_6.Font = Enum.Font.SourceSansLight
  566. command_6.FontSize = Enum.FontSize.Size14
  567. command_6.Text = "noclip <player> -- Make it so the player will not collide with anything but the floor, also taking away their gravity."
  568. command_6.TextColor3 = Color3.new(1, 1, 1)
  569. command_6.TextXAlignment = Enum.TextXAlignment.Left
  570.  
  571. command_7.Name = "command"
  572. command_7.Parent = content_2
  573. command_7.BackgroundColor3 = Color3.new(1, 1, 1)
  574. command_7.BackgroundTransparency = 1
  575. command_7.Position = UDim2.new(0, 18, 0, 110)
  576. command_7.Font = Enum.Font.SourceSansLight
  577. command_7.FontSize = Enum.FontSize.Size14
  578. command_7.Text = "clip <player> -- Give back the player's gravity and make it so the player can collide with stuff again."
  579. command_7.TextColor3 = Color3.new(1, 1, 1)
  580. command_7.TextXAlignment = Enum.TextXAlignment.Left
  581.  
  582. command_8.Name = "command"
  583. command_8.Parent = content_2
  584. command_8.BackgroundColor3 = Color3.new(1, 1, 1)
  585. command_8.BackgroundTransparency = 1
  586. command_8.Position = UDim2.new(0, 18, 0, 125)
  587. command_8.Font = Enum.Font.SourceSansLight
  588. command_8.FontSize = Enum.FontSize.Size14
  589. command_8.Text = "punish <player> -- Put the player's character in lighting, causing their character to go poof. The player can reconnect to solve it."
  590. command_8.TextColor3 = Color3.new(1, 1, 1)
  591. command_8.TextXAlignment = Enum.TextXAlignment.Left
  592.  
  593. command_9.Name = "command"
  594. command_9.Parent = content_2
  595. command_9.BackgroundColor3 = Color3.new(1, 1, 1)
  596. command_9.BackgroundTransparency = 1
  597. command_9.Position = UDim2.new(0, 18, 0, 140)
  598. command_9.Font = Enum.Font.SourceSansLight
  599. command_9.FontSize = Enum.FontSize.Size14
  600. command_9.Text = "unpunish <player> -- Put the player's character back into where it belongs, causing the player to be able to do stuff normally again."
  601. command_9.TextColor3 = Color3.new(1, 1, 1)
  602. command_9.TextXAlignment = Enum.TextXAlignment.Left
  603.  
  604. command_10.Name = "command"
  605. command_10.Parent = content_2
  606. command_10.BackgroundColor3 = Color3.new(1, 1, 1)
  607. command_10.BackgroundTransparency = 1
  608. command_10.Position = UDim2.new(0, 18, 0, 155)
  609. command_10.Font = Enum.Font.SourceSansLight
  610. command_10.FontSize = Enum.FontSize.Size14
  611. command_10.Text = "bird <player> -- Make the player's character an angry bird, then the angry birds theme song will loop play until the player respawns."
  612. command_10.TextColor3 = Color3.new(1, 1, 1)
  613. command_10.TextXAlignment = Enum.TextXAlignment.Left
  614.  
  615. command_11.Name = "command"
  616. command_11.Parent = content_2
  617. command_11.BackgroundColor3 = Color3.new(1, 1, 1)
  618. command_11.BackgroundTransparency = 1
  619. command_11.Position = UDim2.new(0, 18, 0, 170)
  620. command_11.Font = Enum.Font.SourceSansLight
  621. command_11.FontSize = Enum.FontSize.Size14
  622. command_11.Text = "thomas <player> -- Credit to KrystalTeam for the thomas script; makes the player thomas the dank engine."
  623. command_11.TextColor3 = Color3.new(1, 1, 1)
  624. command_11.TextXAlignment = Enum.TextXAlignment.Left
  625.  
  626. command_12.Name = "command"
  627. command_12.Parent = content_2
  628. command_12.BackgroundColor3 = Color3.new(1, 1, 1)
  629. command_12.BackgroundTransparency = 1
  630. command_12.Position = UDim2.new(0, 18, 0, 185)
  631. command_12.Font = Enum.Font.SourceSansLight
  632. command_12.FontSize = Enum.FontSize.Size14
  633. command_12.Text = "un666 -- Remove the 666 cancer. (Fuck off, satan.)"
  634. command_12.TextColor3 = Color3.new(1, 1, 1)
  635. command_12.TextXAlignment = Enum.TextXAlignment.Left
  636.  
  637. command_13.Name = "command"
  638. command_13.Parent = content_2
  639. command_13.BackgroundColor3 = Color3.new(1, 1, 1)
  640. command_13.BackgroundTransparency = 1
  641. command_13.Position = UDim2.new(0, 18, 0, 200)
  642. command_13.Font = Enum.Font.SourceSansLight
  643. command_13.FontSize = Enum.FontSize.Size14
  644. command_13.Text = "keemstar <player> -- Credit to KrystalTeam for the keemstar script; makes the player a gnome that keemstar apparently owns."
  645. command_13.TextColor3 = Color3.new(1, 1, 1)
  646. command_13.TextXAlignment = Enum.TextXAlignment.Left
  647.  
  648. command_14.Name = "command"
  649. command_14.Parent = content_2
  650. command_14.BackgroundColor3 = Color3.new(1, 1, 1)
  651. command_14.BackgroundTransparency = 1
  652. command_14.Position = UDim2.new(0, 18, 0, 215)
  653. command_14.Font = Enum.Font.SourceSansLight
  654. command_14.FontSize = Enum.FontSize.Size14
  655. command_14.Text = "music <id> -- Plays music with the id <id>."
  656. command_14.TextColor3 = Color3.new(1, 1, 1)
  657. command_14.TextXAlignment = Enum.TextXAlignment.Left
  658.  
  659. command_15.Name = "command"
  660. command_15.Parent = content_2
  661. command_15.BackgroundColor3 = Color3.new(1, 1, 1)
  662. command_15.BackgroundTransparency = 1
  663. command_15.Position = UDim2.new(0, 18, 0, 230)
  664. command_15.Font = Enum.Font.SourceSansLight
  665. command_15.FontSize = Enum.FontSize.Size14
  666. command_15.Text = "rhumanoid <player> -- Get rid of the player's humanoid."
  667. command_15.TextColor3 = Color3.new(1, 1, 1)
  668. command_15.TextXAlignment = Enum.TextXAlignment.Left
  669.  
  670. command_16.Name = "command"
  671. command_16.Parent = content_2
  672. command_16.BackgroundColor3 = Color3.new(1, 1, 1)
  673. command_16.BackgroundTransparency = 1
  674. command_16.Position = UDim2.new(0, 18, 0, 245)
  675. command_16.Font = Enum.Font.SourceSansLight
  676. command_16.FontSize = Enum.FontSize.Size14
  677. command_16.Text = "humanoid <player> -- Give back the player's humanoid."
  678. command_16.TextColor3 = Color3.new(1, 1, 1)
  679. command_16.TextXAlignment = Enum.TextXAlignment.Left
  680.  
  681. command_17.Name = "command"
  682. command_17.Parent = content_2
  683. command_17.BackgroundColor3 = Color3.new(1, 1, 1)
  684. command_17.BackgroundTransparency = 1
  685. command_17.Position = UDim2.new(0, 18, 0, 260)
  686. command_17.Font = Enum.Font.SourceSansLight
  687. command_17.FontSize = Enum.FontSize.Size14
  688. command_17.Text = "fling <player> -- Make the player fly away."
  689. command_17.TextColor3 = Color3.new(1, 1, 1)
  690. command_17.TextXAlignment = Enum.TextXAlignment.Left
  691.  
  692. command_18.Name = "command"
  693. command_18.Parent = content_2
  694. command_18.BackgroundColor3 = Color3.new(1, 1, 1)
  695. command_18.BackgroundTransparency = 1
  696. command_18.Position = UDim2.new(0, 18, 0, 275)
  697. command_18.Font = Enum.Font.SourceSansLight
  698. command_18.FontSize = Enum.FontSize.Size14
  699. command_18.Text = "kick <player> -- Force the player to fuck outta here."
  700. command_18.TextColor3 = Color3.new(1, 1, 1)
  701. command_18.TextXAlignment = Enum.TextXAlignment.Left
  702.  
  703. command_19.Name = "command"
  704. command_19.Parent = content_2
  705. command_19.BackgroundColor3 = Color3.new(1, 1, 1)
  706. command_19.BackgroundTransparency = 1
  707. command_19.Position = UDim2.new(0, 18, 0, 290)
  708. command_19.Font = Enum.Font.SourceSansLight
  709. command_19.FontSize = Enum.FontSize.Size14
  710. command_19.Text = "god <player> -- Set the player's health to infinity."
  711. command_19.TextColor3 = Color3.new(1, 1, 1)
  712. command_19.TextXAlignment = Enum.TextXAlignment.Left
  713.  
  714. command_20.Name = "command"
  715. command_20.Parent = content_2
  716. command_20.BackgroundColor3 = Color3.new(1, 1, 1)
  717. command_20.BackgroundTransparency = 1
  718. command_20.Position = UDim2.new(0, 18, 0, 305)
  719. command_20.Font = Enum.Font.SourceSansLight
  720. command_20.FontSize = Enum.FontSize.Size14
  721. command_20.Text = "ungod <player> -- Set the player's health back to 100."
  722. command_20.TextColor3 = Color3.new(1, 1, 1)
  723. command_20.TextXAlignment = Enum.TextXAlignment.Left
  724.  
  725. command_21.Name = "command"
  726. command_21.Parent = content_2
  727. command_21.BackgroundColor3 = Color3.new(1, 1, 1)
  728. command_21.BackgroundTransparency = 1
  729. command_21.Position = UDim2.new(0, 18, 0, 320)
  730. command_21.Font = Enum.Font.SourceSansLight
  731. command_21.FontSize = Enum.FontSize.Size14
  732. command_21.Text = "age <player> -- Tells you the player's account age in hours."
  733. command_21.TextColor3 = Color3.new(1, 1, 1)
  734. command_21.TextXAlignment = Enum.TextXAlignment.Left
  735.  
  736. command_22.Name = "command"
  737. command_22.Parent = content_2
  738. command_22.BackgroundColor3 = Color3.new(1, 1, 1)
  739. command_22.BackgroundTransparency = 1
  740. command_22.Position = UDim2.new(0, 18, 0, 335)
  741. command_22.Font = Enum.Font.SourceSansLight
  742. command_22.FontSize = Enum.FontSize.Size14
  743. command_22.Text = "rape <player> -- Fuck the player (basically rape)."
  744. command_22.TextColor3 = Color3.new(1, 1, 1)
  745. command_22.TextXAlignment = Enum.TextXAlignment.Left
  746.  
  747. command_23.Name = "command"
  748. command_23.Parent = content_2
  749. command_23.BackgroundColor3 = Color3.new(1, 1, 1)
  750. command_23.BackgroundTransparency = 1
  751. command_23.Position = UDim2.new(0, 18, 0, 350)
  752. command_23.Font = Enum.Font.SourceSansLight
  753. command_23.FontSize = Enum.FontSize.Size14
  754. command_23.Text = "smd <player> -- Force the player to suck your dick."
  755. command_23.TextColor3 = Color3.new(1, 1, 1)
  756. command_23.TextXAlignment = Enum.TextXAlignment.Left
  757.  
  758. command_24.Name = "command"
  759. command_24.Parent = content_2
  760. command_24.BackgroundColor3 = Color3.new(1, 1, 1)
  761. command_24.BackgroundTransparency = 1
  762. command_24.Position = UDim2.new(0, 18, 0, 365)
  763. command_24.Font = Enum.Font.SourceSansLight
  764. command_24.FontSize = Enum.FontSize.Size14
  765. command_24.Text = "sd <player> -- Suck the player's dick (technically fake hacker)."
  766. command_24.TextColor3 = Color3.new(1, 1, 1)
  767. command_24.TextXAlignment = Enum.TextXAlignment.Left
  768.  
  769. command_25.Name = "command"
  770. command_25.Parent = content_2
  771. command_25.BackgroundColor3 = Color3.new(1, 1, 1)
  772. command_25.BackgroundTransparency = 1
  773. command_25.Position = UDim2.new(0, 18, 0, 380)
  774. command_25.Font = Enum.Font.SourceSansLight
  775. command_25.FontSize = Enum.FontSize.Size14
  776. command_25.Text = "ban <player> -- Force the player to get out until further notice."
  777. command_25.TextColor3 = Color3.new(1, 1, 1)
  778. command_25.TextXAlignment = Enum.TextXAlignment.Left
  779.  
  780. command_26.Name = "command"
  781. command_26.Parent = content_2
  782. command_26.BackgroundColor3 = Color3.new(1, 1, 1)
  783. command_26.BackgroundTransparency = 1
  784. command_26.Position = UDim2.new(0, 18, 0, 395)
  785. command_26.Font = Enum.Font.SourceSansLight
  786. command_26.FontSize = Enum.FontSize.Size14
  787. command_26.Text = "unban <player> -- Let the player in again."
  788. command_26.TextColor3 = Color3.new(1, 1, 1)
  789. command_26.TextXAlignment = Enum.TextXAlignment.Left
  790.  
  791. command_27.Name = "command"
  792. command_27.Parent = content_2
  793. command_27.BackgroundColor3 = Color3.new(1, 1, 1)
  794. command_27.BackgroundTransparency = 1
  795. command_27.Position = UDim2.new(0, 18, 0, 410)
  796. command_27.Font = Enum.Font.SourceSansLight
  797. command_27.FontSize = Enum.FontSize.Size14
  798. command_27.Text = "stopmusic -- Stop the current music playing."
  799. command_27.TextColor3 = Color3.new(1, 1, 1)
  800. command_27.TextXAlignment = Enum.TextXAlignment.Left
  801.  
  802. command_28.Name = "command"
  803. command_28.Parent = content_2
  804. command_28.BackgroundColor3 = Color3.new(1, 1, 1)
  805. command_28.BackgroundTransparency = 1
  806. command_28.Position = UDim2.new(0, 18, 0, 425)
  807. command_28.Font = Enum.Font.SourceSansLight
  808. command_28.FontSize = Enum.FontSize.Size14
  809. command_28.Text = "earrape -- Rip headphone users (effect for music)"
  810. command_28.TextColor3 = Color3.new(1, 1, 1)
  811. command_28.TextXAlignment = Enum.TextXAlignment.Left
  812.  
  813. command_29.Name = "command"
  814. command_29.Parent = content_2
  815. command_29.BackgroundColor3 = Color3.new(1, 1, 1)
  816. command_29.BackgroundTransparency = 1
  817. command_29.Position = UDim2.new(0, 18, 0, 440)
  818. command_29.Font = Enum.Font.SourceSansLight
  819. command_29.FontSize = Enum.FontSize.Size14
  820. command_29.Text = "cringe -- What the fuck is this shit? (effect for music)"
  821. command_29.TextColor3 = Color3.new(1, 1, 1)
  822. command_29.TextXAlignment = Enum.TextXAlignment.Left
  823.  
  824. command_30.Name = "command"
  825. command_30.Parent = content_2
  826. command_30.BackgroundColor3 = Color3.new(1, 1, 1)
  827. command_30.BackgroundTransparency = 1
  828. command_30.Position = UDim2.new(0, 18, 0, 455)
  829. command_30.Font = Enum.Font.SourceSansLight
  830. command_30.FontSize = Enum.FontSize.Size14
  831. command_30.Text = "normal -- Removes all music effects and changes the pitch back to 1."
  832. command_30.TextColor3 = Color3.new(1, 1, 1)
  833. command_30.TextXAlignment = Enum.TextXAlignment.Left
  834.  
  835. command_31.Name = "command"
  836. command_31.Parent = content_2
  837. command_31.BackgroundColor3 = Color3.new(1, 1, 1)
  838. command_31.BackgroundTransparency = 1
  839. command_31.Position = UDim2.new(0, 18, 0, 470)
  840. command_31.Font = Enum.Font.SourceSansLight
  841. command_31.FontSize = Enum.FontSize.Size14
  842. command_31.Text = "fuck -- What the fuck did I just witness (all music effects + pitch will be 666)"
  843. command_31.TextColor3 = Color3.new(1, 1, 1)
  844. command_31.TextXAlignment = Enum.TextXAlignment.Left
  845.  
  846. command_32.Name = "command"
  847. command_32.Parent = content_2
  848. command_32.BackgroundColor3 = Color3.new(1, 1, 1)
  849. command_32.BackgroundTransparency = 1
  850. command_32.Position = UDim2.new(0, 18, 0, 485)
  851. command_32.Font = Enum.Font.SourceSansLight
  852. command_32.FontSize = Enum.FontSize.Size14
  853. command_32.Text = "fuckmusic <id> -- Plays music with the id <id>, along with adding every music effect and setting the pitch to 666."
  854. command_32.TextColor3 = Color3.new(1, 1, 1)
  855. command_32.TextXAlignment = Enum.TextXAlignment.Left
  856.  
  857. command_33.Name = "command"
  858. command_33.Parent = content_2
  859. command_33.BackgroundColor3 = Color3.new(1, 1, 1)
  860. command_33.BackgroundTransparency = 1
  861. command_33.Position = UDim2.new(0, 18, 0, 500)
  862. command_33.Font = Enum.Font.SourceSansLight
  863. command_33.FontSize = Enum.FontSize.Size14
  864. command_33.Text = "cringemusic <id> -- Plays music with the id <id>, along with the effect 'cringe'."
  865. command_33.TextColor3 = Color3.new(1, 1, 1)
  866. command_33.TextXAlignment = Enum.TextXAlignment.Left
  867.  
  868. command_34.Name = "command"
  869. command_34.Parent = content_2
  870. command_34.BackgroundColor3 = Color3.new(1, 1, 1)
  871. command_34.BackgroundTransparency = 1
  872. command_34.Position = UDim2.new(0, 18, 0, 515)
  873. command_34.Font = Enum.Font.SourceSansLight
  874. command_34.FontSize = Enum.FontSize.Size14
  875. command_34.Text = "earrapemusic <id> -- Plays music with the id <id>, along with the effect 'earrape'."
  876. command_34.TextColor3 = Color3.new(1, 1, 1)
  877. command_34.TextXAlignment = Enum.TextXAlignment.Left
  878.  
  879. command_35.Name = "command"
  880. command_35.Parent = content_2
  881. command_35.BackgroundColor3 = Color3.new(1, 1, 1)
  882. command_35.BackgroundTransparency = 1
  883. command_35.Position = UDim2.new(0, 18, 0, 530)
  884. command_35.Font = Enum.Font.SourceSansLight
  885. command_35.FontSize = Enum.FontSize.Size14
  886. command_35.Text = "pitch <double> -- Changes the pitch & speed of the music, you can even make the music sound like chipmunks."
  887. command_35.TextColor3 = Color3.new(1, 1, 1)
  888. command_35.TextXAlignment = Enum.TextXAlignment.Left
  889.  
  890. command_36.Name = "command"
  891. command_36.Parent = content_2
  892. command_36.BackgroundColor3 = Color3.new(1, 1, 1)
  893. command_36.BackgroundTransparency = 1
  894. command_36.Position = UDim2.new(0, 18, 0, 545)
  895. command_36.Font = Enum.Font.SourceSansLight
  896. command_36.FontSize = Enum.FontSize.Size14
  897. command_36.Text = "fire <player> -- Set the player on fire (won't absorb health, silly)."
  898. command_36.TextColor3 = Color3.new(1, 1, 1)
  899. command_36.TextXAlignment = Enum.TextXAlignment.Left
  900.  
  901. command_37.Name = "command"
  902. command_37.Parent = content_2
  903. command_37.BackgroundColor3 = Color3.new(1, 1, 1)
  904. command_37.BackgroundTransparency = 1
  905. command_37.Position = UDim2.new(0, 18, 0, 560)
  906. command_37.Font = Enum.Font.SourceSansLight
  907. command_37.FontSize = Enum.FontSize.Size14
  908. command_37.Text = "unfire <player> -- Extinguish the player (remove the player's fire)."
  909. command_37.TextColor3 = Color3.new(1, 1, 1)
  910. command_37.TextXAlignment = Enum.TextXAlignment.Left
  911.  
  912. command_38.Name = "command"
  913. command_38.Parent = content_2
  914. command_38.BackgroundColor3 = Color3.new(1, 1, 1)
  915. command_38.BackgroundTransparency = 1
  916. command_38.Position = UDim2.new(0, 18, 0, 575)
  917. command_38.Font = Enum.Font.SourceSansLight
  918. command_38.FontSize = Enum.FontSize.Size14
  919. command_38.Text = "ff <player> -- Give the player a forcefield, making them immune to explosions. Sadly they're vulnerable to dying from rocket."
  920. command_38.TextColor3 = Color3.new(1, 1, 1)
  921. command_38.TextXAlignment = Enum.TextXAlignment.Left
  922.  
  923. command_39.Name = "command"
  924. command_39.Parent = content_2
  925. command_39.BackgroundColor3 = Color3.new(1, 1, 1)
  926. command_39.BackgroundTransparency = 1
  927. command_39.Position = UDim2.new(0, 18, 0, 590)
  928. command_39.Font = Enum.Font.SourceSansLight
  929. command_39.FontSize = Enum.FontSize.Size14
  930. command_39.Text = "unff <player> -- Take the player's forcefield, leaving them vulnerable to explosions."
  931. command_39.TextColor3 = Color3.new(1, 1, 1)
  932. command_39.TextXAlignment = Enum.TextXAlignment.Left
  933.  
  934. command_40.Name = "command"
  935. command_40.Parent = content_2
  936. command_40.BackgroundColor3 = Color3.new(1, 1, 1)
  937. command_40.BackgroundTransparency = 1
  938. command_40.Position = UDim2.new(0, 18, 0, 605)
  939. command_40.Font = Enum.Font.SourceSansLight
  940. command_40.FontSize = Enum.FontSize.Size14
  941. command_40.Text = "sp <player> -- Give the player sparkles (Ooo, shiny)."
  942. command_40.TextColor3 = Color3.new(1, 1, 1)
  943. command_40.TextXAlignment = Enum.TextXAlignment.Left
  944.  
  945. command_41.Name = "command"
  946. command_41.Parent = content_2
  947. command_41.BackgroundColor3 = Color3.new(1, 1, 1)
  948. command_41.BackgroundTransparency = 1
  949. command_41.Position = UDim2.new(0, 18, 0, 620)
  950. command_41.Font = Enum.Font.SourceSansLight
  951. command_41.FontSize = Enum.FontSize.Size14
  952. command_41.Text = "unsp <player> -- Take the player's sparkles."
  953. command_41.TextColor3 = Color3.new(1, 1, 1)
  954. command_41.TextXAlignment = Enum.TextXAlignment.Left
  955.  
  956. toggle_gui.Name = "toggle_gui"
  957. toggle_gui.Parent = Memestar
  958. toggle_gui.BackgroundColor3 = Color3.new(1, 1, 1)
  959. toggle_gui.Position = UDim2.new(0, 0, 0.449999988, 0)
  960. toggle_gui.Size = UDim2.new(0, 10, 0, 70)
  961. toggle_gui.Font = Enum.Font.SourceSansLight
  962. toggle_gui.FontSize = Enum.FontSize.Size14
  963. toggle_gui.Text = "Show"
  964. toggle_gui.TextWrapped = true
  965.  
  966. -- Script stuff
  967.  
  968. local showing = false;
  969.  
  970. function switch_category_1()
  971.         cmds_category.Value = "console";
  972. end
  973.  
  974. function switch_category_2()
  975.         cmds_category.Value = "commands";
  976. end
  977.        
  978. console_category.MouseButton1Click:connect(switch_category_1)
  979. commands_category.MouseButton1Click:connect(switch_category_2)
  980.  
  981. local showing = false;
  982.  
  983. function toggle_gui_1()
  984.         if showing == false then
  985.                 showing = true
  986.         elseif showing == true then
  987.                 showing = false
  988.         end
  989. end
  990.        
  991. toggle_gui.MouseButton1Click:connect(toggle_gui_1)
  992.  
  993. spawn(function()
  994.         while wait() do
  995.         if showing == false then
  996.                 toggle_gui.Text = "Show";
  997.         elseif showing == true then
  998.                 toggle_gui.Text = "H i de";
  999.         end
  1000.        
  1001.         if showing == false then
  1002.                 gui.Visible = false;
  1003.         elseif showing == true then
  1004.                 gui.Visible = true;
  1005.         end
  1006.        
  1007.         if cmds_category.Value == "console" then
  1008.                 console.Visible = true;
  1009.         else
  1010.                 console.Visible = false;
  1011.         end
  1012.        
  1013.         if cmds_category.Value == "commands" then
  1014.                 commands.Visible = true;
  1015.         else
  1016.                 commands.Visible = false;
  1017.         end
  1018. end
  1019. end)
  1020.  
  1021. local _PLAYERS = game:GetService("Players")
  1022. local _CORE = game:GetService("CoreGui")
  1023. local _LIGHTING = game:GetService("Lighting")
  1024.  
  1025. local SPEAKER = game.Players.LocalPlayer.Name
  1026. local NOCLIP = {}
  1027. local FLY = {}
  1028. local KICKS = {}
  1029. local BANS = {}
  1030. local CA1 = "https://assetgame.roblox.com/Asset/CharacterFetch.ashx?userId="
  1031. local CA2 = "&placeId=0"
  1032.  
  1033. local NOTIFY_1 = false
  1034. local NOTIFY_2 = false
  1035.  
  1036. local GUIS
  1037. local HUMANOIDS
  1038. local OTHER
  1039.  
  1040. local function fuckouttahere(P)
  1041.         spawn(function()
  1042.                 for i = 1,5 do
  1043.                         if P.Character and P.Character:FindFirstChild("HumanoidRootPart") and P.Character:FindFirstChild("Torso") then
  1044.                                 P.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
  1045.                                 local SP = Instance.new("SkateboardPlatform", P.Character) SP.Position = P.Character.HumanoidRootPart.Position SP.Transparency = 1
  1046.                                 spawn(function()
  1047.                                         repeat wait()
  1048.                                                 if P.Character and P.Character:FindFirstChild("HumanoidRootPart") then SP.Position = P.Character.HumanoidRootPart.Position end
  1049.                                         until not _PLAYERS:FindFirstChild(P.Name)
  1050.                                 end)
  1051.                                 P.Character.Torso.Anchored = true
  1052.                         end
  1053.                 end
  1054.         end)
  1055. end
  1056.  
  1057. local function GET_PLAYER(pn)
  1058.         local found = {}
  1059.         local name = pn:lower()
  1060.        
  1061.         if name == "all" then
  1062.                 for i, v in pairs(game.Players:GetPlayers()) do
  1063.                         table.insert(found, v.Name)
  1064.                 end
  1065.         elseif name == "others" then
  1066.                 for i, v in pairs(game.Players:GetPlayers()) do
  1067.                         if v.Name ~= SPEAKER then
  1068.                                 table.insert(found, v.Name)
  1069.                         end
  1070.                 end
  1071.         elseif name == "me" then
  1072.                 table.insert(found, game.Players.LocalPlayer.Name)
  1073.         else
  1074.                 for i, v in pairs(game.Players:GetPlayers()) do
  1075.                         if name:find(pn) then
  1076.                                 table.insert(found, v.Name)
  1077.                         end
  1078.                 end
  1079.         end
  1080.        
  1081.         return found;
  1082. end
  1083.  
  1084. local function NOSATAN()
  1085. function fuckoff(o)
  1086. for i,v in pairs(o:children())do
  1087. if v:IsA("BillboardGui") and v.TextLabel.Text == "666 666 666 666 666 666" or v:IsA("PointLight") and v.Range == 15 or v:IsA("Fire") or v:IsA("SelectionBox") or v:IsA("ColorCorrectionEffect")or v:IsA("BloomEffect") or v:IsA("BlurEffect") or v:IsA("Sound") and v.SoundId == "rbxassetid://152840862" then
  1088. v:Destroy()
  1089. end
  1090. fuckoff(v)
  1091. end
  1092. end
  1093. pcall(fuckoff,game)
  1094.  
  1095. print"Fuck off, hacker. -Keemstar"
  1096.  
  1097. local function Color4(r, g, b)
  1098.   return Color3.new((((r + 1) / 256) - (1 / 256)), (((g + 1) / 256) - (1 / 256)),(((b + 1) / 256) - (1 / 256)))
  1099. end
  1100.  
  1101. local l = game:GetService("Lighting")
  1102. l.Archivable = true
  1103. l.Ambient = Color4(255, 255, 255)
  1104. l.ColorShift_Bottom = Color4(0, 0, 0)
  1105. l.ColorShift_Top = Color4(0, 0, 0)
  1106. l.Brightness = 0
  1107. l.FogColor = Color4(192, 192, 192)
  1108. l.FogEnd = 9999999999
  1109. l.FogStart = 0
  1110. l.GeographicLatitude = 41.73
  1111. l.GlobalShadows = true
  1112. l.OutdoorAmbient = Color4(128,128,128)
  1113. l.TimeOfDay = 12
  1114.  
  1115. end
  1116.  
  1117. local function THOMAS(plr)
  1118.         local p = game.Players[plr].Character
  1119.     local thomas = nil
  1120.  
  1121. -- R6 Check
  1122. if p:FindFirstChild("Torso") then
  1123.         if p.Torso:IsA("Part") then
  1124.                 thomas = p.Torso
  1125.         end
  1126. end
  1127.  
  1128. -- R15 Check
  1129. if p:FindFirstChild("UpperTorso") then
  1130.         if p.UpperTorso:IsA("MeshPart") then
  1131.                 thomas = p.UpperTorso
  1132.         end
  1133. end
  1134.  
  1135. local weld = Instance.new("Weld",thomas)
  1136. weld.Part0 = thomas
  1137.  
  1138. local train = Instance.new("Part",thomas)
  1139. train.Anchored = true
  1140. train.CanCollide = false
  1141. train.Size = Vector3.new(3,2,6)
  1142. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  1143. weld.Part1 = train
  1144. weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(180),0)
  1145. train.Anchored = false
  1146. local TrainMesh = Instance.new("SpecialMesh",train)
  1147. TrainMesh.MeshType = Enum.MeshType.FileMesh
  1148. TrainMesh.Scale = Vector3.new(0.020,0.020,0.015)
  1149. TrainMesh.MeshId = "rbxassetid://431017802"
  1150. TrainMesh.TextureId = "rbxassetid://431017809"
  1151.  
  1152.  
  1153. local weld2 = Instance.new("Weld",thomas)
  1154. weld2.Part0 = thomas
  1155. local Smoke = Instance.new("Part",thomas)
  1156. Smoke.Anchored = true
  1157. Smoke.CanCollide = false
  1158. Smoke.Size = Vector3.new(1,1,1)
  1159. Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  1160. weld2.Part1 = Smoke
  1161. weld2.C1 = CFrame.new(0,-4,3.5)-- * CFrame.Angles(0,math.rad(180),0)
  1162. Smoke.Anchored = false
  1163. Smoke.Transparency = 1;
  1164.  
  1165. local Particle = Instance.new("ParticleEmitter",Smoke)
  1166. Particle.Rate = 50;
  1167. Particle.Speed = NumberRange.new(30,60);
  1168. Particle.VelocitySpread = 4;
  1169. Particle.Texture = "rbxassetid://133619974"
  1170.  
  1171. local Light = Instance.new("SpotLight",train)
  1172. Light.Angle = 45;
  1173. Light.Brightness = 100;
  1174. Light.Face = Enum.NormalId.Back;
  1175. Light.Range = 30;
  1176.  
  1177. p.Humanoid.WalkSpeed = 60;
  1178.  
  1179.  
  1180. for i,v in pairs(p:GetChildren()) do
  1181.         if v:IsA("Part") or v:IsA("MeshPart") then
  1182.                 v.Transparency = 1;
  1183.         elseif v:IsA("Accessory") then
  1184.                 v:Destroy()
  1185.         elseif v:IsA("Model") then
  1186.                 v:Destroy()
  1187.         elseif v.Name == "Animate" then
  1188.                 v:Destroy()
  1189.         end
  1190. end
  1191.  
  1192. if p:FindFirstChild("Head") then
  1193.         for i,v in pairs(p.Head:GetChildren()) do
  1194.         if v:IsA("Decal") then
  1195.                 v.Transparency = 1;
  1196.         end
  1197. end
  1198. end
  1199.  
  1200. local function SFX(id) local s=Instance.new("Sound",thomas); s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end
  1201. train.Touched:connect(function(p)
  1202.         if p.Parent then
  1203.                 if p.Parent:IsA("Model") then
  1204.                         if game.Players:FindFirstChild(p.Parent.Name) then
  1205.                                 if p.Parent.Name ~= game.Players.LocalPlayer.Name then
  1206.                                         game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
  1207.                                         local Whistle = SFX(475073913)
  1208.                                         Whistle:Play()
  1209.                                 end
  1210.                         end
  1211.                 end
  1212.         end
  1213. end)
  1214.  
  1215. local Music = SFX(190819252)
  1216. Music.Looped = true;
  1217. wait(1)
  1218. Music:Play();
  1219. end
  1220.  
  1221. local function KEEMSTAR(plr)
  1222.         local p2 = game.Players[plr].Character
  1223.        
  1224.         local keemstar = nil
  1225.  
  1226. -- R6 Check
  1227. if p2:FindFirstChild("Torso") then
  1228.         if p2.Torso:IsA("Part") then
  1229.                 keemstar = p2.Torso
  1230.         end
  1231. end
  1232.  
  1233. -- R15 Check
  1234. if p2:FindFirstChild("UpperTorso") then
  1235.         if p2.UpperTorso:IsA("MeshPart") then
  1236.                 keemstar = p2.UpperTorso
  1237.         end
  1238. end
  1239.  
  1240. local weld = Instance.new("Weld",keemstar)
  1241. weld.Part0 = keemstar
  1242.  
  1243. local Harambe = Instance.new("Part",keemstar)
  1244. Harambe.Anchored = true
  1245. Harambe.CanCollide = false
  1246. Harambe.Size = Vector3.new(3,2,6)
  1247. Harambe.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  1248. weld.Part1 = Harambe
  1249. weld.C1 = CFrame.new(0,-2,0) * CFrame.Angles(0,math.rad(270),0)
  1250. Harambe.Anchored = false
  1251. local HarambeMesh = Instance.new("SpecialMesh",Harambe)
  1252. HarambeMesh.MeshType = Enum.MeshType.FileMesh
  1253. HarambeMesh.Scale = Vector3.new(1,1,1)
  1254. HarambeMesh.MeshId = "rbxassetid://471652548"
  1255. HarambeMesh.TextureId = "rbxassetid://471652580"
  1256.  
  1257.  
  1258. local weld2 = Instance.new("Weld",keemstar)
  1259. weld2.Part0 = keemstar
  1260. local Smoke = Instance.new("Part",keemstar)
  1261. Smoke.Anchored = true
  1262. Smoke.CanCollide = false
  1263. Smoke.Size = Vector3.new(0.2,1.8,0.2)
  1264. Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  1265. weld2.Part1 = Smoke
  1266. weld2.C1 = CFrame.new(0,-3,0) * CFrame.Angles(math.rad(270),0,0)
  1267. Smoke.Anchored = false
  1268. Smoke.Transparency = 1;
  1269.  
  1270. local Particle = Instance.new("ParticleEmitter",Smoke)
  1271. Particle.Rate = 666;
  1272. Particle.Speed = NumberRange.new(5,10);
  1273. Particle.Lifetime = NumberRange.new(0.5,1);
  1274. local A = {NumberSequenceKeypoint.new(0, 0, 0),NumberSequenceKeypoint.new(1, 1, 0)}
  1275. local B = {NumberSequenceKeypoint.new(0, 1, 0),NumberSequenceKeypoint.new(1, 0, 0)}
  1276. Particle.Transparency = NumberSequence.new(A);
  1277. Particle.Size = NumberSequence.new(A);
  1278. Particle.Color = ColorSequence.new(Color3.new(85/255,1,0),Color3.new(85/255,1,0))
  1279. Particle.Rotation = NumberRange.new(-360, 360)
  1280. Particle.VelocitySpread = 10;
  1281. Particle.Texture = "rbxassetid://133619974"
  1282.  
  1283. p2.Humanoid.WalkSpeed = 50;
  1284.  
  1285.  
  1286. for i,v in pairs(p2:GetChildren()) do
  1287.         if v:IsA("Part") or v:IsA("MeshPart") then
  1288.                 v.Transparency = 1;
  1289.         elseif v:IsA("Accessory") then
  1290.                 v:Destroy()
  1291.         elseif v:IsA("Model") then
  1292.                 v:Destroy()
  1293.         elseif v.Name == "Animate" then
  1294.                 v:Destroy()
  1295.         end
  1296. end
  1297.  
  1298. if p2:FindFirstChild("Head") then
  1299.         for i,v in pairs(p2.Head:GetChildren()) do
  1300.         if v:IsA("Decal") then
  1301.                 v.Transparency = 1;
  1302.         end
  1303. end
  1304. end
  1305.  
  1306. local function SFX(id) local s=Instance.new("Sound",keemstar); s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end
  1307. Harambe.Touched:connect(function(p)
  1308. if p.Parent then
  1309. if p.Parent:IsA("Model") then
  1310. if game.Players:FindFirstChild(p.Parent.Name) then
  1311. if p.Parent.Name ~= game.Players.LocalPlayer.Name then
  1312. game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
  1313. local Fart = SFX(131314452)
  1314. Fart:Play()
  1315. end
  1316. end
  1317. end
  1318. end
  1319. end)
  1320.  
  1321. local Music = SFX(433992205)
  1322. Music.Looped = true;
  1323. wait(1)
  1324. Music:Play();
  1325. end
  1326.  
  1327. local function BIRD(plr)
  1328.         pcall(function()
  1329.                 local char = game.Players[plr].Character
  1330.         local charpos = nil
  1331.        
  1332.         for a,b in pairs(char:GetChildren()) do
  1333.                 if b:IsA("Part") or b:IsA("MeshPart") then
  1334.                         b.BrickColor = BrickColor.Red()
  1335.                 else
  1336.                         if b:IsA("Humanoid") or b:IsA("Script") or b:IsA("LocalScript") then
  1337.                         else b:Destroy()
  1338.                         end
  1339.                 end
  1340.         end
  1341.        
  1342.         -- Now for the hat!
  1343.        
  1344.         local hat = Instance.new("Accessory", char)
  1345.         hat.Name = "BirdHat"
  1346.         local handle = Instance.new("Part", hat)
  1347.         handle.Size = Vector3.new(1.8, 2, 1.2)
  1348.         handle.Name = "Handle"
  1349.         local attachment = Instance.new("Attachment", handle)
  1350.         attachment.Name = "HatAttachment"
  1351.         attachment.Axis = Vector3.new(1, 0, 0)
  1352.         attachment.Position = Vector3.new(0, -0.100, -0.025)
  1353.         local weld = Instance.new("Weld", handle)
  1354.         weld.Name = "AccessoryWeld"
  1355.         weld.Part0 = handle
  1356.         weld.Part1 = char.Head
  1357.         local mesh = Instance.new("SpecialMesh", handle)
  1358.         mesh.MeshType = "FileMesh"
  1359.         mesh.Scale = Vector3.new(1, 1, 1.05)
  1360.         mesh.Offset = Vector3.new(0, 0.3, 0)
  1361.         mesh.MeshId = "http://www.roblox.com/asset/?id=413653388"
  1362.         mesh.TextureId = "http://www.roblox.com/asset/?id=413651527"
  1363.         char:MoveTo(char.HumanoidRootPart.Position + Vector3.new(0, 1.6, 0))
  1364.        
  1365.         -- Music? Yay!
  1366.        
  1367.         local birdymoosic = Instance.new("Sound", handle)
  1368.         birdymoosic.Looped = true
  1369.         birdymoosic.SoundId = "rbxassetid://142368124"
  1370.         birdymoosic.Name = "ThemeSong"
  1371.         birdymoosic:Play()
  1372.        
  1373.         local birdbirdbird = Instance.new("Sound", handle)
  1374.         birdbirdbird.SoundId = "rbxassetid://157180214"
  1375.         birdbirdbird.Name = "bird bird bird"
  1376.         birdbirdbird:Play()
  1377.         wait(2.403)
  1378.         birdbirdbird:Destroy()
  1379.        
  1380.         repeat
  1381.         wait()
  1382.         if char.Parent == game.Lighting then
  1383.                 mesh.Offset = Vector3.new(0, -0.4, -0.1)
  1384.         end
  1385.         until char.Humanoid.Health == 0
  1386.         end)
  1387. end
  1388.  
  1389. local function FIND_IN_TABLE(TABLE, NAME)
  1390.         for i,v in pairs(TABLE) do
  1391.                 if v == NAME then
  1392.                         return true
  1393.                 end
  1394.         end
  1395.         return false
  1396. end
  1397.  
  1398. local function GET_IN_TABLE(TABLE, NAME)
  1399.         for i = 1, #TABLE do
  1400.                 if TABLE[i] == NAME then
  1401.                         return i
  1402.                 end
  1403.         end
  1404.         return false
  1405. end
  1406.  
  1407. _PLAYERS.PlayerRemoving:connect(function(P)
  1408.         if FIND_IN_TABLE(BANS, P) then
  1409.                 for i,v in pairs(KICKS) do if v == P then table.remove(KICKS, i) end end
  1410.                 NOTIFY(SPEAKER, "Banned " .. P.Name)
  1411.                 return
  1412.         elseif FIND_IN_TABLE(KICKS, P) then
  1413.                 for i,v in pairs(KICKS) do if v == P then table.remove(KICKS, i) end end
  1414.                 NOTIFY(SPEAKER, "Kicked " .. P.Name)
  1415.         end
  1416. end)
  1417.  
  1418. function C3(R, G, B) return Color3.new(R/255, G/255, B/255) end
  1419.  
  1420. function LOAD_DATA()
  1421.         local NEW = LoadLibrary("RbxUtility").Create
  1422.         local DATA = Instance.new("Folder")
  1423.         local SI = "rbxasset://textures/blackBkg_square.png"
  1424.        
  1425.         GUIS = Instance.new("Folder", DATA)
  1426.         HUMANOIDS = Instance.new("Folder", DATA)
  1427.         OTHER = Instance.new("Folder", DATA)
  1428.        
  1429.         local NOTIFY_H = Instance.new("ScreenGui", GUIS)
  1430.         NOTIFY_H.Name = "notify"
  1431.                 local N = Instance.new("Frame", NOTIFY_H)
  1432.                 N.Name = "notify"
  1433.                 N.BackgroundColor3 = C3(0, 0, 0)
  1434.                 N.BackgroundTransparency = 0.5
  1435.                 N.BorderSizePixel = 0
  1436.                 N.Position = UDim2.new(0, -225, 0.6, 0)
  1437.                 N.Size = UDim2.new(0, 225, 0, 30)
  1438.                         local BAR = Instance.new("Frame", N)
  1439.                         BAR.Name = ""
  1440.                         BAR.BackgroundColor3 = C3(255, 255, 255)
  1441.                         BAR.BackgroundTransparency = 0.5
  1442.                         BAR.BorderSizePixel = 0
  1443.                         BAR.Position = UDim2.new(0, 0, 1, 0)
  1444.                         BAR.Size = UDim2.new(1, 0, 0, 5)
  1445.                         local TEXT = Instance.new("TextLabel", N)
  1446.                         TEXT.Name = "text"
  1447.                         TEXT.BackgroundTransparency = 1
  1448.                         TEXT.BorderSizePixel = 0
  1449.                         TEXT.Size = UDim2.new(1, 0, 1, 0)
  1450.                         TEXT.Font = "SourceSansLight"
  1451.                         TEXT.TextColor3 = C3(255, 255, 255)
  1452.                         TEXT.TextSize = 18
  1453.                         TEXT.TextScaled = true
  1454.                         TEXT.TextXAlignment = "Left"
  1455. end
  1456.  
  1457. function NOTIFY(P, M)
  1458.         ptn = game.Players[P]
  1459.        
  1460.         spawn(function()
  1461.                 repeat wait() until not NOTIFY_1
  1462.                 local NOTIFY = GUIS.notify:Clone() NOTIFY.Parent = ptn.PlayerGui
  1463.                 if NOTIFY then
  1464.                         NOTIFY.notify[""].BackgroundColor3 = C3(255, 0, 0)
  1465.                         NOTIFY.notify.text.Text = " " .. M
  1466.                         NOTIFY.notify.text.TextScaled = true
  1467.                         NOTIFY.notify.text.TextWrapped = false
  1468.                         repeat wait() until not NOTIFY_1
  1469.                         NOTIFY_1 = true
  1470.                         wait(0.5)
  1471.                         NOTIFY.notify:TweenPosition(UDim2.new(0, 0, 0.6, 0), "InOut", "Quad", 0.4, false) wait(0.5)
  1472.                         wait(0.5)
  1473.                         repeat wait() until not NOTIFY_2
  1474.                         NOTIFY_1 = false
  1475.                         NOTIFY.notify:TweenPosition(UDim2.new(0, 0, 0.6, 40), "InOut", "Quad", 0.4, false) wait(0.5)
  1476.                         wait(0.5)
  1477.                         NOTIFY_2 = true
  1478.                         wait(2.5)
  1479.                         NOTIFY.notify:TweenPosition(UDim2.new(0, -225, 0.6, 40), "InOut", "Quad", 0.4, false) wait(0.5)
  1480.                 end
  1481.                 wait(1)
  1482.                 NOTIFY:destroy()
  1483.                 NOTIFY_2 = false
  1484.         end)
  1485. end
  1486.  
  1487. LOAD_DATA()
  1488.  
  1489. game:GetService("RunService").Stepped:connect(function()
  1490.         for i,v in pairs(_PLAYERS:GetPlayers()) do
  1491.                 wait()
  1492.                 if FIND_IN_TABLE(NOCLIP, v.Name) then
  1493.                         if v.Character:FindFirstChild("Humanoid") then v.Character.Humanoid:ChangeState(11) end
  1494.                 end
  1495.                 if FIND_IN_TABLE(FLY, v.Name) then
  1496.                         if v.Character:FindFirstChild("Humanoid") then v.Character.Humanoid:ChangeState(13) wait() v.Character.Humanoid:ChangeState(2) end
  1497.                 end
  1498.                 if FIND_IN_TABLE(KICKS, v.Name) then
  1499.                         fuckouttahere(v)
  1500.                 end
  1501.                 if FIND_IN_TABLE(BANS, v.Name) then
  1502.                         fuckouttahere(v)
  1503.                 end
  1504.         end
  1505. end)
  1506.  
  1507. function fWeld(zName, zParent, zPart0, zPart1, zCoco, A, B, C, D, E, F)
  1508.         local funcw = Instance.new("Weld") funcw.Name = zName funcw.Parent = zParent funcw.Part0 = zPart0 funcw.Part1 = zPart1
  1509.         if (zCoco) then
  1510.                 funcw.C0 = CFrame.new(A, B, C) * CFrame.fromEulerAnglesXYZ(D, E, F)
  1511.         else
  1512.                 funcw.C1 = CFrame.new(A, B, C) * CFrame.fromEulerAnglesXYZ(D, E, F)
  1513.         end
  1514.         return funcw
  1515. end
  1516.  
  1517. local function rape(pn)
  1518.         spawn(function()
  1519.                 local P11 = _PLAYERS.LocalPlayer.Character
  1520.                 local V11 = _PLAYERS[pn].Character
  1521.                
  1522.                 local P1 local V1
  1523.                 local la, ra, ll, rl
  1524.                
  1525.                 -- R6 Check
  1526. if V11:FindFirstChild("Torso") or V11:FindFirstChild(rl) then
  1527.         P1 = P11.Torso
  1528.         V1 = V11.Torso
  1529.        
  1530.         la = la
  1531.         ra = ra
  1532.         ll = ll
  1533.         rl = rl
  1534. end
  1535.  
  1536. -- R15 Check
  1537. if V11:FindFirstChild("UpperTorso") or V11:FindFirstChild("RightUpperLeg") then
  1538.         P1 = P11.UpperTorso
  1539.         V1 = V11.UpperTorso
  1540.        
  1541.         la = "LeftLowerArm"
  1542.         ra = "RightLowerArm"
  1543.         ll = "LeftUpperLeg"
  1544.         rl = "RightUpperLeg"
  1545. end
  1546.                
  1547.                 V1.Parent.Humanoid.PlatformStand = true
  1548.                
  1549.                 local LA1 = Instance.new("Weld", P1) LA1.Part0 = P1 LA1.Part1 = P1.Parent[la] LA1.C0 = CFrame.new(-1.5, 0, 0) LA1.Name = "Left Shoulder"
  1550.                
  1551.                 local RS1 = Instance.new("Weld", P1) RS1.Part0 = P1 RS1.Part1 = P1.Parent[ra] RS1.C0 = CFrame.new(1.5, 0, 0) RS1.Name = "Right Shoulder"
  1552.                
  1553.                 local LS2 = Instance.new("Weld", V1) LS2.Part0 = V1 LS2.Part1 = V1.Parent[la] LS2.C0 = CFrame.new(-1.5, 0, 0) LS2.Name = "Left Shoulder"
  1554.                
  1555.             local RS2 = Instance.new("Weld", V1) RS2.Part0 = V1 RS2.Part1 = V1.Parent[ra] RS2.C0 = CFrame.new(1.5, 0, 0) RS2.Name = "Right Shoulder"
  1556.                
  1557.                 local LH2 = Instance.new("Weld", V1) LH2.Part0 = V1 LH2.Part1 = V1.Parent[ll] LH2.C0 = CFrame.new(-0.5, -2, 0) LH2.Name = "Left Hip"
  1558.                
  1559.                 local RH2 = Instance.new("Weld", V1) RH2.Part0 = V1 RH2.Part1 = V1.Parent[rl] RH2.C0 = CFrame.new(0.5, -2, 0) RH2.Name = "Right Hip"
  1560.                
  1561.                 local D = Instance.new("Part", P1) D.TopSurface = 0 D.BottomSurface = 0 D.CanCollide = false D.BrickColor = BrickColor.new("Pastel brown") D.Shape = "Ball" D.Size = Vector3.new(1, 1, 1)
  1562.                
  1563.                 local DM1 = Instance.new("SpecialMesh", D) DM1.MeshType = "Sphere" DM1.Scale = Vector3.new(0.4, 0.4, 0.4)
  1564.                
  1565.                 fWeld("weld", P1, P1, D, true, -0.2, -1.3, -0.6, 0, 0, 0)
  1566.                
  1567.                 local D2 = D:Clone() D2.Parent = P1
  1568.                
  1569.                 fWeld("weld", P1, P1, D2, true, 0.2, -1.3, -0.6, 0, 0, 0)
  1570.                
  1571.                 local C = Instance.new("Part", P1) C.TopSurface = 0 C.BottomSurface = 0 C.CanCollide = false C.BrickColor = BrickColor.new("Pastel brown") C.Size = Vector3.new(0.4, 1.3, 0.4)
  1572.                
  1573.                 fWeld("weld", P1, P1, C, true, 0, -1, -0.52 + (-C.Size.y / 2), math.rad(-80), 0, 0)
  1574.                
  1575.                 local C2 = D:Clone() C2.BrickColor = BrickColor.new("Pink") C2.Mesh.Scale = Vector3.new(0.4, 0.62, 0.4) C2.Parent = P1
  1576.                
  1577.                 fWeld("weld", C, C, C2, true, 0, 0 + (C.Size.y / 2), 0, math.rad(-10), 0, 0)
  1578.                
  1579.                 local CM = Instance.new("CylinderMesh", C)
  1580.                
  1581.                 local BL = Instance.new("Part", V1) BL.TopSurface = 0 BL.BottomSurface = 0 BL.CanCollide = false BL.BrickColor = BrickColor.new("Pastel brown") BL.Shape = "Ball" BL.Size = Vector3.new(1, 1, 1)
  1582.                
  1583.                 local DM2 = Instance.new("SpecialMesh", BL) DM2.MeshType = "Sphere" DM2.Scale = Vector3.new(1.2, 1.2, 1.2)
  1584.                
  1585.                 fWeld("weld", V1, V1, BL, true, -0.5, 0.5, -0.6, 0, 0, 0)
  1586.                
  1587.                 local BR = Instance.new("Part", V1) BR.TopSurface = 0 BR.BottomSurface = 0 BR.CanCollide = false BR.BrickColor = BrickColor.new("Pastel brown") BR.Shape = "Ball" BR.Size = Vector3.new(1, 1, 1)
  1588.                
  1589.                 local DM3 = Instance.new("SpecialMesh", BR) DM3.MeshType = "Sphere" DM3.Scale = Vector3.new(1.2, 1.2, 1.2)
  1590.                
  1591.                 fWeld("weld", V1, V1, BR, true, 0.5, 0.5, -0.6, 0, 0, 0)
  1592.                
  1593.                 local BLN = Instance.new("Part", V1) BLN.TopSurface = 0 BLN.BottomSurface = 0 BLN.CanCollide = false BLN.BrickColor = BrickColor.new("Pink") BLN.Shape = "Ball" BLN.Size = Vector3.new(1, 1, 1)
  1594.                
  1595.                 local DM4 = Instance.new("SpecialMesh", BLN) DM4.MeshType = "Sphere" DM4.Scale = Vector3.new(0.2, 0.2, 0.2)
  1596.                
  1597.                 fWeld("weld", V1, V1, BLN, true, -0.5, 0.5, -1.2, 0, 0, 0)
  1598.                
  1599.                 local BRN = Instance.new("Part", V1) BRN.TopSurface = 0 BRN.BottomSurface = 0 BRN.CanCollide = false BRN.BrickColor = BrickColor.new("Pink") BRN.Shape = "Ball" BRN.Size = Vector3.new(1, 1, 1)
  1600.                
  1601.                 local DM5 = Instance.new("SpecialMesh", BRN) DM5.MeshType = "Sphere" DM5.Scale = Vector3.new(0.2, 0.2, 0.2)
  1602.                
  1603.                 fWeld("weld", V1, V1, BRN, true, 0.5, 0.5, -1.2, 0, 0, 0)
  1604.                
  1605.                 LH2.C1 = CFrame.new(0.2, 1.6, 0.4) * CFrame.Angles(3.9, -0.4, 0) RH2.C1 = CFrame.new(-0.2, 1.6, 0.4) * CFrame.Angles(3.9, 0.4, 0)
  1606.                 LS2.C1 = CFrame.new(-0.2, 0.9, 0.6) * CFrame.Angles(3.9, -0.2, 0) RS2.C1 = CFrame.new(0.2, 0.9, 0.6) * CFrame.Angles(3.9, 0.2, 0)
  1607.                 LA1.C1 = CFrame.new(-0.5, 0.7, 0) * CFrame.Angles(-0.9, -0.4, 0) RS1.C1 = CFrame.new(0.5, 0.7, 0) * CFrame.Angles(-0.9, 0.4, 0)
  1608.                
  1609.                 if P1:FindFirstChild("weldx") then P1.weldx:destroy() end
  1610.                
  1611.                 WE = fWeld("weldx", P1, P1, V1, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  1612.         end)
  1613.         spawn(function() while wait() do for i = 1, 6 do WE.C1 = WE.C1 * CFrame.new(0, -0.3, 0) end for i = 1, 6 do WE.C1 = WE.C1 * CFrame.new(0, 0.3, 0) end end end)
  1614. end
  1615.  
  1616. local function bj(plr1, plr2)
  1617.    
  1618. local n2 = _PLAYERS[plr2]
  1619. local n1 = _PLAYERS[plr1]
  1620.  
  1621. spawn(function()
  1622. local t11 = n1.Character
  1623. local t22 = n2.Character
  1624. local t1, t2, la, ra, ll, rl
  1625.                
  1626. if t22:FindFirstChild("Torso") or t22:FindFirstChild("Right Leg") then --R6 Check
  1627.         t1 = t11.Torso
  1628.         t2 = t22.Torso
  1629.        
  1630.         la = "Left Arm"
  1631.         ra = "Right Arm"
  1632.         ll = "Left Leg"
  1633.         rl = "Right Leg"
  1634. elseif t22:FindFirstChild("UpperTorso") or t22:FindFirstChild("RightUpperLeg") then --R15 Check
  1635.         t1 = t11.UpperTorso
  1636.         t2 = t22.UpperTorso
  1637.        
  1638.         la = "LeftLowerArm"
  1639.         ra = "RightLowerArm"
  1640.         ll = "LeftUpperLeg"
  1641.         rl = "RightUpperLeg"
  1642. end
  1643.  
  1644. --
  1645. t2.Parent.Humanoid.PlatformStand = true
  1646. ls1 = Instance.new("Weld")
  1647. ls1.Parent = t1
  1648. ls1.Part0 = t1
  1649. ls1.Part1 = t1.Parent[la]
  1650. ls1.C0 = CFrame.new(-1.5,0,0)
  1651. ls1.Name = "Left Shoulder"
  1652. rs1 = Instance.new("Weld")
  1653. rs1.Parent = t1
  1654. rs1.Part0 = t1
  1655. rs1.Part1 = t1.Parent[ra]
  1656. rs1.C0 = CFrame.new(1.5,0,0)
  1657. rs1.Name = "Right Shoulder"
  1658. ls2 = Instance.new("Weld")
  1659. ls2.Parent = t2
  1660. ls2.Part0 = t2
  1661. ls2.Part1 = t2.Parent[la]
  1662. ls2.C0 = CFrame.new(-1.5,0,0)
  1663. ls2.Name = "Left Shoulder"
  1664. rs2 = Instance.new("Weld")
  1665. rs2.Parent = t2
  1666. rs2.Part0 = t2
  1667. rs2.Part1 = t2.Parent[ra]
  1668. rs2.C0 = CFrame.new(1.5,0,0)
  1669. rs2.Name = "Right Shoulder"
  1670. local lh2 = Instance.new("Weld")
  1671. lh2.Parent = t2
  1672. lh2.Part0 = t2
  1673. lh2.Part1 = t2.Parent[ll]
  1674. lh2.C0 = CFrame.new(-0.5,-2,0)
  1675. lh2.Name = "Left Hip"
  1676. local rh2 = Instance.new("Weld")
  1677. rh2.Parent = t2
  1678. rh2.Part0 = t2
  1679. rh2.Part1 = t2.Parent[rl]
  1680. rh2.C0 = CFrame.new(0.5,-2,0)
  1681. rh2.Name = "Right Hip"
  1682. local d = Instance.new("Part")
  1683. d.TopSurface = 0
  1684. d.BottomSurface = 0
  1685. d.CanCollide = false
  1686. d.BrickColor = BrickColor.new("Medium stone grey")
  1687. d.Shape = "Ball"
  1688. d.Parent = t1
  1689. d.Size = Vector3.new(1,1,1)
  1690. local dm = Instance.new("SpecialMesh")
  1691. dm.MeshType = "Sphere"
  1692. dm.Parent = d
  1693. dm.Scale = Vector3.new(0.4,0.4,0.4)
  1694. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  1695. local d2 = d:Clone()
  1696. d2.Parent = t1
  1697. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  1698. local c = Instance.new("Part")
  1699. c.TopSurface = 0
  1700. c.BottomSurface = 0
  1701. c.CanCollide = false
  1702. c.BrickColor = BrickColor.new("Pastel brown")
  1703. c.Parent = t1
  1704. c.formFactor = "Custom"
  1705. c.Size = Vector3.new(0.4,1.3,0.4)
  1706. local cm = Instance.new("CylinderMesh")
  1707. cm.Parent = c
  1708. local a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  1709. local c2 = d:Clone()
  1710. c2.BrickColor = BrickColor.new("Medium stone grey")
  1711. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  1712. c2.Parent = t1
  1713. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  1714. local bl = Instance.new("Part")
  1715. bl.TopSurface = 0
  1716. bl.BottomSurface = 0
  1717. bl.CanCollide = false
  1718. bl.BrickColor = BrickColor.new("Pastel brown")
  1719. bl.Shape = "Ball"
  1720. bl.Parent = t2
  1721. bl.Size = Vector3.new(1,1,1)
  1722. local dm = Instance.new("SpecialMesh")
  1723. dm.MeshType = "Sphere"
  1724. dm.Parent = bl
  1725. dm.Scale = Vector3.new(1.2,1.2,1.2)
  1726. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  1727. local br = Instance.new("Part")
  1728. br.TopSurface = 0
  1729. br.BottomSurface = 0
  1730. br.CanCollide = false
  1731. br.BrickColor = BrickColor.new("Pastel brown")
  1732. br.Shape = "Ball"
  1733. br.Parent = t2
  1734. br.Size = Vector3.new(1,1,1)
  1735. local dm = Instance.new("SpecialMesh")
  1736. dm.MeshType = "Sphere"
  1737. dm.Parent = br
  1738. dm.Scale = Vector3.new(1.2,1.2,1.2)
  1739. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  1740. local bln = Instance.new("Part")
  1741. bln.TopSurface = 0
  1742. bln.BottomSurface = 0
  1743. bln.CanCollide = false
  1744. bln.Shape = "Ball"
  1745. bln.Parent = t2
  1746. bln.Size = Vector3.new(1,1,1)
  1747. local dm = Instance.new("SpecialMesh")
  1748. dm.MeshType = "Sphere"
  1749. dm.Parent = bln
  1750. dm.Scale = Vector3.new(0.2,0.2,0.2)
  1751. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  1752. local brn = Instance.new("Part")
  1753. brn.TopSurface = 0
  1754. brn.BottomSurface = 0
  1755. brn.CanCollide = false
  1756. brn.Shape = "Ball"
  1757. brn.Parent = t2
  1758. brn.Size = Vector3.new(1,1,1)
  1759. local dm = Instance.new("SpecialMesh")
  1760. dm.MeshType = "Sphere"
  1761. dm.Parent = brn
  1762. dm.Scale = Vector3.new(0.2,0.2,0.2)
  1763. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  1764. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  1765. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  1766. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.7,-0.2,0)
  1767. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.7,0.2,0)
  1768. ls1.C1 = CFrame.new(-0.5,0.9,0.5) * CFrame.Angles(-1.2,.2,0)
  1769. rs1.C1 = CFrame.new(0.5,0.9,0.5) * CFrame.Angles(-1.2,-.2,0)
  1770. if t1:findFirstChild("weldx") ~= nil then
  1771. t1.weldx:Remove()
  1772. end
  1773. we = fWeld("weldx", t1, t1, t2, true, 0, -1.8, -2.47, math.rad(-130), 0, 172.79)
  1774. end)
  1775. coroutine.resume(coroutine.create(function()
  1776. while wait() do
  1777. for i = 1,6 do
  1778. we.C1 = we.C1 * CFrame.new(0.0,0.05,-0.05)
  1779. ls2.C1 = ls2.C1 * CFrame.new(0,0,0) * CFrame.Angles(0.014,-0.004,0)
  1780. rs2.C1 = rs2.C1 * CFrame.new(0,0,0) * CFrame.Angles(0.014,-0.004,0)
  1781. ls1.C1 = ls1.C1 * CFrame.new(0,0,0) * CFrame.Angles(-0.020,0,0)
  1782. rs1.C1 = rs1.C1 * CFrame.new(0,0,0) * CFrame.Angles(-0.020,0,0)
  1783. wait()
  1784. end
  1785.  
  1786. for i = 1,6 do
  1787. we.C1 = we.C1 * CFrame.new(0.0,-0.05,0.05)
  1788. ls2.C1 = ls2.C1 * CFrame.new(0,0,0) * CFrame.Angles(-0.014,0.004,0)
  1789. rs2.C1 = rs2.C1 * CFrame.new(0,0,0) * CFrame.Angles(-0.014,0.004,0)
  1790. ls1.C1 = ls1.C1 * CFrame.new(0,0,0) * CFrame.Angles(0.020,0,0)
  1791. rs1.C1 = rs1.C1 * CFrame.new(0,0,0) * CFrame.Angles(0.020,0,0)
  1792. wait()
  1793. end
  1794. end
  1795. end))
  1796. end
  1797.  
  1798. local function GIVE(target, thing)
  1799.         local t = game.Players[target]
  1800.         local tchar = t.Character
  1801.         local fire, sparkles, forcefield
  1802.        
  1803.         local t_torso -- It's nil because we have to check whether or not the game is R6 or R15.
  1804.        
  1805.         if tchar:FindFirstChild("Torso") and tchar.Torso:IsA('Part') then --R6 Check
  1806.                 t_torso = tchar.Torso
  1807.         elseif tchar:FindFirstChild("UpperTorso") and tchar.UpperTorso:IsA('MeshPart') then --R15 Check
  1808.                 t_torso = tchar.UpperTorso
  1809.         end
  1810.        
  1811.         if thing == 'Fire' then
  1812.                 fire = Instance.new('Fire', t_torso)
  1813.         elseif thing == 'Sparkles' then
  1814.                 sparkles = Instance.new('Sparkles', t_torso)
  1815.         elseif thing == 'Forcefield' then
  1816.                 forcefield = Instance.new('ForceField', tchar)
  1817.         end
  1818. end
  1819.  
  1820. local function REVOKE(target, thing)
  1821.         local t = game.Players[target]
  1822.         local tchar = t.Character
  1823.         local t_torso -- It's nil because we have to check whether or not the game is R6 or R15.
  1824.        
  1825.         if tchar:FindFirstChild("Torso") and tchar.Torso:IsA('Part') then --R6 Check
  1826.                 t_torso = tchar.Torso
  1827.         elseif tchar:FindFirstChild("UpperTorso") and tchar.UpperTorso:IsA('MeshPart') then --R15 Check
  1828.                 t_torso = tchar.UpperTorso
  1829.         end
  1830.        
  1831.         if thing == 'Fire' then
  1832.                 for i,v in pairs(t_torso:GetChildren()) do
  1833.                         if v:IsA("Fire") then
  1834.                                 v:Destroy()
  1835.                         end
  1836.                 end
  1837.         elseif thing == 'Sparkles' then
  1838.                 for i,v in pairs(t_torso:GetChildren()) do
  1839.                         if v:IsA("Sparkles") then
  1840.                                 v:Destroy()
  1841.                         end
  1842.                 end
  1843.         elseif thing == 'Forcefield' then
  1844.                 for i,v in pairs(tchar:GetChildren()) do
  1845.                         if v:IsA("ForceField") then
  1846.                                 v:Destroy()
  1847.                         end
  1848.                 end
  1849.         end
  1850. end
  1851.        
  1852. local function press_then_execute()
  1853.         local cmd_to_exe = cmd.Text
  1854.        
  1855.         cmd.Text = ""
  1856.        
  1857.     if cmd_to_exe:sub(1,5) == "kill " then
  1858.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(6))
  1859.                         for i,v in pairs(PLAYERS) do
  1860.                         local _PLAYERS = game:GetService("Players")
  1861.                         local plr = _PLAYERS[v]
  1862.                
  1863.                         plr.Character:BreakJoints()
  1864.                            end
  1865.         elseif cmd_to_exe:sub(1,6) == "fling " then
  1866.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(7))
  1867.                         for i,v in pairs(PLAYERS) do
  1868.                         local _PLAYERS = game:GetService("Players")
  1869.                         local plr = _PLAYERS[v]
  1870.                
  1871.                         if plr.Character:FindFirstChild("Humanoid") then
  1872.                         local X
  1873.                         local Z
  1874.                         repeat
  1875.                                 X = math.random(-9999, 9999)
  1876.                         until math.abs(X) >= 5555
  1877.                         repeat
  1878.                                 Z = math.random(-9999, 9999)
  1879.                         until math.abs(Z) >= 5555
  1880.                         plr.Character.HumanoidRootPart.Velocity = Vector3.new(0, 0, 0)
  1881.                         local BF = Instance.new("BodyForce", plr.Character.HumanoidRootPart) BF.force = Vector3.new(X * 4, 9999 * 5, Z * 4)
  1882.                 end
  1883.                            end
  1884.         elseif cmd_to_exe:sub(1,7) == "punish " then
  1885.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(8))
  1886.                         for i,v in pairs(PLAYERS) do
  1887.                         local _PLAYERS = game:GetService("Players")
  1888.                         local plr = _PLAYERS[v]
  1889.                
  1890.                         plr.Character.Parent = game.Lighting
  1891.                            end
  1892.     elseif cmd_to_exe:sub(1,9) == "unpunish " then
  1893.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(10))
  1894.                         for i,v in pairs(PLAYERS) do
  1895.                         local _PLAYERS = game:GetService("Players")
  1896.                         local plr = _PLAYERS[v]
  1897.                
  1898.                         plr.Character.Parent = game.Workspace
  1899.                            end 
  1900.         elseif cmd_to_exe == "un666" then
  1901.                         NOSATAN() -- Remove the cancer.
  1902.         elseif cmd_to_exe:sub(1,7) == "noclip " then
  1903.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(8))
  1904.                         for i,v in pairs(PLAYERS) do
  1905.                         local _PLAYERS = game:GetService("Players")
  1906.                         local plr = _PLAYERS[v]
  1907.                
  1908.                         table.insert(NOCLIP, plr.Name)
  1909.                         if FIND_IN_TABLE(FLY, plr.Name) then
  1910.                                 table.remove(FLY, GET_IN_TABLE(NOCLIP, plr.Name))
  1911.                         end
  1912.                         end
  1913.         elseif cmd_to_exe:sub(1,10) == "rhumanoid " then
  1914.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(11))
  1915.                         for i,v in pairs(PLAYERS) do
  1916.                         local _PLAYERS = game:GetService("Players")
  1917.                         local plr = _PLAYERS[v]
  1918.                
  1919.                         for a,h in pairs(plr.Character:GetChildren()) do
  1920.                         wait() -- To prevent the roblox client from crashing just incase there are too much humanoids.
  1921.                         if h:IsA("Humanoid") then
  1922.                                 h.Name = v.."-humanoid"
  1923.                                 h.Parent = game.Lighting
  1924.             end
  1925.                 end
  1926.                         end
  1927.         elseif cmd_to_exe:sub(1,9) == "humanoid " then
  1928.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(10))
  1929.                         for i,v in pairs(PLAYERS) do
  1930.                         local _PLAYERS = game:GetService("Players")
  1931.                         local plr = _PLAYERS[v]
  1932.                
  1933.                         for a,h in pairs(game.Lighting:GetChildren()) do
  1934.                         wait() -- To prevent the roblox client from crashing just incase there are too much stuff in lighting.
  1935.                         if h:IsA("Humanoid") and h.Name == v.."-humanoid" then
  1936.                                 h.Name = "Humanoid"
  1937.                                 h.Parent = plr.Character
  1938.                         end
  1939.                 end
  1940.                         end
  1941.     elseif cmd_to_exe:sub(1,6) == "music " then
  1942.                 for i,v in pairs(game.Workspace:GetChildren()) do
  1943.                                 if v:IsA('Sound') and v.Name == "Memestar-Music" then
  1944.                                         v:Destroy()
  1945.                                         break
  1946.                                 end
  1947.                         end
  1948.                         local MUSICID = "rbxassetid://"..cmd_to_exe:sub(7)
  1949.                         local m = Instance.new("Sound", workspace)
  1950.                         m.SoundId = MUSICID
  1951.                         m.Name = "Memestar-Music"
  1952.                         m.Looped = true
  1953.                         pcall(function()
  1954.                                 m:Play()
  1955.                         end)
  1956.         elseif cmd_to_exe:sub(1,10) == "fuckmusic " then
  1957.                 for i,v in pairs(game.Workspace:GetChildren()) do
  1958.                                 if v:IsA('Sound') and v.Name == "Memestar-Music" then
  1959.                                         v:Destroy()
  1960.                                         break
  1961.                                 end
  1962.                         end
  1963.                         local MUSICID = "rbxassetid://"..cmd_to_exe:sub(11)
  1964.                         local m = Instance.new("Sound", workspace)
  1965.                         m.SoundId = MUSICID
  1966.                         m.Name = "Memestar-Music"
  1967.                         m.Looped = true
  1968.                         local cringe = Instance.new('FlangeSoundEffect', m)
  1969.                                         cringe.Name = "Memestar-FuckEffect-1"
  1970.                                         cringe.Depth = 1
  1971.                                         cringe.Mix = 1
  1972.                                         cringe.Priority = 5
  1973.                                         cringe.Rate = 4
  1974.                                         local earrape = Instance.new('DistortionSoundEffect', m)
  1975.                                         earrape.Name = "Memestar-FuckEffect-2"
  1976.                                         earrape.Level = 1
  1977.                                         m.PlaybackSpeed = 666
  1978.                         pcall(function()
  1979.                                 m:Play()
  1980.                         end)
  1981.         elseif cmd_to_exe:sub(1,13) == "earrapemusic " then
  1982.                 for i,v in pairs(game.Workspace:GetChildren()) do
  1983.                                 if v:IsA('Sound') and v.Name == "Memestar-Music" then
  1984.                                         v:Destroy()
  1985.                                         break
  1986.                                 end
  1987.                         end
  1988.                         local MUSICID = "rbxassetid://"..cmd_to_exe:sub(14)
  1989.                         local m = Instance.new("Sound", workspace)
  1990.                         m.SoundId = MUSICID
  1991.                         m.Name = "Memestar-Music"
  1992.                         m.Looped = true
  1993.                         local earrape = Instance.new('DistortionSoundEffect', m)
  1994.                                         earrape.Name = "Memestar-EarrapeEffect"
  1995.                                         earrape.Level = 1
  1996.                         pcall(function()
  1997.                                 m:Play()
  1998.                         end)
  1999.         elseif cmd_to_exe:sub(1,12) == "cringemusic " then
  2000.                 for i,v in pairs(game.Workspace:GetChildren()) do
  2001.                                 if v:IsA('Sound') and v.Name == "Memestar-Music" then
  2002.                                         v:Destroy()
  2003.                                         break
  2004.                                 end
  2005.                         end
  2006.                         local MUSICID = "rbxassetid://"..cmd_to_exe:sub(13)
  2007.                         local m = Instance.new("Sound", workspace)
  2008.                         m.SoundId = MUSICID
  2009.                         m.Name = "Memestar-Music"
  2010.                         m.Looped = true
  2011.                         local cringe = Instance.new('FlangeSoundEffect', m)
  2012.                                         cringe.Name = "Memestar-CringeEffect"
  2013.                                         cringe.Depth = 1
  2014.                                         cringe.Mix = 1
  2015.                                         cringe.Priority = 5
  2016.                                         cringe.Rate = 4
  2017.                         pcall(function()
  2018.                                 m:Play()
  2019.                         end)
  2020.     elseif cmd_to_exe:sub(1,6) == "pitch " then
  2021.                 local PITCH = cmd_to_exe:sub(7)
  2022.                 for i,v in pairs(game.Workspace:GetChildren()) do
  2023.                                 if v:IsA('Sound') and v.Name == "Memestar-Music" then
  2024.                                         v:Stop()
  2025.                                         v.PlaybackSpeed = PITCH
  2026.                                         v:Play()
  2027.                                         break
  2028.                                 end
  2029.                 end
  2030.         elseif cmd_to_exe == "normal" then
  2031.                 for i,v in pairs(game.Workspace:GetChildren()) do
  2032.                                 if v:IsA('Sound') and v.Name == "Memestar-Music" then
  2033.                                         v:Stop()
  2034.                                         v.PlaybackSpeed = 1
  2035.                                         for j,w in pairs(v:GetChildren()) do
  2036.                                                 wait()
  2037.                                                 w:Destroy()
  2038.                                         end
  2039.                                         v:Play()
  2040.                                         break
  2041.                                 end
  2042.                         end
  2043.         elseif cmd_to_exe == "stopmusic" then
  2044.                         for i,v in pairs(game.Workspace:GetChildren()) do
  2045.                                 if v:IsA('Sound') and v.Name == "Memestar-Music" then
  2046.                                         v:Destroy()
  2047.                                         break
  2048.                                 end
  2049.                         end
  2050.         elseif cmd_to_exe == "earrape" then
  2051.                         for i,v in pairs(game.Workspace:GetChildren()) do
  2052.                                 if v:IsA('Sound') and v.Name == "Memestar-Music" then
  2053.                                         v:Stop()
  2054.                                         local earrape = Instance.new('DistortionSoundEffect', v)
  2055.                                         earrape.Name = "Memestar-EarrapeEffect"
  2056.                                         earrape.Level = 1
  2057.                                         v:Play()
  2058.                                 end
  2059.                         end
  2060.         elseif cmd_to_exe == "cringe" then
  2061.                         for i,v in pairs(game.Workspace:GetChildren()) do
  2062.                                 if v:IsA('Sound') and v.Name == "Memestar-Music" then
  2063.                                         v:Stop()
  2064.                                         local cringe = Instance.new('FlangeSoundEffect', v)
  2065.                                         cringe.Name = "Memestar-CringeEffect"
  2066.                                         cringe.Depth = 1
  2067.                                         cringe.Mix = 1
  2068.                                         cringe.Priority = 5
  2069.                                         cringe.Rate = 4
  2070.                                         v:Play()
  2071.                                 end
  2072.                         end
  2073.         elseif cmd_to_exe == "fuck" then
  2074.                         for i,v in pairs(game.Workspace:GetChildren()) do
  2075.                                 if v:IsA('Sound') and v.Name == "Memestar-Music" then
  2076.                                         v:Stop()
  2077.                                         local cringe = Instance.new('FlangeSoundEffect', v)
  2078.                                         cringe.Name = "Memestar-FuckEffect-1"
  2079.                                         cringe.Depth = 1
  2080.                                         cringe.Mix = 1
  2081.                                         cringe.Priority = 5
  2082.                                         cringe.Rate = 4
  2083.                                         local earrape = Instance.new('DistortionSoundEffect', v)
  2084.                                         earrape.Name = "Memestar-FuckEffect-2"
  2085.                                         earrape.Level = 1
  2086.                                         v.PlaybackSpeed = 666
  2087.                                         v:Play()
  2088.                                 end
  2089.                         end
  2090.         elseif cmd_to_exe:sub(1,5) == "bird " then
  2091.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(6))
  2092.                         for i,v in pairs(PLAYERS) do
  2093.                         local _PLAYERS = game:GetService("Players")
  2094.                         local plr = _PLAYERS[v]
  2095.                
  2096.                         BIRD(v)
  2097.                         end
  2098.         elseif cmd_to_exe:sub(1,3) == "ff " then
  2099.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(4))
  2100.                         for i,v in pairs(PLAYERS) do
  2101.                         local _PLAYERS = game:GetService("Players")
  2102.                         local plr = _PLAYERS[v]
  2103.                
  2104.                         GIVE(v, 'Forcefield')
  2105.                         end
  2106.         elseif cmd_to_exe:sub(1,5) == "unff " then
  2107.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(6))
  2108.                         for i,v in pairs(PLAYERS) do
  2109.                         local _PLAYERS = game:GetService("Players")
  2110.                         local plr = _PLAYERS[v]
  2111.                
  2112.                         REVOKE(v, 'Forcefield')
  2113.                         end
  2114.         elseif cmd_to_exe:sub(1,3) == "sp " then
  2115.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(4))
  2116.                         for i,v in pairs(PLAYERS) do
  2117.                         local _PLAYERS = game:GetService("Players")
  2118.                         local plr = _PLAYERS[v]
  2119.                
  2120.                         GIVE(v, 'Sparkles')
  2121.                         end
  2122.         elseif cmd_to_exe:sub(1,5) == "unsp " then
  2123.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(6))
  2124.                         for i,v in pairs(PLAYERS) do
  2125.                         local _PLAYERS = game:GetService("Players")
  2126.                         local plr = _PLAYERS[v]
  2127.                
  2128.                         REVOKE(v, 'Sparkles')
  2129.                         end
  2130.         elseif cmd_to_exe:sub(1,5) == "fire " then
  2131.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(6))
  2132.                         for i,v in pairs(PLAYERS) do
  2133.                         local _PLAYERS = game:GetService("Players")
  2134.                         local plr = _PLAYERS[v]
  2135.                
  2136.                         GIVE(v, 'Fire')
  2137.                         end
  2138.         elseif cmd_to_exe:sub(1,7) == "unfire " then
  2139.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(8))
  2140.                         for i,v in pairs(PLAYERS) do
  2141.                         local _PLAYERS = game:GetService("Players")
  2142.                         local plr = _PLAYERS[v]
  2143.                
  2144.                         REVOKE(v, 'Fire')
  2145.                         end
  2146.         elseif cmd_to_exe:sub(1,7) == "thomas " then
  2147.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(8))
  2148.                         for i,v in pairs(PLAYERS) do
  2149.                         local _PLAYERS = game:GetService("Players")
  2150.                         local plr = _PLAYERS[v]
  2151.                
  2152.                         THOMAS(v)
  2153.                         end
  2154.         elseif cmd_to_exe:sub(1,9) == "keemstar " then
  2155.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(10))
  2156.                         for i,v in pairs(PLAYERS) do
  2157.                         local _PLAYERS = game:GetService("Players")
  2158.                         local plr = _PLAYERS[v]
  2159.                
  2160.                         KEEMSTAR(v)
  2161.                         end
  2162.         elseif cmd_to_exe:sub(1,5) == "clip " then
  2163.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(6))
  2164.                         for i,v in pairs(PLAYERS) do
  2165.                         local _PLAYERS = game:GetService("Players")
  2166.                         local plr = _PLAYERS[v]
  2167.                
  2168.                         table.remove(NOCLIP, GET_IN_TABLE(NOCLIP, plr.Name))
  2169.                 end
  2170.     elseif cmd_to_exe:sub(1,4) == "fly " then
  2171.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(5))
  2172.                         for i,v in pairs(PLAYERS) do
  2173.                         local _PLAYERS = game:GetService("Players")
  2174.                         local plr = _PLAYERS[v]
  2175.                
  2176.                         table.insert(FLY, plr.Name)
  2177.                         if FIND_IN_TABLE(NOCLIP, plr.Name) then
  2178.                                 table.remove(NOCLIP, GET_IN_TABLE(NOCLIP, plr.Name))
  2179.                         end
  2180.                         end
  2181.         elseif cmd_to_exe:sub(1,4) == "god " then
  2182.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(5))
  2183.                         for i,v in pairs(PLAYERS) do
  2184.                         local _PLAYERS = game:GetService("Players")
  2185.                         local plr = _PLAYERS[v]
  2186.                
  2187.                         for h,u in pairs(plr.Character:GetChildren()) do
  2188.                                  wait()
  2189.                                  if u:IsA("Humanoid") then
  2190.                                         u.Health = 1
  2191.                                         u.MaxHealth = math.huge
  2192.                                         u.Health = 9e9
  2193.                                  end
  2194.                         end
  2195.                         end
  2196.         elseif cmd_to_exe:sub(1,4) == "age " then
  2197.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(5))
  2198.                         for i,v in pairs(PLAYERS) do
  2199.                         local _PLAYERS = game:GetService("Players")
  2200.                         local plr = _PLAYERS[v]
  2201.                
  2202.                         NOTIFY(SPEAKER, v .. " is " .. plr.AccountAge*24 .. " hours old.")
  2203.                         end
  2204.         elseif cmd_to_exe:sub(1,5) == "rape " then
  2205.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(6))
  2206.                         for i,v in pairs(PLAYERS) do
  2207.                         local _PLAYERS = game:GetService("Players")
  2208.                         local plr = _PLAYERS[v]
  2209.                
  2210.                         rape(v)
  2211.                         end
  2212.         elseif cmd_to_exe:sub(1,4) == "smd " then
  2213.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(5))
  2214.                         for i,v in pairs(PLAYERS) do
  2215.                         local _PLAYERS = game:GetService("Players")
  2216.                         local plr = _PLAYERS[v]
  2217.                
  2218.                         bj(v, SPEAKER)
  2219.                         end
  2220.         elseif cmd_to_exe:sub(1,3) == "sd " then
  2221.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(4))
  2222.                         for i,v in pairs(PLAYERS) do
  2223.                         local _PLAYERS = game:GetService("Players")
  2224.                         local plr = _PLAYERS[v]
  2225.                
  2226.                         bj(SPEAKER, v)
  2227.                         end
  2228.         elseif cmd_to_exe:sub(1,6) == "ungod " then
  2229.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(7))
  2230.                         for i,v in pairs(PLAYERS) do
  2231.                         local _PLAYERS = game:GetService("Players")
  2232.                         local plr = _PLAYERS[v]
  2233.                
  2234.                         for h,u in pairs(plr.Character:GetChildren()) do
  2235.                                  wait()
  2236.                                  if u:IsA("Humanoid") then
  2237.                                         u.Health = 100
  2238.                                         u.MaxHealth = 100
  2239.                                  end
  2240.                         end
  2241.                         end
  2242.         elseif cmd_to_exe:sub(1,5) == "kick " then
  2243.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(6))
  2244.                         for i,v in pairs(PLAYERS) do
  2245.                         local _PLAYERS = game:GetService("Players")
  2246.                         local plr = _PLAYERS[v]
  2247.                
  2248.                         if v.Name == SPEAKER or cmd_to_exe:sub(6) == "me" then
  2249.                                NOTIFY(SPEAKER, "No, master, don't kick yourself.")
  2250.                         else
  2251.                                table.insert(KICKS, plr.Name)
  2252.                         end
  2253.                         end
  2254.         elseif cmd_to_exe:sub(1,4) == "ban " then
  2255.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(5))
  2256.                         for i,v in pairs(PLAYERS) do
  2257.                         local _PLAYERS = game:GetService("Players")
  2258.                         local plr = _PLAYERS[v]
  2259.                
  2260.                         if v == SPEAKER or cmd_to_exe:sub(6) == "me" then
  2261.                                NOTIFY(SPEAKER, "No, master, you can't ban yourself.")
  2262.                         else
  2263.                                table.insert(BANS, plr.Name)
  2264.                         end
  2265.                         end
  2266.         elseif cmd_to_exe:sub(1,6) == "unban " then
  2267.                         local TO_UNBAN = cmd_to_exe:find(cmd_to_exe:sub(7))
  2268.                         for i,v in pairs(BANS) do
  2269.                         if FIND_IN_TABLE(BANS, TO_UNBAN) then
  2270.                                table.remove(BANS, GET_IN_TABLE(BANS, TO_UNBAN))
  2271.                                NOTIFY("Unbanned "..v)
  2272.                         elseif v == SPEAKER then
  2273.                                     NOTIFY("Silly master, you can't be banned.")
  2274.                             else
  2275.                                     NOTIFY("This player is not banned.")
  2276.                                 end
  2277.                         end
  2278.         elseif cmd_to_exe:sub(1,6) == "unfly " then
  2279.                         local PLAYERS = GET_PLAYER(cmd_to_exe:sub(7))
  2280.                         for i,v in pairs(PLAYERS) do
  2281.                         local _PLAYERS = game:GetService("Players")
  2282.                         local plr = _PLAYERS[v]
  2283.                
  2284.                         table.remove(NOCLIP, GET_IN_TABLE(FLY, plr.Name))
  2285.                 end
  2286.     elseif cmd_to_exe:sub(1,8) == "explode " then
  2287.                 local PLAYERS = GET_PLAYER(cmd_to_exe:sub(9))
  2288.                         for i,v in pairs(PLAYERS) do
  2289.                         local _PLAYERS = game:GetService("Players")
  2290.                         local plr = _PLAYERS[v]
  2291.                            
  2292.                             for j,w in pairs(plr.Character:GetChildren()) do
  2293.                         if w:IsA("Part") then
  2294.                                 local exp = Instance.new("Explosion", workspace)
  2295.                                 exp.Position = w.Position
  2296.                                 break
  2297.                         end
  2298.                         end
  2299.                         end
  2300.         elseif cmd_to_exe:sub(1,7) == "rocket " then
  2301.                 local PLAYERS = GET_PLAYER(cmd_to_exe:sub(8))
  2302.                         for i,v in pairs(PLAYERS) do
  2303.                         local _PLAYERS = game:GetService("Players")
  2304.                         local plr = _PLAYERS[v]
  2305.                            
  2306.                        
  2307.                             for j,w in pairs(plr.Character:GetChildren()) do
  2308.                         if w:IsA("Part") then
  2309.                                 spawn(function()
  2310.                                 w.Anchored = true;
  2311.                                
  2312.                                 for i = 1, 100 do
  2313.                                         wait()
  2314.                                         plr.Character:MoveTo(w.Position + Vector3.new(0, 1, 0))
  2315.                                 end
  2316.                                
  2317.                                 local exp = Instance.new("Explosion", workspace)
  2318.                                 exp.Position = w.Position
  2319.                                
  2320.                                 plr.Character:BreakJoints()
  2321.                                 end)
  2322.                                 break
  2323.                         end
  2324.                 end
  2325.         end
  2326. else
  2327.         NOTIFY(SPEAKER, "Unknown command.")
  2328. end
  2329. end
  2330.  
  2331. exe.MouseButton1Click:connect(press_then_execute)
  2332. NOTIFY(SPEAKER, "Thanks for using Memestar GUI.")
  2333. end)
  2334. --========================
  2335. Topkek.MouseButton1Down:connect(function()
  2336. --topk3k 4.0 cracked by ded
  2337.  
  2338. local ScreenGui = Instance.new("ScreenGui")
  2339.  
  2340. local Base = Instance.new("Frame")
  2341.  
  2342. local Top = Instance.new("Frame")
  2343.  
  2344. local First = Instance.new("TextLabel")
  2345.  
  2346. local Second = Instance.new("TextLabel")
  2347.  
  2348. local Location = Instance.new("TextLabel")
  2349.  
  2350. local Exit = Instance.new("TextButton")
  2351.  
  2352. local HomeContainer = Instance.new("Frame")
  2353.  
  2354. local Players = Instance.new("Frame")
  2355.  
  2356. local ImageLabel = Instance.new("ImageLabel")
  2357.  
  2358. local TextLabel = Instance.new("TextLabel")
  2359.  
  2360. local Mask = Instance.new("TextButton")
  2361.  
  2362. local Server = Instance.new("Frame")
  2363.  
  2364. local ImageLabel_2 = Instance.new("ImageLabel")
  2365.  
  2366. local TextLabel_2 = Instance.new("TextLabel")
  2367.  
  2368. local Mask_2 = Instance.new("TextButton")
  2369.  
  2370. local LocalPlayer = Instance.new("Frame")
  2371.  
  2372. local ImageLabel_3 = Instance.new("ImageLabel")
  2373.  
  2374. local TextLabel_3 = Instance.new("TextLabel")
  2375.  
  2376. local Mask_3 = Instance.new("TextButton")
  2377.  
  2378. local Scripts = Instance.new("Frame")
  2379.  
  2380. local ImageLabel_4 = Instance.new("ImageLabel")
  2381.  
  2382. local TextLabel_4 = Instance.new("TextLabel")
  2383.  
  2384. local Mask_4 = Instance.new("TextButton")
  2385.  
  2386. local Miscellaneous = Instance.new("Frame")
  2387.  
  2388. local ImageLabel_5 = Instance.new("ImageLabel")
  2389.  
  2390. local TextLabel_5 = Instance.new("TextLabel")
  2391.  
  2392. local Mask_5 = Instance.new("TextButton")
  2393.  
  2394. local Settings = Instance.new("Frame")
  2395.  
  2396. local ImageLabel_6 = Instance.new("ImageLabel")
  2397.  
  2398. local TextLabel_6 = Instance.new("TextLabel")
  2399.  
  2400. local Mask_6 = Instance.new("TextButton")
  2401.  
  2402. local Navigator = Instance.new("ScrollingFrame")
  2403.  
  2404. local Item = Instance.new("TextButton")
  2405.  
  2406. local ServerContainer = Instance.new("ScrollingFrame")
  2407.  
  2408. local dd = Instance.new("TextButton")
  2409.  
  2410. local ImageLabel_7 = Instance.new("ImageLabel")
  2411.  
  2412. local LocalPlayerContainer = Instance.new("ScrollingFrame")
  2413.  
  2414. local PlayersContainer = Instance.new("ScrollingFrame")
  2415.  
  2416.  
  2417.  
  2418. -- Properties
  2419.  
  2420. local hist = game:GetService("LogService"):GetLogHistory()
  2421.  
  2422. local eiss = false
  2423.  
  2424. for i,v in pairs(hist) do
  2425.  
  2426.         if string.find(v["message"]:lower(), "eiss") then
  2427.  
  2428.                 eiss = true
  2429.  
  2430.                 warn("Detected EISS, Parenting to PlayerGui")
  2431.  
  2432.         end
  2433.  
  2434. end
  2435.  
  2436. if eiss then
  2437.  
  2438.         ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  2439.  
  2440.         game.StarterGui.ResetPlayerGuiOnSpawn = false
  2441.  
  2442. else
  2443.  
  2444.         ScreenGui.Parent = game.CoreGui
  2445.  
  2446. end
  2447.  
  2448.  
  2449.  
  2450. Base.Name = "Base"
  2451.  
  2452. Base.Parent = ScreenGui
  2453.  
  2454. Base.Active = true
  2455.  
  2456. Base.BackgroundColor3 = Color3.new(0.054902, 0.0901961, 0.113725)
  2457.  
  2458. Base.BorderColor3 = Color3.new(0.0156863, 0.027451, 0.0352941)
  2459.  
  2460. Base.BorderSizePixel = 2
  2461.  
  2462. Base.Draggable = true
  2463.  
  2464. Base.Position = UDim2.new(0, 50, 0, 250)
  2465.  
  2466. Base.Selectable = true
  2467.  
  2468. Base.Size = UDim2.new(0, 450, 0, 250)
  2469.  
  2470.  
  2471.  
  2472. Top.Name = "Top"
  2473.  
  2474. Top.Parent = Base
  2475.  
  2476. Top.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  2477.  
  2478. Top.BackgroundTransparency = 0.5
  2479.  
  2480. Top.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  2481.  
  2482. Top.Position = UDim2.new(0, 10, 0, 7)
  2483.  
  2484. Top.Size = UDim2.new(1, -20, 0, 20)
  2485.  
  2486.  
  2487.  
  2488. First.Name = "First"
  2489.  
  2490. First.Parent = Top
  2491.  
  2492. First.BackgroundColor3 = Color3.new(1, 1, 1)
  2493.  
  2494. First.BackgroundTransparency = 1
  2495.  
  2496. First.BorderColor3 = Color3.new(0.32549, 0.313726, 0.313726)
  2497.  
  2498. First.Size = UDim2.new(1, 0, 1, 0)
  2499.  
  2500. First.Font = Enum.Font.SourceSans
  2501.  
  2502. First.FontSize = Enum.FontSize.Size18
  2503.  
  2504. First.Text = "  T0PK3K 4.0"
  2505.  
  2506. First.TextColor3 = Color3.new(0.721569, 0.027451, 0.211765)
  2507.  
  2508. First.TextStrokeTransparency = 0
  2509.  
  2510. First.TextXAlignment = Enum.TextXAlignment.Left
  2511.  
  2512.  
  2513.  
  2514. Second.Name = "Second"
  2515.  
  2516. Second.Parent = Top
  2517.  
  2518. Second.BackgroundColor3 = Color3.new(1, 1, 1)
  2519.  
  2520. Second.BackgroundTransparency = 1
  2521.  
  2522. Second.BorderColor3 = Color3.new(0.32549, 0.313726, 0.313726)
  2523.  
  2524. Second.Position = UDim2.new(1, -125, 0, 0)
  2525.  
  2526. Second.Size = UDim2.new(0, 100, 1, 0)
  2527.  
  2528. Second.Font = Enum.Font.SourceSans
  2529.  
  2530. Second.FontSize = Enum.FontSize.Size18
  2531.  
  2532. Second.Text = "cracked by ded"
  2533.  
  2534. Second.TextColor3 = Color3.new(0.721569, 0.027451, 0.211765)
  2535.  
  2536. Second.TextStrokeTransparency = 0
  2537.  
  2538. Second.TextXAlignment = Enum.TextXAlignment.Left
  2539.  
  2540.  
  2541.  
  2542. Location.Name = "Location"
  2543.  
  2544. Location.Parent = Top
  2545.  
  2546. Location.BackgroundColor3 = Color3.new(1, 1, 1)
  2547.  
  2548. Location.BackgroundTransparency = 1
  2549.  
  2550. Location.BorderColor3 = Color3.new(0.32549, 0.313726, 0.313726)
  2551.  
  2552. Location.Position = UDim2.new(0, 90, 0, 0)
  2553.  
  2554. Location.Size = UDim2.new(1, -200, 1, 0)
  2555.  
  2556. Location.Font = Enum.Font.SourceSansBold
  2557.  
  2558. Location.FontSize = Enum.FontSize.Size18
  2559.  
  2560. Location.Text = "Home"
  2561.  
  2562. Location.TextColor3 = Color3.new(0.588235, 0.0196078, 0.172549)
  2563.  
  2564. Location.TextStrokeTransparency = 0
  2565.  
  2566.  
  2567.  
  2568. Exit.Name = "Exit"
  2569.  
  2570. Exit.Parent = Top
  2571.  
  2572. Exit.BackgroundColor3 = Color3.new(0.588235, 0.0196078, 0.172549)
  2573.  
  2574. Exit.BorderSizePixel = 0
  2575.  
  2576. Exit.Position = UDim2.new(1, -18, 0, 2)
  2577.  
  2578. Exit.Size = UDim2.new(0, 16, 0, 16)
  2579.  
  2580. Exit.Font = Enum.Font.SourceSansBold
  2581.  
  2582. Exit.FontSize = Enum.FontSize.Size14
  2583.  
  2584. Exit.Text = "X"
  2585.  
  2586. Exit.TextColor3 = Color3.new(1, 1, 1)
  2587.  
  2588. Exit.MouseButton1Down:connect(function()
  2589.  
  2590.         Base.Parent = nil
  2591.  
  2592. end)
  2593.  
  2594.  
  2595.  
  2596. HomeContainer.Name = "HomeContainer"
  2597.  
  2598. HomeContainer.Parent = Base
  2599.  
  2600. HomeContainer.BackgroundColor3 = Color3.new(1, 1, 1)
  2601.  
  2602. HomeContainer.BackgroundTransparency = 1
  2603.  
  2604. HomeContainer.Position = UDim2.new(0, 10, 0, 50)
  2605.  
  2606. HomeContainer.Size = UDim2.new(1, -20, 1, -65)
  2607.  
  2608.  
  2609.  
  2610. Players.Name = "Players"
  2611.  
  2612. Players.Parent = HomeContainer
  2613.  
  2614. Players.BackgroundColor3 = Color3.new(1, 1, 1)
  2615.  
  2616. Players.BackgroundTransparency = 1
  2617.  
  2618. Players.Position = UDim2.new(0.666000009, 10, 0, 0)
  2619.  
  2620. Players.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  2621.  
  2622.  
  2623.  
  2624. ImageLabel.Parent = Players
  2625.  
  2626. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2627.  
  2628. ImageLabel.BackgroundTransparency = 1
  2629.  
  2630. ImageLabel.Position = UDim2.new(0.5, -25, 0, 0)
  2631.  
  2632. ImageLabel.Size = UDim2.new(0, 50, 0, 50)
  2633.  
  2634. ImageLabel.Image = "rbxassetid://573066980"
  2635.  
  2636. ImageLabel.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  2637.  
  2638.  
  2639.  
  2640. TextLabel.Parent = Players
  2641.  
  2642. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2643.  
  2644. TextLabel.BackgroundTransparency = 1
  2645.  
  2646. TextLabel.Position = UDim2.new(0, 10, 1, -40)
  2647.  
  2648. TextLabel.Size = UDim2.new(1, -20, 0, 20)
  2649.  
  2650. TextLabel.Font = Enum.Font.SourceSansBold
  2651.  
  2652. TextLabel.FontSize = Enum.FontSize.Size24
  2653.  
  2654. TextLabel.Text = "Players"
  2655.  
  2656. TextLabel.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  2657.  
  2658.  
  2659.  
  2660. Mask.Name = "Mask"
  2661.  
  2662. Mask.Parent = Players
  2663.  
  2664. Mask.BackgroundColor3 = Color3.new(1, 1, 1)
  2665.  
  2666. Mask.BackgroundTransparency = 1
  2667.  
  2668. Mask.Position = UDim2.new(0, 27, 0, 0)
  2669.  
  2670. Mask.Size = UDim2.new(1, -56, 0, 65)
  2671.  
  2672. Mask.Font = Enum.Font.SourceSans
  2673.  
  2674. Mask.FontSize = Enum.FontSize.Size14
  2675.  
  2676. Mask.Text = ""
  2677.  
  2678.  
  2679.  
  2680. Server.Name = "Server"
  2681.  
  2682. Server.Parent = HomeContainer
  2683.  
  2684. Server.BackgroundColor3 = Color3.new(1, 1, 1)
  2685.  
  2686. Server.BackgroundTransparency = 1
  2687.  
  2688. Server.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  2689.  
  2690.  
  2691.  
  2692. ImageLabel_2.Parent = Server
  2693.  
  2694. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2695.  
  2696. ImageLabel_2.BackgroundTransparency = 1
  2697.  
  2698. ImageLabel_2.Position = UDim2.new(0.5, -23, 0, 0)
  2699.  
  2700. ImageLabel_2.Size = UDim2.new(0, 46, 0, 46)
  2701.  
  2702. ImageLabel_2.Image = "rbxassetid://573084509"
  2703.  
  2704. ImageLabel_2.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  2705.  
  2706.  
  2707.  
  2708. TextLabel_2.Parent = Server
  2709.  
  2710. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2711.  
  2712. TextLabel_2.BackgroundTransparency = 1
  2713.  
  2714. TextLabel_2.Position = UDim2.new(0, 10, 1, -40)
  2715.  
  2716. TextLabel_2.Size = UDim2.new(1, -20, 0, 20)
  2717.  
  2718. TextLabel_2.Font = Enum.Font.SourceSansBold
  2719.  
  2720. TextLabel_2.FontSize = Enum.FontSize.Size24
  2721.  
  2722. TextLabel_2.Text = "Server"
  2723.  
  2724. TextLabel_2.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  2725.  
  2726.  
  2727.  
  2728. Mask_2.Name = "Mask"
  2729.  
  2730. Mask_2.Parent = Server
  2731.  
  2732. Mask_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2733.  
  2734. Mask_2.BackgroundTransparency = 1
  2735.  
  2736. Mask_2.Position = UDim2.new(0, 27, 0, 0)
  2737.  
  2738. Mask_2.Size = UDim2.new(1, -56, 0, 65)
  2739.  
  2740. Mask_2.Font = Enum.Font.SourceSans
  2741.  
  2742. Mask_2.FontSize = Enum.FontSize.Size14
  2743.  
  2744. Mask_2.Text = ""
  2745.  
  2746.  
  2747.  
  2748. LocalPlayer.Name = "LocalPlayer"
  2749.  
  2750. LocalPlayer.Parent = HomeContainer
  2751.  
  2752. LocalPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  2753.  
  2754. LocalPlayer.BackgroundTransparency = 1
  2755.  
  2756. LocalPlayer.Position = UDim2.new(0.333000004, 10, 0, 0)
  2757.  
  2758. LocalPlayer.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  2759.  
  2760.  
  2761.  
  2762. ImageLabel_3.Parent = LocalPlayer
  2763.  
  2764. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2765.  
  2766. ImageLabel_3.BackgroundTransparency = 1
  2767.  
  2768. ImageLabel_3.Position = UDim2.new(0.5, -25, 0, 0)
  2769.  
  2770. ImageLabel_3.Size = UDim2.new(0, 50, 0, 50)
  2771.  
  2772. ImageLabel_3.Image = "rbxassetid://573078228"
  2773.  
  2774. ImageLabel_3.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  2775.  
  2776.  
  2777.  
  2778. TextLabel_3.Parent = LocalPlayer
  2779.  
  2780. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2781.  
  2782. TextLabel_3.BackgroundTransparency = 1
  2783.  
  2784. TextLabel_3.Position = UDim2.new(0, 10, 1, -40)
  2785.  
  2786. TextLabel_3.Size = UDim2.new(1, -20, 0, 20)
  2787.  
  2788. TextLabel_3.Font = Enum.Font.SourceSansBold
  2789.  
  2790. TextLabel_3.FontSize = Enum.FontSize.Size24
  2791.  
  2792. TextLabel_3.Text = "LocalPlayer"
  2793.  
  2794. TextLabel_3.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  2795.  
  2796.  
  2797.  
  2798. Mask_3.Name = "Mask"
  2799.  
  2800. Mask_3.Parent = LocalPlayer
  2801.  
  2802. Mask_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2803.  
  2804. Mask_3.BackgroundTransparency = 1
  2805.  
  2806. Mask_3.Position = UDim2.new(0, 27, 0, 0)
  2807.  
  2808. Mask_3.Size = UDim2.new(1, -56, 0, 65)
  2809.  
  2810. Mask_3.Font = Enum.Font.SourceSans
  2811.  
  2812. Mask_3.FontSize = Enum.FontSize.Size14
  2813.  
  2814. Mask_3.Text = ""
  2815.  
  2816.  
  2817.  
  2818. Scripts.Name = "Scripts"
  2819.  
  2820. Scripts.Parent = HomeContainer
  2821.  
  2822. Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
  2823.  
  2824. Scripts.BackgroundTransparency = 1
  2825.  
  2826. Scripts.Position = UDim2.new(0, 0, 0.5, 0)
  2827.  
  2828. Scripts.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  2829.  
  2830.  
  2831.  
  2832. ImageLabel_4.Parent = Scripts
  2833.  
  2834. ImageLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  2835.  
  2836. ImageLabel_4.BackgroundTransparency = 1
  2837.  
  2838. ImageLabel_4.Position = UDim2.new(0.5, -25, 0, 0)
  2839.  
  2840. ImageLabel_4.Size = UDim2.new(0, 50, 0, 50)
  2841.  
  2842. ImageLabel_4.Image = "rbxassetid://573081437"
  2843.  
  2844. ImageLabel_4.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  2845.  
  2846.  
  2847.  
  2848. TextLabel_4.Parent = Scripts
  2849.  
  2850. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  2851.  
  2852. TextLabel_4.BackgroundTransparency = 1
  2853.  
  2854. TextLabel_4.Position = UDim2.new(0, 10, 1, -40)
  2855.  
  2856. TextLabel_4.Size = UDim2.new(1, -20, 0, 20)
  2857.  
  2858. TextLabel_4.Font = Enum.Font.SourceSansBold
  2859.  
  2860. TextLabel_4.FontSize = Enum.FontSize.Size24
  2861.  
  2862. TextLabel_4.Text = "Scripts"
  2863.  
  2864. TextLabel_4.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  2865.  
  2866.  
  2867.  
  2868. Mask_4.Name = "Mask"
  2869.  
  2870. Mask_4.Parent = Scripts
  2871.  
  2872. Mask_4.BackgroundColor3 = Color3.new(1, 1, 1)
  2873.  
  2874. Mask_4.BackgroundTransparency = 1
  2875.  
  2876. Mask_4.Position = UDim2.new(0, 27, 0, 0)
  2877.  
  2878. Mask_4.Size = UDim2.new(1, -56, 0, 65)
  2879.  
  2880. Mask_4.Font = Enum.Font.SourceSans
  2881.  
  2882. Mask_4.FontSize = Enum.FontSize.Size14
  2883.  
  2884. Mask_4.Text = ""
  2885.  
  2886.  
  2887.  
  2888. Miscellaneous.Name = "Miscellaneous"
  2889.  
  2890. Miscellaneous.Parent = HomeContainer
  2891.  
  2892. Miscellaneous.BackgroundColor3 = Color3.new(1, 1, 1)
  2893.  
  2894. Miscellaneous.BackgroundTransparency = 1
  2895.  
  2896. Miscellaneous.Position = UDim2.new(0.333000004, 10, 0.5, 0)
  2897.  
  2898. Miscellaneous.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  2899.  
  2900.  
  2901.  
  2902. ImageLabel_5.Parent = Miscellaneous
  2903.  
  2904. ImageLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  2905.  
  2906. ImageLabel_5.BackgroundTransparency = 1
  2907.  
  2908. ImageLabel_5.Position = UDim2.new(0.5, -23, 0, 0)
  2909.  
  2910. ImageLabel_5.Size = UDim2.new(0, 46, 0, 46)
  2911.  
  2912. ImageLabel_5.Image = "rbxassetid://573087376"
  2913.  
  2914. ImageLabel_5.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  2915.  
  2916.  
  2917.  
  2918. TextLabel_5.Parent = Miscellaneous
  2919.  
  2920. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  2921.  
  2922. TextLabel_5.BackgroundTransparency = 1
  2923.  
  2924. TextLabel_5.Position = UDim2.new(0, 10, 1, -40)
  2925.  
  2926. TextLabel_5.Size = UDim2.new(1, -20, 0, 20)
  2927.  
  2928. TextLabel_5.Font = Enum.Font.SourceSansBold
  2929.  
  2930. TextLabel_5.FontSize = Enum.FontSize.Size24
  2931.  
  2932. TextLabel_5.Text = "Miscellaneous"
  2933.  
  2934. TextLabel_5.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  2935.  
  2936.  
  2937.  
  2938. Mask_5.Name = "Mask"
  2939.  
  2940. Mask_5.Parent = Miscellaneous
  2941.  
  2942. Mask_5.BackgroundColor3 = Color3.new(1, 1, 1)
  2943.  
  2944. Mask_5.BackgroundTransparency = 1
  2945.  
  2946. Mask_5.Position = UDim2.new(0, 27, 0, 0)
  2947.  
  2948. Mask_5.Size = UDim2.new(1, -56, 0, 65)
  2949.  
  2950. Mask_5.Font = Enum.Font.SourceSans
  2951.  
  2952. Mask_5.FontSize = Enum.FontSize.Size14
  2953.  
  2954. Mask_5.Text = ""
  2955.  
  2956.  
  2957.  
  2958. Settings.Name = "Settings"
  2959.  
  2960. Settings.Parent = HomeContainer
  2961.  
  2962. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  2963.  
  2964. Settings.BackgroundTransparency = 1
  2965.  
  2966. Settings.Position = UDim2.new(0.666000009, 10, 0.5, 0)
  2967.  
  2968. Settings.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  2969.  
  2970.  
  2971.  
  2972. ImageLabel_6.Parent = Settings
  2973.  
  2974. ImageLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  2975.  
  2976. ImageLabel_6.BackgroundTransparency = 1
  2977.  
  2978. ImageLabel_6.Position = UDim2.new(0.5, -23, 0, 0)
  2979.  
  2980. ImageLabel_6.Size = UDim2.new(0, 46, 0, 46)
  2981.  
  2982. ImageLabel_6.Image = "rbxassetid://573090294"
  2983.  
  2984. ImageLabel_6.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  2985.  
  2986.  
  2987.  
  2988. TextLabel_6.Parent = Settings
  2989.  
  2990. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  2991.  
  2992. TextLabel_6.BackgroundTransparency = 1
  2993.  
  2994. TextLabel_6.Position = UDim2.new(0, 10, 1, -40)
  2995.  
  2996. TextLabel_6.Size = UDim2.new(1, -20, 0, 20)
  2997.  
  2998. TextLabel_6.Font = Enum.Font.SourceSansBold
  2999.  
  3000. TextLabel_6.FontSize = Enum.FontSize.Size24
  3001.  
  3002. TextLabel_6.Text = "Settings"
  3003.  
  3004. TextLabel_6.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  3005.  
  3006.  
  3007.  
  3008. Mask_6.Name = "Mask"
  3009.  
  3010. Mask_6.Parent = Settings
  3011.  
  3012. Mask_6.BackgroundColor3 = Color3.new(1, 1, 1)
  3013.  
  3014. Mask_6.BackgroundTransparency = 1
  3015.  
  3016. Mask_6.Position = UDim2.new(0, 27, 0, 0)
  3017.  
  3018. Mask_6.Size = UDim2.new(1, -56, 0, 65)
  3019.  
  3020. Mask_6.Font = Enum.Font.SourceSans
  3021.  
  3022. Mask_6.FontSize = Enum.FontSize.Size14
  3023.  
  3024. Mask_6.Text = ""
  3025.  
  3026.  
  3027.  
  3028. Navigator.Name = "Navigator"
  3029.  
  3030. Navigator.Parent = Base
  3031.  
  3032. Navigator.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  3033.  
  3034. Navigator.BackgroundTransparency = 0.5
  3035.  
  3036. Navigator.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  3037.  
  3038. Navigator.Position = UDim2.new(0, 10, 0, 35)
  3039.  
  3040. Navigator.Size = UDim2.new(0, 125, 1, -45)
  3041.  
  3042. Navigator.Visible = false
  3043.  
  3044. Navigator.BottomImage = "rbxassetid://573102620"
  3045.  
  3046. Navigator.MidImage = "rbxassetid://573102620"
  3047.  
  3048. Navigator.ScrollBarThickness = 5
  3049.  
  3050. Navigator.TopImage = "rbxassetid://573102620"
  3051.  
  3052.  
  3053.  
  3054. Item.Name = "Item"
  3055.  
  3056. Item.Parent = Navigator
  3057.  
  3058. Item.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  3059.  
  3060. Item.BackgroundTransparency = 0.5
  3061.  
  3062. Item.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  3063.  
  3064. Item.Position = UDim2.new(0, 5, 0, 5)
  3065.  
  3066. Item.Size = UDim2.new(1, -15, 0, 20)
  3067.  
  3068. Item.Selected = true
  3069.  
  3070. Item.Font = Enum.Font.SourceSans
  3071.  
  3072. Item.FontSize = Enum.FontSize.Size14
  3073.  
  3074. Item.Text = "NavItem"
  3075.  
  3076. Item.TextColor3 = Color3.new(0.721569, 0.721569, 0.721569)
  3077.  
  3078.  
  3079.  
  3080. ServerContainer.Name = "ServerContainer"
  3081.  
  3082. ServerContainer.Parent = Base
  3083.  
  3084. ServerContainer.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  3085.  
  3086. ServerContainer.BackgroundTransparency = 0.5
  3087.  
  3088. ServerContainer.Position = UDim2.new(0, 140, 0, 35)
  3089.  
  3090. ServerContainer.Size = UDim2.new(1, -150, 1, -45)
  3091.  
  3092. ServerContainer.Visible = false
  3093.  
  3094. ServerContainer.BottomImage = "rbxassetid://573102620"
  3095.  
  3096. ServerContainer.MidImage = "rbxassetid://573102620"
  3097.  
  3098. ServerContainer.ScrollBarThickness = 5
  3099.  
  3100. ServerContainer.TopImage = "rbxassetid://573102620"
  3101.  
  3102.  
  3103.  
  3104. dd.Name = "dd"
  3105.  
  3106. dd.Parent = ServerContainer
  3107.  
  3108. dd.BackgroundColor3 = Color3.new(0.0196078, 0.0313726, 0.0431373)
  3109.  
  3110. dd.Position = UDim2.new(0, 6, 0, 6)
  3111.  
  3112. dd.Size = UDim2.new(0.5, -10, 0, 20)
  3113.  
  3114. dd.Visible = false
  3115.  
  3116. dd.Font = Enum.Font.SourceSans
  3117.  
  3118. dd.FontSize = Enum.FontSize.Size14
  3119.  
  3120. dd.Text = "Troll Spam"
  3121.  
  3122. dd.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  3123.  
  3124. dd.TextStrokeTransparency = 0.5
  3125.  
  3126.  
  3127.  
  3128. ImageLabel_7.Parent = dd
  3129.  
  3130. ImageLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  3131.  
  3132. ImageLabel_7.BackgroundTransparency = 1
  3133.  
  3134. ImageLabel_7.Position = UDim2.new(0, 2, 0, 0)
  3135.  
  3136. ImageLabel_7.Size = UDim2.new(0, 20, 0, 20)
  3137.  
  3138. ImageLabel_7.Image = "rbxassetid://133293265"
  3139.  
  3140.  
  3141.  
  3142. LocalPlayerContainer.Name = "LocalPlayerContainer"
  3143.  
  3144. LocalPlayerContainer.Parent = Base
  3145.  
  3146. LocalPlayerContainer.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  3147.  
  3148. LocalPlayerContainer.BackgroundTransparency = 0.5
  3149.  
  3150. LocalPlayerContainer.Position = UDim2.new(0, 140, 0, 35)
  3151.  
  3152. LocalPlayerContainer.Size = UDim2.new(1, -150, 1, -45)
  3153.  
  3154. LocalPlayerContainer.Visible = false
  3155.  
  3156. LocalPlayerContainer.BottomImage = "rbxassetid://573102620"
  3157.  
  3158. LocalPlayerContainer.MidImage = "rbxassetid://573102620"
  3159.  
  3160. LocalPlayerContainer.ScrollBarThickness = 5
  3161.  
  3162. LocalPlayerContainer.TopImage = "rbxassetid://573102620"
  3163.  
  3164.  
  3165.  
  3166. PlayersContainer.Name = "PlayersContainer"
  3167.  
  3168. PlayersContainer.Parent = Base
  3169.  
  3170. PlayersContainer.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  3171.  
  3172. PlayersContainer.BackgroundTransparency = 0.5
  3173.  
  3174. PlayersContainer.Position = UDim2.new(0, 140, 0, 35)
  3175.  
  3176. PlayersContainer.Size = UDim2.new(1, -150, 1, -45)
  3177.  
  3178. PlayersContainer.Visible = false
  3179.  
  3180. PlayersContainer.BottomImage = "rbxassetid://573102620"
  3181.  
  3182. PlayersContainer.MidImage = "rbxassetid://573102620"
  3183.  
  3184. PlayersContainer.ScrollBarThickness = 5
  3185.  
  3186. PlayersContainer.TopImage = "rbxassetid://573102620"
  3187.  
  3188.  
  3189.  
  3190. function MakeContainer(n)
  3191.  
  3192.         local cont = PlayersContainer:Clone()
  3193.  
  3194.         cont.Name = n .. 'Container'
  3195.  
  3196.         cont.Parent = Base
  3197.  
  3198.         return cont
  3199.  
  3200. end
  3201.  
  3202.  
  3203.  
  3204. local ScriptsContainer = MakeContainer('Scripts')
  3205.  
  3206. local MiscContainer = MakeContainer('Miscellaneous')
  3207.  
  3208.  
  3209.  
  3210. local topkek = {}
  3211.  
  3212. topkek.store = {}
  3213.  
  3214. topkek.cache = {}
  3215.  
  3216. topkek.libgui = {}
  3217.  
  3218. topkek.libsettings = {}
  3219.  
  3220. topkek.libutil = {}
  3221.  
  3222. topkek.libwindows = {}
  3223.  
  3224. topkek.libcmd = {}
  3225.  
  3226. --[[ gay ass dropdown lib i made a while ago ]]--
  3227.  
  3228. dropdown = {}
  3229.  
  3230. dropdown.new = function(gui, items, placeholder)
  3231.  
  3232.         local self = {}
  3233.  
  3234.         self.value = placeholder
  3235.  
  3236.         self.items = items
  3237.  
  3238.         self.gui = gui
  3239.  
  3240.        
  3241.  
  3242.         if self.gui:FindFirstChild("__DROPDOWN") then
  3243.  
  3244.                 self.gui["__DROPDOWN"]:Destroy()
  3245.  
  3246.         end
  3247.  
  3248.        
  3249.  
  3250.         self.debug = false
  3251.  
  3252.        
  3253.  
  3254.         self.gui.Text = placeholder
  3255.  
  3256.         self.gui.BorderSizePixel = 0
  3257.  
  3258.         self.gui.ZIndex = 1
  3259.  
  3260.        
  3261.  
  3262.         self.textcolor = self.gui.TextColor3
  3263.  
  3264.         function self.make()
  3265.  
  3266.                 if self.gui:FindFirstChild("__DROPDOWN") then
  3267.  
  3268.                         self.gui["__DROPDOWN"]:Destroy()
  3269.  
  3270.                 end
  3271.  
  3272.                        
  3273.  
  3274.                
  3275.  
  3276.                 self.selectgui = Instance.new("ScrollingFrame")
  3277.  
  3278.                 self.selectgui.Parent = self.gui
  3279.  
  3280.                 self.selectgui.Name = "__DROPDOWN"
  3281.  
  3282.                 self.selectgui.Size = UDim2.new(1, 0, 0, 100)
  3283.  
  3284.                 self.selectgui.Position = UDim2.new(0, 0, 0, self.gui.AbsoluteSize.Y)
  3285.  
  3286.                 self.selectgui.BorderSizePixel = 0
  3287.  
  3288.                 self.selectgui.ZIndex = 2
  3289.  
  3290.                 self.selectgui.BackgroundTransparency = self.gui.BackgroundTransparency
  3291.  
  3292.                 self.selectgui.BackgroundColor3 = self.gui.BackgroundColor3
  3293.  
  3294.                 self.selectgui.Visible = false
  3295.  
  3296.                 self.selectgui.CanvasSize = UDim2.new(0, 0, 0, (#self.items-1) * 20)
  3297.  
  3298.                 self.selectgui.ScrollBarThickness = 5
  3299.  
  3300.                
  3301.  
  3302.                 if #self.items < 4 then
  3303.  
  3304.                         self.selectgui.CanvasSize = UDim2.new(0, 0, 0, 0)
  3305.  
  3306.                         self.selectgui.Size = UDim2.new(1, 0, 0, (#self.items-1) * 20)
  3307.  
  3308.                 end
  3309.  
  3310.                
  3311.  
  3312.                 self.item = Instance.new("TextButton")
  3313.  
  3314.                 self.item.Size = UDim2.new(1, 0, 0, 20)
  3315.  
  3316.                 self.item.Position = UDim2.new(0, 0, 0, 0)
  3317.  
  3318.                 self.item.BackgroundTransparency = self.gui.BackgroundTransparency - 0.1
  3319.  
  3320.                 self.item.BackgroundColor3 = self.gui.BackgroundColor3
  3321.  
  3322.                 self.item.BorderSizePixel = 0
  3323.  
  3324.                 self.item.ZIndex = 2
  3325.  
  3326.                 self.item.TextColor3 = self.gui.TextColor3
  3327.  
  3328.                 self.item.Font = Enum.Font.SourceSans
  3329.  
  3330.                 self.item.FontSize = Enum.FontSize.Size14
  3331.  
  3332.                
  3333.  
  3334.                 self.curitem = nil
  3335.  
  3336.                
  3337.  
  3338.                 for i, v in pairs(self.items) do
  3339.  
  3340.                         if not (v == self.value) then
  3341.  
  3342.                                 local ti = self.item:Clone()
  3343.  
  3344.                                 ti.Parent = self.selectgui
  3345.  
  3346.                                 if i == 1 then i = 2 end
  3347.  
  3348.                                 ti.Position = UDim2.new(0, 0, 0, (i - 2) * 20)
  3349.  
  3350.                                 ti.Text = v
  3351.  
  3352.                                 ti.MouseButton1Down:connect(function()
  3353.  
  3354.                                         self.value = v
  3355.  
  3356.                                         self.open = false
  3357.  
  3358.                                         self.selectgui.Visible = false
  3359.  
  3360.                                         self.gui.Text = v
  3361.  
  3362.                                         self.make()
  3363.  
  3364.                                 end)
  3365.  
  3366.                         end
  3367.  
  3368.                 end
  3369.  
  3370.         end
  3371.  
  3372.        
  3373.  
  3374.         self.getvalue = function()
  3375.  
  3376.                 return self.value
  3377.  
  3378.         end
  3379.  
  3380.        
  3381.  
  3382.         self.update = function(itms)
  3383.  
  3384.                 self.items = itms
  3385.  
  3386.                 self.make()
  3387.  
  3388.         end
  3389.  
  3390.  
  3391.  
  3392.         self.open = false      
  3393.  
  3394.        
  3395.  
  3396.         self.gui.MouseButton1Down:connect(function()
  3397.  
  3398.                 if self.open == false then
  3399.  
  3400.                         self.selectgui.CanvasPosition = Vector2.new(0, 0)
  3401.  
  3402.                         self.selectgui.Visible = true
  3403.  
  3404.                         self.open = true
  3405.  
  3406.                 else
  3407.  
  3408.                         self.selectgui.Visible = false
  3409.  
  3410.                         self.open = false
  3411.  
  3412.                 end
  3413.  
  3414.         end)
  3415.  
  3416.        
  3417.  
  3418.         self.make()
  3419.  
  3420.         return self
  3421.  
  3422. end
  3423.  
  3424. --[[ libsettings lole ]]--
  3425.  
  3426. topkek.libsettings.store = {}
  3427.  
  3428. function topkek.libsettings:getSetting(k)
  3429.  
  3430.         return topkek.libsettings.store[k]
  3431.  
  3432. end
  3433.  
  3434.  
  3435.  
  3436. function topkek.libsettings:setSetting(k,v)
  3437.  
  3438.         topkek.libsettings.store[k]=v
  3439.  
  3440. end
  3441.  
  3442.  
  3443.  
  3444. -- [[ libutil ]] --
  3445.  
  3446. function topkek.libutil:createObject(o, p)
  3447.  
  3448.         local a, b = pcall(function()
  3449.  
  3450.                 Instance.new(o)
  3451.  
  3452.         end)
  3453.  
  3454.         if not a then
  3455.  
  3456.                 return
  3457.  
  3458.         end
  3459.  
  3460.         local obj = Instance.new(o)
  3461.  
  3462.         for prop, val in pairs(p) do
  3463.  
  3464.                 pcall(function()
  3465.  
  3466.                         obj[prop] = val
  3467.  
  3468.                 end)
  3469.  
  3470.         end
  3471.  
  3472.         return obj
  3473.  
  3474. end
  3475.  
  3476. function topkek.libutil:Color3(r,g,b)
  3477.  
  3478.         return Color3.new(r/255,g/255,b/255)
  3479.  
  3480. end; color3 = function(r,g,b) return topkek.libutil:Color3(r,g,b) end
  3481.  
  3482. function topkek.libutil:recurseDecal(img)--topkek2.0 code tbh
  3483.  
  3484.         img = 'rbxassetid://' .. img
  3485.  
  3486.         local function skybox(x)
  3487.  
  3488.                 local sky = Instance.new("Sky",game.Lighting)
  3489.  
  3490.                 local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
  3491.  
  3492.                 for i,v in pairs(fcs) do
  3493.  
  3494.                         sky["Skybox"..v]=x
  3495.  
  3496.                 end
  3497.  
  3498.         end
  3499.  
  3500.         local function particle(p, b)
  3501.  
  3502.                 local a = Instance.new("ParticleEmitter", p)
  3503.  
  3504.                 a.Rate = 500
  3505.  
  3506.                 a.Lifetime = NumberRange.new(20, 30)
  3507.  
  3508.                 a.VelocitySpread = 200
  3509.  
  3510.                 a.Texture = b
  3511.  
  3512.         end
  3513.  
  3514.                        
  3515.  
  3516.         local function decal(p, b)
  3517.  
  3518.                 local sides = {"Back", "Bottom", "Front", "Left", "Right", "Top"}
  3519.  
  3520.                 for i, v in pairs(sides) do
  3521.  
  3522.                         local a = Instance.new("Decal", p)
  3523.  
  3524.                         a.Texture = b
  3525.  
  3526.                         a.Face = v
  3527.  
  3528.                 end
  3529.  
  3530.         end
  3531.  
  3532.                        
  3533.  
  3534.         local function recurse(x)
  3535.  
  3536.                 for i, v in pairs(x:GetChildren()) do
  3537.  
  3538.                         pcall(function() -- 'error occured, no output from Lua' LOLE
  3539.  
  3540.                                 if v:IsA("BasePart") then
  3541.  
  3542.                                         particle(v, img)
  3543.  
  3544.                                         decal(v, img)
  3545.  
  3546.                                 end
  3547.  
  3548.                                 if #(v:GetChildren())>0 then
  3549.  
  3550.                                         recurse(v)
  3551.  
  3552.                                 end
  3553.  
  3554.                         end)
  3555.  
  3556.                 end
  3557.  
  3558.         end
  3559.  
  3560.                        
  3561.  
  3562.         recurse(game)
  3563.  
  3564.         skybox(img)
  3565.  
  3566. end
  3567.  
  3568. function topkek.libutil:recurseRemove(type_)
  3569.  
  3570.         local function recurse(x)
  3571.  
  3572.                 for i, v in pairs(x:GetChildren()) do
  3573.  
  3574.                         pcall(function()
  3575.  
  3576.                                 if v:IsA(type_) then
  3577.  
  3578.                                         v:Destroy()
  3579.  
  3580.                                 end
  3581.  
  3582.                                 if #(v:GetChildren())>0 then
  3583.  
  3584.                                         recurse(v)
  3585.  
  3586.                                 end
  3587.  
  3588.                         end)
  3589.  
  3590.                 end
  3591.  
  3592.         end
  3593.  
  3594.         recurse(game)
  3595.  
  3596. end
  3597.  
  3598. function topkek.libutil:recurseSet(type_,prop,val)
  3599.  
  3600.         local function recurse(x)
  3601.  
  3602.                 for i, v in pairs(x:GetChildren()) do
  3603.  
  3604.                         pcall(function()
  3605.  
  3606.                                 if v:IsA(type_) then
  3607.  
  3608.                                         v[prop]=val
  3609.  
  3610.                                 end
  3611.  
  3612.                                 if #(v:GetChildren())>0 then
  3613.  
  3614.                                         recurse(v)
  3615.  
  3616.                                 end
  3617.  
  3618.                         end)
  3619.  
  3620.                 end
  3621.  
  3622.         end
  3623.  
  3624.         recurse(game)
  3625.  
  3626. end
  3627.  
  3628. function topkek.libutil:recurseSetObj(obj,type_,prop,val)
  3629.  
  3630.         local function recurse(x)
  3631.  
  3632.                 for i, v in pairs(x:GetChildren()) do
  3633.  
  3634.                         pcall(function()
  3635.  
  3636.                                 if v:IsA(type_) then
  3637.  
  3638.                                         v[prop]=val
  3639.  
  3640.                                 end
  3641.  
  3642.                                 if #(v:GetChildren())>0 then
  3643.  
  3644.                                         recurse(v)
  3645.  
  3646.                                 end
  3647.  
  3648.                         end)
  3649.  
  3650.                 end
  3651.  
  3652.         end
  3653.  
  3654.         recurse(obj)
  3655.  
  3656. end
  3657.  
  3658. function topkek.libutil:recurseFunc(type_,func)
  3659.  
  3660.         local function recurse(x)
  3661.  
  3662.                 for i, v in pairs(x:GetChildren()) do
  3663.  
  3664.                         pcall(function()
  3665.  
  3666.                                 if v:IsA(type_) then
  3667.  
  3668.                                         func(v)
  3669.  
  3670.                                 end
  3671.  
  3672.                                 if #(v:GetChildren())>0 then
  3673.  
  3674.                                         recurse(v)
  3675.  
  3676.                                 end
  3677.  
  3678.                         end)
  3679.  
  3680.                 end
  3681.  
  3682.         end
  3683.  
  3684.         recurse(game)
  3685.  
  3686. end
  3687.  
  3688. function topkek.libutil:Play(id)
  3689.  
  3690.         local mu = Instance.new("Sound", game.Workspace)
  3691.  
  3692.         mu.Volume = 1
  3693.  
  3694.         mu.Looped = true
  3695.  
  3696.         mu.Pitch = 1
  3697.  
  3698.         mu.SoundId = "rbxassetid://"..tostring(id)
  3699.  
  3700.         mu:Play()
  3701.  
  3702. end
  3703.  
  3704. function topkek.libutil:GetPlayerList()
  3705.  
  3706.         local list = {'Everybody'}
  3707.  
  3708.         for i, v in pairs(game:service'Players':GetPlayers()) do
  3709.  
  3710.                 table.insert(list, v.Name)
  3711.  
  3712.         end
  3713.  
  3714.         return list
  3715.  
  3716. end
  3717.  
  3718. function topkek.libutil:doPlayers(drop, func)
  3719.  
  3720.         local str = drop.getvalue()
  3721.  
  3722.         local plrs = {}
  3723.  
  3724.         if str == 'Everybody' then
  3725.  
  3726.                 plrs = game:GetService('Players'):GetPlayers()
  3727.  
  3728.         else
  3729.  
  3730.                 plrs = {game:GetService('Players'):FindFirstChild(str)}
  3731.  
  3732.         end
  3733.  
  3734.         for i, v in pairs(plrs) do
  3735.  
  3736.                 func(v)
  3737.  
  3738.         end
  3739.  
  3740. end
  3741.  
  3742. function topkek.libutil:insert(id)
  3743.  
  3744.         if topkek.cache[id] then return topkek.cache[id] end -- moist
  3745.  
  3746.         local obj = game:service'InsertService':LoadAsset(id):GetChildren()[1]
  3747.  
  3748.         topkek.cache[id] = obj:Clone()
  3749.  
  3750.         return obj
  3751.  
  3752. end; insert = function(id) return topkek.libutil:insert(id) end
  3753.  
  3754. function topkek.libutil:getTorso(plr) --r15 compatibility lole
  3755.  
  3756.         if plr.Character then
  3757.  
  3758.                 if plr.Character:FindFirstChild('UpperTorso') then
  3759.  
  3760.                         return plr.Character.UpperTorso
  3761.  
  3762.                 else
  3763.  
  3764.                         return plr.Character.Torso
  3765.  
  3766.                 end
  3767.  
  3768.         end
  3769.  
  3770. end
  3771.  
  3772. function topkek.libutil:weiner(plr)
  3773.  
  3774.         plr=plr.Character
  3775.  
  3776.         Shaft=Instance.new("Part", plr)
  3777.  
  3778.         Shaft.Name='Shaft'
  3779.  
  3780.         Shaft.Size=Vector3.new(1, 2.5, 1)
  3781.  
  3782.         Shaft.TopSurface=0
  3783.  
  3784.         Shaft.BottomSurface=0
  3785.  
  3786.         Shaft.CanCollide=true
  3787.  
  3788.         Cyln=Instance.new("CylinderMesh", Shaft)
  3789.  
  3790.         Cyln.Scale=Vector3.new(0.5,0.7,0.5)
  3791.  
  3792.         Instance.new("Weld", plr)
  3793.  
  3794.         plr.Weld.Part0=plr:FindFirstChild("Torso") or plr:FindFirstChild("LowerTorso")
  3795.  
  3796.         plr.Weld.Part1=plr.Shaft
  3797.  
  3798.         plr.Weld.C0=CFrame.new(0,-0.35,-0.9)*CFrame.fromEulerAnglesXYZ(2.2,0,0)
  3799.  
  3800.         Shaft.BrickColor=BrickColor.new("Pastel brown")
  3801.  
  3802.         Tip=Instance.new("Part", plr)
  3803.  
  3804.         Tip.Name='Tip'
  3805.  
  3806.         Tip.TopSurface=0
  3807.  
  3808.         Tip.BottomSurface=0
  3809.  
  3810.         Tip.Size=Vector3.new(1, 1, 1)
  3811.  
  3812.         Tip.CanCollide=true
  3813.  
  3814.         Tip.Touched:connect(function(prt) if prt.Parent~=player then spawn(function() for i=1, 5 do local pert=Instance.new("Part", player) pert.CFrame=CFrame.new(prt.Position) pert.CanCollide=true local mesh=Instance.new("BlockMesh", pert) mesh.Scale=Vector3.new(0.2,0.2,0.2) pert.BrickColor=BrickColor.new("White") end end) end end)
  3815.  
  3816.         Cyln2=Instance.new("SpecialMesh", Tip)
  3817.  
  3818.         Cyln2.MeshType='Sphere'
  3819.  
  3820.         Cyln2.Scale=Vector3.new(0.6,0.6,0.6)
  3821.  
  3822.         Instance.new("Weld", plr).Name='Weld2'
  3823.  
  3824.         plr.Weld2.Part0=plr.Shaft
  3825.  
  3826.         plr.Weld2.Part1=plr.Tip
  3827.  
  3828.         plr.Weld2.C0=CFrame.new(0,-.9,0)
  3829.  
  3830.         Tip.BrickColor=BrickColor.new("Pink")
  3831.  
  3832.         -----
  3833.  
  3834.         Ball1=Instance.new("Part", plr)
  3835.  
  3836.         Ball1.Name='Ball1'
  3837.  
  3838.         Ball1.Size=Vector3.new(1, 1, 1)
  3839.  
  3840.         Ball1.TopSurface=0
  3841.  
  3842.         Ball1.BottomSurface=0
  3843.  
  3844.         Cyln3=Instance.new("SpecialMesh", Ball1)
  3845.  
  3846.         Cyln3.MeshType='Sphere'
  3847.  
  3848.         Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
  3849.  
  3850.         Instance.new("Weld", plr).Name='Weld3'
  3851.  
  3852.         plr.Weld3.Part0=plr.Shaft
  3853.  
  3854.         plr.Weld3.Part1=plr.Ball1
  3855.  
  3856.         plr.Weld3.C0=CFrame.new(0.225,.4,0.2)
  3857.  
  3858.         Ball1.BrickColor=BrickColor.new("Pastel brown")
  3859.  
  3860.         -----
  3861.  
  3862.         Ball2=Instance.new("Part", plr)
  3863.  
  3864.         Ball2.Name='Ball2'
  3865.  
  3866.         Ball2.Size=Vector3.new(1, 1, 1)
  3867.  
  3868.         Ball2.TopSurface=0
  3869.  
  3870.         Ball2.BottomSurface=0
  3871.  
  3872.         Cyln3=Instance.new("SpecialMesh", Ball2)
  3873.  
  3874.         Cyln3.MeshType='Sphere'
  3875.  
  3876.         Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
  3877.  
  3878.         Instance.new("Weld", plr).Name='Weld4'
  3879.  
  3880.         plr.Weld4.Part0=plr.Shaft
  3881.  
  3882.         plr.Weld4.Part1=plr.Ball2
  3883.  
  3884.         plr.Weld4.C0=CFrame.new(-0.225,.4,0.2)
  3885.  
  3886.         Ball2.BrickColor=BrickColor.new("Pastel brown")
  3887.  
  3888. end
  3889.  
  3890. function topkek.libutil:scalePlayer(plr, sz)
  3891.  
  3892.         local pchar = plr.Character
  3893.  
  3894.         if pchar:FindFirstChild("UpperTorso") then
  3895.  
  3896.                 warn("Player [" ..plr.Name.. "] is R15.")
  3897.  
  3898.                 return
  3899.  
  3900.         end
  3901.  
  3902.         local function scale(chr,scl)
  3903.  
  3904.        
  3905.  
  3906.                 for _,v in pairs(pchar:GetChildren()) do
  3907.  
  3908.                         if v:IsA("Hat") then
  3909.  
  3910.                                 v:Clone()
  3911.  
  3912.                                 v.Parent = game.Lighting
  3913.  
  3914.                         end
  3915.  
  3916.                 end
  3917.  
  3918.                        
  3919.  
  3920.             local Head = chr['Head']
  3921.  
  3922.             local Torso = chr['Torso']
  3923.  
  3924.             local LA = chr['Left Arm']
  3925.  
  3926.             local RA = chr['Right Arm']
  3927.  
  3928.             local LL = chr['Left Leg']
  3929.  
  3930.             local RL = chr['Right Leg']
  3931.  
  3932.             local HRP = chr['HumanoidRootPart']
  3933.  
  3934.        
  3935.  
  3936.             wait(0.1)
  3937.  
  3938.            
  3939.  
  3940.             Head.formFactor = 3
  3941.  
  3942.             Torso.formFactor = 3
  3943.  
  3944.             LA.formFactor = 3
  3945.  
  3946.             RA.formFactor = 3
  3947.  
  3948.             LL.formFactor = 3
  3949.  
  3950.             RL.formFactor = 3
  3951.  
  3952.             HRP.formFactor = 3
  3953.  
  3954.            
  3955.  
  3956.             Head.Size = Vector3.new(scl * 2, scl, scl)
  3957.  
  3958.             Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  3959.  
  3960.             LA.Size = Vector3.new(scl, scl * 2, scl)
  3961.  
  3962.             RA.Size = Vector3.new(scl, scl * 2, scl)
  3963.  
  3964.             LL.Size = Vector3.new(scl, scl * 2, scl)
  3965.  
  3966.             RL.Size = Vector3.new(scl, scl * 2, scl)
  3967.  
  3968.             HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  3969.  
  3970.            
  3971.  
  3972.             local Motor1 = Instance.new('Motor6D', Torso)
  3973.  
  3974.             Motor1.Part0 = Torso
  3975.  
  3976.             Motor1.Part1 = Head
  3977.  
  3978.         Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  3979.  
  3980.         Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  3981.  
  3982.         Motor1.Name = "Neck"
  3983.  
  3984.                            
  3985.  
  3986.         local Motor2 = Instance.new('Motor6D', Torso)
  3987.  
  3988.         Motor2.Part0 = Torso
  3989.  
  3990.         Motor2.Part1 = LA
  3991.  
  3992.         Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  3993.  
  3994.         Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  3995.  
  3996.         Motor2.Name = "Left Shoulder"
  3997.  
  3998.        
  3999.  
  4000.         local Motor3 = Instance.new('Motor6D', Torso)
  4001.  
  4002.                 Motor3.Part0 = Torso
  4003.  
  4004.         Motor3.Part1 = RA
  4005.  
  4006.         Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  4007.  
  4008.         Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  4009.  
  4010.         Motor3.Name = "Right Shoulder"
  4011.  
  4012.        
  4013.  
  4014.         local Motor4 = Instance.new('Motor6D', Torso)
  4015.  
  4016.         Motor4.Part0 = Torso
  4017.  
  4018.         Motor4.Part1 = LL
  4019.  
  4020.         Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  4021.  
  4022.         Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  4023.  
  4024.         Motor4.Name = "Left Hip"
  4025.  
  4026.        
  4027.  
  4028.         local Motor5 = Instance.new('Motor6D', Torso)
  4029.  
  4030.         Motor5.Part0 = Torso
  4031.  
  4032.         Motor5.Part1 = RL
  4033.  
  4034.         Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  4035.  
  4036.         Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  4037.  
  4038.         Motor5.Name = "Right Hip"
  4039.  
  4040.        
  4041.  
  4042.         local Motor6 = Instance.new('Motor6D', HRP)
  4043.  
  4044.         Motor6.Part0 = HRP
  4045.  
  4046.         Motor6.Part1 = Torso
  4047.  
  4048.         Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  4049.  
  4050.         Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  4051.  
  4052.            
  4053.  
  4054.         end
  4055.  
  4056.        
  4057.  
  4058.         scale(pchar, sz)
  4059.  
  4060.        
  4061.  
  4062.         for _,v in pairs(game.Lighting:GetChildren()) do
  4063.  
  4064.                 if v:IsA("Hat") then
  4065.  
  4066.                         v.Parent = pchar
  4067.  
  4068.                 end
  4069.  
  4070.         end
  4071.  
  4072. end
  4073.  
  4074. function topkek.libutil:dickShooter()
  4075.  
  4076.         Player = game:GetService("Players").LocalPlayer
  4077.  
  4078.         Character = Player.Character
  4079.  
  4080.         PlayerGui = Player.PlayerGui
  4081.  
  4082.         Backpack = Player.Backpack
  4083.  
  4084.         Torso = Character.Torso
  4085.  
  4086.         Head = Character.Head
  4087.  
  4088.         LeftArm = Character["Left Arm"]
  4089.  
  4090.         LeftLeg = Character["Left Leg"]
  4091.  
  4092.         RightArm = Character["Right Arm"]
  4093.  
  4094.         RightLeg = Character["Right Leg"]
  4095.  
  4096.         LS = Torso["Left Shoulder"]
  4097.  
  4098.         LH = Torso["Left Hip"]
  4099.  
  4100.         RS = Torso["Right Shoulder"]
  4101.  
  4102.         RH = Torso["Right Hip"]
  4103.  
  4104.                 Tool = Instance.new("HopperBin")
  4105.  
  4106.                 Tool.Parent = Backpack
  4107.  
  4108.                 Tool.Name = "Painis"
  4109.  
  4110.         Bin = Tool
  4111.  
  4112.         so = function(id, par, vol, pit)
  4113.  
  4114.                
  4115.  
  4116.                 coroutine.resume(coroutine.create(function()
  4117.  
  4118.                        
  4119.  
  4120.                         local sou = Instance.new("Sound", par or workspace)
  4121.  
  4122.                         sou.Volume = vol
  4123.  
  4124.                         sou.Pitch = pit or 1
  4125.  
  4126.                         sou.SoundId = id
  4127.  
  4128.                         wait()
  4129.  
  4130.                         sou:play()
  4131.  
  4132.                         wait(6)
  4133.  
  4134.                         sou:Remove()
  4135.  
  4136.                 end
  4137.  
  4138.         ))
  4139.  
  4140.         end
  4141.  
  4142.        
  4143.  
  4144.         ob1d = function(mouse)
  4145.  
  4146.                
  4147.  
  4148.                 size = 0.5
  4149.  
  4150.                 mode = 1
  4151.  
  4152.                 color = BrickColor.new(Color3.new(math.random(), math.random(), math.random()))
  4153.  
  4154.                 mo = Instance.new("Model")
  4155.  
  4156.                 mo.Name = "EEEEUGH HA HA HAAAAA"
  4157.  
  4158.                 mo.Parent = workspace
  4159.  
  4160.                 game.Debris:AddItem(mo, 10)
  4161.  
  4162.                 p = Instance.new("Seat")
  4163.  
  4164.                 p.Name = "Torso"
  4165.  
  4166.                 p.Size = Vector3.new(14, 50, 14) * size
  4167.  
  4168.                 p.BrickColor = color
  4169.  
  4170.                 m = Instance.new("SpecialMesh")
  4171.  
  4172.                 m.Parent = p
  4173.  
  4174.                 p.Name = "Torso"
  4175.  
  4176.                 p.Parent = mo
  4177.  
  4178.                 p = Instance.new("Seat")
  4179.  
  4180.                 p.Shape = "Ball"
  4181.  
  4182.                 p.Size = Vector3.new(24, 24, 24) * size
  4183.  
  4184.                 p.BrickColor = color
  4185.  
  4186.                 p.Name = "Legball"
  4187.  
  4188.                 for i = 1, 10 do
  4189.  
  4190.                         lol = Instance.new("Seat")
  4191.  
  4192.                         lol.BrickColor = BrickColor:Black()
  4193.  
  4194.                         lol.Name = "SEE?"
  4195.  
  4196.                         lol.Parent = mo
  4197.  
  4198.                         lol.Size = Vector3.new(1, math.random(30, 40), 1) * size
  4199.  
  4200.                         w = Instance.new("Weld")
  4201.  
  4202.                         w.Part0 = p
  4203.  
  4204.                         w.Part1 = lol
  4205.  
  4206.                         w.C0 = CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  4207.  
  4208.                         w.Parent = w.Part0
  4209.  
  4210.                 end
  4211.  
  4212.                 p.Parent = mo
  4213.  
  4214.                 w = Instance.new("Weld")
  4215.  
  4216.                 w.Part0 = mo.Torso
  4217.  
  4218.                 w.Part1 = p
  4219.  
  4220.                 w.C0 = CFrame.new(16 * (size / 2), -48 * (size / 2), 0)
  4221.  
  4222.                 w.Parent = w.Part0
  4223.  
  4224.                 p = Instance.new("Seat")
  4225.  
  4226.                 p.Shape = "Ball"
  4227.  
  4228.                 p.Size = Vector3.new(24, 24, 24) * size
  4229.  
  4230.                 p.BrickColor = color
  4231.  
  4232.                 p.Name = "Legball"
  4233.  
  4234.                 for i = 1, 10 do
  4235.  
  4236.                         lol = Instance.new("Seat")
  4237.  
  4238.                         lol.BrickColor = BrickColor:Black()
  4239.  
  4240.                         lol.Name = "SEE?"
  4241.  
  4242.                         lol.Parent = mo
  4243.  
  4244.                         lol.Size = Vector3.new(1, math.random(30, 40), 1) * size
  4245.  
  4246.                         w = Instance.new("Weld")
  4247.  
  4248.                         w.Part0 = p
  4249.  
  4250.                         w.Part1 = lol
  4251.  
  4252.                         w.C0 = CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  4253.  
  4254.                         w.Parent = w.Part0
  4255.  
  4256.                 end
  4257.  
  4258.                 p.Parent = mo
  4259.  
  4260.                 w = Instance.new("Weld")
  4261.  
  4262.                 w.Part0 = mo.Torso
  4263.  
  4264.                 w.Part1 = p
  4265.  
  4266.                 w.C0 = CFrame.new(-16 * (size / 2), -48 * (size / 2), 0)
  4267.  
  4268.                 w.Parent = w.Part0
  4269.  
  4270.                 p = Instance.new("Seat")
  4271.  
  4272.                 p.Shape = "Ball"
  4273.  
  4274.                 p.Size = Vector3.new(21, 15, 21) * size
  4275.  
  4276.                 p.BrickColor = color
  4277.  
  4278.                 p.Name = "Legball"
  4279.  
  4280.                 for i = 1, 10 do
  4281.  
  4282.                         lol = Instance.new("Seat")
  4283.  
  4284.                         lol.BrickColor = BrickColor:Black()
  4285.  
  4286.                         lol.Name = "SEE?"
  4287.  
  4288.                         lol.Parent = mo
  4289.  
  4290.                         lol.Size = Vector3.new(1, math.random(30, 40), 1) * size
  4291.  
  4292.                         w = Instance.new("Weld")
  4293.  
  4294.                         w.Part0 = p
  4295.  
  4296.                         w.Part1 = lol
  4297.  
  4298.                         w.C0 = CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  4299.  
  4300.                         w.Parent = w.Part0
  4301.  
  4302.                 end
  4303.  
  4304.                 p.Parent = mo
  4305.  
  4306.                 w = Instance.new("Weld")
  4307.  
  4308.                 w.Part0 = mo.Torso
  4309.  
  4310.                 w.Part1 = p
  4311.  
  4312.                 w.C0 = CFrame.new(0, 60 * (size / 2), 0)
  4313.  
  4314.                 m = Instance.new("SpecialMesh")
  4315.  
  4316.                 m.Parent = p
  4317.  
  4318.                 p.Name = "Head"
  4319.  
  4320.                 w.Parent = w.Part0
  4321.  
  4322.                 s = Instance.new("Sound")
  4323.  
  4324.                 s.Parent = mo.Torso
  4325.  
  4326.                 s.Volume = 100
  4327.  
  4328.                 s.Pitch = 1
  4329.  
  4330.                 s.SoundId = "http://www.roblox.com/asset/?id=149779810"
  4331.  
  4332.                 s.Looped = true
  4333.  
  4334.                 s:play()
  4335.  
  4336.                 coroutine.resume(coroutine.create(function(Part)
  4337.  
  4338.                        
  4339.  
  4340.                         while Part.Parent ~= nil do
  4341.  
  4342.                                 wait(math.random())
  4343.  
  4344.                                 so("http://www.roblox.com/asset/?id=148636758", Part, 100, 1)
  4345.  
  4346.                         end
  4347.  
  4348.                 end
  4349.  
  4350.         ), mo.Torso)
  4351.  
  4352.                 mo.Torso.CFrame = mo.Torso.CFrame * Torso.CFrame * CFrame.new(0, 0, -50 * size) * CFrame.fromEulerAnglesXYZ(-1.57, 0, 0)
  4353.  
  4354.                 mo.Torso.Velocity = mouse.Hit.lookVector * 400
  4355.  
  4356.                 coroutine.resume(coroutine.create(function(Part)
  4357.  
  4358.                        
  4359.  
  4360.                         while 1 do
  4361.  
  4362.                                 wait(math.random(0, 1) + math.random())
  4363.  
  4364.                                 Part.RotVelocity = Vector3.new(math.random(-40, 40), math.random(-40, 40), math.random(-40, 40))
  4365.  
  4366.                         end
  4367.  
  4368.                 end
  4369.  
  4370.         ), mo.Torso)
  4371.  
  4372.         end
  4373.  
  4374.        
  4375.  
  4376.         ob1u = function(mouse)
  4377.  
  4378.                
  4379.  
  4380.         end
  4381.  
  4382.        
  4383.  
  4384.         buttonhold = false
  4385.  
  4386.         key = function(key, mouse)
  4387.  
  4388.                
  4389.  
  4390.         end
  4391.  
  4392.        
  4393.  
  4394.         key2 = function(key, mouse)
  4395.  
  4396.                
  4397.  
  4398.         end
  4399.  
  4400.        
  4401.  
  4402.         s = function(mouse)
  4403.  
  4404.                
  4405.  
  4406.                 mouse.Button1Down:connect(function()
  4407.  
  4408.                        
  4409.  
  4410.                         ob1d(mouse)
  4411.  
  4412.                 end
  4413.  
  4414.         )
  4415.  
  4416.                 mouse.Button1Up:connect(function()
  4417.  
  4418.                        
  4419.  
  4420.                         ob1u(mouse)
  4421.  
  4422.                 end
  4423.  
  4424.         )
  4425.  
  4426.                 mouse.KeyDown:connect(key)
  4427.  
  4428.                 mouse.KeyUp:connect(key2)
  4429.  
  4430.         end
  4431.  
  4432.        
  4433.  
  4434.         ds = function(mouse)
  4435.  
  4436.                
  4437.  
  4438.         end
  4439.  
  4440.        
  4441.  
  4442.         Bin.Selected:connect(s)
  4443.  
  4444.         Bin.Deselected:connect(ds)
  4445.  
  4446. end
  4447.  
  4448. --[[ libgui xd ]]--
  4449.  
  4450. topkek.libgui.seperation = 12
  4451.  
  4452. function topkek.libgui:addLeftIcon(parent, img, sz)
  4453.  
  4454.         topkek.libutil:createObject('ImageLabel', {
  4455.  
  4456.                 Parent = parent;
  4457.  
  4458.                 BackgroundTransparency = 1;
  4459.  
  4460.                 Position = UDim2.new(0, 2, 0, 0);
  4461.  
  4462.                 Size = UDim2.new(0, sz, 0, sz);
  4463.  
  4464.                 Image = img;
  4465.  
  4466.         })
  4467.  
  4468. end
  4469.  
  4470. function topkek.libgui:hookContainer(o, sepr, stt)
  4471.  
  4472.         if not o:IsA("ScrollingFrame") then
  4473.  
  4474.                 return nil
  4475.  
  4476.         end    
  4477.  
  4478.        
  4479.  
  4480.         local self = {}
  4481.  
  4482.         self.main = o
  4483.  
  4484.         self.drawX = 0
  4485.  
  4486.         self.drawY = stt or topkek.libgui.seperation/2
  4487.  
  4488.         self.drawHeight = 0
  4489.  
  4490.         self.sepr = sepr or topkek.libgui.seperation
  4491.  
  4492.        
  4493.  
  4494.         function self:drawButton(sz, txt, func, ysz, cbgd)
  4495.  
  4496.                 local xposOffset = 0
  4497.  
  4498.                 local xposScale = self.drawX
  4499.  
  4500.                 local xszOffset = 0
  4501.  
  4502.                 local xszScale = sz
  4503.  
  4504.                 if not (self.drawX == 0)  then
  4505.  
  4506.                         xszOffset = -4
  4507.  
  4508.                         if sz + self.drawX > 0.998 then
  4509.  
  4510.                                 xszOffset = -11
  4511.  
  4512.                         end
  4513.  
  4514.                 elseif sz == 1 then
  4515.  
  4516.                         xszOffset = -(self.sepr) - 5
  4517.  
  4518.                         xposOffset = self.sepr/2
  4519.  
  4520.                 else
  4521.  
  4522.                         xszOffset = -4 + -(self.sepr/2)
  4523.  
  4524.                         xposOffset = self.sepr/2
  4525.  
  4526.                 end
  4527.  
  4528.                 if not ysz then ysz = 20 end
  4529.  
  4530.                 local obj = topkek.libutil:createObject("TextButton", {
  4531.  
  4532.                         Parent = self.main;
  4533.  
  4534.                         BackgroundColor3 = cbgd or color3(15, 23, 30);
  4535.  
  4536.                         BorderColor3 = color3(27, 42, 53);
  4537.  
  4538.                         Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  4539.  
  4540.                         Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  4541.  
  4542.                         Font = 'SourceSans';
  4543.  
  4544.                         FontSize = 'Size14';
  4545.  
  4546.                         Text = txt;
  4547.  
  4548.                         TextSize = 14;
  4549.  
  4550.                         TextColor3 = color3(199, 199, 199);
  4551.  
  4552.                         TextStrokeTransparency = 0.5;
  4553.  
  4554.                 })
  4555.  
  4556.                 obj.MouseButton1Down:connect(function()
  4557.  
  4558.                         func()
  4559.  
  4560.                 end)
  4561.  
  4562.                 if ysz > self.drawHeight then
  4563.  
  4564.                         self.drawHeight = ysz
  4565.  
  4566.                 end
  4567.  
  4568.                 self.drawX = self.drawX + sz
  4569.  
  4570.                 if self.drawX > 0.998 then
  4571.  
  4572.                         self.drawY = self.drawY + 3 + self.drawHeight
  4573.  
  4574.                         self.drawX = 0
  4575.  
  4576.                         self.drawHeight = 0
  4577.  
  4578.                         self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  4579.  
  4580.                 end
  4581.  
  4582.                 return obj
  4583.  
  4584.         end
  4585.  
  4586.        
  4587.  
  4588.         function self:GetChildren()
  4589.  
  4590.                 return self.main:GetChildren()
  4591.  
  4592.         end
  4593.  
  4594.        
  4595.  
  4596.         function self:getDrawY()
  4597.  
  4598.                 return self.drawY
  4599.  
  4600.         end
  4601.  
  4602.        
  4603.  
  4604.         function self:setDrawY(y)
  4605.  
  4606.                 self.drawY = y
  4607.  
  4608.         end
  4609.  
  4610.        
  4611.  
  4612.         function self:drawTextBox(sz, txt, ysz, cbgd)
  4613.  
  4614.                 local xposOffset = 0
  4615.  
  4616.                 local xposScale = self.drawX
  4617.  
  4618.                 local xszOffset = 0
  4619.  
  4620.                 local xszScale = sz
  4621.  
  4622.                 if not (self.drawX == 0)  then
  4623.  
  4624.                         xszOffset = -4
  4625.  
  4626.                         if sz + self.drawX > 0.998 then
  4627.  
  4628.                                 xszOffset = -11
  4629.  
  4630.                         end
  4631.  
  4632.                 elseif sz == 1 then
  4633.