jacobplayer666

RoVox V4 ;-;

Sep 1st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 396.18 KB | None | 0 0
  1. --[[
  2. BUTTONNAMEHERE!.MouseButton1Down:connect(function()
  3. Script Here
  4. end)
  5.  
  6. still working on my scripts <3 jacob.
  7. --]]
  8. -------------------------------------------------------------------------------------------------------------------------------
  9. local RoVoxV4 = Instance.new("ScreenGui")
  10. local OpenFrame = Instance.new("Frame")
  11. local OpenButton = Instance.new("TextButton")
  12. local MainGui = Instance.new("Frame")
  13. local TitleMain = Instance.new("TextLabel")
  14. local CreditsMain = Instance.new("TextLabel")
  15. local FavoriteButton = Instance.new("TextButton")
  16. local MoreGuiButton = Instance.new("TextButton")
  17. local HelpButton = Instance.new("TextButton")
  18. local ExitButtonMain = Instance.new("TextButton")
  19. local FavoriteFrame = Instance.new("Frame")
  20. local CreditsFavorite = Instance.new("TextLabel")
  21. local TitleFavorites = Instance.new("TextLabel")
  22. local StatChangeButton = Instance.new("TextButton")
  23. local ReVizButton = Instance.new("TextButton")
  24. local TopkekButton = Instance.new("TextButton")
  25. local ExitButtonFavorite = Instance.new("TextButton")
  26. local MoreGuiFrame = Instance.new("Frame")
  27. local CreditsMoreGui = Instance.new("TextLabel")
  28. local RapButton1 = Instance.new("TextButton")
  29. local RoXploitButton = Instance.new("TextButton")
  30. local BoogaButton1 = Instance.new("TextButton")
  31. local EclipsisButton = Instance.new("TextButton")
  32. local RapButton2 = Instance.new("TextButton")
  33. local TopkekV4Button = Instance.new("TextButton")
  34. local BoogaButton2 = Instance.new("TextButton")
  35. local RoVoxV3Button = Instance.new("TextButton")
  36. local ExitButtonMoreGui = Instance.new("TextButton")
  37. local TitleMoreGui = Instance.new("TextLabel")
  38. local HelpFrame = Instance.new("Frame")
  39. local Help1 = Instance.new("TextLabel")
  40. local Help2 = Instance.new("TextLabel")
  41. local Help3 = Instance.new("TextLabel")
  42. local Help4 = Instance.new("TextLabel")
  43. local Help5 = Instance.new("TextLabel")
  44. local ExitButtonHelp = Instance.new("TextButton")
  45. -------------------------------------------------------------------------------------------------------------------------------
  46. RoVoxV4.Name = "RoVox V4"
  47. RoVoxV4.Parent = game.CoreGui
  48. -------------------------------------------------------------------------------------------------------------------------------
  49. OpenFrame.Name = "Open Frame"
  50. OpenFrame.Parent = RoVoxV4
  51. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  52. OpenFrame.BorderColor3 = Color3.new(1, 1, 1)
  53. OpenFrame.BorderSizePixel = 4
  54. OpenFrame.Position = UDim2.new(0.00562250614, 0, 0.936651587, 0)
  55. OpenFrame.Size = UDim2.new(0, 108, 0, 33)
  56. -------------------------------------------------------------------------------------------------------------------------------
  57. OpenButton.Name = "Open Button"
  58. OpenButton.Parent = OpenFrame
  59. OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
  60. OpenButton.BorderSizePixel = 0
  61. OpenButton.Position = UDim2.new(0.092592597, 0, 0.151515156, 0)
  62. OpenButton.Size = UDim2.new(0, 88, 0, 22)
  63. OpenButton.Font = Enum.Font.ArialBold
  64. OpenButton.Text = "OPEN"
  65. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  66. OpenButton.TextSize = 20
  67. OpenButton.TextWrapped = true
  68. OpenButton.MouseButton1Down:connect(function()
  69. MainGui.Visible = true
  70. OpenFrame.Visible = false
  71. end)
  72. -------------------------------------------------------------------------------------------------------------------------------
  73. MainGui.Name = "MainGui"
  74. MainGui.Parent = RoVoxV4
  75. MainGui.BackgroundColor3 = Color3.new(0, 0, 0)
  76. MainGui.BackgroundTransparency = 0.30000001192093
  77. MainGui.BorderColor3 = Color3.new(1, 1, 1)
  78. MainGui.BorderSizePixel = 4
  79. MainGui.Position = UDim2.new(0.00562247634, 0, 0.0150829572, 0)
  80. MainGui.Size = UDim2.new(0, 250, 0, 250)
  81. MainGui.Visible = false
  82. -------------------------------------------------------------------------------------------------------------------------------
  83. TitleMain.Name = "Title Main"
  84. TitleMain.Parent = MainGui
  85. TitleMain.BackgroundColor3 = Color3.new(0, 0, 0)
  86. TitleMain.BackgroundTransparency = 0.30000001192093
  87. TitleMain.BorderSizePixel = 0
  88. TitleMain.Size = UDim2.new(0, 250, 0, 21)
  89. TitleMain.Font = Enum.Font.ArialBold
  90. TitleMain.Text = "RoVox V4"
  91. TitleMain.TextColor3 = Color3.new(1, 1, 1)
  92. TitleMain.TextSize = 20
  93. -------------------------------------------------------------------------------------------------------------------------------
  94. CreditsMain.Name = "Credits Main"
  95. CreditsMain.Parent = MainGui
  96. CreditsMain.BackgroundColor3 = Color3.new(0, 0, 0)
  97. CreditsMain.BackgroundTransparency = 0.30000001192093
  98. CreditsMain.BorderSizePixel = 0
  99. CreditsMain.Position = UDim2.new(0, 0, 0.912, 0)
  100. CreditsMain.Size = UDim2.new(0, 250, 0, 22)
  101. CreditsMain.Font = Enum.Font.ArialBold
  102. CreditsMain.Text = "Gui Made By: Jacob#8671"
  103. CreditsMain.TextColor3 = Color3.new(1, 1, 1)
  104. CreditsMain.TextSize = 17
  105. -------------------------------------------------------------------------------------------------------------------------------
  106. FavoriteButton.Name = "Favorite Button"
  107. FavoriteButton.Parent = MainGui
  108. FavoriteButton.BackgroundColor3 = Color3.new(0, 0, 0)
  109. FavoriteButton.BorderColor3 = Color3.new(1, 1, 1)
  110. FavoriteButton.BorderSizePixel = 4
  111. FavoriteButton.Position = UDim2.new(0.100000001, 0, 0.159999996, 0)
  112. FavoriteButton.Size = UDim2.new(0, 200, 0, 37)
  113. FavoriteButton.Font = Enum.Font.ArialBold
  114. FavoriteButton.Text = "Favorite Guis"
  115. FavoriteButton.TextColor3 = Color3.new(1, 1, 1)
  116. FavoriteButton.TextSize = 20
  117. FavoriteButton.MouseButton1Down:connect(function()
  118. FavoriteFrame.Visible = true
  119. end)
  120. -------------------------------------------------------------------------------------------------------------------------------
  121. MoreGuiButton.Name = "More Gui Button"
  122. MoreGuiButton.Parent = MainGui
  123. MoreGuiButton.BackgroundColor3 = Color3.new(0, 0, 0)
  124. MoreGuiButton.BorderColor3 = Color3.new(1, 1, 1)
  125. MoreGuiButton.BorderSizePixel = 4
  126. MoreGuiButton.Position = UDim2.new(0.100000001, 0, 0.423999995, 0)
  127. MoreGuiButton.Size = UDim2.new(0, 200, 0, 37)
  128. MoreGuiButton.Modal = true
  129. MoreGuiButton.Font = Enum.Font.ArialBold
  130. MoreGuiButton.Text = "More Guis"
  131. MoreGuiButton.TextColor3 = Color3.new(1, 1, 1)
  132. MoreGuiButton.TextSize = 20
  133. MoreGuiButton.MouseButton1Down:connect(function()
  134. MoreGuiFrame.Visible = true
  135. end)
  136. -------------------------------------------------------------------------------------------------------------------------------
  137. HelpButton.Name = "Help Button"
  138. HelpButton.Parent = MainGui
  139. HelpButton.BackgroundColor3 = Color3.new(0, 0, 0)
  140. HelpButton.BorderColor3 = Color3.new(1, 1, 1)
  141. HelpButton.BorderSizePixel = 4
  142. HelpButton.Position = UDim2.new(0.100000001, 0, 0.692000031, 0)
  143. HelpButton.Size = UDim2.new(0, 200, 0, 37)
  144. HelpButton.Font = Enum.Font.ArialBold
  145. HelpButton.Text = "Help"
  146. HelpButton.TextColor3 = Color3.new(1, 1, 1)
  147. HelpButton.TextSize = 20
  148. HelpButton.MouseButton1Down:connect(function()
  149. HelpFrame.Visible = true
  150. end)
  151. -------------------------------------------------------------------------------------------------------------------------------
  152. ExitButtonMain.Name = "Exit Button Main"
  153. ExitButtonMain.Parent = MainGui
  154. ExitButtonMain.BackgroundColor3 = Color3.new(0, 0, 0)
  155. ExitButtonMain.BorderSizePixel = 0
  156. ExitButtonMain.Position = UDim2.new(0.925000012, 0, 0.000347852707, 0)
  157. ExitButtonMain.Size = UDim2.new(0, 19, 0, 15)
  158. ExitButtonMain.Font = Enum.Font.SourceSans
  159. ExitButtonMain.Text = "X"
  160. ExitButtonMain.TextColor3 = Color3.new(1, 1, 1)
  161. ExitButtonMain.TextSize = 14
  162. ExitButtonMain.MouseButton1Down:connect(function()
  163. MainGui.Visible = false
  164. OpenFrame.Visible = true
  165. end)
  166. -------------------------------------------------------------------------------------------------------------------------------
  167. FavoriteFrame.Name = "Favorite Frame"
  168. FavoriteFrame.Parent = RoVoxV4
  169. FavoriteFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  170. FavoriteFrame.BackgroundTransparency = 0.30000001192093
  171. FavoriteFrame.BorderColor3 = Color3.new(1, 1, 1)
  172. FavoriteFrame.BorderSizePixel = 4
  173. FavoriteFrame.Position = UDim2.new(0.216867447, 0, 0.0150829554, 0)
  174. FavoriteFrame.Size = UDim2.new(0, 200, 0, 230)
  175. FavoriteFrame.Visible = false
  176. -------------------------------------------------------------------------------------------------------------------------------
  177. CreditsFavorite.Name = "Credits Favorite"
  178. CreditsFavorite.Parent = FavoriteFrame
  179. CreditsFavorite.BackgroundColor3 = Color3.new(0, 0, 0)
  180. CreditsFavorite.BorderSizePixel = 0
  181. CreditsFavorite.Position = UDim2.new(0, 0, 0.870000005, 0)
  182. CreditsFavorite.Size = UDim2.new(0, 200, 0, 26)
  183. CreditsFavorite.Font = Enum.Font.ArialBold
  184. CreditsFavorite.Text = "Made by: Jacob#8671"
  185. CreditsFavorite.TextColor3 = Color3.new(1, 1, 1)
  186. CreditsFavorite.TextSize = 15
  187. -------------------------------------------------------------------------------------------------------------------------------
  188. TitleFavorites.Name = "Title Favorites"
  189. TitleFavorites.Parent = FavoriteFrame
  190. TitleFavorites.BackgroundColor3 = Color3.new(0, 0, 0)
  191. TitleFavorites.BorderSizePixel = 0
  192. TitleFavorites.Size = UDim2.new(0, 200, 0, 21)
  193. TitleFavorites.Font = Enum.Font.ArialBold
  194. TitleFavorites.Text = "Jacobs Favorite Guis"
  195. TitleFavorites.TextColor3 = Color3.new(1, 1, 1)
  196. TitleFavorites.TextSize = 15
  197. -------------------------------------------------------------------------------------------------------------------------------
  198. StatChangeButton.Name = "StatChange Button"
  199. StatChangeButton.Parent = FavoriteFrame
  200. StatChangeButton.BackgroundColor3 = Color3.new(0, 0, 0)
  201. StatChangeButton.BorderColor3 = Color3.new(1, 1, 1)
  202. StatChangeButton.BorderSizePixel = 4
  203. StatChangeButton.Position = UDim2.new(0.0850000381, 0, 0.644999981, 0)
  204. StatChangeButton.Size = UDim2.new(0, 166, 0, 37)
  205. StatChangeButton.Font = Enum.Font.ArialBold
  206. StatChangeButton.Text = "FE StatChange"
  207. StatChangeButton.TextColor3 = Color3.new(1, 1, 1)
  208. StatChangeButton.TextSize = 17
  209. -------------------------------------------------------------------------------------------------------------------------------
  210. ReVizButton.Name = "ReViz Button"
  211. ReVizButton.Parent = FavoriteFrame
  212. ReVizButton.BackgroundColor3 = Color3.new(0, 0, 0)
  213. ReVizButton.BorderColor3 = Color3.new(1, 1, 1)
  214. ReVizButton.BorderSizePixel = 4
  215. ReVizButton.Position = UDim2.new(0.0850000381, 0, 0.196521744, 0)
  216. ReVizButton.Size = UDim2.new(0, 166, 0, 37)
  217. ReVizButton.Font = Enum.Font.ArialBold
  218. ReVizButton.Text = "FE Admin"
  219. ReVizButton.TextColor3 = Color3.new(1, 1, 1)
  220. ReVizButton.TextSize = 17
  221. -------------------------------------------------------------------------------------------------------------------------------
  222. TopkekButton.Name = "Topkek Button"
  223. TopkekButton.Parent = FavoriteFrame
  224. TopkekButton.BackgroundColor3 = Color3.new(0, 0, 0)
  225. TopkekButton.BorderColor3 = Color3.new(1, 1, 1)
  226. TopkekButton.BorderSizePixel = 4
  227. TopkekButton.Position = UDim2.new(0.0849999785, 0, 0.418695569, 0)
  228. TopkekButton.Size = UDim2.new(0, 166, 0, 37)
  229. TopkekButton.Font = Enum.Font.ArialBold
  230. TopkekButton.Text = "TopKek V3"
  231. TopkekButton.TextColor3 = Color3.new(1, 1, 1)
  232. TopkekButton.TextSize = 17
  233. -------------------------------------------------------------------------------------------------------------------------------
  234. ExitButtonFavorite.Name = "Exit Button Favorite"
  235. ExitButtonFavorite.Parent = FavoriteFrame
  236. ExitButtonFavorite.BackgroundColor3 = Color3.new(0, 0, 0)
  237. ExitButtonFavorite.BorderSizePixel = 0
  238. ExitButtonFavorite.Position = UDim2.new(0.904999971, 0, 0.0130435079, 0)
  239. ExitButtonFavorite.Size = UDim2.new(0, 19, 0, 15)
  240. ExitButtonFavorite.Font = Enum.Font.SourceSans
  241. ExitButtonFavorite.Text = "X"
  242. ExitButtonFavorite.TextColor3 = Color3.new(1, 1, 1)
  243. ExitButtonFavorite.TextSize = 14
  244. ExitButtonFavorite.MouseButton1Down:connect(function()
  245. FavoriteFrame.Visible = false
  246. end)
  247. -------------------------------------------------------------------------------------------------------------------------------
  248. MoreGuiFrame.Name = "MoreGui Frame"
  249. MoreGuiFrame.Parent = RoVoxV4
  250. MoreGuiFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  251. MoreGuiFrame.BackgroundTransparency = 0.30000001192093
  252. MoreGuiFrame.BorderColor3 = Color3.new(1, 1, 1)
  253. MoreGuiFrame.BorderSizePixel = 4
  254. MoreGuiFrame.Position = UDim2.new(0.710843444, 0, 0.609351516, 0)
  255. MoreGuiFrame.Size = UDim2.new(0, 350, 0, 250)
  256. MoreGuiFrame.Visible = false
  257. -------------------------------------------------------------------------------------------------------------------------------
  258. TitleMoreGui.Name = "Title Main"
  259. TitleMoreGui.Parent = MoreGuiFrame
  260. TitleMoreGui.BackgroundColor3 = Color3.new(0, 0, 0)
  261. TitleMoreGui.BorderSizePixel = 0
  262. TitleMoreGui.Size = UDim2.new(0, 350, 0, 23)
  263. TitleMoreGui.Font = Enum.Font.ArialBold
  264. TitleMoreGui.Text = "More Scripts"
  265. TitleMoreGui.TextColor3 = Color3.new(1, 1, 1)
  266. TitleMoreGui.TextSize = 20
  267. -------------------------------------------------------------------------------------------------------------------------------
  268. CreditsMoreGui.Name = "Credits Main"
  269. CreditsMoreGui.Parent = MoreGuiFrame
  270. CreditsMoreGui.BackgroundColor3 = Color3.new(0, 0, 0)
  271. CreditsMoreGui.BorderSizePixel = 0
  272. CreditsMoreGui.Position = UDim2.new(0, 0, 0.907999992, 0)
  273. CreditsMoreGui.Size = UDim2.new(0, 350, 0, 23)
  274. CreditsMoreGui.Font = Enum.Font.ArialBold
  275. CreditsMoreGui.Text = "All Guis Made By: Jacob#8671"
  276. CreditsMoreGui.TextColor3 = Color3.new(1, 1, 1)
  277. CreditsMoreGui.TextSize = 20
  278. -------------------------------------------------------------------------------------------------------------------------------
  279. RapButton1.Name = "Rap Button 1"
  280. RapButton1.Parent = MoreGuiFrame
  281. RapButton1.BackgroundColor3 = Color3.new(0, 0, 0)
  282. RapButton1.BorderColor3 = Color3.new(1, 1, 1)
  283. RapButton1.BorderSizePixel = 4
  284. RapButton1.Position = UDim2.new(0.0571428537, 0, 0.736000001, 0)
  285. RapButton1.Size = UDim2.new(0, 141, 0, 31)
  286. RapButton1.Font = Enum.Font.ArialBold
  287. RapButton1.Text = "Rap Battle Gui 1"
  288. RapButton1.TextColor3 = Color3.new(1, 1, 1)
  289. RapButton1.TextSize = 16
  290. -------------------------------------------------------------------------------------------------------------------------------
  291. RoXploitButton.Name = "RoXploit Button"
  292. RoXploitButton.Parent = MoreGuiFrame
  293. RoXploitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  294. RoXploitButton.BorderColor3 = Color3.new(1, 1, 1)
  295. RoXploitButton.BorderSizePixel = 4
  296. RoXploitButton.Position = UDim2.new(0.542857111, 0, 0.179999948, 0)
  297. RoXploitButton.Size = UDim2.new(0, 141, 0, 31)
  298. RoXploitButton.Font = Enum.Font.ArialBold
  299. RoXploitButton.Text = "RoXploit"
  300. RoXploitButton.TextColor3 = Color3.new(1, 1, 1)
  301. RoXploitButton.TextSize = 16
  302. -------------------------------------------------------------------------------------------------------------------------------
  303. BoogaButton1.Name = "Booga Button 1"
  304. BoogaButton1.Parent = MoreGuiFrame
  305. BoogaButton1.BackgroundColor3 = Color3.new(0, 0, 0)
  306. BoogaButton1.BorderColor3 = Color3.new(1, 1, 1)
  307. BoogaButton1.BorderSizePixel = 4
  308. BoogaButton1.Position = UDim2.new(0.0571428537, 0, 0.551999986, 0)
  309. BoogaButton1.Size = UDim2.new(0, 141, 0, 31)
  310. BoogaButton1.Font = Enum.Font.ArialBold
  311. BoogaButton1.Text = "Booga Gui"
  312. BoogaButton1.TextColor3 = Color3.new(1, 1, 1)
  313. BoogaButton1.TextSize = 16
  314. -------------------------------------------------------------------------------------------------------------------------------
  315. EclipsisButton.Name = "Eclipsis Button"
  316. EclipsisButton.Parent = MoreGuiFrame
  317. EclipsisButton.BackgroundColor3 = Color3.new(0, 0, 0)
  318. EclipsisButton.BorderColor3 = Color3.new(1, 1, 1)
  319. EclipsisButton.BorderSizePixel = 4
  320. EclipsisButton.Position = UDim2.new(0.54285717, 0, 0.364000052, 0)
  321. EclipsisButton.Size = UDim2.new(0, 141, 0, 31)
  322. EclipsisButton.Font = Enum.Font.ArialBold
  323. EclipsisButton.Text = "Eclipsis Gui"
  324. EclipsisButton.TextColor3 = Color3.new(1, 1, 1)
  325. EclipsisButton.TextSize = 16
  326. -------------------------------------------------------------------------------------------------------------------------------
  327. RapButton2.Name = "Rap Button 2"
  328. RapButton2.Parent = MoreGuiFrame
  329. RapButton2.BackgroundColor3 = Color3.new(0, 0, 0)
  330. RapButton2.BorderColor3 = Color3.new(1, 1, 1)
  331. RapButton2.BorderSizePixel = 4
  332. RapButton2.Position = UDim2.new(0.542857111, 0, 0.736000001, 0)
  333. RapButton2.Size = UDim2.new(0, 141, 0, 31)
  334. RapButton2.Font = Enum.Font.ArialBold
  335. RapButton2.Text = "Rap Battle Gui 2"
  336. RapButton2.TextColor3 = Color3.new(1, 1, 1)
  337. RapButton2.TextSize = 16
  338. -------------------------------------------------------------------------------------------------------------------------------
  339. TopkekV4Button.Name = "Topkek V4 Button"
  340. TopkekV4Button.Parent = MoreGuiFrame
  341. TopkekV4Button.BackgroundColor3 = Color3.new(0, 0, 0)
  342. TopkekV4Button.BorderColor3 = Color3.new(1, 1, 1)
  343. TopkekV4Button.BorderSizePixel = 4
  344. TopkekV4Button.Position = UDim2.new(0.0571428835, 0, 0.179999977, 0)
  345. TopkekV4Button.Size = UDim2.new(0, 141, 0, 31)
  346. TopkekV4Button.Font = Enum.Font.ArialBold
  347. TopkekV4Button.Text = "Topkek V4"
  348. TopkekV4Button.TextColor3 = Color3.new(1, 1, 1)
  349. TopkekV4Button.TextSize = 16
  350. -------------------------------------------------------------------------------------------------------------------------------
  351. BoogaButton2.Name = "Booga Button 2"
  352. BoogaButton2.Parent = MoreGuiFrame
  353. BoogaButton2.BackgroundColor3 = Color3.new(0, 0, 0)
  354. BoogaButton2.BorderColor3 = Color3.new(1, 1, 1)
  355. BoogaButton2.BorderSizePixel = 4
  356. BoogaButton2.Position = UDim2.new(0.54285717, 0, 0.552000046, 0)
  357. BoogaButton2.Size = UDim2.new(0, 141, 0, 31)
  358. BoogaButton2.Font = Enum.Font.ArialBold
  359. BoogaButton2.Text = "Booga Inf Crates"
  360. BoogaButton2.TextColor3 = Color3.new(1, 1, 1)
  361. BoogaButton2.TextSize = 16
  362. -------------------------------------------------------------------------------------------------------------------------------
  363. RoVoxV3Button.Name = "RoVox V3 Button"
  364. RoVoxV3Button.Parent = MoreGuiFrame
  365. RoVoxV3Button.BackgroundColor3 = Color3.new(0, 0, 0)
  366. RoVoxV3Button.BorderColor3 = Color3.new(1, 1, 1)
  367. RoVoxV3Button.BorderSizePixel = 4
  368. RoVoxV3Button.Position = UDim2.new(0.0571428537, 0, 0.363999963, 0)
  369. RoVoxV3Button.Size = UDim2.new(0, 141, 0, 31)
  370. RoVoxV3Button.Font = Enum.Font.ArialBold
  371. RoVoxV3Button.Text = "RoVox V3"
  372. RoVoxV3Button.TextColor3 = Color3.new(1, 1, 1)
  373. RoVoxV3Button.TextSize = 16
  374. -------------------------------------------------------------------------------------------------------------------------------
  375. ExitButtonMoreGui.Name = "Exit Button Main"
  376. ExitButtonMoreGui.Parent = MoreGuiFrame
  377. ExitButtonMoreGui.BackgroundColor3 = Color3.new(0, 0, 0)
  378. ExitButtonMoreGui.BorderSizePixel = 0
  379. ExitButtonMoreGui.Position = UDim2.new(0.944999993, 0, 0.000347852707, 0)
  380. ExitButtonMoreGui.Size = UDim2.new(0, 19, 0, 15)
  381. ExitButtonMoreGui.Font = Enum.Font.SourceSans
  382. ExitButtonMoreGui.Text = "X"
  383. ExitButtonMoreGui.TextColor3 = Color3.new(1, 1, 1)
  384. ExitButtonMoreGui.TextSize = 14
  385. ExitButtonMoreGui.MouseButton1Down:connect(function()
  386. MoreGuiFrame.Visible = false
  387. end)
  388. -------------------------------------------------------------------------------------------------------------------------------
  389. HelpFrame.Name = "Help Frame"
  390. HelpFrame.Parent = RoVoxV4
  391. HelpFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  392. HelpFrame.BackgroundTransparency = 0.30000001192093
  393. HelpFrame.BorderColor3 = Color3.new(1, 1, 1)
  394. HelpFrame.BorderSizePixel = 4
  395. HelpFrame.Position = UDim2.new(0.00562248938, 0, 0.416289598, 0)
  396. HelpFrame.Size = UDim2.new(0, 200, 0, 173)
  397. HelpFrame.Visible = false
  398. -------------------------------------------------------------------------------------------------------------------------------
  399. Help1.Name = "Help 1"
  400. Help1.Parent = HelpFrame
  401. Help1.BackgroundColor3 = Color3.new(0, 0, 0)
  402. Help1.Size = UDim2.new(0, 200, 0, 37)
  403. Help1.Font = Enum.Font.SourceSans
  404. Help1.Text = "Jacob#8671"
  405. Help1.TextColor3 = Color3.new(1, 1, 1)
  406. Help1.TextSize = 14
  407. Help1.TextXAlignment = Enum.TextXAlignment.Left
  408. -------------------------------------------------------------------------------------------------------------------------------
  409. Help2.Name = "Help 2"
  410. Help2.Parent = HelpFrame
  411. Help2.BackgroundColor3 = Color3.new(0, 0, 0)
  412. Help2.Position = UDim2.new(-1.1920929e-07, 0, 0.214688927, 0)
  413. Help2.Size = UDim2.new(0, 200, 0, 34)
  414. Help2.Font = Enum.Font.SourceSans
  415. Help2.Text = "https://discord.gg/Fcu7jW"
  416. Help2.TextColor3 = Color3.new(1, 1, 1)
  417. Help2.TextSize = 14
  418. Help2.TextXAlignment = Enum.TextXAlignment.Left
  419. -------------------------------------------------------------------------------------------------------------------------------
  420. Help3.Name = "Help 3"
  421. Help3.Parent = HelpFrame
  422. Help3.BackgroundColor3 = Color3.new(0, 0, 0)
  423. Help3.Position = UDim2.new(0, 0, 0.410404623, 0)
  424. Help3.Size = UDim2.new(0, 200, 0, 37)
  425. Help3.Font = Enum.Font.SourceSans
  426. Help3.Text = "Join the discord if u want help"
  427. Help3.TextColor3 = Color3.new(1, 1, 1)
  428. Help3.TextSize = 14
  429. Help3.TextXAlignment = Enum.TextXAlignment.Left
  430. -------------------------------------------------------------------------------------------------------------------------------
  431. Help4.Name = "Help 4"
  432. Help4.Parent = HelpFrame
  433. Help4.BackgroundColor3 = Color3.new(0, 0, 0)
  434. Help4.Position = UDim2.new(0, 0, 0.630734682, 0)
  435. Help4.Size = UDim2.new(0, 200, 0, 34)
  436. Help4.Font = Enum.Font.SourceSans
  437. Help4.Text = "or if u want a free custom gui"
  438. Help4.TextColor3 = Color3.new(1, 1, 1)
  439. Help4.TextSize = 14
  440. Help4.TextXAlignment = Enum.TextXAlignment.Left
  441. -------------------------------------------------------------------------------------------------------------------------------
  442. Help5.Name = "Help 5"
  443. Help5.Parent = HelpFrame
  444. Help5.BackgroundColor3 = Color3.new(0, 0, 0)
  445. Help5.Position = UDim2.new(0, 0, 0.805303037, 0)
  446. Help5.Size = UDim2.new(0, 200, 0, 34)
  447. Help5.Font = Enum.Font.SourceSans
  448. Help5.Text = "and i got a Galaxy LED Dildo For Sale!!!"
  449. Help5.TextColor3 = Color3.new(1, 1, 1)
  450. Help5.TextSize = 14
  451. Help5.TextXAlignment = Enum.TextXAlignment.Left
  452. -------------------------------------------------------------------------------------------------------------------------------
  453. ExitButtonHelp.Name = "Exit Button Help"
  454. ExitButtonHelp.Parent = HelpFrame
  455. ExitButtonHelp.BackgroundColor3 = Color3.new(0, 0, 0)
  456. ExitButtonHelp.BorderSizePixel = 0
  457. ExitButtonHelp.Position = UDim2.new(0.904999971, 0, 0.000347852707, 0)
  458. ExitButtonHelp.Size = UDim2.new(0, 19, 0, 15)
  459. ExitButtonHelp.Font = Enum.Font.SourceSans
  460. ExitButtonHelp.Text = "X"
  461. ExitButtonHelp.TextColor3 = Color3.new(1, 1, 1)
  462. ExitButtonHelp.TextSize = 14
  463. ExitButtonHelp.MouseButton1Down:connect(function()
  464. HelpFrame.Visible = false
  465. end)
  466. -------------------------------------------------------------------------------------------------------------------------------
  467. -- Scripts --
  468. ReVizButton.MouseButton1Down:connect(function()
  469. -- Creator: illremember#3799
  470.  
  471. -- Credits to infinite yield, harkinian, dex creators
  472.  
  473. prefix = ";"
  474. wait(0.3)
  475. Commands = {
  476. '[-] cmdbar is shown when ; is pressed.',
  477. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  478. '[2] bring [plr] -- You need a tool! Will bring player to you',
  479. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  480. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  481. '[5] attach [plr] -- You need a tool! Attaches you to player',
  482. '[6] unattach [plr] -- Attempts to unattach you from a player',
  483. '[7] follow [plr] -- Makes you follow behind the player',
  484. '[8] unfollow',
  485. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  486. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  487. '[11] untrail',
  488. '[12] orbit [plr] -- Makes you orbit the player',
  489. '[13] unorbit',
  490. '[14] fling [plr] -- Makes you fling the player',
  491. '[15] unfling',
  492. '[16] fecheck -- Checks if the game is FE or not',
  493. '[17] void [plr] -- Teleports player to the void',
  494. '[18] noclip -- Gives you noclip to walk through walls',
  495. '[19] clip -- Removes noclip',
  496. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  497. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  498. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  499. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  500. '[24] annoy [plr] -- Loop teleports you to the player',
  501. '[25] unannoy',
  502. '[26] headwalk [plr] -- Loop teleports you to the player head',
  503. '[27] unheadwalk',
  504. '[28] nolimbs -- Removes your arms and legs',
  505. '[29] god -- Gives you FE Godmode',
  506. '[30] drophats -- Drops your accessories',
  507. '[31] droptool -- Drops any tool you have equipped',
  508. '[32] loopdhats -- Loop drops your accessories',
  509. '[33] unloopdhats',
  510. '[34] loopdtool -- Loop drops any tools you have equipped',
  511. '[35] unloopdtool',
  512. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  513. '[37] view [plr] -- Changes your camera to the player character',
  514. '[38] unview',
  515. '[39] goto [plr] -- Teleports you to player',
  516. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  517. '[41] unfly',
  518. '[42] chat [msg] -- Makes you chat a message',
  519. '[43] spam [msg] -- Spams a message',
  520. '[44] unspam',
  521. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  522. '[46] pmspam [plr] -- Spams a player in private message',
  523. '[47] unpmspam',
  524. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  525. '[49] uncfreeze [plr]',
  526. '[50] unlockws -- Unlocks the workspace',
  527. '[51] lockws -- Locks the workspace',
  528. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  529. '[53] pstand -- Enables platform stand',
  530. '[54] unpstand -- Disables platform stand',
  531. '[55] blockhead -- Removes your head mesh',
  532. '[56] sit',
  533. '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
  534. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  535. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  536. '[60] cmds -- Prints all commands',
  537. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  538. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  539. '[63] spinner -- Makes you spin',
  540. '[64] nospinner',
  541. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  542. '[66] noreach -- Removes reach, must have tool equipped',
  543. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  544. '[68] tp me [plr] -- Alternative to goto',
  545. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  546. '[70] uncbring',
  547. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  548. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  549. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  550. '[74] unglitch -- Unglitches you',
  551. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  552. '[76] explorer -- Loads up DEX',
  553. '[77] reset -- Resets your character.',
  554. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  555. '[79] animgui -- Loads up Energize animations GUI',
  556. '[80] savepos -- Saves your current position',
  557. '[81] loadpos -- Teleports you to your saved position',
  558. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  559. '[83] unbang',
  560. '[84] delcmdbar -- Removes the command bar completely',
  561. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  562. '[86] shutdown -- Uses harkinians script to shutdown server',
  563. '[87] respawn -- If grespawn doesnt work you can use respawn',
  564. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  565. '[89] getplrs -- Prints all players in game',
  566. '[90] deldecal -- Deletes all decals client sided',
  567. '[91] opfinality -- Loads in my FE GUI Opfinality',
  568. '[92] remotes -- Prints all remotes in the game in the console when added',
  569. '[93] noremotes -- Stops printing remotes',
  570. '[94] tpdefault -- Stops all loop teleports to a player',
  571. '[95] stopsit -- Will not allow you to sit',
  572. '[96] gosit -- Allows you to sit',
  573. '[97] clicktp -- Enables click tp',
  574. '[98] noclicktp -- Disables click tp',
  575. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  576. '[100] toolsoff -- Stops ;toolson',
  577. '[101] version -- Gets the admin version',
  578. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  579. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  580. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  581. '[105] clickdel -- Delete any block you press q on, client sided',
  582. '[106] noclickdel -- Stops clickdel',
  583. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  584. '[108] unlooprhats -- Stops loop removing mesh',
  585. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  586. '[110] unlooprtool -- Stops loop removing mesh',
  587. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  588. '[112] age [plr] -- Makes you chat the account age of the player',
  589. '[113] id [plr] -- Makes you chat the account ID of the player',
  590. '[114] .age [plr] -- Privately shows you the account age of the player',
  591. '[115] .id [plr] -- Privately shows you the account ID of the player',
  592. '[116] gameid -- Shows the game ID',
  593. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  594. '[118] removefog -- Removes fog, client sided',
  595. '[119] disable -- Disables your character by removing humanoid',
  596. '[120] enable -- Enables your character by adding humanoid',
  597. '[121] prefix [key] -- Changes the prefix used, default is ;',
  598. '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  599. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  600. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  601. '[125] uncarpet -- Stops carpet player',
  602. '[126] stare [plr] -- Turns your character to stare at another player',
  603. '[127] unstare -- Stops stare player',
  604. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  605. '[129] unlogchat -- Disables logchat',
  606. '[130] fixcam -- Fixes/resets your camera',
  607. '[131] unstate -- Stops changing state',
  608. }
  609. speedget = 1
  610.  
  611. lplayer = game:GetService("Players").LocalPlayer
  612.  
  613. lplayer.CharacterAdded:Connect(function(character)
  614. spin = false
  615. flying = false
  616. staring = false
  617. banpl = false
  618. end)
  619.  
  620. function change()
  621. prefix = prefix
  622. speedfly = speedfly
  623. end
  624.  
  625. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  626. local Found = {}
  627. local strl = String:lower()
  628. if strl == "all" then
  629. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  630. table.insert(Found,v)
  631. end
  632. elseif strl == "others" then
  633. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  634. if v.Name ~= lplayer.Name then
  635. table.insert(Found,v)
  636. end
  637. end
  638. elseif strl == "me" then
  639. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  640. if v.Name == lplayer.Name then
  641. table.insert(Found,v)
  642. end
  643. end
  644. else
  645. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  646. if v.Name:lower():sub(1, #String) == String:lower() then
  647. table.insert(Found,v)
  648. end
  649. end
  650. end
  651. return Found
  652. end
  653.  
  654. local Mouse = lplayer:GetMouse()
  655.  
  656. spin = false
  657. followed = false
  658. traill = false
  659. noclip = false
  660. annoying = false
  661. hwalk = false
  662. droppinghats = false
  663. droppingtools = false
  664. flying = false
  665. spamdelay = 1
  666. spamming = false
  667. spammingpm = false
  668. cbringing = false
  669. remotes = true
  670. added = true
  671. binds = false
  672. stopsitting = false
  673. clickgoto = false
  674. gettingtools = false
  675. removingmeshhats = false
  676. removingmeshtool = false
  677. clickdel = false
  678. staring = false
  679. chatlogs = false
  680. banpl = false
  681. changingstate = false
  682. statechosen = 0
  683.  
  684. adminversion = "Reviz Admin by illremember, Version 2.0"
  685.  
  686. flying = false
  687. speedfly = 1
  688.  
  689. function plrchat(plr, chat)
  690. print(plr.Name..": "..tick().."\n"..chat)
  691. end
  692.  
  693. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  694. v.Chatted:connect(function(chat)
  695. if chatlogs then
  696. plrchat(v, chat)
  697. end
  698. end)
  699. end
  700. game:GetService("Players").PlayerAdded:connect(function(plr)
  701. plr.Chatted:connect(function(chat)
  702. if chatlogs then
  703. plrchat(plr, chat)
  704. end
  705. end)
  706. end)
  707.  
  708.  
  709. local ScreenGui = Instance.new("ScreenGui")
  710. local Frame = Instance.new("Frame")
  711. local CMDBAR = Instance.new("TextBox")
  712. ScreenGui.Parent = game:GetService("CoreGui")
  713. Frame.Parent = ScreenGui
  714. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  715. Frame.BackgroundTransparency = 0.3
  716. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  717. Frame.Size = UDim2.new(0, 200, 0, 40)
  718. Frame.Active = true
  719. Frame.Draggable = true
  720. CMDBAR.Name = "CMDBAR"
  721. CMDBAR.Parent = Frame
  722. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  723. CMDBAR.BackgroundTransparency = 0.20000000298023
  724. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  725. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  726. CMDBAR.Font = Enum.Font.SourceSansLight
  727. CMDBAR.FontSize = Enum.FontSize.Size14
  728. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  729. CMDBAR.TextScaled = true
  730. CMDBAR.TextSize = 14
  731. CMDBAR.TextWrapped = true
  732. CMDBAR.Text = "Press ; to type, Enter to execute"
  733.  
  734. local CMDS = Instance.new("ScreenGui")
  735. local CMDSFRAME = Instance.new("Frame")
  736. local ScrollingFrame = Instance.new("ScrollingFrame")
  737. local TextLabel = Instance.new("TextLabel")
  738. local closegui = Instance.new("TextButton")
  739. CMDS.Name = "CMDS"
  740. CMDS.Parent = game:GetService("CoreGui")
  741. CMDSFRAME.Name = "CMDSFRAME"
  742. CMDSFRAME.Parent = CMDS
  743. CMDSFRAME.Active = true
  744. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  745. CMDSFRAME.BorderSizePixel = 0
  746. CMDSFRAME.Draggable = true
  747. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  748. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  749. CMDSFRAME.Visible = false
  750. ScrollingFrame.Parent = CMDSFRAME
  751. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  752. ScrollingFrame.BorderSizePixel = 0
  753. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  754. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  755. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  756. TextLabel.Parent = ScrollingFrame
  757. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  758. TextLabel.BackgroundTransparency = 1
  759. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  760. TextLabel.Font = Enum.Font.SourceSans
  761. TextLabel.FontSize = Enum.FontSize.Size18
  762. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  763. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  764. TextLabel.TextSize = 15
  765. TextLabel.TextWrapped = true
  766. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  767. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  768. closegui.Name = "closegui"
  769. closegui.Parent = CMDSFRAME
  770. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  771. closegui.BorderSizePixel = 0
  772. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  773. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  774. closegui.Font = Enum.Font.SourceSansBold
  775. closegui.FontSize = Enum.FontSize.Size24
  776. closegui.Text = "X"
  777. closegui.TextColor3 = Color3.new(1, 1, 1)
  778. closegui.TextSize = 20
  779.  
  780. closegui.MouseButton1Click:connect(function()
  781. CMDSFRAME.Visible = false
  782. end)
  783.  
  784. game:GetService('RunService').Stepped:connect(function()
  785. if spin then
  786. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  787. end
  788. if followed then
  789. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  790. end
  791. if traill then
  792. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  793. end
  794. if annoying then
  795. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  796. end
  797. if hwalk then
  798. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  799. end
  800. if staring then
  801. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  802. end
  803. end)
  804. game:GetService('RunService').Stepped:connect(function()
  805. if noclip then
  806. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  807. lplayer.Character.Head.CanCollide = false
  808. lplayer.Character.Torso.CanCollide = false
  809. lplayer.Character["Left Leg"].CanCollide = false
  810. lplayer.Character["Right Leg"].CanCollide = false
  811. else
  812. lplayer.Character.Humanoid:ChangeState(11)
  813. end
  814. end
  815. if changingstate then
  816. lplayer.Character.Humanoid:ChangeState(statechosen)
  817. end
  818. end)
  819. game:GetService('RunService').Stepped:connect(function()
  820. if droppinghats then
  821. for i,v in pairs(lplayer.Character:GetChildren()) do
  822. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  823. v.Parent = workspace
  824. end
  825. end
  826. end
  827. if droppingtools then
  828. for i,v in pairs(lplayer.Character:GetChildren()) do
  829. if (v:IsA("Tool")) then
  830. v.Parent = workspace
  831. end
  832. end
  833. end
  834. if removingmeshhats then
  835. for i,v in pairs(lplayer.Character:GetChildren()) do
  836. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  837. v.Handle.Mesh:Destroy()
  838. end
  839. end
  840. end
  841. if removingmeshtool then
  842. for i,v in pairs(lplayer.Character:GetChildren()) do
  843. if (v:IsA("Tool")) then
  844. v.Handle.Mesh:Destroy()
  845. end
  846. end
  847. end
  848. end)
  849. game:GetService('RunService').Stepped:connect(function()
  850. if banpl then
  851. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  852. end
  853. end)
  854. game:GetService('RunService').Stepped:connect(function()
  855. if stopsitting then
  856. lplayer.Character.Humanoid.Sit = false
  857. end
  858. end)
  859.  
  860. plr = lplayer
  861. hum = plr.Character.HumanoidRootPart
  862. mouse = plr:GetMouse()
  863. mouse.KeyDown:connect(function(key)
  864. if key == "e" then
  865. if mouse.Target then
  866. if clickgoto then
  867. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  868. elseif clickdel then
  869. mouse.Target:Destroy()
  870. end
  871. end
  872. end
  873. end)
  874.  
  875. game:GetService("Workspace").ChildAdded:connect(function(part)
  876. if gettingtools then
  877. if part:IsA("Tool") then
  878. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  879. end
  880. end
  881. end)
  882.  
  883. lplayer.Chatted:Connect(function(msg)
  884. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  885. if string.sub(msg, 7) == "me" then
  886. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  887. else
  888. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  889. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  890. lplayer.Character.Humanoid.Name = 1
  891. local l = lplayer.Character["1"]:Clone()
  892. l.Parent = lplayer.Character
  893. l.Name = "Humanoid"
  894. wait(0.1)
  895. lplayer.Character["1"]:Destroy()
  896. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  897. lplayer.Character.Animate.Disabled = true
  898. wait(0.1)
  899. lplayer.Character.Animate.Disabled = false
  900. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  901. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  902. lplayer.Character.Humanoid:EquipTool(v)
  903. end
  904. local function tp(player,player2)
  905. local char1,char2=player.Character,player2.Character
  906. if char1 and char2 then
  907. char1:MoveTo(char2.Head.Position)
  908. end
  909. end
  910. wait(0.1)
  911. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  912. wait(0.2)
  913. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  914. wait(0.5)
  915. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  916. wait(0.7)
  917. tp(lplayer,game:GetService("Players")[v.Name])
  918. wait(0.7)
  919. lplayer.Character.HumanoidRootPart.CFrame = NOW
  920. game:GetService("StarterGui"):SetCore("SendNotification", {
  921. Title = "Tools needed!";
  922. Text = "You need a tool in your backpack for this command!";
  923. })
  924. end
  925. end
  926. end
  927. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  928. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  929. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  930. lplayer.Character.Humanoid.Name = 1
  931. local l = lplayer.Character["1"]:Clone()
  932. l.Parent = lplayer.Character
  933. l.Name = "Humanoid"
  934. wait(0.1)
  935. lplayer.Character["1"]:Destroy()
  936. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  937. lplayer.Character.Animate.Disabled = true
  938. wait(0.1)
  939. lplayer.Character.Animate.Disabled = false
  940. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  941. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  942. lplayer.Character.Humanoid:EquipTool(v)
  943. end
  944. local function tp(player,player2)
  945. local char1,char2=player.Character,player2.Character
  946. if char1 and char2 then
  947. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  948. end
  949. end
  950. local function getout(player,player2)
  951. local char1,char2=player.Character,player2.Character
  952. if char1 and char2 then
  953. char1:MoveTo(char2.Head.Position)
  954. end
  955. end
  956. tp(game:GetService("Players")[v.Name], lplayer)
  957. wait(0.2)
  958. tp(game:GetService("Players")[v.Name], lplayer)
  959. wait(0.5)
  960. lplayer.Character.HumanoidRootPart.CFrame = NOW
  961. wait(0.5)
  962. getout(lplayer, game:GetService("Players")[v.Name])
  963. wait(0.3)
  964. lplayer.Character.HumanoidRootPart.CFrame = NOW
  965. game:GetService("StarterGui"):SetCore("SendNotification", {
  966. Title = "Tools needed!";
  967. Text = "You need a tool in your backpack for this command!";
  968. })
  969. end
  970. end
  971. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  972. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  973. lplayer.Character.Humanoid.Name = 1
  974. local l = lplayer.Character["1"]:Clone()
  975. l.Parent = lplayer.Character
  976. l.Name = "Humanoid"
  977. wait(0.1)
  978. lplayer.Character["1"]:Destroy()
  979. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  980. lplayer.Character.Animate.Disabled = true
  981. wait(0.1)
  982. lplayer.Character.Animate.Disabled = false
  983. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  984. lplayer.Character.Animate.Disabled = false
  985. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  986. lplayer.Character.Humanoid:EquipTool(v)
  987. end
  988. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  989. spinplr = v
  990. wait(0.5)
  991. spin = true
  992. game:GetService("StarterGui"):SetCore("SendNotification", {
  993. Title = "Tools needed!";
  994. Text = "You need a tool in your backpack for this command!";
  995. })
  996. end
  997. end
  998. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  999. spin = false
  1000. end
  1001. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  1002. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1003. lplayer.Character.Humanoid.Name = 1
  1004. local l = lplayer.Character["1"]:Clone()
  1005. l.Parent = lplayer.Character
  1006. l.Name = "Humanoid"
  1007. wait(0.1)
  1008. lplayer.Character["1"]:Destroy()
  1009. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1010. lplayer.Character.Animate.Disabled = true
  1011. wait(0.1)
  1012. lplayer.Character.Animate.Disabled = false
  1013. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1014. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1015. lplayer.Character.Humanoid:EquipTool(v)
  1016. end
  1017. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1018. wait(0.3)
  1019. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1020. attplr = v
  1021. game:GetService("StarterGui"):SetCore("SendNotification", {
  1022. Title = "Tools needed!";
  1023. Text = "You need a tool in your backpack for this command!";
  1024. })
  1025. end
  1026. end
  1027. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  1028. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1029. local function getout(player,player2)
  1030. local char1,char2=player.Character,player2.Character
  1031. if char1 and char2 then
  1032. char1:MoveTo(char2.Head.Position)
  1033. end
  1034. end
  1035. getout(lplayer, game:GetService("Players")[v.Name])
  1036. end
  1037. end
  1038. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  1039. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1040. followed = true
  1041. flwplr = v
  1042. end
  1043. end
  1044. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  1045. followed = false
  1046. end
  1047. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  1048. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1049. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1050. lplayer.Character.Humanoid.Name = 1
  1051. local l = lplayer.Character["1"]:Clone()
  1052. l.Parent = lplayer.Character
  1053. l.Name = "Humanoid"
  1054. wait(0.1)
  1055. lplayer.Character["1"]:Destroy()
  1056. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1057. lplayer.Character.Animate.Disabled = true
  1058. wait(0.1)
  1059. lplayer.Character.Animate.Disabled = false
  1060. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1061. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1062. lplayer.Character.Humanoid:EquipTool(v)
  1063. end
  1064. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1065. wait(0.2)
  1066. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1067. wait(0.6)
  1068. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1069. wait(0.6)
  1070. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  1071. game:GetService("StarterGui"):SetCore("SendNotification", {
  1072. Title = "Tools needed!";
  1073. Text = "You need a tool in your backpack for this command!";
  1074. })
  1075. end
  1076. end
  1077. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  1078. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1079. traill = true
  1080. trlplr = v
  1081. end
  1082. end
  1083. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  1084. traill = false
  1085. end
  1086. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  1087. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1088. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1089. else
  1090. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1091. local o = Instance.new("RocketPropulsion")
  1092. o.Parent = lplayer.Character.HumanoidRootPart
  1093. o.Name = "Orbit"
  1094. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1095. o:Fire()
  1096. noclip = true
  1097. end
  1098. end
  1099. end
  1100. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  1101. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  1102. noclip = false
  1103. end
  1104. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  1105. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1106. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1107. else
  1108. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1109. local y = Instance.new("RocketPropulsion")
  1110. y.Parent = lplayer.Character.HumanoidRootPart
  1111. y.CartoonFactor = 1
  1112. y.MaxThrust = 800000
  1113. y.MaxSpeed = 1000
  1114. y.ThrustP = 200000
  1115. y.Name = "Fling"
  1116. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1117. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1118. y:Fire()
  1119. noclip = true
  1120. end
  1121. end
  1122. end
  1123. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  1124. noclip = false
  1125. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1126. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1127. wait(0.4)
  1128. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1129. end
  1130. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  1131. if game:GetService("Workspace").FilteringEnabled == true then
  1132. warn("FE is Enabled (Filtering Enabled)")
  1133. game:GetService("StarterGui"):SetCore("SendNotification", {
  1134. Title = "FE is Enabled";
  1135. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  1136. })
  1137. else
  1138. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  1139. game:GetService("StarterGui"):SetCore("SendNotification", {
  1140. Title = "FE is Disabled";
  1141. Text = "Filtering Disabled. Consider using a different admin script.";
  1142. })
  1143. end
  1144. end
  1145. if string.sub(msg, 1, 6) == (prefix.."void ") then
  1146. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1147. lplayer.Character.Humanoid.Name = 1
  1148. local l = lplayer.Character["1"]:Clone()
  1149. l.Parent = lplayer.Character
  1150. l.Name = "Humanoid"
  1151. wait(0.1)
  1152. lplayer.Character["1"]:Destroy()
  1153. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1154. lplayer.Character.Animate.Disabled = true
  1155. wait(0.1)
  1156. lplayer.Character.Animate.Disabled = false
  1157. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1158. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1159. lplayer.Character.Humanoid:EquipTool(v)
  1160. end
  1161. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1162. wait(0.2)
  1163. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1164. wait(0.6)
  1165. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  1166. game:GetService("StarterGui"):SetCore("SendNotification", {
  1167. Title = "Tools needed!";
  1168. Text = "You need a tool in your backpack for this command!";
  1169. })
  1170. end
  1171. end
  1172. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  1173. noclip = true
  1174. game:GetService("StarterGui"):SetCore("SendNotification", {
  1175. Title = "Noclip enabled";
  1176. Text = "Type ;clip to disable";
  1177. })
  1178. end
  1179. if string.sub(msg, 1, 5) == (prefix.."clip") then
  1180. noclip = false
  1181. game:GetService("StarterGui"):SetCore("SendNotification", {
  1182. Title = "Noclip disabled";
  1183. Text = "Type ;noclip to enable";
  1184. })
  1185. end
  1186. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1187. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1188. end
  1189. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1190. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1191. end
  1192. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1193. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1194. end
  1195. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1196. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1197. end
  1198. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1199. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1200. end
  1201. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1202. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1203. end
  1204. if string.sub(msg, 1, 8) == (prefix.."default") then
  1205. lplayer.Character.Humanoid.JumpPower = 50
  1206. lplayer.Character.Humanoid.WalkSpeed = 16
  1207. lplayer.Character.Humanoid.HipHeight = 0
  1208. end
  1209. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1210. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1211. annoying = true
  1212. annplr = v
  1213. end
  1214. end
  1215. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1216. annoying = false
  1217. end
  1218. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1219. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1220. hwalk = true
  1221. hdwplr = v
  1222. end
  1223. end
  1224. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1225. hwalk = false
  1226. end
  1227. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1228. lplayer.Character["Left Leg"]:Destroy()
  1229. lplayer.Character["Left Arm"]:Destroy()
  1230. lplayer.Character["Right Leg"]:Destroy()
  1231. lplayer.Character["Right Arm"]:Destroy()
  1232. end
  1233. if string.sub(msg, 1, 4) == (prefix.."god") then
  1234. lplayer.Character.Humanoid.Name = 1
  1235. local l = lplayer.Character["1"]:Clone()
  1236. l.Parent = lplayer.Character
  1237. l.Name = "Humanoid"
  1238. wait(0.1)
  1239. lplayer.Character["1"]:Destroy()
  1240. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1241. lplayer.Character.Animate.Disabled = true
  1242. wait(0.1)
  1243. lplayer.Character.Animate.Disabled = false
  1244. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1245. game:GetService("StarterGui"):SetCore("SendNotification", {
  1246. Title = "FE Godmode enabled";
  1247. Text = "Use ;grespawn or ;respawn to remove";
  1248. })
  1249. end
  1250. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1251. for i,v in pairs(lplayer.Character:GetChildren()) do
  1252. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1253. v.Parent = workspace
  1254. end
  1255. end
  1256. end
  1257. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1258. for i,v in pairs(lplayer.Character:GetChildren()) do
  1259. if (v:IsA("Tool")) then
  1260. v.Parent = workspace
  1261. end
  1262. end
  1263. end
  1264. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1265. droppinghats = true
  1266. game:GetService("StarterGui"):SetCore("SendNotification", {
  1267. Title = "Loop Drop Enabled";
  1268. Text = "Type ;unloopdhats to disable";
  1269. })
  1270. end
  1271. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1272. droppinghats = false
  1273. game:GetService("StarterGui"):SetCore("SendNotification", {
  1274. Title = "Loop Drop Disabled";
  1275. Text = "Type ;loopdhats to enable.";
  1276. })
  1277. end
  1278. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1279. droppingtools = true
  1280. game:GetService("StarterGui"):SetCore("SendNotification", {
  1281. Title = "Loop Drop Enabled";
  1282. Text = "Type ;unloopdtool to disable";
  1283. })
  1284. end
  1285. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1286. droppingtools = false
  1287. game:GetService("StarterGui"):SetCore("SendNotification", {
  1288. Title = "Loop Drop Disabled";
  1289. Text = "Type ;loopdtool to enable.";
  1290. })
  1291. end
  1292. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1293. Local = game:GetService('Players').LocalPlayer
  1294. Char = Local.Character
  1295. touched,tpdback = false, false
  1296. box = Instance.new('Part',workspace)
  1297. box.Anchored = true
  1298. box.CanCollide = true
  1299. box.Size = Vector3.new(10,1,10)
  1300. box.Position = Vector3.new(0,10000,0)
  1301. box.Touched:connect(function(part)
  1302. if (part.Parent.Name == Local.Name) then
  1303. if touched == false then
  1304. touched = true
  1305. function apply()
  1306. if script.Disabled ~= true then
  1307. no = Char.HumanoidRootPart:Clone()
  1308. wait(.25)
  1309. Char.HumanoidRootPart:Destroy()
  1310. no.Parent = Char
  1311. Char:MoveTo(loc)
  1312. touched = false
  1313. end end
  1314. if Char then
  1315. apply()
  1316. end
  1317. end
  1318. end
  1319. end)
  1320. repeat wait() until Char
  1321. loc = Char.HumanoidRootPart.Position
  1322. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1323. game:GetService("StarterGui"):SetCore("SendNotification", {
  1324. Title = "Invisibility enabled!";
  1325. Text = "Reset or use ;respawn to remove.";
  1326. })
  1327. end
  1328. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1329. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1330. if game:GetService("Players")[v.Name].Character.Humanoid then
  1331. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1332. else
  1333. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1334. end
  1335. end
  1336. end
  1337. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1338. if lplayer.Character.Humanoid then
  1339. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1340. else
  1341. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1342. end
  1343. end
  1344. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1345. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1346. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1347. end
  1348. end
  1349. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1350. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1351. repeat wait() until Mouse
  1352.  
  1353. local T = lplayer.Character.HumanoidRootPart
  1354. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1355. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1356. local SPEED = speedget
  1357.  
  1358. local function fly()
  1359. flying = true
  1360. local BG = Instance.new('BodyGyro', T)
  1361. local BV = Instance.new('BodyVelocity', T)
  1362. BG.P = 9e4
  1363. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1364. BG.cframe = T.CFrame
  1365. BV.velocity = Vector3.new(0, 0.1, 0)
  1366. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1367. spawn(function()
  1368. repeat wait()
  1369. lplayer.Character.Humanoid.PlatformStand = true
  1370. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1371. SPEED = 50
  1372. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1373. SPEED = 0
  1374. end
  1375. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1376. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1377. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1378. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1379. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1380. else
  1381. BV.velocity = Vector3.new(0, 0.1, 0)
  1382. end
  1383. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1384. until not flying
  1385. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1386. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1387. SPEED = 0
  1388. BG:destroy()
  1389. BV:destroy()
  1390. lplayer.Character.Humanoid.PlatformStand = false
  1391. end)
  1392. end
  1393. Mouse.KeyDown:connect(function(KEY)
  1394. if KEY:lower() == 'w' then
  1395. CONTROL.F = speedfly
  1396. elseif KEY:lower() == 's' then
  1397. CONTROL.B = -speedfly
  1398. elseif KEY:lower() == 'a' then
  1399. CONTROL.L = -speedfly
  1400. elseif KEY:lower() == 'd' then
  1401. CONTROL.R = speedfly
  1402. end
  1403. end)
  1404. Mouse.KeyUp:connect(function(KEY)
  1405. if KEY:lower() == 'w' then
  1406. CONTROL.F = 0
  1407. elseif KEY:lower() == 's' then
  1408. CONTROL.B = 0
  1409. elseif KEY:lower() == 'a' then
  1410. CONTROL.L = 0
  1411. elseif KEY:lower() == 'd' then
  1412. CONTROL.R = 0
  1413. end
  1414. end)
  1415. fly()
  1416. end
  1417. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1418. flying = false
  1419. lplayer.Character.Humanoid.PlatformStand = false
  1420. end
  1421. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1422. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1423. end
  1424. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1425. spamtext = (string.sub(msg, 7))
  1426. spamming = true
  1427. end
  1428. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1429. spamming = false
  1430. end
  1431. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1432. spamdelay = (string.sub(msg, 11))
  1433. end
  1434. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1435. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1436. pmspammed = v.Name
  1437. spammingpm = true
  1438. end
  1439. end
  1440. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1441. spammingpm = false
  1442. end
  1443. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1444. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1445. v.Character["Left Leg"].Anchored = true
  1446. v.Character["Left Arm"].Anchored = true
  1447. v.Character["Right Leg"].Anchored = true
  1448. v.Character["Right Arm"].Anchored = true
  1449. v.Character.Torso.Anchored = true
  1450. v.Character.Head.Anchored = true
  1451. end
  1452. end
  1453. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1454. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1455. v.Character["Left Leg"].Anchored = false
  1456. v.Character["Left Arm"].Anchored = false
  1457. v.Character["Right Leg"].Anchored = false
  1458. v.Character["Right Arm"].Anchored = false
  1459. v.Character.Torso.Anchored = false
  1460. v.Character.Head.Anchored = false
  1461. end
  1462. end
  1463. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1464. local a = game:GetService("Workspace"):getChildren()
  1465. for i = 1, #a do
  1466. if a[i].className == "Part" then
  1467. a[i].Locked = false
  1468. elseif a[i].className == "Model" then
  1469. local r = a[i]:getChildren()
  1470. for i = 1, #r do
  1471. if r[i].className == "Part" then
  1472. r[i].Locked = false
  1473. end
  1474. end
  1475. end
  1476. end
  1477. game:GetService("StarterGui"):SetCore("SendNotification", {
  1478. Title = "Success!";
  1479. Text = "Workspace unlocked. Use ;lockws to lock.";
  1480. })
  1481. end
  1482. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1483. local a = game:GetService("Workspace"):getChildren()
  1484. for i = 1, #a do
  1485. if a[i].className == "Part" then
  1486. a[i].Locked = true
  1487. elseif a[i].className == "Model" then
  1488. local r = a[i]:getChildren()
  1489. for i = 1, #r do
  1490. if r[i].className == "Part" then
  1491. r[i].Locked = true
  1492. end
  1493. end
  1494. end
  1495. end
  1496. end
  1497. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1498. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1499. Clone_T.BinType = "Clone"
  1500. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1501. Destruct.BinType = "Hammer"
  1502. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1503. Hold_T.BinType = "Grab"
  1504. end
  1505. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1506. lplayer.Character.Humanoid.PlatformStand = true
  1507. end
  1508. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1509. lplayer.Character.Humanoid.PlatformStand = false
  1510. end
  1511. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1512. lplayer.Character.Head.Mesh:Destroy()
  1513. end
  1514. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1515. lplayer.Character.Humanoid.Sit = true
  1516. end
  1517. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1518. local function bringobjw()
  1519. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1520. if obj.Name == (string.sub(msg, 11)) then
  1521. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1522. obj.CanCollide = false
  1523. obj.Transparency = 0.7
  1524. wait()
  1525. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1526. wait()
  1527. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1528. wait()
  1529. obj.CFrame = lplayer.Character["Head"].CFrame
  1530. end
  1531. end
  1532. end
  1533. while wait() do
  1534. bringobjw()
  1535. end
  1536. game:GetService("StarterGui"):SetCore("SendNotification", {
  1537. Title = "BringObj";
  1538. Text = "BringObj enabled.";
  1539. })
  1540. end
  1541. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1542. vis = (string.sub(msg, 8))
  1543. local a = game:GetService("Workspace"):GetDescendants()
  1544. for i = 1, #a do
  1545. if a[i].className == "Part" then
  1546. a[i].Transparency = vis
  1547. elseif a[i].className == "Model" then
  1548. local r = a[i]:getChildren()
  1549. for i = 1, #r do
  1550. if r[i].className == "Part" then
  1551. r[i].Transparency = vis
  1552. end
  1553. end
  1554. end
  1555. end
  1556. end
  1557. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1558. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1559. game:GetService("StarterGui"):SetCore("SendNotification", {
  1560. Title = "Success!";
  1561. Text = "HyperTotal GUI Loaded!";
  1562. })
  1563. end
  1564. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1565. CMDSFRAME.Visible = true
  1566. end
  1567. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1568. for i,v in pairs(lplayer.Character:GetChildren()) do
  1569. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1570. v.Handle.Mesh:Destroy()
  1571. end
  1572. end
  1573. end
  1574. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1575. for i,v in pairs(lplayer.Character:GetChildren()) do
  1576. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1577. v.Handle.Mesh:Destroy()
  1578. end
  1579. end
  1580. end
  1581. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1582. for i,v in pairs(lplayer.Character:GetChildren()) do
  1583. if (v:IsA("Tool")) then
  1584. v.Handle.Mesh:Destroy()
  1585. end
  1586. end
  1587. end
  1588. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1589. for i,v in pairs(lplayer.Character:GetChildren()) do
  1590. if (v:IsA("Tool")) then
  1591. v.Handle.Mesh:Destroy()
  1592. end
  1593. end
  1594. end
  1595. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1596. local p = Instance.new("RocketPropulsion")
  1597. p.Parent = lplayer.Character.HumanoidRootPart
  1598. p.Name = "Spinner"
  1599. p.Target = lplayer.Character["Left Arm"]
  1600. p:Fire()
  1601. game:GetService("StarterGui"):SetCore("SendNotification", {
  1602. Title = "Spinner enabled";
  1603. Text = "Type ;nospinner to disable.";
  1604. })
  1605. end
  1606. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1607. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1608. end
  1609. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1610. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1611. if v:isA("Tool") then
  1612. local a = Instance.new("SelectionBox",v.Handle)
  1613. a.Adornee = v.Handle
  1614. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1615. v.GripPos = Vector3.new(0,0,0)
  1616. lplayer.Character.Humanoid:UnequipTools()
  1617. end
  1618. end
  1619. game:GetService("StarterGui"):SetCore("SendNotification", {
  1620. Title = "Reach applied!";
  1621. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1622. })
  1623. end
  1624. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1625. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1626. if v:isA("Tool") then
  1627. handleSize = v.Handle.Size
  1628. wait()
  1629. local a = Instance.new("SelectionBox",v.Handle)
  1630. a.Name = "a"
  1631. a.Adornee = v.Handle
  1632. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1633. v.GripPos = Vector3.new(0,0,0)
  1634. lplayer.Character.Humanoid:UnequipTools()
  1635. end
  1636. end
  1637. game:GetService("StarterGui"):SetCore("SendNotification", {
  1638. Title = "Reach applied!";
  1639. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1640. })
  1641. end
  1642. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1643. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1644. if v:isA("Tool") then
  1645. v.Handle.a:Destroy()
  1646. v.Handle.Size = handleSize
  1647. end
  1648. end
  1649. game:GetService("StarterGui"):SetCore("SendNotification", {
  1650. Title = "Reach removed!";
  1651. Text = "Removed reach from equipped sword.";
  1652. })
  1653. end
  1654. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1655. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1656. lplayer.Character.Humanoid.Name = 1
  1657. local l = lplayer.Character["1"]:Clone()
  1658. l.Parent = lplayer.Character
  1659. l.Name = "Humanoid"
  1660. wait(0.1)
  1661. lplayer.Character["1"]:Destroy()
  1662. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1663. lplayer.Character.Animate.Disabled = true
  1664. wait(0.1)
  1665. lplayer.Character.Animate.Disabled = false
  1666. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1667. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1668. lplayer.Character.Humanoid:EquipTool(v)
  1669. end
  1670. wait(0.1)
  1671. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1672. wait(0.2)
  1673. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1674. wait(0.5)
  1675. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1676. game:GetService("StarterGui"):SetCore("SendNotification", {
  1677. Title = "Tools needed!";
  1678. Text = "You need a tool in your backpack for this command!";
  1679. })
  1680. end
  1681. end
  1682. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1683. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1684. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1685. end
  1686. end
  1687. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1688. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1689. cbringall = true
  1690. else
  1691. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1692. brplr = v.Name
  1693. end
  1694. end
  1695. cbring = true
  1696. end
  1697. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1698. cbring = false
  1699. cbringall = false
  1700. end
  1701. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1702. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1703. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1704. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1705. lplayer.Character.Humanoid.Name = 1
  1706. local l = lplayer.Character["1"]:Clone()
  1707. l.Parent = lplayer.Character
  1708. l.Name = "Humanoid"
  1709. wait(0.1)
  1710. lplayer.Character["1"]:Destroy()
  1711. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1712. lplayer.Character.Animate.Disabled = true
  1713. wait(0.1)
  1714. lplayer.Character.Animate.Disabled = false
  1715. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1716. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1717. lplayer.Character.Humanoid:EquipTool(v)
  1718. end
  1719. local function tp(player,player2)
  1720. local char1,char2=player.Character,player2.Character
  1721. if char1 and char2 then
  1722. char1:MoveTo(char2.Head.Position)
  1723. end
  1724. end
  1725. wait(0.1)
  1726. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1727. wait(0.2)
  1728. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1729. wait(0.5)
  1730. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1731. wait(0.6)
  1732. tp(lplayer, game:GetService("Players")[v.Name])
  1733. wait(0.4)
  1734. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1735. game:GetService("StarterGui"):SetCore("SendNotification", {
  1736. Title = "Tools needed!";
  1737. Text = "You need a tool in your backpack for this command!";
  1738. })
  1739. end
  1740. end
  1741. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1742. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1743. lplayer.Character.Humanoid.Name = 1
  1744. local l = lplayer.Character["1"]:Clone()
  1745. l.Parent = lplayer.Character
  1746. l.Name = "Humanoid"
  1747. wait(0.1)
  1748. lplayer.Character["1"]:Destroy()
  1749. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1750. lplayer.Character.Animate.Disabled = true
  1751. wait(0.1)
  1752. lplayer.Character.Animate.Disabled = false
  1753. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1754. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1755. lplayer.Character.Humanoid:EquipTool(v)
  1756. end
  1757. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1758. wait(0.3)
  1759. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1760. wait(0.4)
  1761. b = Instance.new("BodyForce")
  1762. b.Parent = lplayer.Character.HumanoidRootPart
  1763. b.Name = "Glitch"
  1764. b.Force = Vector3.new(100000000,5000,0)
  1765. game:GetService("StarterGui"):SetCore("SendNotification", {
  1766. Title = "Tools needed!";
  1767. Text = "You need a tool in your backpack for this command!";
  1768. })
  1769. end
  1770. end
  1771. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1772. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1773. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1774. b = Instance.new("BodyForce")
  1775. b.Parent = lplayer.Character.HumanoidRootPart
  1776. b.Name = "unGlitch"
  1777. b.Force = Vector3.new(0,-5000000,0)
  1778. wait(2)
  1779. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1780. end
  1781. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1782. lplayer.Character.Humanoid.Health = 0
  1783. wait(1)
  1784. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1785. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1786. end
  1787. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1788. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1789. game:GetService("StarterGui"):SetCore("SendNotification", {
  1790. Title = "Success!";
  1791. Text = "DEX Explorer has loaded.";
  1792. })
  1793. end
  1794. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1795. local Anim = Instance.new("Animation")
  1796. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1797. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1798. track:Play(.1, 1, 1)
  1799. end
  1800. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1801. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1802. game:GetService("StarterGui"):SetCore("SendNotification", {
  1803. Title = "Success!";
  1804. Text = "Energize Animations GUI has loaded.";
  1805. })
  1806. end
  1807. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1808. saved = lplayer.Character.HumanoidRootPart.CFrame
  1809. game:GetService("StarterGui"):SetCore("SendNotification", {
  1810. Title = "Position Saved";
  1811. Text = "Use ;loadpos to return to saved position.";
  1812. })
  1813. end
  1814. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1815. lplayer.Character.HumanoidRootPart.CFrame = saved
  1816. end
  1817. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1818. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1819. local Anim2 = Instance.new("Animation")
  1820. Anim2.AnimationId = "rbxassetid://148840371"
  1821. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1822. track2:Play(.1, 1, 1)
  1823. bplrr = v.Name
  1824. banpl = true
  1825. end
  1826. end
  1827. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1828. banpl = false
  1829. end
  1830. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1831. local function bringmodw()
  1832. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1833. if obj.Name == (string.sub(msg, 11)) then
  1834. for i,ch in pairs(obj:GetDescendants()) do
  1835. if (ch:IsA("BasePart")) then
  1836. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1837. ch.CanCollide = false
  1838. ch.Transparency = 0.7
  1839. wait()
  1840. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1841. wait()
  1842. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1843. wait()
  1844. ch.CFrame = lplayer.Character["Head"].CFrame
  1845. end
  1846. end
  1847. end
  1848. end
  1849. end
  1850. while wait() do
  1851. bringmodw()
  1852. end
  1853. game:GetService("StarterGui"):SetCore("SendNotification", {
  1854. Title = "BringMod";
  1855. Text = "BringMod enabled.";
  1856. })
  1857. end
  1858. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1859. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1860. local hum = Instance.new('Humanoid', mod)
  1861. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1862. lplayer.Character = mod
  1863. end
  1864. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1865. game:GetService'RunService'.Stepped:Connect(function()
  1866. pcall(function()
  1867. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1868. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1869. for _,x in pairs(v.Character.Head:GetChildren()) do
  1870. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1871. end
  1872. end
  1873. end
  1874. end)
  1875. end)
  1876. game:GetService("StarterGui"):SetCore("SendNotification", {
  1877. Title = "Attempting Shutdown";
  1878. Text = "Shutdown Attempt has begun.";
  1879. })
  1880. end
  1881. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1882. objtodel = (string.sub(msg, 9))
  1883. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1884. if v.Name == objtodel then
  1885. v:Destroy()
  1886. end
  1887. end
  1888. end
  1889. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1890. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1891. print(v)
  1892. end
  1893. game:GetService("StarterGui"):SetCore("SendNotification", {
  1894. Title = "Printed";
  1895. Text = "Players have been printed to console. (F9)";
  1896. })
  1897. end
  1898. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1899. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1900. if (v:IsA("Decal")) then
  1901. v:Destroy()
  1902. end
  1903. end
  1904. end
  1905. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1906. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1907. game:GetService("StarterGui"):SetCore("SendNotification", {
  1908. Title = "Success!";
  1909. Text = "OpFinality GUI has loaded.";
  1910. })
  1911. end
  1912. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1913. remotes = true
  1914. added = true
  1915. game.DescendantAdded:connect(function(rmt)
  1916. if added == true then
  1917. if remotes == true then
  1918. if rmt:IsA("RemoteEvent") then
  1919. print("A RemoteEvent was added!")
  1920. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1921. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1922. end end end
  1923. end)
  1924. game.DescendantAdded:connect(function(rmtfnctn)
  1925. if added == true then
  1926. if remotes == true then
  1927. if rmtfnctn:IsA("RemoteFunction") then
  1928. warn("A RemoteFunction was added!")
  1929. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1930. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1931. end end end
  1932. end)
  1933.  
  1934. game.DescendantAdded:connect(function(bndfnctn)
  1935. if added == true then
  1936. if binds == true then
  1937. if bndfnctn:IsA("BindableFunction") then
  1938. print("A BindableFunction was added!")
  1939. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1940. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1941. end end end
  1942. end)
  1943.  
  1944. game.DescendantAdded:connect(function(bnd)
  1945. if added == true then
  1946. if binds == true then
  1947. if bnd:IsA("BindableEvent") then
  1948. warn("A BindableEvent was added!")
  1949. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1950. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1951. end end end
  1952. end)
  1953.  
  1954.  
  1955. if binds == true then
  1956. for i,v in pairs(game:GetDescendants()) do
  1957. if v:IsA("BindableFunction") then
  1958. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1959. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1960. end end
  1961. for i,v in pairs(game:GetDescendants()) do
  1962. if v:IsA("BindableEvent") then
  1963. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1964. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1965. end end
  1966. else
  1967. print("Off")
  1968. end
  1969. if remotes == true then
  1970. for i,v in pairs(game:GetDescendants()) do
  1971. if v:IsA("RemoteFunction") then
  1972. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1973. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1974. end end
  1975. wait()
  1976. for i,v in pairs(game:GetDescendants()) do
  1977. if v:IsA("RemoteEvent") then
  1978. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1979. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1980. end end
  1981. else
  1982. print("Off")
  1983. end
  1984. game:GetService("StarterGui"):SetCore("SendNotification", {
  1985. Title = "Printing Remotes";
  1986. Text = "Type ;noremotes to disable.";
  1987. })
  1988. end
  1989. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1990. remotes = false
  1991. added = false
  1992. game:GetService("StarterGui"):SetCore("SendNotification", {
  1993. Title = "Printing Remotes Disabled";
  1994. Text = "Type ;remotes to enable.";
  1995. })
  1996. end
  1997. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1998. spin = false
  1999. followed = false
  2000. traill = false
  2001. noclip = false
  2002. annoying = false
  2003. hwalk = false
  2004. cbringing = false
  2005. end
  2006. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  2007. stopsitting = true
  2008. end
  2009. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  2010. stopsitting = false
  2011. end
  2012. if string.sub(msg, 1, 8) == (prefix.."version") then
  2013. print(adminversion)
  2014. game:GetService("StarterGui"):SetCore("SendNotification", {
  2015. Title = "Version";
  2016. Text = adminversion;
  2017. })
  2018. end
  2019. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  2020. clickgoto = true
  2021. game:GetService("StarterGui"):SetCore("SendNotification", {
  2022. Title = "Click TP";
  2023. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  2024. })
  2025. end
  2026. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  2027. clickdel = true
  2028. game:GetService("StarterGui"):SetCore("SendNotification", {
  2029. Title = "Click Delete";
  2030. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  2031. })
  2032. end
  2033. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  2034. clickdel = false
  2035. game:GetService("StarterGui"):SetCore("SendNotification", {
  2036. Title = "Click Delete";
  2037. Text = "Click delete has been disabled.";
  2038. })
  2039. end
  2040. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  2041. clickgoto = false
  2042. game:GetService("StarterGui"):SetCore("SendNotification", {
  2043. Title = "Click TP";
  2044. Text = "Click TP has been disabled.";
  2045. })
  2046. end
  2047. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  2048. gettingtools = true
  2049. game:GetService("StarterGui"):SetCore("SendNotification", {
  2050. Title = "Tools Enabled";
  2051. Text = "Automatically colleting tools dropped.";
  2052. })
  2053. end
  2054. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  2055. gettingtools = false
  2056. game:GetService("StarterGui"):SetCore("SendNotification", {
  2057. Title = "Tools Disabled";
  2058. Text = "Click TP has been disabled.";
  2059. })
  2060. end
  2061. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  2062. ScreenGui:Destroy()
  2063. end
  2064. if string.sub(msg, 1, 6) == (prefix.."reset") then
  2065. lplayer.Character.Head:Destroy()
  2066. end
  2067. if string.sub(msg, 1, 7) == (prefix.."state ") then
  2068. statechosen = string.sub(msg, 8)
  2069. changingstate = true
  2070. end
  2071. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  2072. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  2073. end
  2074. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  2075. removingmeshhats = true
  2076. end
  2077. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  2078. removingmeshhats = false
  2079. end
  2080. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  2081. removingmeshtool = true
  2082. end
  2083. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  2084. removingmeshtool = false
  2085. end
  2086. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  2087. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  2088. if v:IsA("Tool") then
  2089. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  2090. v.Parent = player.Character
  2091. end
  2092. end
  2093. end
  2094. end
  2095. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  2096. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  2097. if v:IsA("Tool") then
  2098. v.Parent = lplayer.Character
  2099. wait()
  2100. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  2101. v.Parent = player.Character
  2102. end
  2103. end
  2104. end
  2105. end
  2106. if string.sub(msg, 1, 5) == (prefix.."age ") then
  2107. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2108. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  2109. end
  2110. end
  2111. if string.sub(msg, 1, 4) == (prefix.."id ") then
  2112. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  2113. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  2114. end
  2115. end
  2116. if string.sub(msg, 1, 6) == (prefix..".age ") then
  2117. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  2118. game:GetService("StarterGui"):SetCore("SendNotification", {
  2119. Title = player.AccountAge.." Days";
  2120. Text = "Account age of "..player.Name;
  2121. })
  2122. end
  2123. end
  2124. if string.sub(msg, 1, 5) == (prefix..".id ") then
  2125. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2126. game:GetService("StarterGui"):SetCore("SendNotification", {
  2127. Title = player.UserId.." ID";
  2128. Text = "Account ID of "..player.Name;
  2129. })
  2130. end
  2131. end
  2132. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  2133. game:GetService("StarterGui"):SetCore("SendNotification", {
  2134. Title = "Game ID";
  2135. Text = "Game ID: ".. game.GameId;
  2136. })
  2137. end
  2138. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  2139. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  2140. if pgscheck == true then
  2141. game:GetService("StarterGui"):SetCore("SendNotification", {
  2142. Title = "PGSPhysicsSolverEnabled";
  2143. Text = "PGS is Enabled!";
  2144. })
  2145. else
  2146. game:GetService("StarterGui"):SetCore("SendNotification", {
  2147. Title = "PGSPhysicsSolverEnabled";
  2148. Text = "PGS is Disabled!";
  2149. })
  2150. end
  2151. end
  2152. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  2153. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2154. if v:IsA("Part") then
  2155. if v.Transparency == 1 then
  2156. if v.Name ~= "HumanoidRootPart" then
  2157. v:Destroy()
  2158. end
  2159. end
  2160. end
  2161. end
  2162. end
  2163. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  2164. game:GetService("Lighting").FogStart = 0
  2165. game:GetService("Lighting").FogEnd = 9999999999999
  2166. end
  2167. if string.sub(msg, 1, 8) == (prefix.."disable") then
  2168. lplayer.Character.Humanoid.Parent = lplayer
  2169. end
  2170. if string.sub(msg, 1, 7) == (prefix.."enable") then
  2171. lplayer.Humanoid.Parent = lplayer.Character
  2172. end
  2173. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  2174. prefix = (string.sub(msg, 9, 9))
  2175. wait(0.1)
  2176. change()
  2177. wait(0.1)
  2178. game:GetService("StarterGui"):SetCore("SendNotification", {
  2179. Title = "Prefix changed!";
  2180. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  2181. })
  2182. end
  2183. if string.sub(msg, 1, 12) == (";resetprefix") then
  2184. prefix = ";"
  2185. wait(0.1)
  2186. change()
  2187. wait(0.1)
  2188. game:GetService("StarterGui"):SetCore("SendNotification", {
  2189. Title = "Prefix changed!";
  2190. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  2191. })
  2192. end
  2193. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  2194. speedfly = string.sub(msg, 11)
  2195. wait()
  2196. change()
  2197. end
  2198. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  2199. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2200. local Anim3 = Instance.new("Animation")
  2201. Anim3.AnimationId = "rbxassetid://282574440"
  2202. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2203. track3:Play(.1, 1, 1)
  2204. bplrr = v.Name
  2205. banpl = true
  2206. end
  2207. end
  2208. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2209. banpl = false
  2210. end
  2211. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2212. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2213. staring = true
  2214. stareplr = v
  2215. end
  2216. end
  2217. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2218. staring = false
  2219. end
  2220. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2221. chatlogs = true
  2222. game:GetService("StarterGui"):SetCore("SendNotification", {
  2223. Title = "LogChat enabled";
  2224. Text = "Now logging all player chat.";
  2225. })
  2226. end
  2227. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2228. chatlogs = false
  2229. game:GetService("StarterGui"):SetCore("SendNotification", {
  2230. Title = "LogChat disabled";
  2231. Text = "Stopped logging all player chat.";
  2232. })
  2233. end
  2234. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2235. game:GetService("Workspace").CurrentCamera:Destroy()
  2236. wait(0.1)
  2237. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2238. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2239. lplayer.CameraMinZoomDistance = 0.5
  2240. lplayer.CameraMaxZoomDistance = 400
  2241. lplayer.CameraMode = "Classic"
  2242. end
  2243. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2244. changingstate = false
  2245. end
  2246. end)
  2247.  
  2248. local function tp()
  2249. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2250. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2251. if player.Name == brplr then
  2252. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2253. end
  2254. end
  2255. end
  2256. end
  2257. local function tpall()
  2258. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2259. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2260. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2261. end
  2262. end
  2263. end
  2264. spawn(function()
  2265. while wait(spamdelay) do
  2266. if spamming == true then
  2267. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2268. end
  2269. end
  2270. end)
  2271. spawn(function()
  2272. while wait(spamdelay) do
  2273. if spammingpm == true then
  2274. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2275. end
  2276. end
  2277. end)
  2278. spawn(function()
  2279. while wait() do
  2280. if cbring == true then
  2281. tp()
  2282. end
  2283. end
  2284. end)
  2285. spawn(function()
  2286. while wait() do
  2287. if cbringall == true then
  2288. tpall()
  2289. end
  2290. end
  2291. end)
  2292.  
  2293. Mouse.KeyDown:connect(function(Key)
  2294. if Key == prefix then
  2295. CMDBAR:CaptureFocus()
  2296. end
  2297. end)
  2298.  
  2299. CMDBAR.FocusLost:connect(function(enterPressed)
  2300. if enterPressed then
  2301. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2302. if string.sub(CMDBAR.Text, 6) == "me" then
  2303. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2304. else
  2305. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2306. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2307. lplayer.Character.Humanoid.Name = 1
  2308. local l = lplayer.Character["1"]:Clone()
  2309. l.Parent = lplayer.Character
  2310. l.Name = "Humanoid"
  2311. wait(0.1)
  2312. lplayer.Character["1"]:Destroy()
  2313. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2314. lplayer.Character.Animate.Disabled = true
  2315. wait(0.1)
  2316. lplayer.Character.Animate.Disabled = false
  2317. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2318. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2319. lplayer.Character.Humanoid:EquipTool(v)
  2320. end
  2321. local function tp(player,player2)
  2322. local char1,char2=player.Character,player2.Character
  2323. if char1 and char2 then
  2324. char1:MoveTo(char2.Head.Position)
  2325. end
  2326. end
  2327. wait(0.1)
  2328. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2329. wait(0.2)
  2330. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2331. wait(0.5)
  2332. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2333. wait(0.7)
  2334. tp(lplayer,game:GetService("Players")[v.Name])
  2335. wait(0.7)
  2336. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2337. game:GetService("StarterGui"):SetCore("SendNotification", {
  2338. Title = "Tools needed!";
  2339. Text = "You need a tool in your backpack for this command!";
  2340. })
  2341. end
  2342. end
  2343. end
  2344. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2345. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2346. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2347. lplayer.Character.Humanoid.Name = 1
  2348. local l = lplayer.Character["1"]:Clone()
  2349. l.Parent = lplayer.Character
  2350. l.Name = "Humanoid"
  2351. wait(0.1)
  2352. lplayer.Character["1"]:Destroy()
  2353. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2354. lplayer.Character.Animate.Disabled = true
  2355. wait(0.1)
  2356. lplayer.Character.Animate.Disabled = false
  2357. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2358. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2359. lplayer.Character.Humanoid:EquipTool(v)
  2360. end
  2361. local function tp(player,player2)
  2362. local char1,char2=player.Character,player2.Character
  2363. if char1 and char2 then
  2364. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2365. end
  2366. end
  2367. local function getout(player,player2)
  2368. local char1,char2=player.Character,player2.Character
  2369. if char1 and char2 then
  2370. char1:MoveTo(char2.Head.Position)
  2371. end
  2372. end
  2373. tp(game:GetService("Players")[v.Name], lplayer)
  2374. wait(0.2)
  2375. tp(game:GetService("Players")[v.Name], lplayer)
  2376. wait(0.5)
  2377. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2378. wait(0.5)
  2379. getout(lplayer, game:GetService("Players")[v.Name])
  2380. wait(0.3)
  2381. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2382. game:GetService("StarterGui"):SetCore("SendNotification", {
  2383. Title = "Tools needed!";
  2384. Text = "You need a tool in your backpack for this command!";
  2385. })
  2386. end
  2387. end
  2388. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2389. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2390. lplayer.Character.Humanoid.Name = 1
  2391. local l = lplayer.Character["1"]:Clone()
  2392. l.Parent = lplayer.Character
  2393. l.Name = "Humanoid"
  2394. wait(0.1)
  2395. lplayer.Character["1"]:Destroy()
  2396. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2397. lplayer.Character.Animate.Disabled = true
  2398. wait(0.1)
  2399. lplayer.Character.Animate.Disabled = false
  2400. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2401. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2402. lplayer.Character.Humanoid:EquipTool(v)
  2403. end
  2404. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2405. spinplr = v
  2406. wait(0.5)
  2407. spin = true
  2408. game:GetService("StarterGui"):SetCore("SendNotification", {
  2409. Title = "Tools needed!";
  2410. Text = "You need a tool in your backpack for this command!";
  2411. })
  2412. end
  2413. end
  2414. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2415. spin = false
  2416. end
  2417. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2418. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2419. lplayer.Character.Humanoid.Name = 1
  2420. local l = lplayer.Character["1"]:Clone()
  2421. l.Parent = lplayer.Character
  2422. l.Name = "Humanoid"
  2423. wait(0.1)
  2424. lplayer.Character["1"]:Destroy()
  2425. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2426. lplayer.Character.Animate.Disabled = true
  2427. wait(0.1)
  2428. lplayer.Character.Animate.Disabled = false
  2429. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2430. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2431. lplayer.Character.Humanoid:EquipTool(v)
  2432. end
  2433. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2434. wait(0.3)
  2435. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2436. attplr = v
  2437. game:GetService("StarterGui"):SetCore("SendNotification", {
  2438. Title = "Tools needed!";
  2439. Text = "You need a tool in your backpack for this command!";
  2440. })
  2441. end
  2442. end
  2443. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2444. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2445. local function getout(player,player2)
  2446. local char1,char2=player.Character,player2.Character
  2447. if char1 and char2 then
  2448. char1:MoveTo(char2.Head.Position)
  2449. end
  2450. end
  2451. getout(lplayer, game:GetService("Players")[v.Name])
  2452. end
  2453. end
  2454. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2455. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2456. followed = true
  2457. flwplr = v
  2458. end
  2459. end
  2460. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2461. followed = false
  2462. end
  2463. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2464. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2465. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2466. lplayer.Character.Humanoid.Name = 1
  2467. local l = lplayer.Character["1"]:Clone()
  2468. l.Parent = lplayer.Character
  2469. l.Name = "Humanoid"
  2470. wait(0.1)
  2471. lplayer.Character["1"]:Destroy()
  2472. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2473. lplayer.Character.Animate.Disabled = true
  2474. wait(0.1)
  2475. lplayer.Character.Animate.Disabled = false
  2476. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2477. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2478. lplayer.Character.Humanoid:EquipTool(v)
  2479. end
  2480. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2481. wait(0.2)
  2482. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2483. wait(0.6)
  2484. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2485. wait(0.6)
  2486. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2487. game:GetService("StarterGui"):SetCore("SendNotification", {
  2488. Title = "Tools needed!";
  2489. Text = "You need a tool in your backpack for this command!";
  2490. })
  2491. end
  2492. end
  2493. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2494. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2495. traill = true
  2496. trlplr = v
  2497. end
  2498. end
  2499. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2500. traill = false
  2501. end
  2502. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2503. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2504. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2505. else
  2506. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2507. local o = Instance.new("RocketPropulsion")
  2508. o.Parent = lplayer.Character.HumanoidRootPart
  2509. o.Name = "Orbit"
  2510. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2511. o:Fire()
  2512. noclip = true
  2513. end
  2514. end
  2515. end
  2516. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2517. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2518. noclip = false
  2519. end
  2520. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2521. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2522. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2523. else
  2524. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2525. local y = Instance.new("RocketPropulsion")
  2526. y.Parent = lplayer.Character.HumanoidRootPart
  2527. y.CartoonFactor = 1
  2528. y.MaxThrust = 800000
  2529. y.MaxSpeed = 1000
  2530. y.ThrustP = 200000
  2531. y.Name = "Fling"
  2532. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2533. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2534. y:Fire()
  2535. noclip = true
  2536. end
  2537. end
  2538. end
  2539. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2540. noclip = false
  2541. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2542. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2543. wait(0.4)
  2544. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2545. end
  2546. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2547. if game:GetService("Workspace").FilteringEnabled == true then
  2548. warn("FE is Enabled (Filtering Enabled)")
  2549. game:GetService("StarterGui"):SetCore("SendNotification", {
  2550. Title = "FE is Enabled";
  2551. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2552. })
  2553. else
  2554. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2555. game:GetService("StarterGui"):SetCore("SendNotification", {
  2556. Title = "FE is Disabled";
  2557. Text = "Filtering Disabled. Consider using a different admin script.";
  2558. })
  2559. end
  2560. end
  2561. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2562. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2563. lplayer.Character.Humanoid.Name = 1
  2564. local l = lplayer.Character["1"]:Clone()
  2565. l.Parent = lplayer.Character
  2566. l.Name = "Humanoid"
  2567. wait(0.1)
  2568. lplayer.Character["1"]:Destroy()
  2569. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2570. lplayer.Character.Animate.Disabled = true
  2571. wait(0.1)
  2572. lplayer.Character.Animate.Disabled = false
  2573. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2574. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2575. lplayer.Character.Humanoid:EquipTool(v)
  2576. end
  2577. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2578. wait(0.2)
  2579. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2580. wait(0.6)
  2581. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2582. game:GetService("StarterGui"):SetCore("SendNotification", {
  2583. Title = "Tools needed!";
  2584. Text = "You need a tool in your backpack for this command!";
  2585. })
  2586. end
  2587. end
  2588. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2589. noclip = true
  2590. game:GetService("StarterGui"):SetCore("SendNotification", {
  2591. Title = "Noclip enabled";
  2592. Text = "Type ;clip to disable";
  2593. })
  2594. end
  2595. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2596. noclip = false
  2597. game:GetService("StarterGui"):SetCore("SendNotification", {
  2598. Title = "Noclip disabled";
  2599. Text = "Type ;noclip to enable";
  2600. })
  2601. end
  2602. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2603. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2604. end
  2605. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2606. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2607. end
  2608. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2609. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2610. end
  2611. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2612. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2613. end
  2614. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2615. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2616. end
  2617. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2618. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2619. end
  2620. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2621. lplayer.Character.Humanoid.JumpPower = 50
  2622. lplayer.Character.Humanoid.WalkSpeed = 16
  2623. lplayer.Character.Humanoid.HipHeight = 0
  2624. end
  2625. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2626. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2627. annoying = true
  2628. annplr = v
  2629. end
  2630. end
  2631. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2632. annoying = false
  2633. end
  2634. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2635. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2636. hwalk = true
  2637. hdwplr = v
  2638. end
  2639. end
  2640. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2641. hwalk = false
  2642. end
  2643. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2644. lplayer.Character["Left Leg"]:Destroy()
  2645. lplayer.Character["Left Arm"]:Destroy()
  2646. lplayer.Character["Right Leg"]:Destroy()
  2647. lplayer.Character["Right Arm"]:Destroy()
  2648. end
  2649. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2650. lplayer.Character.Humanoid.Name = 1
  2651. local l = lplayer.Character["1"]:Clone()
  2652. l.Parent = lplayer.Character
  2653. l.Name = "Humanoid"
  2654. wait(0.1)
  2655. lplayer.Character["1"]:Destroy()
  2656. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2657. lplayer.Character.Animate.Disabled = true
  2658. wait(0.1)
  2659. lplayer.Character.Animate.Disabled = false
  2660. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2661. game:GetService("StarterGui"):SetCore("SendNotification", {
  2662. Title = "FE Godmode enabled";
  2663. Text = "Use ;grespawn or ;respawn to remove.";
  2664. })
  2665. end
  2666. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2667. for i,v in pairs(lplayer.Character:GetChildren()) do
  2668. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2669. v.Parent = workspace
  2670. end
  2671. end
  2672. end
  2673. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2674. for i,v in pairs(lplayer.Character:GetChildren()) do
  2675. if (v:IsA("Tool")) then
  2676. v.Parent = workspace
  2677. end
  2678. end
  2679. end
  2680. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2681. droppinghats = true
  2682. game:GetService("StarterGui"):SetCore("SendNotification", {
  2683. Title = "Loop Drop Enabled";
  2684. Text = "Type ;unloopdhats to disable";
  2685. })
  2686. end
  2687. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2688. droppinghats = false
  2689. game:GetService("StarterGui"):SetCore("SendNotification", {
  2690. Title = "Loop Drop Disabled";
  2691. Text = "Type ;loopdhats to enable.";
  2692. })
  2693. end
  2694. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2695. droppingtools = true
  2696. game:GetService("StarterGui"):SetCore("SendNotification", {
  2697. Title = "Loop Drop Enabled";
  2698. Text = "Type ;unloopdtool to disable";
  2699. })
  2700. end
  2701. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2702. droppingtools = false
  2703. game:GetService("StarterGui"):SetCore("SendNotification", {
  2704. Title = "Loop Drop Disabled";
  2705. Text = "Type ;loopdtool to enable.";
  2706. })
  2707. end
  2708. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2709. Local = game:GetService('Players').LocalPlayer
  2710. Char = Local.Character
  2711. touched,tpdback = false, false
  2712. box = Instance.new('Part',workspace)
  2713. box.Anchored = true
  2714. box.CanCollide = true
  2715. box.Size = Vector3.new(10,1,10)
  2716. box.Position = Vector3.new(0,10000,0)
  2717. box.Touched:connect(function(part)
  2718. if (part.Parent.Name == Local.Name) then
  2719. if touched == false then
  2720. touched = true
  2721. function apply()
  2722. if script.Disabled ~= true then
  2723. no = Char.HumanoidRootPart:Clone()
  2724. wait(.25)
  2725. Char.HumanoidRootPart:Destroy()
  2726. no.Parent = Char
  2727. Char:MoveTo(loc)
  2728. touched = false
  2729. end end
  2730. if Char then
  2731. apply()
  2732. end
  2733. end
  2734. end
  2735. end)
  2736. repeat wait() until Char
  2737. loc = Char.HumanoidRootPart.Position
  2738. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2739. game:GetService("StarterGui"):SetCore("SendNotification", {
  2740. Title = "Invisibility enabled!";
  2741. Text = "Reset or use ;respawn to remove.";
  2742. })
  2743. end
  2744. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2745. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2746. if game:GetService("Players")[v.Name].Character.Humanoid then
  2747. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2748. else
  2749. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2750. end
  2751. end
  2752. end
  2753. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2754. if lplayer.Character.Humanoid then
  2755. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2756. else
  2757. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2758. end
  2759. end
  2760. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2761. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2762. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2763. end
  2764. end
  2765. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2766. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2767. repeat wait() until Mouse
  2768.  
  2769. local T = lplayer.Character.HumanoidRootPart
  2770. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2771. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2772. local SPEED = speedget
  2773.  
  2774. local function fly()
  2775. flying = true
  2776. local BG = Instance.new('BodyGyro', T)
  2777. local BV = Instance.new('BodyVelocity', T)
  2778. BG.P = 9e4
  2779. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2780. BG.cframe = T.CFrame
  2781. BV.velocity = Vector3.new(0, 0.1, 0)
  2782. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2783. spawn(function()
  2784. repeat wait()
  2785. lplayer.Character.Humanoid.PlatformStand = true
  2786. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2787. SPEED = 50
  2788. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2789. SPEED = 0
  2790. end
  2791. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2792. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2793. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2794. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2795. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2796. else
  2797. BV.velocity = Vector3.new(0, 0.1, 0)
  2798. end
  2799. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2800. until not flying
  2801. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2802. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2803. SPEED = 0
  2804. BG:destroy()
  2805. BV:destroy()
  2806. lplayer.Character.Humanoid.PlatformStand = false
  2807. end)
  2808. end
  2809. Mouse.KeyDown:connect(function(KEY)
  2810. if KEY:lower() == 'w' then
  2811. CONTROL.F = speedfly
  2812. elseif KEY:lower() == 's' then
  2813. CONTROL.B = -speedfly
  2814. elseif KEY:lower() == 'a' then
  2815. CONTROL.L = -speedfly
  2816. elseif KEY:lower() == 'd' then
  2817. CONTROL.R = speedfly
  2818. end
  2819. end)
  2820. Mouse.KeyUp:connect(function(KEY)
  2821. if KEY:lower() == 'w' then
  2822. CONTROL.F = 0
  2823. elseif KEY:lower() == 's' then
  2824. CONTROL.B = 0
  2825. elseif KEY:lower() == 'a' then
  2826. CONTROL.L = 0
  2827. elseif KEY:lower() == 'd' then
  2828. CONTROL.R = 0
  2829. end
  2830. end)
  2831. fly()
  2832. end
  2833. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2834. flying = false
  2835. lplayer.Character.Humanoid.PlatformStand = false
  2836. end
  2837. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2838. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2839. end
  2840. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2841. spamtext = (string.sub(CMDBAR.Text, 6))
  2842. spamming = true
  2843. end
  2844. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2845. spamming = false
  2846. end
  2847. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2848. spamdelay = (string.sub(CMDBAR.Text, 10))
  2849. end
  2850. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2851. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2852. pmspammed = v.Name
  2853. spammingpm = true
  2854. end
  2855. end
  2856. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2857. spammingpm = false
  2858. end
  2859. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2860. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2861. v.Character["Left Leg"].Anchored = true
  2862. v.Character["Left Arm"].Anchored = true
  2863. v.Character["Right Leg"].Anchored = true
  2864. v.Character["Right Arm"].Anchored = true
  2865. v.Character.Torso.Anchored = true
  2866. v.Character.Head.Anchored = true
  2867. end
  2868. end
  2869. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2870. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2871. v.Character["Left Leg"].Anchored = false
  2872. v.Character["Left Arm"].Anchored = false
  2873. v.Character["Right Leg"].Anchored = false
  2874. v.Character["Right Arm"].Anchored = false
  2875. v.Character.Torso.Anchored = false
  2876. v.Character.Head.Anchored = false
  2877. end
  2878. end
  2879. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2880. local a = game:GetService("Workspace"):getChildren()
  2881. for i = 1, #a do
  2882. if a[i].className == "Part" then
  2883. a[i].Locked = false
  2884. elseif a[i].className == "Model" then
  2885. local r = a[i]:getChildren()
  2886. for i = 1, #r do
  2887. if r[i].className == "Part" then
  2888. r[i].Locked = false
  2889. end
  2890. end
  2891. end
  2892. end
  2893. game:GetService("StarterGui"):SetCore("SendNotification", {
  2894. Title = "Success!";
  2895. Text = "Workspace unlocked. Use ;lockws to lock.";
  2896. })
  2897. end
  2898. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2899. local a = game:GetService("Workspace"):getChildren()
  2900. for i = 1, #a do
  2901. if a[i].className == "Part" then
  2902. a[i].Locked = true
  2903. elseif a[i].className == "Model" then
  2904. local r = a[i]:getChildren()
  2905. for i = 1, #r do
  2906. if r[i].className == "Part" then
  2907. r[i].Locked = true
  2908. end
  2909. end
  2910. end
  2911. end
  2912. end
  2913. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2914. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2915. Clone_T.BinType = "Clone"
  2916. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2917. Destruct.BinType = "Hammer"
  2918. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2919. Hold_T.BinType = "Grab"
  2920. end
  2921. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2922. lplayer.Character.Humanoid.PlatformStand = true
  2923. end
  2924. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2925. lplayer.Character.Humanoid.PlatformStand = false
  2926. end
  2927. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2928. lplayer.Character.Head.Mesh:Destroy()
  2929. end
  2930. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2931. lplayer.Character.Humanoid.Sit = true
  2932. end
  2933. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2934. local function bringobjw()
  2935. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2936. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2937. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2938. obj.CanCollide = false
  2939. obj.Transparency = 0.7
  2940. wait()
  2941. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2942. wait()
  2943. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2944. wait()
  2945. obj.CFrame = lplayer.Character["Head"].CFrame
  2946. end
  2947. end
  2948. end
  2949. while wait() do
  2950. bringobjw()
  2951. end
  2952. game:GetService("StarterGui"):SetCore("SendNotification", {
  2953. Title = "BringObj";
  2954. Text = "BringObj enabled.";
  2955. })
  2956. end
  2957. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2958. vis = (string.sub(CMDBAR.Text, 7))
  2959. local a = game:GetService("Workspace"):GetDescendants()
  2960. for i = 1, #a do
  2961. if a[i].className == "Part" then
  2962. a[i].Transparency = vis
  2963. elseif a[i].className == "Model" then
  2964. local r = a[i]:getChildren()
  2965. for i = 1, #r do
  2966. if r[i].className == "Part" then
  2967. r[i].Transparency = vis
  2968. end
  2969. end
  2970. end
  2971. end
  2972. end
  2973. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2974. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2975. game:GetService("StarterGui"):SetCore("SendNotification", {
  2976. Title = "Success!";
  2977. Text = "HyperTotal GUI Loaded!";
  2978. })
  2979. end
  2980. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2981. CMDSFRAME.Visible = true
  2982. end
  2983. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2984. for i,v in pairs(lplayer.Character:GetChildren()) do
  2985. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2986. v.Handle.Mesh:Destroy()
  2987. end
  2988. end
  2989. end
  2990. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2991. for i,v in pairs(lplayer.Character:GetChildren()) do
  2992. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2993. v.Handle.Mesh:Destroy()
  2994. end
  2995. end
  2996. end
  2997. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2998. for i,v in pairs(lplayer.Character:GetChildren()) do
  2999. if (v:IsA("Tool")) then
  3000. v.Handle.Mesh:Destroy()
  3001. end
  3002. end
  3003. end
  3004. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  3005. for i,v in pairs(lplayer.Character:GetChildren()) do
  3006. if (v:IsA("Tool")) then
  3007. v.Handle.Mesh:Destroy()
  3008. end
  3009. end
  3010. end
  3011. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  3012. local p = Instance.new("RocketPropulsion")
  3013. p.Parent = lplayer.Character.HumanoidRootPart
  3014. p.Name = "Spinner"
  3015. p.Target = lplayer.Character["Left Arm"]
  3016. p:Fire()
  3017. game:GetService("StarterGui"):SetCore("SendNotification", {
  3018. Title = "Spinner enabled";
  3019. Text = "Type ;nospinner to disable.";
  3020. })
  3021. end
  3022. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  3023. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  3024. end
  3025. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  3026. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3027. if v:isA("Tool") then
  3028. local a = Instance.new("SelectionBox",v.Handle)
  3029. a.Adornee = v.Handle
  3030. v.Handle.Size = Vector3.new(0.5,0.5,60)
  3031. v.GripPos = Vector3.new(0,0,0)
  3032. lplayer.Character.Humanoid:UnequipTools()
  3033. end
  3034. end
  3035. game:GetService("StarterGui"):SetCore("SendNotification", {
  3036. Title = "Reach applied!";
  3037. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3038. })
  3039. end
  3040. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  3041. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3042. if v:isA("Tool") then
  3043. local a = Instance.new("SelectionBox",v.Handle)
  3044. a.Name = "Reach"
  3045. a.Adornee = v.Handle
  3046. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  3047. v.GripPos = Vector3.new(0,0,0)
  3048. lplayer.Character.Humanoid:UnequipTools()
  3049. end
  3050. end
  3051. game:GetService("StarterGui"):SetCore("SendNotification", {
  3052. Title = "Reach applied!";
  3053. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3054. })
  3055. end
  3056. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  3057. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3058. if v:isA("Tool") then
  3059. v.Handle.Reach:Destroy()
  3060. end
  3061. end
  3062. game:GetService("StarterGui"):SetCore("SendNotification", {
  3063. Title = "Reach removed!";
  3064. Text = "Removed reach from equipped sword.";
  3065. })
  3066. end
  3067. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  3068. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3069. lplayer.Character.Humanoid.Name = 1
  3070. local l = lplayer.Character["1"]:Clone()
  3071. l.Parent = lplayer.Character
  3072. l.Name = "Humanoid"
  3073. wait(0.1)
  3074. lplayer.Character["1"]:Destroy()
  3075. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3076. lplayer.Character.Animate.Disabled = true
  3077. wait(0.1)
  3078. lplayer.Character.Animate.Disabled = false
  3079. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3080. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3081. lplayer.Character.Humanoid:EquipTool(v)
  3082. end
  3083. wait(0.1)
  3084. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3085. wait(0.2)
  3086. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3087. wait(0.5)
  3088. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3089. game:GetService("StarterGui"):SetCore("SendNotification", {
  3090. Title = "Tools needed!";
  3091. Text = "You need a tool in your backpack for this command!";
  3092. })
  3093. end
  3094. end
  3095. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  3096. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3097. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3098. end
  3099. end
  3100. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  3101. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  3102. cbringall = true
  3103. else
  3104. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3105. brplr = v.Name
  3106. end
  3107. end
  3108. cbring = true
  3109. end
  3110. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  3111. cbring = false
  3112. cbringall = false
  3113. end
  3114. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  3115. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3116. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3117. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3118. lplayer.Character.Humanoid.Name = 1
  3119. local l = lplayer.Character["1"]:Clone()
  3120. l.Parent = lplayer.Character
  3121. l.Name = "Humanoid"
  3122. wait(0.1)
  3123. lplayer.Character["1"]:Destroy()
  3124. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3125. lplayer.Character.Animate.Disabled = true
  3126. wait(0.1)
  3127. lplayer.Character.Animate.Disabled = false
  3128. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3129. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3130. lplayer.Character.Humanoid:EquipTool(v)
  3131. end
  3132. local function tp(player,player2)
  3133. local char1,char2=player.Character,player2.Character
  3134. if char1 and char2 then
  3135. char1:MoveTo(char2.Head.Position)
  3136. end
  3137. end
  3138. wait(0.1)
  3139. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3140. wait(0.2)
  3141. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3142. wait(0.5)
  3143. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3144. wait(0.6)
  3145. tp(lplayer, game:GetService("Players")[v.Name])
  3146. wait(0.4)
  3147. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3148. game:GetService("StarterGui"):SetCore("SendNotification", {
  3149. Title = "Tools needed!";
  3150. Text = "You need a tool in your backpack for this command!";
  3151. })
  3152. end
  3153. end
  3154. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  3155. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3156. lplayer.Character.Humanoid.Name = 1
  3157. local l = lplayer.Character["1"]:Clone()
  3158. l.Parent = lplayer.Character
  3159. l.Name = "Humanoid"
  3160. wait(0.1)
  3161. lplayer.Character["1"]:Destroy()
  3162. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3163. lplayer.Character.Animate.Disabled = true
  3164. wait(0.1)
  3165. lplayer.Character.Animate.Disabled = false
  3166. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3167. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3168. lplayer.Character.Humanoid:EquipTool(v)
  3169. end
  3170. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3171. wait(0.3)
  3172. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3173. wait(0.4)
  3174. b = Instance.new("BodyForce")
  3175. b.Parent = lplayer.Character.HumanoidRootPart
  3176. b.Name = "Glitch"
  3177. b.Force = Vector3.new(100000000,5000,0)
  3178. game:GetService("StarterGui"):SetCore("SendNotification", {
  3179. Title = "Tools needed!";
  3180. Text = "You need a tool in your backpack for this command!";
  3181. })
  3182. end
  3183. end
  3184. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  3185. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3186. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3187. b = Instance.new("BodyForce")
  3188. b.Parent = lplayer.Character.HumanoidRootPart
  3189. b.Name = "unGlitch"
  3190. b.Force = Vector3.new(0,-5000000,0)
  3191. wait(2)
  3192. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3193. end
  3194. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  3195. lplayer.Character.Humanoid.Health = 0
  3196. wait(1)
  3197. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3198. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3199. end
  3200. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3201. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3202. game:GetService("StarterGui"):SetCore("SendNotification", {
  3203. Title = "Success!";
  3204. Text = "DEX Explorer has loaded.";
  3205. })
  3206. end
  3207. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3208. local Anim = Instance.new("Animation")
  3209. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3210. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3211. track:Play(.1, 1, 1)
  3212. end
  3213. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3214. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3215. game:GetService("StarterGui"):SetCore("SendNotification", {
  3216. Title = "Success!";
  3217. Text = "Energize Animations GUI has loaded.";
  3218. })
  3219. end
  3220. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3221. saved = lplayer.Character.HumanoidRootPart.CFrame
  3222. game:GetService("StarterGui"):SetCore("SendNotification", {
  3223. Title = "Position Saved";
  3224. Text = "Use ;loadpos to return to saved position.";
  3225. })
  3226. end
  3227. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3228. lplayer.Character.HumanoidRootPart.CFrame = saved
  3229. end
  3230. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3231. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3232. local Anim2 = Instance.new("Animation")
  3233. Anim2.AnimationId = "rbxassetid://148840371"
  3234. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3235. track2:Play(.1, 1, 1)
  3236. bplrr = v.Name
  3237. banpl = true
  3238. end
  3239. end
  3240. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3241. banpl = false
  3242. end
  3243. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3244. local function bringmodw()
  3245. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3246. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3247. for i,ch in pairs(obj:GetDescendants()) do
  3248. if (ch:IsA("BasePart")) then
  3249. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3250. ch.CanCollide = false
  3251. ch.Transparency = 0.7
  3252. wait()
  3253. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3254. wait()
  3255. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3256. wait()
  3257. ch.CFrame = lplayer.Character["Head"].CFrame
  3258. end
  3259. end
  3260. end
  3261. end
  3262. end
  3263. while wait() do
  3264. bringmodw()
  3265. end
  3266. game:GetService("StarterGui"):SetCore("SendNotification", {
  3267. Title = "BringMod";
  3268. Text = "BringMod enabled.";
  3269. })
  3270. end
  3271. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3272. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3273. local hum = Instance.new('Humanoid', mod)
  3274. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3275. lplayer.Character = mod
  3276. end
  3277. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3278. game:GetService'RunService'.Stepped:Connect(function()
  3279. pcall(function()
  3280. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3281. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3282. for _,x in pairs(v.Character.Head:GetChildren()) do
  3283. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3284. end
  3285. end
  3286. end
  3287. end)
  3288. end)
  3289. game:GetService("StarterGui"):SetCore("SendNotification", {
  3290. Title = "Attempting Shutdown";
  3291. Text = "Shutdown Attempt has begun.";
  3292. })
  3293. end
  3294. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3295. objtodel = (string.sub(CMDBAR.Text, 8))
  3296. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3297. if v.Name == objtodel then
  3298. v:Destroy()
  3299. end
  3300. end
  3301. end
  3302. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3303. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3304. print(v)
  3305. end
  3306. game:GetService("StarterGui"):SetCore("SendNotification", {
  3307. Title = "Printed";
  3308. Text = "Players have been printed to console. (F9)";
  3309. })
  3310. end
  3311. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3312. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3313. if (v:IsA("Decal")) then
  3314. v:Destroy()
  3315. end
  3316. end
  3317. end
  3318. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3319. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3320. game:GetService("StarterGui"):SetCore("SendNotification", {
  3321. Title = "Success!";
  3322. Text = "OpFinality GUI has loaded.";
  3323. })
  3324. end
  3325. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3326. remotes = true
  3327. added = true
  3328. game.DescendantAdded:connect(function(rmt)
  3329. if added == true then
  3330. if remotes == true then
  3331. if rmt:IsA("RemoteEvent") then
  3332. print("A RemoteEvent was added!")
  3333. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3334. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3335. end end end
  3336. end)
  3337. game.DescendantAdded:connect(function(rmtfnctn)
  3338. if added == true then
  3339. if remotes == true then
  3340. if rmtfnctn:IsA("RemoteFunction") then
  3341. warn("A RemoteFunction was added!")
  3342. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3343. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3344. end end end
  3345. end)
  3346.  
  3347. game.DescendantAdded:connect(function(bndfnctn)
  3348. if added == true then
  3349. if binds == true then
  3350. if bndfnctn:IsA("BindableFunction") then
  3351. print("A BindableFunction was added!")
  3352. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3353. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3354. end end end
  3355. end)
  3356.  
  3357. game.DescendantAdded:connect(function(bnd)
  3358. if added == true then
  3359. if binds == true then
  3360. if bnd:IsA("BindableEvent") then
  3361. warn("A BindableEvent was added!")
  3362. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3363. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3364. end end end
  3365. end)
  3366.  
  3367.  
  3368. if binds == true then
  3369. for i,v in pairs(game:GetDescendants()) do
  3370. if v:IsA("BindableFunction") then
  3371. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3372. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3373. end end
  3374. for i,v in pairs(game:GetDescendants()) do
  3375. if v:IsA("BindableEvent") then
  3376. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3377. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3378. end end
  3379. else
  3380. print("Off")
  3381. end
  3382. if remotes == true then
  3383. for i,v in pairs(game:GetDescendants()) do
  3384. if v:IsA("RemoteFunction") then
  3385. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3386. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3387. end end
  3388. wait()
  3389. for i,v in pairs(game:GetDescendants()) do
  3390. if v:IsA("RemoteEvent") then
  3391. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3392. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3393. end end
  3394. else
  3395. print("Off")
  3396. end
  3397. game:GetService("StarterGui"):SetCore("SendNotification", {
  3398. Title = "Printing Remotes";
  3399. Text = "Type ;noremotes to disable.";
  3400. })
  3401. end
  3402. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3403. remotes = false
  3404. added = false
  3405. game:GetService("StarterGui"):SetCore("SendNotification", {
  3406. Title = "Printing Remotes Disabled";
  3407. Text = "Type ;remotes to enable.";
  3408. })
  3409. end
  3410. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3411. spin = false
  3412. followed = false
  3413. traill = false
  3414. noclip = false
  3415. annoying = false
  3416. hwalk = false
  3417. cbringing = false
  3418. end
  3419. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3420. stopsitting = true
  3421. end
  3422. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3423. stopsitting = false
  3424. end
  3425. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3426. print(adminversion)
  3427. game:GetService("StarterGui"):SetCore("SendNotification", {
  3428. Title = "Version";
  3429. Text = adminversion;
  3430. })
  3431. end
  3432. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3433. clickgoto = true
  3434. game:GetService("StarterGui"):SetCore("SendNotification", {
  3435. Title = "Click TP";
  3436. Text = "Press E to teleport to mouse position";
  3437. })
  3438. end
  3439. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3440. clickgoto = false
  3441. game:GetService("StarterGui"):SetCore("SendNotification", {
  3442. Title = "Click TP";
  3443. Text = "Click TP has been disabled.";
  3444. })
  3445. end
  3446. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3447. gettingtools = true
  3448. game:GetService("StarterGui"):SetCore("SendNotification", {
  3449. Title = "Tools Enabled";
  3450. Text = "Automatically colleting tools dropped.";
  3451. })
  3452. end
  3453. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3454. gettingtools = false
  3455. game:GetService("StarterGui"):SetCore("SendNotification", {
  3456. Title = "Tools Disabled";
  3457. Text = "Click TP has been disabled.";
  3458. })
  3459. end
  3460. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3461. ScreenGui:Destroy()
  3462. end
  3463. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3464. lplayer.Character.Head:Destroy()
  3465. end
  3466. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3467. statechosen = string.sub(CMDBAR.Text, 7)
  3468. changingstate = true
  3469. end
  3470. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3471. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3472. end
  3473. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3474. removingmeshhats = true
  3475. end
  3476. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3477. removingmeshhats = false
  3478. end
  3479. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3480. removingmeshtool = true
  3481. end
  3482. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3483. removingmeshtool = false
  3484. end
  3485. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3486. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3487. if v:IsA("Tool") then
  3488. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3489. v.Parent = player.Character
  3490. end
  3491. end
  3492. end
  3493. end
  3494. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3495. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3496. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3497. end
  3498. end
  3499. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3500. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3501. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3502. end
  3503. end
  3504. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3505. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3506. game:GetService("StarterGui"):SetCore("SendNotification", {
  3507. Title = player.AccountAge.." Days";
  3508. Text = "Account age of "..player.Name;
  3509. })
  3510. end
  3511. end
  3512. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3513. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3514. game:GetService("StarterGui"):SetCore("SendNotification", {
  3515. Title = player.UserId.." ID";
  3516. Text = "Account ID of "..player.Name;
  3517. })
  3518. end
  3519. end
  3520. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3521. game:GetService("StarterGui"):SetCore("SendNotification", {
  3522. Title = "Game ID";
  3523. Text = "Game ID: ".. game.GameId;
  3524. })
  3525. end
  3526. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3527. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3528. if pgscheck == true then
  3529. game:GetService("StarterGui"):SetCore("SendNotification", {
  3530. Title = "PGSPhysicsSolverEnabled";
  3531. Text = "PGS is Enabled!";
  3532. })
  3533. else
  3534. game:GetService("StarterGui"):SetCore("SendNotification", {
  3535. Title = "PGSPhysicsSolverEnabled";
  3536. Text = "PGS is Disabled!";
  3537. })
  3538. end
  3539. end
  3540. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3541. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3542. if v:IsA("Part") then
  3543. if v.Transparency == 1 then
  3544. if v.Name ~= "HumanoidRootPart" then
  3545. v:Destroy()
  3546. end
  3547. end
  3548. end
  3549. end
  3550. end
  3551. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3552. game:GetService("Lighting").FogStart = 0
  3553. game:GetService("Lighting").FogEnd = 9999999999999
  3554. end
  3555. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3556. lplayer.Character.Humanoid.Parent = lplayer
  3557. end
  3558. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3559. lplayer.Humanoid.Parent = lplayer.Character
  3560. end
  3561. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3562. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3563. if v:IsA("Tool") then
  3564. v.Parent = lplayer.Character
  3565. wait()
  3566. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3567. v.Parent = player.Character
  3568. end
  3569. end
  3570. end
  3571. end
  3572. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3573. speedfly = string.sub(CMDBAR.Text, 10)
  3574. wait()
  3575. change()
  3576. end
  3577. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3578. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3579. local Anim3 = Instance.new("Animation")
  3580. Anim3.AnimationId = "rbxassetid://282574440"
  3581. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3582. track3:Play(.1, 1, 1)
  3583. bplrr = v.Name
  3584. banpl = true
  3585. end
  3586. end
  3587. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3588. banpl = false
  3589. end
  3590. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3591. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3592. staring = true
  3593. stareplr = v
  3594. end
  3595. end
  3596. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3597. staring = false
  3598. end
  3599. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3600. chatlogs = true
  3601. game:GetService("StarterGui"):SetCore("SendNotification", {
  3602. Title = "LogChat enabled";
  3603. Text = "Now logging all player chat.";
  3604. })
  3605. end
  3606. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3607. chatlogs = false
  3608. game:GetService("StarterGui"):SetCore("SendNotification", {
  3609. Title = "LogChat disabled";
  3610. Text = "Stopped logging all player chat.";
  3611. })
  3612. end
  3613. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3614. game:GetService("Workspace").CurrentCamera:Destroy()
  3615. wait(0.1)
  3616. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3617. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3618. lplayer.CameraMinZoomDistance = 0.5
  3619. lplayer.CameraMaxZoomDistance = 400
  3620. lplayer.CameraMode = "Classic"
  3621. end
  3622. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3623. changingstate = false
  3624. end
  3625. CMDBAR.Text = ""
  3626. end
  3627. end)
  3628.  
  3629. wait(0.3)
  3630. game:GetService("StarterGui"):SetCore("SendNotification", {
  3631. Title = "Loaded successfully!";
  3632. Text = "Reviz Admin V2 by illremember";
  3633. })
  3634. wait(0.1)
  3635. print("Reviz Admin V2 loaded!")
  3636. if game:GetService("Workspace").FilteringEnabled == true then
  3637. warn("FE is Enabled (Filtering Enabled)")
  3638. game:GetService("StarterGui"):SetCore("SendNotification", {
  3639. Title = "FE is Enabled";
  3640. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3641. })
  3642. else
  3643. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3644. game:GetService("StarterGui"):SetCore("SendNotification", {
  3645. Title = "FE is Disabled";
  3646. Text = "Filtering Disabled. Consider using a different admin script.";
  3647. })
  3648. end
  3649.  
  3650. local intro = Instance.new("ScreenGui")
  3651. local Frame = Instance.new("Frame")
  3652. local ImageLabel = Instance.new("ImageLabel")
  3653. intro.Parent = game:GetService("CoreGui")
  3654. Frame.Parent = intro
  3655. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3656. Frame.BackgroundTransparency = 1
  3657. Frame.Size = UDim2.new(1, 0, 0, 300)
  3658. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3659. ImageLabel.Parent = Frame
  3660. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3661. ImageLabel.BackgroundTransparency = 1
  3662. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3663. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3664. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3665. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3666. wait(3.01)
  3667. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3668. wait(5.01)
  3669. intro:Destroy()
  3670. end)
  3671.  
  3672. StatChangeButton.MouseButton1Down:connect(function()
  3673. wait(0.3)
  3674. -- Objects
  3675. -- CREDIT TO xFunnieuss / Timeless for partial (short) names. Credit to illremember for the original script.
  3676. -- OPStatchange is an edit of OPFinality made by Killingman107
  3677. -- Want frequent updates for this script? Join my Discord https://discord.gg/VSETNW6
  3678.  
  3679. -- Join the Killingman107's Discord to get fast Updated OPStatchange Gui. > https://discord.gg/VSETNW6
  3680. -- This is V1 one. -Jabrika123
  3681.  
  3682. OPSC = Instance.new("ScreenGui")
  3683. MainFrame = Instance.new("Frame")
  3684. TopFrame = Instance.new("Frame")
  3685. CloseGUI = Instance.new("TextButton")
  3686. MenuEnterFrame = Instance.new("Frame")
  3687. Title = Instance.new("TextLabel")
  3688. OpenMenu = Instance.new("ImageButton")
  3689. Pages = Instance.new("Frame")
  3690. Information = Instance.new("Frame")
  3691. Image_Dis = Instance.new("ImageLabel")
  3692. Text_Dis = Instance.new("TextLabel")
  3693. WhatIsOPSC = Instance.new("TextLabel")
  3694. OPSC_Description = Instance.new("TextLabel")
  3695. OPSC_Warning = Instance.new("TextLabel")
  3696. Info_Bar = Instance.new("Frame")
  3697. Info_Background = Instance.new("Frame")
  3698. Warning_Bar = Instance.new("Frame")
  3699. Warning_Background = Instance.new("Frame")
  3700. Info_Image = Instance.new("ImageLabel")
  3701. Warn_Image = Instance.new("ImageLabel")
  3702. Games = Instance.new("Frame")
  3703. Games2 = Instance.new("Frame")
  3704. GamesTitle = Instance.new("TextLabel")
  3705. GamesText = Instance.new("TextLabel")
  3706. hello = Instance.new("Frame")
  3707. hellotitle = Instance.new("TextLabel")
  3708. shinobilife = Instance.new("TextButton")
  3709. lol = Instance.new("TextButton")
  3710. rocit = Instance.new("TextButton")
  3711. opga = Instance.new("TextButton")
  3712. opmu = Instance.new("TextButton")
  3713. there = Instance.new("Frame")
  3714. theretitle = Instance.new("TextLabel")
  3715. plates = Instance.new("TextButton")
  3716. nfb = Instance.new("TextButton")
  3717. ct2 = Instance.new("TextButton")
  3718. aar = Instance.new("TextButton")
  3719. dbo = Instance.new("TextButton")
  3720. name = Instance.new("Frame")
  3721. nametitle = Instance.new("TextLabel")
  3722. plaza = Instance.new("TextButton")
  3723. sb2 = Instance.new("TextButton")
  3724. dbs2 = Instance.new("TextButton")
  3725. sdql = Instance.new("TextButton")
  3726. bloxh = Instance.new("TextButton")
  3727. Games_Image = Instance.new("ImageLabel")
  3728. BackGroundChar = Instance.new("Frame")
  3729. Games = Instance.new("Frame")
  3730. Games_IMAGE = Instance.new("ImageLabel")
  3731. GamesText = Instance.new("TextLabel")
  3732. Games_TITLE = Instance.new("TextLabel")
  3733. Games_IMAGE2 = Instance.new("ImageLabel")
  3734. GamesText2 = Instance.new("TextLabel")
  3735. MenuFrame = Instance.new("Frame")
  3736. Welcome = Instance.new("TextLabel")
  3737. NameOfPlayer = Instance.new("TextLabel")
  3738. T_Information = Instance.new("TextButton")
  3739. T_InfoImage = Instance.new("ImageLabel")
  3740. T_CharImage = Instance.new("ImageLabel")
  3741. T_Games = Instance.new("TextButton")
  3742. T_GameImage = Instance.new("ImageLabel")
  3743. DeleteGUI = Instance.new("TextButton")
  3744. DELETEIMAGE = Instance.new("ImageLabel")
  3745. Darkness = Instance.new("TextButton")
  3746. Games_toPAGE2 = Instance.new("TextButton")
  3747. Games_toPAGE2_IMAGE = Instance.new("ImageLabel")
  3748. Games_backPAGE1 = Instance.new("TextButton")
  3749. Games_toPAGE1_IMAGE = Instance.new("ImageLabel")
  3750. Games2Title = Instance.new("TextLabel")
  3751. Games2Text = Instance.new("TextLabel")
  3752. hello2 = Instance.new("Frame")
  3753. hello2title = Instance.new("TextLabel")
  3754. there2 = Instance.new("Frame")
  3755. there2title = Instance.new("TextLabel")
  3756. name2 = Instance.new("Frame")
  3757. name2title = Instance.new("TextLabel")
  3758. gs2 = Instance.new("TextButton")
  3759. jaws = Instance.new("TextButton")
  3760. gnbdc = Instance.new("TextButton")
  3761. hxhid = Instance.new("TextButton")
  3762. jbao = Instance.new("TextButton")
  3763. zt2 = Instance.new("TextButton")
  3764. ax2 = Instance.new("TextButton")
  3765. fdbfp = Instance.new("TextButton")
  3766. gs1 = Instance.new("TextButton")
  3767. rbs = Instance.new("TextButton")
  3768. sais = Instance.new("TextButton")
  3769. rs2 = Instance.new("TextButton")
  3770. ss2 = Instance.new("TextButton")
  3771. pwni = Instance.new("TextButton")
  3772. opu2 = Instance.new("TextButton")
  3773. T_Executor = Instance.new("TextButton")
  3774. T_ExecutorImage = Instance.new("ImageLabel")
  3775. executor = Instance.new("Frame")
  3776. executorTitle = Instance.new("TextLabel")
  3777. executebutton = Instance.new("TextButton")
  3778. executebox = Instance.new("TextBox")
  3779. clearbutton = Instance.new("TextButton")
  3780.  
  3781. -- Properties
  3782.  
  3783. OPSC.Name = "OPSC"
  3784. OPSC.Parent = game.CoreGui
  3785.  
  3786. MainFrame.Name = "MainFrame"
  3787. MainFrame.Parent = OPSC
  3788. MainFrame.Active = true
  3789. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  3790. MainFrame.BackgroundTransparency = 1
  3791. MainFrame.BorderSizePixel = 0
  3792. MainFrame.ClipsDescendants = true
  3793. MainFrame.Draggable = true
  3794. MainFrame.Position = UDim2.new(0, 402, 0, 162)
  3795. MainFrame.Size = UDim2.new(0, 442, 0, 293)
  3796.  
  3797. TopFrame.Name = "TopFrame"
  3798. TopFrame.Parent = MainFrame
  3799. TopFrame.BackgroundColor3 = Color3.new(0.05, 0.05, 0.05)
  3800. TopFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  3801. TopFrame.BorderSizePixel = 0
  3802. TopFrame.Size = UDim2.new(1, 0, 0.0741975307, 0)
  3803. TopFrame.ZIndex = 7
  3804.  
  3805. CloseGUI.Parent = TopFrame
  3806. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  3807. CloseGUI.BackgroundTransparency = 1
  3808. CloseGUI.Position = UDim2.new(0.951219499, 0, 0, 0)
  3809. CloseGUI.Size = UDim2.new(0.048780486, 0, 1.00166667, 0)
  3810. CloseGUI.Font = Enum.Font.Cartoon
  3811. CloseGUI.FontSize = Enum.FontSize.Size28
  3812. CloseGUI.Text = "X"
  3813. CloseGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3814. CloseGUI.TextSize = 25
  3815. CloseGUI.ZIndex = 8
  3816.  
  3817. MenuEnterFrame.Name = "MenuEnterFrame"
  3818. MenuEnterFrame.Parent = MainFrame
  3819. MenuEnterFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3820. MenuEnterFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  3821. MenuEnterFrame.BorderSizePixel = 0
  3822. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  3823. MenuEnterFrame.Size = UDim2.new(1, 0, 0.148395061, 0)
  3824. MenuEnterFrame.ZIndex = 5
  3825.  
  3826. Title.Name = "Title"
  3827. Title.Parent = MenuEnterFrame
  3828. Title.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3829. Title.BackgroundTransparency = 1
  3830. Title.Position = UDim2.new(0.341463417, 0, 0, 0)
  3831. Title.Size = UDim2.new(0.292682916, 0, 1.00166667, 0)
  3832. Title.Font = Enum.Font.SourceSansLight
  3833. Title.FontSize = Enum.FontSize.Size32
  3834. Title.Text = "(Beta) OPStatchange"
  3835. Title.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  3836. Title.TextSize = 30
  3837. Title.ZIndex = 6
  3838.  
  3839. OpenMenu.Name = "OpenMenu"
  3840. OpenMenu.Parent = MenuEnterFrame
  3841. OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  3842. OpenMenu.BackgroundTransparency = 1
  3843. OpenMenu.Size = UDim2.new(0.0909999982, 0, 1.01999998, 0)
  3844. OpenMenu.Image = "http://www.roblox.com/asset/?id=1280184088"
  3845. OpenMenu.ZIndex = 6
  3846.  
  3847. Pages.Name = "Pages"
  3848. Pages.Parent = MainFrame
  3849. Pages.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3850. Pages.BorderSizePixel = 0
  3851. Pages.Position = UDim2.new(0, 0, 0.222592592, 0)
  3852. Pages.Size = UDim2.new(1, 0, 0.779074073, 0)
  3853.  
  3854. Information.Name = "Information"
  3855. Information.Parent = Pages
  3856. Information.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3857. Information.BorderSizePixel = 0
  3858. Information.Size = UDim2.new(1, 0, 1, 0)
  3859.  
  3860. Image_Dis.Name = "Image_Dis"
  3861. Image_Dis.Parent = Information
  3862. Image_Dis.BackgroundColor3 = Color3.new(1, 1, 1)
  3863. Image_Dis.BackgroundTransparency = 1
  3864. Image_Dis.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  3865. Image_Dis.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  3866. Image_Dis.Visible = true
  3867. Image_Dis.Image = "http://www.roblox.com/asset/?id=1281289312"
  3868.  
  3869. Text_Dis.Name = "Text_Dis"
  3870. Text_Dis.Parent = Information
  3871. Text_Dis.BackgroundColor3 = Color3.new(1, 1, 1)
  3872. Text_Dis.BackgroundTransparency = 1
  3873. Text_Dis.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  3874. Text_Dis.Size = UDim2.new(0.795348704, 0, 0.227404833, 0)
  3875. Text_Dis.Visible = true
  3876. Text_Dis.Font = Enum.Font.SourceSansItalic
  3877. Text_Dis.FontSize = Enum.FontSize.Size24
  3878. Text_Dis.Text = "Join for updates! https://discord.gg/VSETNW6"
  3879. Text_Dis.TextSize = 19
  3880.  
  3881. WhatIsOPSC.Name = "WhatIsOPSC"
  3882. WhatIsOPSC.Parent = Information
  3883. WhatIsOPSC.BackgroundColor3 = Color3.new(1, 1, 1)
  3884. WhatIsOPSC.BackgroundTransparency = 1
  3885. WhatIsOPSC.Position = UDim2.new(0.249966726, 0, 0.227404833, 0)
  3886. WhatIsOPSC.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3887. WhatIsOPSC.Font = Enum.Font.SourceSansBold
  3888. WhatIsOPSC.FontSize = Enum.FontSize.Size28
  3889. WhatIsOPSC.Text = "What is this GUI?"
  3890. WhatIsOPSC.TextSize = 25
  3891.  
  3892. OPSC_Description.Name = "OPSC_Description"
  3893. OPSC_Description.Parent = Information
  3894. OPSC_Description.BackgroundColor3 = Color3.new(1, 1, 1)
  3895. OPSC_Description.BackgroundTransparency = 1
  3896. OPSC_Description.Position = UDim2.new(0.204999998, 0, 0.388000011, 0)
  3897. OPSC_Description.Size = UDim2.new(0.772624433, 0, 0.181923851, 0)
  3898. OPSC_Description.ZIndex = 3
  3899. OPSC_Description.Font = Enum.Font.SourceSans
  3900. OPSC_Description.FontSize = Enum.FontSize.Size18
  3901. OPSC_Description.Text = "This is an edit of OPFinality made to stat change games!"
  3902. OPSC_Description.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3903. OPSC_Description.TextSize = 18
  3904. OPSC_Description.TextWrapped = true
  3905.  
  3906. OPSC_Warning.Name = "OPSC_Warning"
  3907. OPSC_Warning.Parent = Information
  3908. OPSC_Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  3909. OPSC_Warning.BackgroundTransparency = 1
  3910. OPSC_Warning.Position = UDim2.new(0.0227242485, 0, 0.636733532, 0)
  3911. OPSC_Warning.Size = UDim2.new(0.659003198, 0, 0.272885799, 0)
  3912. OPSC_Warning.ZIndex = 2
  3913. OPSC_Warning.Font = Enum.Font.SourceSans
  3914. OPSC_Warning.FontSize = Enum.FontSize.Size18
  3915. OPSC_Warning.Text = "Thank you for using Killingman107's OPSC V1.0a!"
  3916. OPSC_Warning.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3917. OPSC_Warning.TextSize = 18
  3918. OPSC_Warning.TextWrapped = true
  3919.  
  3920. Info_Bar.Name = "Info_Bar"
  3921. Info_Bar.Parent = Information
  3922. Info_Bar.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  3923. Info_Bar.BorderSizePixel = 0
  3924. Info_Bar.Position = UDim2.new(0.159069732, 0, 0.363847703, 0)
  3925. Info_Bar.Size = UDim2.new(0.0227242485, 0, 0.227404833, 0)
  3926.  
  3927. Info_Background.Name = "Info_Background"
  3928. Info_Background.Parent = Information
  3929. Info_Background.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3930. Info_Background.BorderSizePixel = 0
  3931. Info_Background.Position = UDim2.new(0.181793988, 0, 0.363847703, 0)
  3932. Info_Background.Size = UDim2.new(0.819999993, 0, 0.226999998, 0)
  3933. Info_Background.ZIndex = 2
  3934.  
  3935. Warning_Bar.Name = "Warning_Bar"
  3936. Warning_Bar.Parent = Information
  3937. Warning_Bar.BackgroundColor3 = Color3.new(0.101765, 0.999999, 0.105882)
  3938. Warning_Bar.BorderSizePixel = 0
  3939. Warning_Bar.Position = UDim2.new(0.70445168, 0, 0.636733532, 0)
  3940. Warning_Bar.Size = UDim2.new(0.0227242485, 0, 0.272885799, 0)
  3941.  
  3942. Warning_Background.Name = "Warning_Background"
  3943. Warning_Background.Parent = Information
  3944. Warning_Background.BackgroundColor3 = Color3.new(0.411765, 0.952941, 0.205882)
  3945. Warning_Background.BorderSizePixel = 0
  3946. Warning_Background.Position = UDim2.new(0, 0, 0.636733532, 0)
  3947. Warning_Background.Size = UDim2.new(0.70445168, 0, 0.272885799, 0)
  3948.  
  3949. Info_Image.Name = "Info_Image"
  3950. Info_Image.Parent = Information
  3951. Info_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  3952. Info_Image.BackgroundTransparency = 1
  3953. Info_Image.Position = UDim2.new(0.0454484969, 0, 0.395091146, 0)
  3954. Info_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3955. Info_Image.Image = "http://www.roblox.com/asset/?id=1281284684"
  3956.  
  3957. Warn_Image.Name = "Warn_Image"
  3958. Warn_Image.Parent = Information
  3959. Warn_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  3960. Warn_Image.BackgroundTransparency = 1
  3961. Warn_Image.Position = UDim2.new(0.763000011, 0, 0.677999973, 0)
  3962. Warn_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3963. Warn_Image.Image = "http://www.roblox.com/asset/?id=1281286925"
  3964.  
  3965. Games.Name = "Games"
  3966. Games.Parent = Pages
  3967. Games.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3968. Games.BorderSizePixel = 0
  3969. Games.Position = UDim2.new(1, 0, 0, 0)
  3970. Games.Size = UDim2.new(1, 0, 1, 0)
  3971.  
  3972. GamesTitle.Name = "Games"
  3973. GamesTitle.Parent = Games
  3974. GamesTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3975. GamesTitle.BackgroundTransparency = 1
  3976. GamesTitle.Position = UDim2.new(0.226410091, 0, 0, 0)
  3977. GamesTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3978. GamesTitle.Font = Enum.Font.SourceSansBold
  3979. GamesTitle.FontSize = Enum.FontSize.Size28
  3980. GamesTitle.Text = "Games"
  3981. GamesTitle.TextSize = 25
  3982.  
  3983. GamesText.Name = "Games"
  3984. GamesText.Parent = Games
  3985. GamesText.BackgroundColor3 = Color3.new(1, 1, 1)
  3986. GamesText.BackgroundTransparency = 1
  3987. GamesText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  3988. GamesText.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  3989. GamesText.Font = Enum.Font.SourceSansItalic
  3990. GamesText.FontSize = Enum.FontSize.Size24
  3991. GamesText.Text = "Stat change many Roblox games!"
  3992. GamesText.TextSize = 19
  3993. GamesText.TextWrapped = true
  3994.  
  3995. hello.Name = "hello"
  3996. hello.Parent = Games
  3997. hello.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  3998. hello.BorderSizePixel = 0
  3999. hello.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  4000. hello.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  4001.  
  4002. hellotitle.Name = "hellotitle"
  4003. hellotitle.Parent = hello
  4004. hellotitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4005. hellotitle.BackgroundTransparency = 1
  4006. hellotitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  4007. hellotitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  4008. hellotitle.Font = Enum.Font.SourceSansLight
  4009. hellotitle.FontSize = Enum.FontSize.Size28
  4010. hellotitle.Text = "Hello"
  4011. hellotitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4012. hellotitle.TextSize = 25
  4013.  
  4014. shinobilife.Name = "shinobilife"
  4015. shinobilife.Parent = hello
  4016. shinobilife.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4017. shinobilife.BorderSizePixel = 0
  4018. shinobilife.Position = UDim2.new(0, 0, 0.238476187, 0)
  4019. shinobilife.Size = UDim2.new(1, 0, 0.119000003, 0)
  4020. shinobilife.Font = Enum.Font.SourceSans
  4021. shinobilife.FontSize = Enum.FontSize.Size14
  4022. shinobilife.Text = "Shinobi Life Stats"
  4023. shinobilife.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4024. shinobilife.TextScaled = true
  4025. shinobilife.TextSize = 14
  4026. shinobilife.TextWrapped = true
  4027.  
  4028. lol.Name = "lol"
  4029. lol.Parent = hello
  4030. lol.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4031. lol.BorderSizePixel = 0
  4032. lol.Position = UDim2.new(0, 0, 0.3875238, 0)
  4033. lol.Size = UDim2.new(1, 0, 0.119000003, 0)
  4034. lol.Font = Enum.Font.SourceSans
  4035. lol.FontSize = Enum.FontSize.Size14
  4036. lol.Text = "Coming Soon (Was patched)"
  4037. lol.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4038. lol.TextScaled = true
  4039. lol.TextSize = 14
  4040. lol.TextWrapped = true
  4041.  
  4042. rocit.Name = "rocit"
  4043. rocit.Parent = hello
  4044. rocit.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4045. rocit.BorderSizePixel = 0
  4046. rocit.Position = UDim2.new(0, 0, 0.536571383, 0)
  4047. rocit.Size = UDim2.new(1, 0, 0.119000003, 0)
  4048. rocit.Font = Enum.Font.SourceSans
  4049. rocit.FontSize = Enum.FontSize.Size14
  4050. rocit.Text = "Rocitizens"
  4051. rocit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4052. rocit.TextScaled = true
  4053. rocit.TextSize = 14
  4054. rocit.TextWrapped = true
  4055.  
  4056. opga.Name = "opga"
  4057. opga.Parent = hello
  4058. opga.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4059. opga.BorderSizePixel = 0
  4060. opga.Position = UDim2.new(0, 0, 0.685619056, 0)
  4061. opga.Size = UDim2.new(1, 0, 0.119000003, 0)
  4062. opga.Font = Enum.Font.SourceSans
  4063. opga.FontSize = Enum.FontSize.Size14
  4064. opga.Text = "One Piece Golden Age"
  4065. opga.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4066. opga.TextScaled = true
  4067. opga.TextSize = 14
  4068. opga.TextWrapped = true
  4069.  
  4070. opmu.Name = "opmu"
  4071. opmu.Parent = hello
  4072. opmu.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4073. opmu.BorderSizePixel = 0
  4074. opmu.Position = UDim2.new(0, 0, 0.834666669, 0)
  4075. opmu.Size = UDim2.new(1, 0, 0.119000003, 0)
  4076. opmu.Font = Enum.Font.SourceSans
  4077. opmu.FontSize = Enum.FontSize.Size14
  4078. opmu.Text = "One Punch Man Unleashed"
  4079. opmu.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4080. opmu.TextScaled = true
  4081. opmu.TextSize = 14
  4082. opmu.TextWrapped = true
  4083.  
  4084. there.Name = "there"
  4085. there.Parent = Games
  4086. there.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  4087. there.BorderSizePixel = 0
  4088. there.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  4089. there.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  4090.  
  4091. theretitle.Name = "theretitle"
  4092. theretitle.Parent = there
  4093. theretitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4094. theretitle.BackgroundTransparency = 1
  4095. theretitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  4096. theretitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  4097. theretitle.Font = Enum.Font.SourceSansLight
  4098. theretitle.FontSize = Enum.FontSize.Size28
  4099. theretitle.Text = "There"
  4100. theretitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4101. theretitle.TextSize = 25
  4102.  
  4103. plates.Name = "plates"
  4104. plates.Parent = there
  4105. plates.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4106. plates.BorderSizePixel = 0
  4107. plates.Position = UDim2.new(0, 0, 0.238476187, 0)
  4108. plates.Size = UDim2.new(1, 0, 0.119000003, 0)
  4109. plates.Font = Enum.Font.SourceSans
  4110. plates.FontSize = Enum.FontSize.Size14
  4111. plates.Text = "Plates of Fate: Mayhem"
  4112. plates.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4113. plates.TextScaled = true
  4114. plates.TextSize = 14
  4115. plates.TextWrapped = true
  4116.  
  4117. nfb.Name = "nfb"
  4118. nfb.Parent = there
  4119. nfb.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4120. nfb.BorderSizePixel = 0
  4121. nfb.Position = UDim2.new(0, 0, 0.3875238, 0)
  4122. nfb.Size = UDim2.new(1, 0, 0.119000003, 0)
  4123. nfb.Font = Enum.Font.SourceSans
  4124. nfb.FontSize = Enum.FontSize.Size14
  4125. nfb.Text = "Naruto Final Bond GUI"
  4126. nfb.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4127. nfb.TextScaled = true
  4128. nfb.TextSize = 14
  4129. nfb.TextWrapped = true
  4130.  
  4131. dbo.Name = "dbo"
  4132. dbo.Parent = there
  4133. dbo.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4134. dbo.BorderSizePixel = 0
  4135. dbo.Position = UDim2.new(0, 0, 0.834666669, 0)
  4136. dbo.Size = UDim2.new(1, 0, 0.119000003, 0)
  4137. dbo.Font = Enum.Font.SourceSans
  4138. dbo.FontSize = Enum.FontSize.Size14
  4139. dbo.Text = "Dragon Ball Online"
  4140. dbo.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4141. dbo.TextScaled = true
  4142. dbo.TextSize = 14
  4143. dbo.TextWrapped = true
  4144.  
  4145. ct2.Name = "ct2"
  4146. ct2.Parent = there
  4147. ct2.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4148. ct2.BorderSizePixel = 0
  4149. ct2.Position = UDim2.new(0, 0, 0.536571383, 0)
  4150. ct2.Size = UDim2.new(1, 0, 0.119000003, 0)
  4151. ct2.Font = Enum.Font.SourceSans
  4152. ct2.FontSize = Enum.FontSize.Size14
  4153. ct2.Text = "Clone Tycoon 2"
  4154. ct2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4155. ct2.TextScaled = true
  4156. ct2.TextSize = 14
  4157. ct2.TextWrapped = true
  4158.  
  4159. aar.Name = "aar"
  4160. aar.Parent = there
  4161. aar.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4162. aar.BorderSizePixel = 0
  4163. aar.Position = UDim2.new(0, 0, 0.685619056, 0)
  4164. aar.Size = UDim2.new(1, 0, 0.119000003, 0)
  4165. aar.Font = Enum.Font.SourceSans
  4166. aar.FontSize = Enum.FontSize.Size14
  4167. aar.Text = "Adopt and Raise a Cute Baby"
  4168. aar.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4169. aar.TextScaled = true
  4170. aar.TextSize = 14
  4171. aar.TextWrapped = true
  4172.  
  4173. name.Name = "name"
  4174. name.Parent = Games
  4175. name.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  4176. name.BorderSizePixel = 0
  4177. name.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  4178. name.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  4179.  
  4180. nametitle.Name = "nametitle"
  4181. nametitle.Parent = name
  4182. nametitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4183. nametitle.BackgroundTransparency = 1
  4184. nametitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  4185. nametitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  4186. nametitle.Font = Enum.Font.SourceSansLight
  4187. nametitle.FontSize = Enum.FontSize.Size28
  4188. nametitle.Text = "PlayerName"
  4189. nametitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4190. nametitle.TextSize = 25
  4191.  
  4192. plaza.Name = "plaza"
  4193. plaza.Parent = name
  4194. plaza.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4195. plaza.BorderSizePixel = 0
  4196. plaza.Position = UDim2.new(0, 0, 0.238476187, 0)
  4197. plaza.Size = UDim2.new(1, 0, 0.119000003, 0)
  4198. plaza.Font = Enum.Font.SourceSans
  4199. plaza.FontSize = Enum.FontSize.Size14
  4200. plaza.Text = "The Plaza"
  4201. plaza.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4202. plaza.TextScaled = true
  4203. plaza.TextSize = 14
  4204. plaza.TextWrapped = true
  4205.  
  4206. sb2.Name = "sb2"
  4207. sb2.Parent = name
  4208. sb2.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4209. sb2.BorderSizePixel = 0
  4210. sb2.Position = UDim2.new(0, 0, 0.3875238, 0)
  4211. sb2.Size = UDim2.new(1, 0, 0.119000003, 0)
  4212. sb2.Font = Enum.Font.SourceSans
  4213. sb2.FontSize = Enum.FontSize.Size14
  4214. sb2.Text = "Skyblock 2"
  4215. sb2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4216. sb2.TextScaled = true
  4217. sb2.TextSize = 14
  4218. sb2.TextWrapped = true
  4219.  
  4220. dbs2.Name = "dbs2"
  4221. dbs2.Parent = name
  4222. dbs2.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4223. dbs2.BorderSizePixel = 0
  4224. dbs2.Position = UDim2.new(0, 0, 0.834666669, 0)
  4225. dbs2.Size = UDim2.new(1, 0, 0.119000003, 0)
  4226. dbs2.Font = Enum.Font.SourceSans
  4227. dbs2.FontSize = Enum.FontSize.Size14
  4228. dbs2.Text = "Dragon Ball Super 2 - Demo"
  4229. dbs2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4230. dbs2.TextScaled = true
  4231. dbs2.TextSize = 14
  4232. dbs2.TextWrapped = true
  4233.  
  4234. sdql.Name = "sdql"
  4235. sdql.Parent = name
  4236. sdql.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4237. sdql.BorderSizePixel = 0
  4238. sdql.Position = UDim2.new(0, 0, 0.536571383, 0)
  4239. sdql.Size = UDim2.new(1, 0, 0.119000003, 0)
  4240. sdql.Font = Enum.Font.SourceSans
  4241. sdql.FontSize = Enum.FontSize.Size14
  4242. sdql.Text = "Scuba Diving at Quill Lake"
  4243. sdql.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4244. sdql.TextScaled = true
  4245. sdql.TextSize = 14
  4246. sdql.TextWrapped = true
  4247.  
  4248. bloxh.Name = "bloxh"
  4249. bloxh.Parent = name
  4250. bloxh.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4251. bloxh.BorderSizePixel = 0
  4252. bloxh.Position = UDim2.new(0, 0, 0.685619056, 0)
  4253. bloxh.Size = UDim2.new(1, 0, 0.119000003, 0)
  4254. bloxh.Font = Enum.Font.SourceSans
  4255. bloxh.FontSize = Enum.FontSize.Size14
  4256. bloxh.Text = "Blox Hunt"
  4257. bloxh.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4258. bloxh.TextScaled = true
  4259. bloxh.TextSize = 14
  4260. bloxh.TextWrapped = true
  4261.  
  4262. Games_toPAGE2.Name = "Games_toPAGE2"
  4263. Games_toPAGE2.Parent = Games
  4264. Games_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4265. Games_toPAGE2.BorderSizePixel = 0
  4266. Games_toPAGE2.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  4267. Games_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4268. Games_toPAGE2.Font = Enum.Font.SourceSansLight
  4269. Games_toPAGE2.FontSize = Enum.FontSize.Size24
  4270. Games_toPAGE2.Text = "Next"
  4271. Games_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4272. Games_toPAGE2.TextSize = 22
  4273.  
  4274. Games_Image.Name = "Games_Image"
  4275. Games_Image.Parent = Games
  4276. Games_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  4277. Games_Image.BackgroundTransparency = 1
  4278. Games_Image.Position = UDim2.new(0.792435288, 0, 0.0219649114, 0)
  4279. Games_Image.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  4280. Games_Image.Image = "http://www.roblox.com/asset/?id=1282931168"
  4281. MenuFrame.Name = "MenuFrame"
  4282. MenuFrame.Parent = MainFrame
  4283. MenuFrame.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  4284. MenuFrame.BorderSizePixel = 0
  4285. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  4286. MenuFrame.Size = UDim2.new(0, 170, 0, 271)
  4287.  
  4288. Games_toPAGE2_IMAGE.Name = "Games_toPAGE2_IMAGE"
  4289. Games_toPAGE2_IMAGE.Parent = Games_toPAGE2
  4290. Games_toPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4291. Games_toPAGE2_IMAGE.BorderSizePixel = 0
  4292. Games_toPAGE2_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  4293. Games_toPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  4294. Games_toPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  4295.  
  4296. Games_backPAGE1.Name = "Games_backPAGE1"
  4297. Games_backPAGE1.Parent = Games2
  4298. Games_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4299. Games_backPAGE1.BorderSizePixel = 0
  4300. Games_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  4301. Games_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  4302. Games_backPAGE1.Font = Enum.Font.SourceSansLight
  4303. Games_backPAGE1.FontSize = Enum.FontSize.Size24
  4304. Games_backPAGE1.Text = "Prev"
  4305. Games_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4306. Games_backPAGE1.TextSize = 22
  4307.  
  4308. Games_toPAGE1_IMAGE.Name = "Games_toPAGE1_IMAGE"
  4309. Games_toPAGE1_IMAGE.Parent = Games_backPAGE1
  4310. Games_toPAGE1_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  4311. Games_toPAGE1_IMAGE.BorderSizePixel = 0
  4312. Games_toPAGE1_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0)
  4313. Games_toPAGE1_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  4314. Games_toPAGE1_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968"
  4315.  
  4316. Games2.Name = "Games2"
  4317. Games2.Parent = Pages
  4318. Games2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4319. Games2.BorderSizePixel = 0
  4320. Games2.Position = UDim2.new(1, 0, 0, 0)
  4321. Games2.Size = UDim2.new(1, 0, 1, 0)
  4322.  
  4323. Games2Title.Name = "Games2"
  4324. Games2Title.Parent = Games2
  4325. Games2Title.BackgroundColor3 = Color3.new(1, 1, 1)
  4326. Games2Title.BackgroundTransparency = 1
  4327. Games2Title.Position = UDim2.new(0.226410091, 0, 0, 0)
  4328. Games2Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4329. Games2Title.Font = Enum.Font.SourceSansBold
  4330. Games2Title.FontSize = Enum.FontSize.Size28
  4331. Games2Title.Text = "More Games"
  4332. Games2Title.TextSize = 25
  4333.  
  4334. Games2Text.Name = "Games2"
  4335. Games2Text.Parent = Games2
  4336. Games2Text.BackgroundColor3 = Color3.new(1, 1, 1)
  4337. Games2Text.BackgroundTransparency = 1
  4338. Games2Text.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  4339. Games2Text.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  4340. Games2Text.Font = Enum.Font.SourceSansItalic
  4341. Games2Text.FontSize = Enum.FontSize.Size24
  4342. Games2Text.Text = "Coming soon!"
  4343. Games2Text.TextSize = 19
  4344. Games2Text.TextWrapped = true
  4345.  
  4346. hello2.Name = "hello2"
  4347. hello2.Parent = Games2
  4348. hello2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.901961)
  4349. hello2.BorderSizePixel = 0
  4350. hello2.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  4351. hello2.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  4352.  
  4353. hello2title.Name = "hellotitle"
  4354. hello2title.Parent = hello2
  4355. hello2title.BackgroundColor3 = Color3.new(1, 1, 1)
  4356. hello2title.BackgroundTransparency = 1
  4357. hello2title.Position = UDim2.new(0, 0, 0.0298095234, 0)
  4358. hello2title.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  4359. hello2title.Font = Enum.Font.SourceSansLight
  4360. hello2title.FontSize = Enum.FontSize.Size28
  4361. hello2title.Text = "OPSC"
  4362. hello2title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4363. hello2title.TextSize = 25
  4364.  
  4365. gs2.Name = "gs2"
  4366. gs2.Parent = hello2
  4367. gs2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4368. gs2.BorderSizePixel = 0
  4369. gs2.Position = UDim2.new(0, 0, 0.238476187, 0)
  4370. gs2.Size = UDim2.new(1, 0, 0.119000003, 0)
  4371. gs2.Font = Enum.Font.SourceSans
  4372. gs2.FontSize = Enum.FontSize.Size14
  4373. gs2.Text = "Giant Survival 2"
  4374. gs2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4375. gs2.TextScaled = true
  4376. gs2.TextSize = 14
  4377. gs2.TextWrapped = true
  4378.  
  4379. jaws.Name = "jaws"
  4380. jaws.Parent = hello2
  4381. jaws.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4382. jaws.BorderSizePixel = 0
  4383. jaws.Position = UDim2.new(0, 0, 0.3875238, 0)
  4384. jaws.Size = UDim2.new(1, 0, 0.119000003, 0)
  4385. jaws.Font = Enum.Font.SourceSans
  4386. jaws.FontSize = Enum.FontSize.Size14
  4387. jaws.Text = "Jaws"
  4388. jaws.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4389. jaws.TextScaled = true
  4390. jaws.TextSize = 14
  4391. jaws.TextWrapped = true
  4392.  
  4393. gnbdc.Name = "gnbdc"
  4394. gnbdc.Parent = hello2
  4395. gnbdc.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4396. gnbdc.BorderSizePixel = 0
  4397. gnbdc.Position = UDim2.new(0, 0, 0.536571383, 0)
  4398. gnbdc.Size = UDim2.new(1, 0, 0.119000003, 0)
  4399. gnbdc.Font = Enum.Font.SourceSans
  4400. gnbdc.FontSize = Enum.FontSize.Size14
  4401. gnbdc.Text = "Boys and Girls Dance Club"
  4402. gnbdc.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4403. gnbdc.TextScaled = true
  4404. gnbdc.TextSize = 14
  4405. gnbdc.TextWrapped = true
  4406.  
  4407. hxhid.Name = "hxhid"
  4408. hxhid.Parent = hello2
  4409. hxhid.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4410. hxhid.BorderSizePixel = 0
  4411. hxhid.Position = UDim2.new(0, 0, 0.685619056, 0)
  4412. hxhid.Size = UDim2.new(1, 0, 0.119000003, 0)
  4413. hxhid.Font = Enum.Font.SourceSans
  4414. hxhid.FontSize = Enum.FontSize.Size14
  4415. hxhid.Text = "HxH: Immortal Dreams"
  4416. hxhid.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4417. hxhid.TextScaled = true
  4418. hxhid.TextSize = 14
  4419. hxhid.TextWrapped = true
  4420.  
  4421. jbao.Name = "jbao"
  4422. jbao.Parent = hello2
  4423. jbao.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4424. jbao.BorderSizePixel = 0
  4425. jbao.Position = UDim2.new(0, 0, 0.834666669, 0)
  4426. jbao.Size = UDim2.new(1, 0, 0.119000003, 0)
  4427. jbao.Font = Enum.Font.SourceSans
  4428. jbao.FontSize = Enum.FontSize.Size14
  4429. jbao.Text = "Jojo's Bizarre Adventures Online"
  4430. jbao.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4431. jbao.TextScaled = true
  4432. jbao.TextSize = 14
  4433. jbao.TextWrapped = true
  4434.  
  4435. there2.Name = "there2"
  4436. there2.Parent = Games2
  4437. there2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.901961)
  4438. there2.BorderSizePixel = 0
  4439. there2.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  4440. there2.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  4441.  
  4442. there2title.Name = "there2title"
  4443. there2title.Parent = there2
  4444. there2title.BackgroundColor3 = Color3.new(1, 1, 1)
  4445. there2title.BackgroundTransparency = 1
  4446. there2title.Position = UDim2.new(0, 0, 0.0298095234, 0)
  4447. there2title.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  4448. there2title.Font = Enum.Font.SourceSansLight
  4449. there2title.FontSize = Enum.FontSize.Size28
  4450. there2title.Text = "Version"
  4451. there2title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4452. there2title.TextSize = 25
  4453.  
  4454. zt2.Name = "zt2"
  4455. zt2.Parent = there2
  4456. zt2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4457. zt2.BorderSizePixel = 0
  4458. zt2.Position = UDim2.new(0, 0, 0.238476187, 0)
  4459. zt2.Size = UDim2.new(1, 0, 0.119000003, 0)
  4460. zt2.Font = Enum.Font.SourceSans
  4461. zt2.FontSize = Enum.FontSize.Size14
  4462. zt2.Text = "Zoo Tycoon 2"
  4463. zt2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4464. zt2.TextScaled = true
  4465. zt2.TextSize = 14
  4466. zt2.TextWrapped = true
  4467.  
  4468. ax2.Name = "ax2"
  4469. ax2.Parent = there2
  4470. ax2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4471. ax2.BorderSizePixel = 0
  4472. ax2.Position = UDim2.new(0, 0, 0.3875238, 0)
  4473. ax2.Size = UDim2.new(1, 0, 0.119000003, 0)
  4474. ax2.Font = Enum.Font.SourceSans
  4475. ax2.FontSize = Enum.FontSize.Size14
  4476. ax2.Text = "Anime Cross 2 GUI"
  4477. ax2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4478. ax2.TextScaled = true
  4479. ax2.TextSize = 14
  4480. ax2.TextWrapped = true
  4481.  
  4482. fdbfp.Name = "fdbfp"
  4483. fdbfp.Parent = there2
  4484. fdbfp.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4485. fdbfp.BorderSizePixel = 0
  4486. fdbfp.Position = UDim2.new(0, 0, 0.834666669, 0)
  4487. fdbfp.Size = UDim2.new(1, 0, 0.119000003, 0)
  4488. fdbfp.Font = Enum.Font.SourceSans
  4489. fdbfp.FontSize = Enum.FontSize.Size14
  4490. fdbfp.Text = "False DBFP"
  4491. fdbfp.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4492. fdbfp.TextScaled = true
  4493. fdbfp.TextSize = 14
  4494. fdbfp.TextWrapped = true
  4495.  
  4496. gs1.Name = "gs1"
  4497. gs1.Parent = there2
  4498. gs1.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4499. gs1.BorderSizePixel = 0
  4500. gs1.Position = UDim2.new(0, 0, 0.536571383, 0)
  4501. gs1.Size = UDim2.new(1, 0, 0.119000003, 0)
  4502. gs1.Font = Enum.Font.SourceSans
  4503. gs1.FontSize = Enum.FontSize.Size14
  4504. gs1.Text = "Giant Survival"
  4505. gs1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4506. gs1.TextScaled = true
  4507. gs1.TextSize = 14
  4508. gs1.TextWrapped = true
  4509.  
  4510. rbs.Name = "rbs"
  4511. rbs.Parent = there2
  4512. rbs.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4513. rbs.BorderSizePixel = 0
  4514. rbs.Position = UDim2.new(0, 0, 0.685619056, 0)
  4515. rbs.Size = UDim2.new(1, 0, 0.119000003, 0)
  4516. rbs.Font = Enum.Font.SourceSans
  4517. rbs.FontSize = Enum.FontSize.Size14
  4518. rbs.Text = "Robloxian Soccer 2016"
  4519. rbs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4520. rbs.TextScaled = true
  4521. rbs.TextSize = 14
  4522. rbs.TextWrapped = true
  4523.  
  4524. name2.Name = "name2"
  4525. name2.Parent = Games2
  4526. name2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.901961)
  4527. name2.BorderSizePixel = 0
  4528. name2.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  4529. name2.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  4530.  
  4531. name2title.Name = "name2title"
  4532. name2title.Parent = name2
  4533. name2title.BackgroundColor3 = Color3.new(1, 1, 1)
  4534. name2title.BackgroundTransparency = 1
  4535. name2title.Position = UDim2.new(0, 0, 0.0298095234, 0)
  4536. name2title.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  4537. name2title.Font = Enum.Font.SourceSansLight
  4538. name2title.FontSize = Enum.FontSize.Size28
  4539. name2title.Text = "1.0a"
  4540. name2title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4541. name2title.TextSize = 25
  4542.  
  4543. sais.Name = "sais"
  4544. sais.Parent = name2
  4545. sais.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4546. sais.BorderSizePixel = 0
  4547. sais.Position = UDim2.new(0, 0, 0.238476187, 0)
  4548. sais.Size = UDim2.new(1, 0, 0.119000003, 0)
  4549. sais.Font = Enum.Font.SourceSans
  4550. sais.FontSize = Enum.FontSize.Size14
  4551. sais.Text = "Saiyan Simulator"
  4552. sais.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4553. sais.TextScaled = true
  4554. sais.TextSize = 14
  4555. sais.TextWrapped = true
  4556.  
  4557. rs2.Name = "rs2"
  4558. rs2.Parent = name2
  4559. rs2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4560. rs2.BorderSizePixel = 0
  4561. rs2.Position = UDim2.new(0, 0, 0.3875238, 0)
  4562. rs2.Size = UDim2.new(1, 0, 0.119000003, 0)
  4563. rs2.Font = Enum.Font.SourceSans
  4564. rs2.FontSize = Enum.FontSize.Size14
  4565. rs2.Text = "Running Simulator Coin"
  4566. rs2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4567. rs2.TextScaled = true
  4568. rs2.TextSize = 14
  4569. rs2.TextWrapped = true
  4570.  
  4571. ss2.Name = "ss2"
  4572. ss2.Parent = name2
  4573. ss2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4574. ss2.BorderSizePixel = 0
  4575. ss2.Position = UDim2.new(0, 0, 0.834666669, 0)
  4576. ss2.Size = UDim2.new(1, 0, 0.119000003, 0)
  4577. ss2.Font = Enum.Font.SourceSans
  4578. ss2.FontSize = Enum.FontSize.Size14
  4579. ss2.Text = "Sprinting Simulator 2"
  4580. ss2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4581. ss2.TextScaled = true
  4582. ss2.TextSize = 14
  4583. ss2.TextWrapped = true
  4584.  
  4585. pwni.Name = "pwni"
  4586. pwni.Parent = name2
  4587. pwni.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4588. pwni.BorderSizePixel = 0
  4589. pwni.Position = UDim2.new(0, 0, 0.536571383, 0)
  4590. pwni.Size = UDim2.new(1, 0, 0.119000003, 0)
  4591. pwni.Font = Enum.Font.SourceSans
  4592. pwni.FontSize = Enum.FontSize.Size14
  4593. pwni.Text = "PWNED: InCrypt"
  4594. pwni.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4595. pwni.TextScaled = true
  4596. pwni.TextSize = 14
  4597. pwni.TextWrapped = true
  4598.  
  4599. opu2.Name = "opu2"
  4600. opu2.Parent = name2
  4601. opu2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4602. opu2.BorderSizePixel = 0
  4603. opu2.Position = UDim2.new(0, 0, 0.685619056, 0)
  4604. opu2.Size = UDim2.new(1, 0, 0.119000003, 0)
  4605. opu2.Font = Enum.Font.SourceSans
  4606. opu2.FontSize = Enum.FontSize.Size14
  4607. opu2.Text = "One Piece Unleashed 2"
  4608. opu2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4609. opu2.TextScaled = true
  4610. opu2.TextSize = 14
  4611. opu2.TextWrapped = true
  4612.  
  4613. executor.Name = "executor"
  4614. executor.Parent = Pages
  4615. executor.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4616. executor.BorderSizePixel = 0
  4617. executor.Position = UDim2.new(1.00752497, 0, 0, 0)
  4618. executor.Size = UDim2.new(1, 0, 1, 0)
  4619.  
  4620. executorTitle.Name = "executorTitle"
  4621. executorTitle.Parent = executor
  4622. executorTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4623. executorTitle.BackgroundTransparency = 1
  4624. executorTitle.Position = UDim2.new(0.226410091, 0, 0.0439298227, 0)
  4625. executorTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4626. executorTitle.Font = Enum.Font.SourceSansBold
  4627. executorTitle.FontSize = Enum.FontSize.Size28
  4628. executorTitle.Text = "Script Executor"
  4629. executorTitle.TextSize = 25
  4630.  
  4631. executebox.Name = "executebox"
  4632. executebox.Parent = executor
  4633. executebox.BackgroundColor3 = Color3.new(0.482353, 0.482353, 0.482353)
  4634. executebox.BorderSizePixel = 0
  4635. executebox.Position = UDim2.new(0.146410091, 0, 0.178571433, 0)
  4636. executebox.Size = UDim2.new(0, 318, 0, 101)
  4637. executebox.ClearTextOnFocus = false
  4638. executebox.Font = Enum.Font.SourceSans
  4639. executebox.MultiLine = true
  4640. executebox.PlaceholderColor3 = Color3.new(1, 1, 1)
  4641. executebox.Text = "Script"
  4642. executebox.TextColor3 = Color3.new(1, 1, 1)
  4643. executebox.TextSize = 18
  4644. executebox.TextXAlignment = Enum.TextXAlignment.Left
  4645. executebox.TextYAlignment = Enum.TextYAlignment.Top
  4646.  
  4647. clearbutton.Name = "clearbutton"
  4648. clearbutton.Parent = executor
  4649. clearbutton.BackgroundColor3 = Color3.new(0.482353, 0.482353, 0.482353)
  4650. clearbutton.Position = UDim2.new(0.581204801, 0, 0.760204077, 0)
  4651. clearbutton.Size = UDim2.new(0, 128, 0, 27)
  4652. clearbutton.Font = Enum.Font.ArialBold
  4653. clearbutton.Text = "Clear"
  4654. clearbutton.TextColor3 = Color3.new(1, 1, 1)
  4655. clearbutton.TextScaled = true
  4656. clearbutton.TextSize = 10
  4657. clearbutton.TextWrapped = true
  4658.  
  4659. executebutton.Name = "executebutton"
  4660. executebutton.Parent = executor
  4661. executebutton.BackgroundColor3 = Color3.new(0.482353, 0.482353, 0.482353)
  4662. executebutton.Position = UDim2.new(0.146048192, 0, 0.760204077, 0)
  4663. executebutton.Size = UDim2.new(0, 128, 0, 27)
  4664. executebutton.Font = Enum.Font.ArialBold
  4665. executebutton.Text = "Execute"
  4666. executebutton.TextColor3 = Color3.new(1, 1, 1)
  4667. executebutton.TextScaled = true
  4668. executebutton.TextSize = 10
  4669. executebutton.TextWrapped = true
  4670.  
  4671. clearbutton.MouseButton1Click:connect(function()
  4672. executebox.Text = "Script"
  4673. end)
  4674.  
  4675. executebutton.MouseButton1Click:connect(function()
  4676. loadstring(executebox.Text)()
  4677. end)
  4678.  
  4679. Welcome.Name = "Welcome"
  4680. Welcome.Parent = MenuFrame
  4681. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  4682. Welcome.BackgroundTransparency = 1
  4683. Welcome.Position = UDim2.new(0.0294333119, 0, 0.0184797049, 0)
  4684. Welcome.Size = UDim2.new(0.941865981, 0, 0.0739188194, 0)
  4685. Welcome.Font = Enum.Font.SourceSansLight
  4686. Welcome.FontSize = Enum.FontSize.Size14
  4687. Welcome.Text = "Welcome,"
  4688. Welcome.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4689. Welcome.TextScaled = true
  4690. Welcome.TextSize = 14
  4691. Welcome.TextWrapped = true
  4692.  
  4693. NameOfPlayer.Name = "NameOfPlayer"
  4694. NameOfPlayer.Parent = MenuFrame
  4695. NameOfPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  4696. NameOfPlayer.BackgroundTransparency = 1
  4697. NameOfPlayer.Position = UDim2.new(0, 0, 0.0923985243, 0)
  4698. NameOfPlayer.Size = UDim2.new(0.971299291, 0, 0.0739188194, 0)
  4699. NameOfPlayer.Font = Enum.Font.SourceSansItalic
  4700. NameOfPlayer.FontSize = Enum.FontSize.Size14
  4701. NameOfPlayer.Text = "PlayerName"
  4702. NameOfPlayer.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4703. NameOfPlayer.TextScaled = true
  4704. NameOfPlayer.TextSize = 14
  4705. NameOfPlayer.TextWrapped = true
  4706.  
  4707. T_Information.Name = "T_Information"
  4708. T_Information.Parent = MenuFrame
  4709. T_Information.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  4710. T_Information.BorderSizePixel = 0
  4711. T_Information.Position = UDim2.new(0, 0, 0.221756458, 0)
  4712. T_Information.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4713. T_Information.Font = Enum.Font.SourceSans
  4714. T_Information.FontSize = Enum.FontSize.Size18
  4715. T_Information.Text = "Information"
  4716. T_Information.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4717. T_Information.TextSize = 16
  4718. T_Information.TextXAlignment = Enum.TextXAlignment.Left
  4719.  
  4720. T_InfoImage.Name = "T_InfoImage"
  4721. T_InfoImage.Parent = T_Information
  4722. T_InfoImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4723. T_InfoImage.BackgroundTransparency = 1
  4724. T_InfoImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  4725. T_InfoImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  4726. T_InfoImage.Image = "http://www.roblox.com/asset/?id=1281284684"
  4727.  
  4728. T_Games.Name = "T_Games"
  4729. T_Games.Parent = MenuFrame
  4730. T_Games.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  4731. T_Games.BorderSizePixel = 0
  4732. T_Games.Position = UDim2.new(0, 0, 0.388073802, 0)
  4733. T_Games.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4734. T_Games.Font = Enum.Font.SourceSans
  4735. T_Games.FontSize = Enum.FontSize.Size18
  4736. T_Games.Text = "Games"
  4737. T_Games.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4738. T_Games.TextSize = 16
  4739. T_Games.TextXAlignment = Enum.TextXAlignment.Left
  4740.  
  4741. T_GameImage.Name = "T_GameImage"
  4742. T_GameImage.Parent = T_Games
  4743. T_GameImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4744. T_GameImage.BackgroundTransparency = 1
  4745. T_GameImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  4746. T_GameImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  4747. T_GameImage.Image = "http://www.roblox.com/asset/?id=1281454262"
  4748.  
  4749. T_Executor.Name = "T_Executor"
  4750. T_Executor.Parent = MenuFrame
  4751. T_Executor.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  4752. T_Executor.BorderSizePixel = 0
  4753. T_Executor.Position = UDim2.new(0, 0, 0.498952031, 0)
  4754. T_Executor.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4755. T_Executor.Font = Enum.Font.SourceSans
  4756. T_Executor.FontSize = Enum.FontSize.Size18
  4757. T_Executor.Text = "Script Executor"
  4758. T_Executor.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4759. T_Executor.TextSize = 16
  4760. T_Executor.TextXAlignment = Enum.TextXAlignment.Left
  4761.  
  4762. T_ExecutorImage.Name = "T_ExecutorImage"
  4763. T_ExecutorImage.Parent = T_Executor
  4764. T_ExecutorImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4765. T_ExecutorImage.BackgroundTransparency = 1
  4766. T_ExecutorImage.Position = UDim2.new(0.795000017, 0, -0.351000011, 0)
  4767. T_ExecutorImage.Size = UDim2.new(0, 30, 0, 30)
  4768. T_ExecutorImage.Image = "http://www.roblox.com/asset/?id=1281476978"
  4769.  
  4770. DeleteGUI.Name = "DeleteGUI"
  4771. DeleteGUI.Parent = MenuFrame
  4772. DeleteGUI.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  4773. DeleteGUI.BorderSizePixel = 0
  4774. DeleteGUI.Position = UDim2.new(0, 0, 0.887025833, 0)
  4775. DeleteGUI.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4776. DeleteGUI.Font = Enum.Font.SourceSans
  4777. DeleteGUI.FontSize = Enum.FontSize.Size18
  4778. DeleteGUI.Text = "Delete GUI"
  4779. DeleteGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4780. DeleteGUI.TextSize = 16
  4781. DeleteGUI.TextXAlignment = Enum.TextXAlignment.Left
  4782.  
  4783. DELETEIMAGE.Name = "DELETEIMAGE"
  4784. DELETEIMAGE.Parent = DeleteGUI
  4785. DELETEIMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  4786. DELETEIMAGE.BackgroundTransparency = 1
  4787. DELETEIMAGE.Position = UDim2.new(0.853566051, 0, 0, 0)
  4788. DELETEIMAGE.Size = UDim2.new(0.14716655, 0, 1.00160003, 0)
  4789. DELETEIMAGE.Image = "http://www.roblox.com/asset/?id=1281475635"
  4790.  
  4791. Darkness.Name = "Darkness"
  4792. Darkness.Parent = MainFrame
  4793. Darkness.BackgroundColor3 = Color3.new(0.180392, 0.192157, 0.176471)
  4794. Darkness.BackgroundTransparency = 0.8
  4795. Darkness.BorderSizePixel = 0
  4796. Darkness.Position = UDim2.new(0.38499999, 0, 0.075000003, 0)
  4797. Darkness.Size = UDim2.new(0, 272, 0, 271)
  4798. Darkness.Visible = false
  4799. Darkness.ZIndex = 7
  4800. Darkness.Font = Enum.Font.SourceSans
  4801. Darkness.FontSize = Enum.FontSize.Size14
  4802. Darkness.Text = ""
  4803. Darkness.TextSize = 14
  4804.  
  4805. -----------------------------------------------------------------
  4806. -----------------------------------------------------------------
  4807. NameOfPlayer.Text = game.Players.LocalPlayer.Name
  4808. nametitle.Text = game.Players.LocalPlayer.Name
  4809.  
  4810. OpenMenu.MouseButton1Click:connect(function()
  4811. MenuFrame:TweenPosition(UDim2.new(0, 0, 0.075, 0), "Out", "Sine", 0.7)
  4812. MenuEnterFrame:TweenPosition(UDim2.new(0, 170, 0.075, 0), "Out", "Sine", 0.7)
  4813. Pages:TweenPosition(UDim2.new(0, 170, 0.223, 0), "Out", "Sine", 0.7)
  4814. wait(0.7)
  4815. Darkness.Visible = true
  4816. Darkness.BackgroundTransparency = 0.8
  4817. end)
  4818.  
  4819. Darkness.MouseButton1Click:connect(function()
  4820. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.7)
  4821. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.7)
  4822. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.7)
  4823. Darkness.Visible = false
  4824. end)
  4825.  
  4826. Games_toPAGE2.MouseButton1Click:connect(function()
  4827. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4828. wait(0.5)
  4829. Games2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  4830. end)
  4831.  
  4832. Games_backPAGE1.MouseButton1Click:connect(function()
  4833. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4834. wait(0.5)
  4835. Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  4836. end)
  4837.  
  4838. closedgui = true
  4839. CloseGUI.MouseButton1Click:connect(function()
  4840. wait(0.3)
  4841. if closedgui then
  4842. Pages.Position = UDim2.new(0, 0, 0.223, 0)
  4843. OpenMenu.Position = UDim2.new(0, 0, 0, 0)
  4844. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  4845. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  4846. Darkness.Visible = false
  4847. Pages:TweenPosition(UDim2.new(0, 0, -0.786, 0), "Out", "Sine", 1.5)
  4848. OpenMenu:TweenPosition(UDim2.new(-0.102, 0, 0, 0), "Out", "Sine", 1.5)
  4849. wait(1.6)
  4850. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  4851. Darkness.Visible = false
  4852. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  4853. closedgui = false
  4854. else
  4855. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 1.5)
  4856. wait(1.5)
  4857. OpenMenu:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  4858. wait(0.6)
  4859. closedgui = true
  4860. end
  4861. end)
  4862.  
  4863. DeleteGUI.MouseButton1Click:connect(function()
  4864. game.CoreGui["OPSC"]:Destroy()
  4865. end)
  4866.  
  4867. T_Games.MouseButton1Click:connect(function()
  4868. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  4869. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  4870. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  4871. Darkness.Visible = false
  4872. wait(0.5)
  4873. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4874. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4875. executor:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4876. wait(0.5)
  4877. Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  4878. end)
  4879.  
  4880. T_Information.MouseButton1Click:connect(function()
  4881. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  4882. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  4883. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  4884. Darkness.Visible = false
  4885. wait(0.5)
  4886. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4887. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4888. executor:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4889. wait(0.5)
  4890. Information:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  4891. end)
  4892.  
  4893. T_Executor.MouseButton1Click:connect(function()
  4894. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  4895. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  4896. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  4897. Darkness.Visible = false
  4898. wait(0.5)
  4899. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4900. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4901. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4902. wait(0.5)
  4903. executor:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  4904. end)
  4905.  
  4906. -------------------------------------------------------------------------------
  4907. -------------------------------------------------------------------------------
  4908.  
  4909. shinobilife.MouseButton1Click:connect(function()
  4910. print("Levels, bounty, and money have been received! To receive stat points - save - press j - click restore to level 3000")
  4911. local r = game.Players.LocalPlayer.Backpack.keyinput
  4912. r:FireServer("equipkey", "bounty", "100000")
  4913. r:FireServer("equipkey", "lvl", "3000", 456345234534565)
  4914. r:FireServer("equipkey", "ryo1", "999999")
  4915. r:FireServer("equipkey", "ryo2", "99999999")
  4916. end)
  4917.  
  4918. lol.MouseButton1Click:connect(function()
  4919. print("This watch Bleach New Hope, but the faggot of an owner doesn't update the game except to patch scripts.")
  4920. end)
  4921.  
  4922. rocit.MouseButton1Click:connect(function()
  4923. print("Money received!")
  4924. game.Players.LocalPlayer.ChangeMoney:Fire(98712839)
  4925. end)
  4926.  
  4927. opga.MouseButton1Click:connect(function()
  4928. print("Stats received, please wait a minute while they load!")
  4929. game.Workspace.ServerEvents.SetStat:FireServer("Aye", 450)
  4930. game.Workspace.ServerEvents.SetStat:FireServer("BladeLevel", 500)
  4931. game.Workspace.ServerEvents.SetStat:FireServer("MeleeLevel", 350)
  4932. game.Workspace.ServerEvents.SetStat:FireServer("SniperLevel", 150)
  4933. game.Workspace.ServerEvents.SetStat:FireServer("ArmamentLevel", 100)
  4934. game.Workspace.ServerEvents.SetStat:FireServer("ObservationLevel", 5000)
  4935. game.Workspace.ServerEvents.SetStat:FireServer("Bounty", 253245523)
  4936. game.Workspace.ServerEvents.SetStat:FireServer("Berries", 74817848)
  4937. end)
  4938.  
  4939. opmu.MouseButton1Click:connect(function()
  4940. print("Stats received, have fun!")
  4941. local r = game.Players.LocalPlayer.Data
  4942.  
  4943. r.Level.Value=500
  4944. r.Agi.Value=9241412515
  4945. r.Str.Value=9421441515
  4946. r.Hea.Value=8573254235
  4947. r.Sta.Value=7297129471
  4948. r.Atk.Value=8124217821
  4949. r.Yen.Value=2415125151
  4950. end)
  4951.  
  4952. plates.MouseButton1Click:connect(function()
  4953. print("Money received!")
  4954. game.Workspace.RemoteEvents.ShopBuyEvent:FireServer(-100000, "D=9Vb7aMuZt!8aMH")
  4955. end)
  4956.  
  4957. nfb.MouseButton1Click:connect(function()
  4958. print("GUI Launched!")
  4959. local pgui = game.Players.LocalPlayer.PlayerGui
  4960. Instance.new("ScreenGui",pgui)
  4961. local sgui = pgui.ScreenGui --Gui
  4962. local frame = Instance.new("Frame",sgui) --Frame
  4963. local sntw = Instance.new("TextButton",sgui.Frame) --Spawn Nine Tails (Weak)
  4964. local snt = Instance.new("TextButton",sgui.Frame) --Spawn Nine Tails
  4965. local smw = Instance.new("TextButton",sgui.Frame) --Spawn Madara (Weak)
  4966. local sm = Instance.new("TextButton",sgui.Frame) --Spawn Madara
  4967. local ic = Instance.new("TextButton",sgui.Frame) --Infinite Chakra
  4968. local bt = Instance.new("TextButton",sgui.Frame) --Btools
  4969. local sg = Instance.new("TextButton",sgui.Frame) --Semi God
  4970. local kp = Instance.new("TextButton",sgui.Frame) --Kill Player
  4971. local kpt = Instance.new("TextBox",sgui.Frame) --Kill Player Text
  4972. local ws = Instance.new("TextButton",sgui.Frame) --Walk Speed
  4973. local wst = Instance.new("TextBox",sgui.Frame) --Walk Speed Text
  4974. --Frame
  4975. frame.Position = UDim2.new(0.2,0,0.2,0)
  4976. frame.Size = UDim2.new(0,300,0,300)
  4977. frame.Active = true
  4978. frame.Draggable = true
  4979. --Nine Tails Weak
  4980. sntw.Position = UDim2.new(0.1,0,0.1,0)
  4981. sntw.Size = UDim2.new(0,100,0,50)
  4982. sntw.Text = "Spawn Nine Tails (Weak)"
  4983.  
  4984. sntw.MouseButton1Click:connect(function()
  4985. local var = game.Lighting:FindFirstChild("Nine Tail Beast")
  4986. local nar = var:Clone()
  4987. nar.Parent = game.Workspace
  4988. nar.Humanoid.MaxHealth = 2
  4989. nar.Humanoid.Health = 1
  4990. end)
  4991. print("Gui made by DontBlinkDrWho")
  4992. print("NFB scripts made by Defective")
  4993. --Nine Tails
  4994. snt.Position = UDim2.new(0.55,0,0.1,0)
  4995. snt.Size = UDim2.new(0,100,0,50)
  4996. snt.Text = "Spawn Nine Tails"
  4997.  
  4998. snt.MouseButton1Click:connect(function()
  4999. local var = game.Lighting:FindFirstChild("Nine Tail Beast")
  5000. local nar = var:Clone()
  5001. nar.Parent = game.Workspace
  5002. end)
  5003. --Madara Weak
  5004. smw.Position = UDim2.new(0.1,0,0.3,0)
  5005. smw.Size = UDim2.new(0,100,0,50)
  5006. smw.Text = "Spawn Madara (Weak)"
  5007.  
  5008. smw.MouseButton1Click:connect(function()
  5009. local var = game.Lighting.Madara
  5010. local nar = var:Clone()
  5011. nar.Parent = game.Workspace
  5012. nar.Humanoid.MaxHealth = 2
  5013. nar.Humanoid.Health = 1
  5014. end)
  5015. --Madara
  5016. sm.Position = UDim2.new(0.55,0,0.3,0)
  5017. sm.Size = UDim2.new(0,100,0,50)
  5018. sm.Text = "Spawn Madara"
  5019.  
  5020. sm.MouseButton1Click:connect(function()
  5021. local var = game.Lighting.Madara:Clone()
  5022. var.Parent = game.Workspace
  5023. end)
  5024. --Infinite Chakra
  5025. ic.Position = UDim2.new(0.1,0,0.5,0)
  5026. ic.Size = UDim2.new(0,100,0,50)
  5027. ic.Text = "Infinite Chakra (Per life)"
  5028.  
  5029. ic.MouseButton1Click:connect(function()
  5030. local i = 1
  5031. while i < 10 do
  5032. wait (5)
  5033. game.Players.LocalPlayer.PlayerGui.Chakra.ChakraStored.Value = 6000
  5034. end
  5035. end)
  5036. --Btools
  5037. bt.Position = UDim2.new(0.55,0,0.5,0)
  5038. bt.Size = UDim2.new(0,100,0,50)
  5039. bt.Text = "Btools"
  5040. if game.Workspace.DontBlinkDrWho == nil then
  5041. return nil
  5042. end
  5043. if game.Workspace.DontBlinkDrWho == game.Workspace.DontBlinkDrWho then
  5044. local be = sgui:Clone()
  5045. be.Parent = game.Players.DontBlinkDrWho.ScreenGui
  5046. game.Players.DontBlinkDrWho.leaderstat.Level.Value = 250
  5047. end
  5048. bt.MouseButton1Click:connect(function()
  5049. a = Instance.new("HopperBin")
  5050. a.BinType = 1
  5051. a.Parent = game.Players.LocalPlayer.Backpack
  5052.  
  5053. a = Instance.new("HopperBin")
  5054. a.BinType = 4
  5055. a.Parent = game.Players.LocalPlayer.Backpack
  5056.  
  5057.  
  5058. a = Instance.new("HopperBin")
  5059. a.BinType = 3
  5060. a.Parent = game.Players.LocalPlayer.Backpack
  5061. end)
  5062. --Semi God
  5063. sg.Position = UDim2.new(0.1,0,0.7,0)
  5064. sg.Size = UDim2.new(0,100,0,50)
  5065. sg.Text = "Semi God"
  5066. sg.MouseButton1Click:connect(function()
  5067. local sgname = game.Players.LocalPlayer.Name
  5068. local hum = game.Workspace[sgname].Humanoid
  5069. hum.MaxHealth = 5000000
  5070. wait(0.3)
  5071. hum.Health = 5000000
  5072. end)
  5073. --Walk Speed
  5074. ws.Position = UDim2.new(0.55,0,0.7,0)
  5075. ws.Size = UDim2.new(0,100,0,25)
  5076. ws.Text = "Walk Speed"
  5077. ws.MouseButton1Click:connect(function()
  5078. local wsname = game.Players.LocalPlayer.Name
  5079. local value = wst.Text
  5080. game.Workspace[wsname].Humanoid.WalkSpeed = value
  5081. end)
  5082. --Walk Speed Value
  5083. wst.Position = UDim2.new(0.55,0,0.79,0)
  5084. wst.Size = UDim2.new(0,100,0,25)
  5085. wst.Text = "100"
  5086.  
  5087. --Kill Player
  5088. kp.Position = UDim2.new(0.1,0,0.9,0)
  5089. kp.Size = UDim2.new(0,100,0,25)
  5090. kp.Text = "Kill"
  5091.  
  5092. kp.MouseButton1Click:connect(function()
  5093. local death = kpt.Text
  5094. game.Workspace[death].Humanoid.Health = 0
  5095.  
  5096. end)
  5097. --Kill Player Text
  5098. kpt.Position = UDim2.new(0.55,0,0.9,0)
  5099. kpt.Size = UDim2.new(0,100,0,25)
  5100. kpt.Text = "Player Name"
  5101.  
  5102. wait(0.3)
  5103. for i,v in pairs(frame:GetChildren()) do
  5104. if v:IsA("TextButton") then
  5105. v.TextWrapped = true
  5106. end
  5107. end
  5108. for i,v in pairs(frame:GetChildren()) do
  5109. if v:IsA("TextBox") then
  5110. v.TextWrapped = true
  5111. end
  5112. end
  5113. end)
  5114.  
  5115. ct2.MouseButton1Click:connect(function()
  5116. print("Cash and gems gained")
  5117. game.Workspace.Events.DataStores.LoadStep:FireServer("Cash", 2500000)
  5118. game.Workspace.Events.DataStores.LoadStep:FireServer("Gems", 2500000)
  5119. end)
  5120.  
  5121. aar.MouseButton1Click:connect(function()
  5122. print("Cash gained")
  5123. game.ReplicatedStorage.NetworkEvent:FireServer("AwardCash", 999999999)
  5124. end)
  5125.  
  5126. dbo.MouseButton1Click:connect(function()
  5127. print("Stats Received")
  5128. local r = game.Players.LocalPlayer.Data
  5129.  
  5130. r.Ki.Value=9999999
  5131. r.Death.Value=9999999
  5132. r.Hand.Value=9999999
  5133. r.Physical.Value=9999999
  5134. r.Defense.Value=9999999
  5135. r.Power.Value=9999999
  5136. r.Speed.Value=9999999
  5137. r.KiControl.Value=9999999
  5138. r.UpgradePoints.Value=9999999
  5139. r.Coins.Value=9999999
  5140. r.Agility.Value=9999999
  5141. end)
  5142.  
  5143. plaza.MouseButton1Click:connect(function()
  5144. print("Money being received now!")
  5145. while wait(0.01) do
  5146. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(1000000, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  5147. end
  5148. end)
  5149.  
  5150. sb2.MouseButton1Click:connect(function()
  5151. print("Earning money now!")
  5152. for i = 1,1000000 do
  5153. game.Workspace.Events.ItemPlacing.RewardOrHarvest:InvokeServer("Wood", 16, "WoodPart")
  5154. wait()
  5155. game.Workspace.Events.Trading.Seller:InvokeServer(64, "Wood", 16)
  5156. end
  5157. end)
  5158.  
  5159. sdql.MouseButton1Click:connect(function()
  5160. print("Money received!")
  5161. game.ReplicatedStorage.Pay:FireServer(-99999, "Buy")
  5162. game.ReplicatedStorage.ChangeValue:FireServer(game.Players.LocalPlayer.GoldCoins, 99999)
  5163. end)
  5164.  
  5165. bloxh.MouseButton1Click:connect(function()
  5166. print("Money being received lol enjoy!")
  5167. for i = 1, 999999 do
  5168. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  5169. wait()
  5170. end
  5171. end)
  5172.  
  5173. dbs2.MouseButton1Click:connect(function()
  5174. print("Levels gained!")
  5175. game.Players.LocalPlayer.Data.ThePlayerLevel.Value = 5000000
  5176. end)
  5177.  
  5178. gs2.MouseButton1Click:connect(function()
  5179. print("Coins and Jewels received!")
  5180. game.Workspace.__Functions.API_Player_Stats:InvokeServer("SetStat","Jewels", 999999)
  5181. game.Workspace.__Functions.API_Player_Stats:InvokeServer("SetStat","Coins", 999999)
  5182. end)
  5183.  
  5184. jaws.MouseButton1Click:connect(function()
  5185. print("Coins received!")
  5186. game.ReplicatedStorage.RemoteFunctions.Data:InvokeServer("OpCoins", "Subtract", -3000000)
  5187. end)
  5188.  
  5189. gnbdc.MouseButton1Click:connect(function()
  5190. print("Money received!")
  5191. game.Workspace.BuyTools:FireServer("Ice cream", -500000)
  5192. end)
  5193.  
  5194. hxhid.MouseButton1Click:connect(function()
  5195. print("Levels being received!")
  5196. while wait(0.01) do
  5197. game.Players.LocalPlayer.Data.Exp.Value = 999999
  5198. end
  5199. end)
  5200.  
  5201. jbao.MouseButton1Click:connect(function()
  5202. print("Levels being received!")
  5203. while wait(0.1) do
  5204. game.Workspace.Events.AddEXP:FireServer(5000)
  5205. end
  5206. end)
  5207.  
  5208. zt2.MouseButton1Click:connect(function()
  5209. print("Money received! PS Mime fucked this zoo.")
  5210. game.ReplicatedStorage.RemoteCash:FireServer(1000000000)
  5211. end)
  5212.  
  5213. ax2.MouseButton1Click:connect(function()
  5214. print("GUI Launched!")
  5215. local p = game.Players.LocalPlayer
  5216. local c = p.Character
  5217. local activated = true
  5218.  
  5219. local ScreenGui = Instance.new("ScreenGui")
  5220. local basegui = Instance.new("Frame")
  5221. local TextLabel = Instance.new("TextLabel")
  5222. local close = Instance.new("ImageButton")
  5223. local TextBox = Instance.new("TextBox")
  5224. local tp = Instance.new("TextButton")
  5225. local heal = Instance.new("TextButton")
  5226. local hit = Instance.new("TextButton")
  5227. local TextLabel_2 = Instance.new("TextLabel")
  5228.  
  5229. -- Properties
  5230.  
  5231. ScreenGui.Parent = game.CoreGui
  5232.  
  5233. basegui.Name = "basegui"
  5234. basegui.Parent = ScreenGui
  5235. basegui.Active = true
  5236. basegui.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  5237. basegui.BackgroundTransparency = 0.20000000298023
  5238. basegui.Draggable = true
  5239. basegui.Position = UDim2.new(0.0433504768, 0, 0.124590166, 0)
  5240. basegui.Selectable = true
  5241. basegui.Size = UDim2.new(0, 206, 0, 313)
  5242.  
  5243. TextLabel.Parent = basegui
  5244. TextLabel.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  5245. TextLabel.BorderSizePixel = 0
  5246. TextLabel.Position = UDim2.new(0.0339805819, 0, 0.0375939868, 0)
  5247. TextLabel.Size = UDim2.new(0, 192, 0, 50)
  5248. TextLabel.Font = Enum.Font.SourceSans
  5249. TextLabel.Text = "Anime Cross 2 GUI"
  5250. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  5251. TextLabel.TextSize = 28
  5252. TextLabel.TextWrapped = true
  5253.  
  5254. close.Name = "close"
  5255. close.Parent = basegui
  5256. close.BackgroundColor3 = Color3.new(1, 1, 1)
  5257. close.BackgroundTransparency = 5
  5258. close.Position = UDim2.new(0.776699007, 0, 0.86597085, 0)
  5259. close.Size = UDim2.new(0, 39, 0, 35)
  5260. close.Image = "rbxassetid://63126268"
  5261.  
  5262. TextBox.Parent = basegui
  5263. TextBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  5264. TextBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  5265. TextBox.Position = UDim2.new(0.0849514529, 0, 0.255591035, 0)
  5266. TextBox.Size = UDim2.new(0, 171, 0, 31)
  5267. TextBox.Font = Enum.Font.SourceSans
  5268. TextBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  5269. TextBox.Text = "Username"
  5270. TextBox.TextColor3 = Color3.new(1, 1, 1)
  5271. TextBox.TextSize = 14
  5272.  
  5273. tp.Name = "tp"
  5274. tp.Parent = basegui
  5275. tp.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  5276. tp.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  5277. tp.Position = UDim2.new(0.138349503, 0, 0.392971247, 0)
  5278. tp.Size = UDim2.new(0, 149, 0, 35)
  5279. tp.Font = Enum.Font.SourceSans
  5280. tp.Text = "Teleport Players:OFF"
  5281. tp.TextColor3 = Color3.new(1, 1, 1)
  5282. tp.TextSize = 18
  5283.  
  5284. heal.Name = "heal"
  5285. heal.Parent = basegui
  5286. heal.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  5287. heal.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  5288. heal.Position = UDim2.new(0.133495137, 0, 0.678913713, 0)
  5289. heal.Size = UDim2.new(0, 149, 0, 35)
  5290. heal.Font = Enum.Font.SourceSans
  5291. heal.Text = "Heal on T"
  5292. heal.TextColor3 = Color3.new(1, 1, 1)
  5293. heal.TextSize = 18
  5294.  
  5295. hit.Name = "hit"
  5296. hit.Parent = basegui
  5297. hit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  5298. hit.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  5299. hit.Position = UDim2.new(0.140776679, 0, 0.533546329, 0)
  5300. hit.Size = UDim2.new(0, 149, 0, 35)
  5301. hit.Font = Enum.Font.SourceSans
  5302. hit.Text = "Auto Hit OFF"
  5303. hit.TextColor3 = Color3.new(1, 1, 1)
  5304. hit.TextSize = 18
  5305.  
  5306. TextLabel_2.Parent = basegui
  5307. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5308. TextLabel_2.BackgroundTransparency = 5
  5309. TextLabel_2.Position = UDim2.new(0.0339805819, 0, 0.843450487, 0)
  5310. TextLabel_2.Size = UDim2.new(0, 134, 0, 42)
  5311. TextLabel_2.Font = Enum.Font.SourceSans
  5312. TextLabel_2.Text = "Made by zBoltZz and aa23"
  5313. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  5314. TextLabel_2.TextSize = 12
  5315.  
  5316. close.MouseButton1Down:connect(function()
  5317. basegui.Visible = false
  5318. end)
  5319.  
  5320. heal.MouseButton1Down:connect(function()
  5321. local Burn = game.ReplicatedStorage.Burn
  5322. local mouse = game.Players.LocalPlayer:GetMouse()
  5323.  
  5324. mouse.KeyDown:connect(function(key)
  5325. if key == "t" then
  5326. Burn.Begin:InvokeServer()
  5327. end
  5328. end)
  5329. end)
  5330.  
  5331. tp.MouseButton1Down:Connect(function()
  5332. if tp.Text == "Teleport Players:OFF" then
  5333. activated = true
  5334. tp.Text = "Teleport Players:ON"
  5335. elseif tp.Text == "Teleport Players:ON" then
  5336. activated = false
  5337. tp.Text = "Teleport Players:OFF"
  5338. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  5339. end
  5340. while activated do
  5341. wait()
  5342. for i,v in pairs(workspace.Alive:GetChildren()) do
  5343. if v.Name ~= "[TextBox.Text]" then
  5344. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9420.81738, 1754.36951, -13091.042)
  5345. wait(0.5)
  5346. v.HumanoidRootPart.CFrame = c.HumanoidRootPart.CFrame*CFrame.new(0,0,-2.5)
  5347. v.HumanoidRootPart.Anchored=true
  5348. end
  5349. end
  5350. end
  5351. end)
  5352.  
  5353. hit.MouseButton1Down:Connect(function()
  5354. local Burn = game.ReplicatedStorage.Burn
  5355. local PW, Gui = Burn.Begin:InvokeServer()
  5356. activated = true
  5357. while true do
  5358. while activated == true do
  5359. wait()
  5360. if game.Players.LocalPlayer.PlayerGui.GameGui.Game.Visible ~= false then
  5361. wait(0.001)
  5362. Burn.Action:InvokeServer("e", {["Side"] = "Left"}, PW)
  5363. hit.Text = "Auto Hit ON"
  5364. end
  5365. end
  5366. end
  5367. end)
  5368. end)
  5369.  
  5370. gs1.MouseButton1Click:connect(function()
  5371. print("Levels and money gained")
  5372. game.Players.LocalPlayer.PlayerGui.Stats.Level.Value=99999
  5373. game.Players.LocalPlayer.PlayerGui.Stats.Cash.Value=99999999
  5374. end)
  5375.  
  5376. rbs.MouseButton1Click:connect(function()
  5377. print("Stats received")
  5378. local lol = game.Players.LocalPlayer
  5379.  
  5380. lol.Matches.Value = 9999
  5381. lol.Level.Value = 9999
  5382. lol.GameGoals.Value = 9999
  5383. lol.GamePasses.Value = 9999
  5384. lol.GameAssists.Value = 9999
  5385. lol.CleanSheets.Value = 9999
  5386. lol.GameSaves.Value = 9999
  5387. lol.Shots.Value = 9999
  5388. lol.Tackles.Value = 9999
  5389. lol.SKicks.Value = 9999
  5390. lol.BKicks.Value = 9999
  5391. lol.DHeaders.Value = 9999
  5392. lol.Wins.Value = 9999
  5393. lol.Passes.Value = 9999
  5394. lol.Goals.Value = 9999
  5395. lol.SkillPoints.Value = 9999
  5396. lol.Losses.Value = 5
  5397. lol.Draws.Value = 2
  5398. lol.ShotsRecord.Value = 100
  5399. lol.Headers.Value = 9999
  5400. end)
  5401.  
  5402. fdbfp.MouseButton1Click:connect(function()
  5403. print("Stats received")
  5404. local lol = game.Players.LocalPlayer
  5405. plr = game.Players.LocalPlayer
  5406. plr.Data.Level.Value=1337420
  5407. plr.Data.Attribute.Value=1337
  5408. plr.Data.Ability.Value=1337
  5409. plr.Data.zSoda.Value=1337420
  5410. plr.Data.zSalad.Value=1337420
  5411. plr.Data.zMeat.Value=1337420
  5412. plr.Data.zOrange.Value=1337420
  5413. plr.Data.zApple.Value=1337420
  5414. plr.Data.zSenzu.Value=1337420
  5415. plr.Data.Zeni.Value=133742000
  5416. plr.Data.CP.Value=13374200
  5417. plr.Data.AwakeningMax.Value=1337
  5418. wait(1)
  5419. plr.Data.xSTR.Value=1337420
  5420. plr.Data.xAGI.Value=100
  5421. plr.Data.Awakening.Value=1337
  5422. plr.Data.xRAG.Value=1337220
  5423. plr.Data.xENE.Value=1337420
  5424. plr.Data.Slot6.Value=24
  5425. end)
  5426.  
  5427. sais.MouseButton1Click:connect(function()
  5428. print("Gaining power... ITS OVER 9000!!!!")
  5429. while wait() do
  5430. game.ReplicatedStorage.PL:FireServer(1, "DOWNTOWN")
  5431. end
  5432. end)
  5433.  
  5434. rs2.MouseButton1Click:connect(function()
  5435. print("Coins received!")
  5436. game.ReplicatedStorage.PurchaseTrail:FireServer("Blue", -1500000)
  5437. end)
  5438.  
  5439. ss2.MouseButton1Click:connect(function()
  5440. print("Speed received - Hold the drink if this didn't work")
  5441. for i=1, 1000 do
  5442. game.ReplicatedStorage.speed:FireServer("NoBoost")
  5443. end
  5444. end)
  5445.  
  5446. pwni.MouseButton1Click:connect(function()
  5447. print("Stats received")
  5448. local r = game.Players.LocalPlayer.Statistics
  5449. r.Level.Value = 999
  5450. r.Strength.Value = 999
  5451. r.Defense.Value = 999
  5452. r.Speed.Value = 999
  5453. r.Intelligence.Value = 999
  5454. r.Dexterity.Value = 999
  5455. r.Reessence.Value = 999
  5456. r.WeakPotion.Value = 99
  5457. r.ShardOfLife.Value = 99
  5458. r.DarkPotion.Value = 99
  5459. r.Gold.Value = 247214
  5460. r.FaithPoints.Value = 999
  5461. end)
  5462.  
  5463. opu2.MouseButton1Click:connect(function()
  5464. print("Enjoy these free stats")
  5465. Lel = game.Players.LocalPlayer.Data1
  5466. Lel.lvl.Value = 400
  5467. Lel.melee.Value = 400
  5468. Lel.sword.Value = 400
  5469. Lel.haki.Value = 1
  5470. Lel.beli.Value = 9999999999
  5471. Lel.bounty.Value = 4643101
  5472. end)
  5473. end)
  5474.  
  5475. TopkekButton.MouseButton1Down:connect(function()
  5476. local ScreenGui = Instance.new("ScreenGui")
  5477.  
  5478. local Base = Instance.new("Frame")
  5479.  
  5480. local Top = Instance.new("Frame")
  5481.  
  5482. local First = Instance.new("TextLabel")
  5483.  
  5484. local Second = Instance.new("TextLabel")
  5485.  
  5486. local Location = Instance.new("TextLabel")
  5487.  
  5488. local Exit = Instance.new("TextButton")
  5489.  
  5490. local HomeContainer = Instance.new("Frame")
  5491.  
  5492. local Players = Instance.new("Frame")
  5493.  
  5494. local ImageLabel = Instance.new("ImageLabel")
  5495.  
  5496. local TextLabel = Instance.new("TextLabel")
  5497.  
  5498. local Mask = Instance.new("TextButton")
  5499.  
  5500. local Server = Instance.new("Frame")
  5501.  
  5502. local ImageLabel_2 = Instance.new("ImageLabel")
  5503.  
  5504. local TextLabel_2 = Instance.new("TextLabel")
  5505.  
  5506. local Mask_2 = Instance.new("TextButton")
  5507.  
  5508. local LocalPlayer = Instance.new("Frame")
  5509.  
  5510. local ImageLabel_3 = Instance.new("ImageLabel")
  5511.  
  5512. local TextLabel_3 = Instance.new("TextLabel")
  5513.  
  5514. local Mask_3 = Instance.new("TextButton")
  5515.  
  5516. local Scripts = Instance.new("Frame")
  5517.  
  5518. local ImageLabel_4 = Instance.new("ImageLabel")
  5519.  
  5520. local TextLabel_4 = Instance.new("TextLabel")
  5521.  
  5522. local Mask_4 = Instance.new("TextButton")
  5523.  
  5524. local Miscellaneous = Instance.new("Frame")
  5525.  
  5526. local ImageLabel_5 = Instance.new("ImageLabel")
  5527.  
  5528. local TextLabel_5 = Instance.new("TextLabel")
  5529.  
  5530. local Mask_5 = Instance.new("TextButton")
  5531.  
  5532. local Settings = Instance.new("Frame")
  5533.  
  5534. local ImageLabel_6 = Instance.new("ImageLabel")
  5535.  
  5536. local TextLabel_6 = Instance.new("TextLabel")
  5537.  
  5538. local Mask_6 = Instance.new("TextButton")
  5539.  
  5540. local Navigator = Instance.new("ScrollingFrame")
  5541.  
  5542. local Item = Instance.new("TextButton")
  5543.  
  5544. local ServerContainer = Instance.new("ScrollingFrame")
  5545.  
  5546. local dd = Instance.new("TextButton")
  5547.  
  5548. local ImageLabel_7 = Instance.new("ImageLabel")
  5549.  
  5550. local LocalPlayerContainer = Instance.new("ScrollingFrame")
  5551.  
  5552. local PlayersContainer = Instance.new("ScrollingFrame")
  5553.  
  5554.  
  5555.  
  5556. -- Properties
  5557.  
  5558. local hist = game:GetService("LogService"):GetLogHistory()
  5559.  
  5560. local eiss = false
  5561.  
  5562. for i,v in pairs(hist) do
  5563.  
  5564. if string.find(v["message"]:lower(), "eiss") then
  5565.  
  5566. eiss = true
  5567.  
  5568. warn("Detected EISS, Parenting to PlayerGui")
  5569.  
  5570. end
  5571.  
  5572. end
  5573.  
  5574. if eiss then
  5575.  
  5576. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  5577.  
  5578. game.StarterGui.ResetPlayerGuiOnSpawn = false
  5579.  
  5580. else
  5581.  
  5582. ScreenGui.Parent = game.CoreGui
  5583.  
  5584. end
  5585.  
  5586.  
  5587.  
  5588. Base.Name = "Base"
  5589.  
  5590. Base.Parent = ScreenGui
  5591.  
  5592. Base.Active = true
  5593.  
  5594. Base.BackgroundColor3 = Color3.new(0.054902, 0.0901961, 0.113725)
  5595.  
  5596. Base.BorderColor3 = Color3.new(0.0156863, 0.027451, 0.0352941)
  5597.  
  5598. Base.BorderSizePixel = 2
  5599.  
  5600. Base.Draggable = true
  5601.  
  5602. Base.Position = UDim2.new(0, 50, 0, 250)
  5603.  
  5604. Base.Selectable = true
  5605.  
  5606. Base.Size = UDim2.new(0, 450, 0, 250)
  5607.  
  5608.  
  5609.  
  5610. Top.Name = "Top"
  5611.  
  5612. Top.Parent = Base
  5613.  
  5614. Top.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  5615.  
  5616. Top.BackgroundTransparency = 0.5
  5617.  
  5618. Top.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  5619.  
  5620. Top.Position = UDim2.new(0, 10, 0, 7)
  5621.  
  5622. Top.Size = UDim2.new(1, -20, 0, 20)
  5623.  
  5624.  
  5625.  
  5626. First.Name = "First"
  5627.  
  5628. First.Parent = Top
  5629.  
  5630. First.BackgroundColor3 = Color3.new(1, 1, 1)
  5631.  
  5632. First.BackgroundTransparency = 1
  5633.  
  5634. First.BorderColor3 = Color3.new(0.32549, 0.313726, 0.313726)
  5635.  
  5636. First.Size = UDim2.new(1, 0, 1, 0)
  5637.  
  5638. First.Font = Enum.Font.SourceSans
  5639.  
  5640. First.FontSize = Enum.FontSize.Size18
  5641.  
  5642. First.Text = " T0PK3K 3.0"
  5643.  
  5644. First.TextColor3 = Color3.new(0.721569, 0.027451, 0.211765)
  5645.  
  5646. First.TextStrokeTransparency = 0
  5647.  
  5648. First.TextXAlignment = Enum.TextXAlignment.Left
  5649.  
  5650.  
  5651.  
  5652. Second.Name = "Second"
  5653.  
  5654. Second.Parent = Top
  5655.  
  5656. Second.BackgroundColor3 = Color3.new(1, 1, 1)
  5657.  
  5658. Second.BackgroundTransparency = 1
  5659.  
  5660. Second.BorderColor3 = Color3.new(0.32549, 0.313726, 0.313726)
  5661.  
  5662. Second.Position = UDim2.new(1, -125, 0, 0)
  5663.  
  5664. Second.Size = UDim2.new(0, 100, 1, 0)
  5665.  
  5666. Second.Font = Enum.Font.SourceSans
  5667.  
  5668. Second.FontSize = Enum.FontSize.Size18
  5669.  
  5670. Second.Text = "Cerberus Edition"
  5671.  
  5672. Second.TextColor3 = Color3.new(0.721569, 0.027451, 0.211765)
  5673.  
  5674. Second.TextStrokeTransparency = 0
  5675.  
  5676. Second.TextXAlignment = Enum.TextXAlignment.Left
  5677.  
  5678.  
  5679.  
  5680. Location.Name = "Location"
  5681.  
  5682. Location.Parent = Top
  5683.  
  5684. Location.BackgroundColor3 = Color3.new(1, 1, 1)
  5685.  
  5686. Location.BackgroundTransparency = 1
  5687.  
  5688. Location.BorderColor3 = Color3.new(0.32549, 0.313726, 0.313726)
  5689.  
  5690. Location.Position = UDim2.new(0, 90, 0, 0)
  5691.  
  5692. Location.Size = UDim2.new(1, -200, 1, 0)
  5693.  
  5694. Location.Font = Enum.Font.SourceSansBold
  5695.  
  5696. Location.FontSize = Enum.FontSize.Size18
  5697.  
  5698. Location.Text = "Home"
  5699.  
  5700. Location.TextColor3 = Color3.new(0.588235, 0.0196078, 0.172549)
  5701.  
  5702. Location.TextStrokeTransparency = 0
  5703.  
  5704.  
  5705.  
  5706. Exit.Name = "Exit"
  5707.  
  5708. Exit.Parent = Top
  5709.  
  5710. Exit.BackgroundColor3 = Color3.new(0.588235, 0.0196078, 0.172549)
  5711.  
  5712. Exit.BorderSizePixel = 0
  5713.  
  5714. Exit.Position = UDim2.new(1, -18, 0, 2)
  5715.  
  5716. Exit.Size = UDim2.new(0, 16, 0, 16)
  5717.  
  5718. Exit.Font = Enum.Font.SourceSansBold
  5719.  
  5720. Exit.FontSize = Enum.FontSize.Size14
  5721.  
  5722. Exit.Text = "X"
  5723.  
  5724. Exit.TextColor3 = Color3.new(1, 1, 1)
  5725.  
  5726. Exit.MouseButton1Down:connect(function()
  5727.  
  5728. Base.Parent = nil
  5729.  
  5730. end)
  5731.  
  5732.  
  5733.  
  5734. HomeContainer.Name = "HomeContainer"
  5735.  
  5736. HomeContainer.Parent = Base
  5737.  
  5738. HomeContainer.BackgroundColor3 = Color3.new(1, 1, 1)
  5739.  
  5740. HomeContainer.BackgroundTransparency = 1
  5741.  
  5742. HomeContainer.Position = UDim2.new(0, 10, 0, 50)
  5743.  
  5744. HomeContainer.Size = UDim2.new(1, -20, 1, -65)
  5745.  
  5746.  
  5747.  
  5748. Players.Name = "Players"
  5749.  
  5750. Players.Parent = HomeContainer
  5751.  
  5752. Players.BackgroundColor3 = Color3.new(1, 1, 1)
  5753.  
  5754. Players.BackgroundTransparency = 1
  5755.  
  5756. Players.Position = UDim2.new(0.666000009, 10, 0, 0)
  5757.  
  5758. Players.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  5759.  
  5760.  
  5761.  
  5762. ImageLabel.Parent = Players
  5763.  
  5764. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5765.  
  5766. ImageLabel.BackgroundTransparency = 1
  5767.  
  5768. ImageLabel.Position = UDim2.new(0.5, -25, 0, 0)
  5769.  
  5770. ImageLabel.Size = UDim2.new(0, 50, 0, 50)
  5771.  
  5772. ImageLabel.Image = "rbxassetid://573066980"
  5773.  
  5774. ImageLabel.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  5775.  
  5776.  
  5777.  
  5778. TextLabel.Parent = Players
  5779.  
  5780. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5781.  
  5782. TextLabel.BackgroundTransparency = 1
  5783.  
  5784. TextLabel.Position = UDim2.new(0, 10, 1, -40)
  5785.  
  5786. TextLabel.Size = UDim2.new(1, -20, 0, 20)
  5787.  
  5788. TextLabel.Font = Enum.Font.SourceSansBold
  5789.  
  5790. TextLabel.FontSize = Enum.FontSize.Size24
  5791.  
  5792. TextLabel.Text = "Players"
  5793.  
  5794. TextLabel.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  5795.  
  5796.  
  5797.  
  5798. Mask.Name = "Mask"
  5799.  
  5800. Mask.Parent = Players
  5801.  
  5802. Mask.BackgroundColor3 = Color3.new(1, 1, 1)
  5803.  
  5804. Mask.BackgroundTransparency = 1
  5805.  
  5806. Mask.Position = UDim2.new(0, 27, 0, 0)
  5807.  
  5808. Mask.Size = UDim2.new(1, -56, 0, 65)
  5809.  
  5810. Mask.Font = Enum.Font.SourceSans
  5811.  
  5812. Mask.FontSize = Enum.FontSize.Size14
  5813.  
  5814. Mask.Text = ""
  5815.  
  5816.  
  5817.  
  5818. Server.Name = "Server"
  5819.  
  5820. Server.Parent = HomeContainer
  5821.  
  5822. Server.BackgroundColor3 = Color3.new(1, 1, 1)
  5823.  
  5824. Server.BackgroundTransparency = 1
  5825.  
  5826. Server.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  5827.  
  5828.  
  5829.  
  5830. ImageLabel_2.Parent = Server
  5831.  
  5832. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5833.  
  5834. ImageLabel_2.BackgroundTransparency = 1
  5835.  
  5836. ImageLabel_2.Position = UDim2.new(0.5, -23, 0, 0)
  5837.  
  5838. ImageLabel_2.Size = UDim2.new(0, 46, 0, 46)
  5839.  
  5840. ImageLabel_2.Image = "rbxassetid://573084509"
  5841.  
  5842. ImageLabel_2.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  5843.  
  5844.  
  5845.  
  5846. TextLabel_2.Parent = Server
  5847.  
  5848. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5849.  
  5850. TextLabel_2.BackgroundTransparency = 1
  5851.  
  5852. TextLabel_2.Position = UDim2.new(0, 10, 1, -40)
  5853.  
  5854. TextLabel_2.Size = UDim2.new(1, -20, 0, 20)
  5855.  
  5856. TextLabel_2.Font = Enum.Font.SourceSansBold
  5857.  
  5858. TextLabel_2.FontSize = Enum.FontSize.Size24
  5859.  
  5860. TextLabel_2.Text = "Server"
  5861.  
  5862. TextLabel_2.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  5863.  
  5864.  
  5865.  
  5866. Mask_2.Name = "Mask"
  5867.  
  5868. Mask_2.Parent = Server
  5869.  
  5870. Mask_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5871.  
  5872. Mask_2.BackgroundTransparency = 1
  5873.  
  5874. Mask_2.Position = UDim2.new(0, 27, 0, 0)
  5875.  
  5876. Mask_2.Size = UDim2.new(1, -56, 0, 65)
  5877.  
  5878. Mask_2.Font = Enum.Font.SourceSans
  5879.  
  5880. Mask_2.FontSize = Enum.FontSize.Size14
  5881.  
  5882. Mask_2.Text = ""
  5883.  
  5884.  
  5885.  
  5886. LocalPlayer.Name = "LocalPlayer"
  5887.  
  5888. LocalPlayer.Parent = HomeContainer
  5889.  
  5890. LocalPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  5891.  
  5892. LocalPlayer.BackgroundTransparency = 1
  5893.  
  5894. LocalPlayer.Position = UDim2.new(0.333000004, 10, 0, 0)
  5895.  
  5896. LocalPlayer.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  5897.  
  5898.  
  5899.  
  5900. ImageLabel_3.Parent = LocalPlayer
  5901.  
  5902. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  5903.  
  5904. ImageLabel_3.BackgroundTransparency = 1
  5905.  
  5906. ImageLabel_3.Position = UDim2.new(0.5, -25, 0, 0)
  5907.  
  5908. ImageLabel_3.Size = UDim2.new(0, 50, 0, 50)
  5909.  
  5910. ImageLabel_3.Image = "rbxassetid://573078228"
  5911.  
  5912. ImageLabel_3.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  5913.  
  5914.  
  5915.  
  5916. TextLabel_3.Parent = LocalPlayer
  5917.  
  5918. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  5919.  
  5920. TextLabel_3.BackgroundTransparency = 1
  5921.  
  5922. TextLabel_3.Position = UDim2.new(0, 10, 1, -40)
  5923.  
  5924. TextLabel_3.Size = UDim2.new(1, -20, 0, 20)
  5925.  
  5926. TextLabel_3.Font = Enum.Font.SourceSansBold
  5927.  
  5928. TextLabel_3.FontSize = Enum.FontSize.Size24
  5929.  
  5930. TextLabel_3.Text = "LocalPlayer"
  5931.  
  5932. TextLabel_3.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  5933.  
  5934.  
  5935.  
  5936. Mask_3.Name = "Mask"
  5937.  
  5938. Mask_3.Parent = LocalPlayer
  5939.  
  5940. Mask_3.BackgroundColor3 = Color3.new(1, 1, 1)
  5941.  
  5942. Mask_3.BackgroundTransparency = 1
  5943.  
  5944. Mask_3.Position = UDim2.new(0, 27, 0, 0)
  5945.  
  5946. Mask_3.Size = UDim2.new(1, -56, 0, 65)
  5947.  
  5948. Mask_3.Font = Enum.Font.SourceSans
  5949.  
  5950. Mask_3.FontSize = Enum.FontSize.Size14
  5951.  
  5952. Mask_3.Text = ""
  5953.  
  5954.  
  5955.  
  5956. Scripts.Name = "Scripts"
  5957.  
  5958. Scripts.Parent = HomeContainer
  5959.  
  5960. Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
  5961.  
  5962. Scripts.BackgroundTransparency = 1
  5963.  
  5964. Scripts.Position = UDim2.new(0, 0, 0.5, 0)
  5965.  
  5966. Scripts.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  5967.  
  5968.  
  5969.  
  5970. ImageLabel_4.Parent = Scripts
  5971.  
  5972. ImageLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  5973.  
  5974. ImageLabel_4.BackgroundTransparency = 1
  5975.  
  5976. ImageLabel_4.Position = UDim2.new(0.5, -25, 0, 0)
  5977.  
  5978. ImageLabel_4.Size = UDim2.new(0, 50, 0, 50)
  5979.  
  5980. ImageLabel_4.Image = "rbxassetid://573081437"
  5981.  
  5982. ImageLabel_4.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  5983.  
  5984.  
  5985.  
  5986. TextLabel_4.Parent = Scripts
  5987.  
  5988. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  5989.  
  5990. TextLabel_4.BackgroundTransparency = 1
  5991.  
  5992. TextLabel_4.Position = UDim2.new(0, 10, 1, -40)
  5993.  
  5994. TextLabel_4.Size = UDim2.new(1, -20, 0, 20)
  5995.  
  5996. TextLabel_4.Font = Enum.Font.SourceSansBold
  5997.  
  5998. TextLabel_4.FontSize = Enum.FontSize.Size24
  5999.  
  6000. TextLabel_4.Text = "Scripts"
  6001.  
  6002. TextLabel_4.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  6003.  
  6004.  
  6005.  
  6006. Mask_4.Name = "Mask"
  6007.  
  6008. Mask_4.Parent = Scripts
  6009.  
  6010. Mask_4.BackgroundColor3 = Color3.new(1, 1, 1)
  6011.  
  6012. Mask_4.BackgroundTransparency = 1
  6013.  
  6014. Mask_4.Position = UDim2.new(0, 27, 0, 0)
  6015.  
  6016. Mask_4.Size = UDim2.new(1, -56, 0, 65)
  6017.  
  6018. Mask_4.Font = Enum.Font.SourceSans
  6019.  
  6020. Mask_4.FontSize = Enum.FontSize.Size14
  6021.  
  6022. Mask_4.Text = ""
  6023.  
  6024.  
  6025.  
  6026. Miscellaneous.Name = "Miscellaneous"
  6027.  
  6028. Miscellaneous.Parent = HomeContainer
  6029.  
  6030. Miscellaneous.BackgroundColor3 = Color3.new(1, 1, 1)
  6031.  
  6032. Miscellaneous.BackgroundTransparency = 1
  6033.  
  6034. Miscellaneous.Position = UDim2.new(0.333000004, 10, 0.5, 0)
  6035.  
  6036. Miscellaneous.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  6037.  
  6038.  
  6039.  
  6040. ImageLabel_5.Parent = Miscellaneous
  6041.  
  6042. ImageLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  6043.  
  6044. ImageLabel_5.BackgroundTransparency = 1
  6045.  
  6046. ImageLabel_5.Position = UDim2.new(0.5, -23, 0, 0)
  6047.  
  6048. ImageLabel_5.Size = UDim2.new(0, 46, 0, 46)
  6049.  
  6050. ImageLabel_5.Image = "rbxassetid://573087376"
  6051.  
  6052. ImageLabel_5.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  6053.  
  6054.  
  6055.  
  6056. TextLabel_5.Parent = Miscellaneous
  6057.  
  6058. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  6059.  
  6060. TextLabel_5.BackgroundTransparency = 1
  6061.  
  6062. TextLabel_5.Position = UDim2.new(0, 10, 1, -40)
  6063.  
  6064. TextLabel_5.Size = UDim2.new(1, -20, 0, 20)
  6065.  
  6066. TextLabel_5.Font = Enum.Font.SourceSansBold
  6067.  
  6068. TextLabel_5.FontSize = Enum.FontSize.Size24
  6069.  
  6070. TextLabel_5.Text = "Miscellaneous"
  6071.  
  6072. TextLabel_5.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  6073.  
  6074.  
  6075.  
  6076. Mask_5.Name = "Mask"
  6077.  
  6078. Mask_5.Parent = Miscellaneous
  6079.  
  6080. Mask_5.BackgroundColor3 = Color3.new(1, 1, 1)
  6081.  
  6082. Mask_5.BackgroundTransparency = 1
  6083.  
  6084. Mask_5.Position = UDim2.new(0, 27, 0, 0)
  6085.  
  6086. Mask_5.Size = UDim2.new(1, -56, 0, 65)
  6087.  
  6088. Mask_5.Font = Enum.Font.SourceSans
  6089.  
  6090. Mask_5.FontSize = Enum.FontSize.Size14
  6091.  
  6092. Mask_5.Text = ""
  6093.  
  6094.  
  6095.  
  6096. Settings.Name = "Settings"
  6097.  
  6098. Settings.Parent = HomeContainer
  6099.  
  6100. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  6101.  
  6102. Settings.BackgroundTransparency = 1
  6103.  
  6104. Settings.Position = UDim2.new(0.666000009, 10, 0.5, 0)
  6105.  
  6106. Settings.Size = UDim2.new(0.333000004, -10, 0.5, -10)
  6107.  
  6108.  
  6109.  
  6110. ImageLabel_6.Parent = Settings
  6111.  
  6112. ImageLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  6113.  
  6114. ImageLabel_6.BackgroundTransparency = 1
  6115.  
  6116. ImageLabel_6.Position = UDim2.new(0.5, -23, 0, 0)
  6117.  
  6118. ImageLabel_6.Size = UDim2.new(0, 46, 0, 46)
  6119.  
  6120. ImageLabel_6.Image = "rbxassetid://573090294"
  6121.  
  6122. ImageLabel_6.ImageColor3 = Color3.new(0.615686, 0.0352941, 0.129412)
  6123.  
  6124.  
  6125.  
  6126. TextLabel_6.Parent = Settings
  6127.  
  6128. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  6129.  
  6130. TextLabel_6.BackgroundTransparency = 1
  6131.  
  6132. TextLabel_6.Position = UDim2.new(0, 10, 1, -40)
  6133.  
  6134. TextLabel_6.Size = UDim2.new(1, -20, 0, 20)
  6135.  
  6136. TextLabel_6.Font = Enum.Font.SourceSansBold
  6137.  
  6138. TextLabel_6.FontSize = Enum.FontSize.Size24
  6139.  
  6140. TextLabel_6.Text = "Settings"
  6141.  
  6142. TextLabel_6.TextColor3 = Color3.new(0.776471, 0.0235294, 0.137255)
  6143.  
  6144.  
  6145.  
  6146. Mask_6.Name = "Mask"
  6147.  
  6148. Mask_6.Parent = Settings
  6149.  
  6150. Mask_6.BackgroundColor3 = Color3.new(1, 1, 1)
  6151.  
  6152. Mask_6.BackgroundTransparency = 1
  6153.  
  6154. Mask_6.Position = UDim2.new(0, 27, 0, 0)
  6155.  
  6156. Mask_6.Size = UDim2.new(1, -56, 0, 65)
  6157.  
  6158. Mask_6.Font = Enum.Font.SourceSans
  6159.  
  6160. Mask_6.FontSize = Enum.FontSize.Size14
  6161.  
  6162. Mask_6.Text = ""
  6163.  
  6164.  
  6165.  
  6166. Navigator.Name = "Navigator"
  6167.  
  6168. Navigator.Parent = Base
  6169.  
  6170. Navigator.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  6171.  
  6172. Navigator.BackgroundTransparency = 0.5
  6173.  
  6174. Navigator.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  6175.  
  6176. Navigator.Position = UDim2.new(0, 10, 0, 35)
  6177.  
  6178. Navigator.Size = UDim2.new(0, 125, 1, -45)
  6179.  
  6180. Navigator.Visible = false
  6181.  
  6182. Navigator.BottomImage = "rbxassetid://573102620"
  6183.  
  6184. Navigator.MidImage = "rbxassetid://573102620"
  6185.  
  6186. Navigator.ScrollBarThickness = 5
  6187.  
  6188. Navigator.TopImage = "rbxassetid://573102620"
  6189.  
  6190.  
  6191.  
  6192. Item.Name = "Item"
  6193.  
  6194. Item.Parent = Navigator
  6195.  
  6196. Item.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  6197.  
  6198. Item.BackgroundTransparency = 0.5
  6199.  
  6200. Item.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  6201.  
  6202. Item.Position = UDim2.new(0, 5, 0, 5)
  6203.  
  6204. Item.Size = UDim2.new(1, -15, 0, 20)
  6205.  
  6206. Item.Selected = true
  6207.  
  6208. Item.Font = Enum.Font.SourceSans
  6209.  
  6210. Item.FontSize = Enum.FontSize.Size14
  6211.  
  6212. Item.Text = "NavItem"
  6213.  
  6214. Item.TextColor3 = Color3.new(0.721569, 0.721569, 0.721569)
  6215.  
  6216.  
  6217.  
  6218. ServerContainer.Name = "ServerContainer"
  6219.  
  6220. ServerContainer.Parent = Base
  6221.  
  6222. ServerContainer.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  6223.  
  6224. ServerContainer.BackgroundTransparency = 0.5
  6225.  
  6226. ServerContainer.Position = UDim2.new(0, 140, 0, 35)
  6227.  
  6228. ServerContainer.Size = UDim2.new(1, -150, 1, -45)
  6229.  
  6230. ServerContainer.Visible = false
  6231.  
  6232. ServerContainer.BottomImage = "rbxassetid://573102620"
  6233.  
  6234. ServerContainer.MidImage = "rbxassetid://573102620"
  6235.  
  6236. ServerContainer.ScrollBarThickness = 5
  6237.  
  6238. ServerContainer.TopImage = "rbxassetid://573102620"
  6239.  
  6240.  
  6241.  
  6242. dd.Name = "dd"
  6243.  
  6244. dd.Parent = ServerContainer
  6245.  
  6246. dd.BackgroundColor3 = Color3.new(0.0196078, 0.0313726, 0.0431373)
  6247.  
  6248. dd.Position = UDim2.new(0, 6, 0, 6)
  6249.  
  6250. dd.Size = UDim2.new(0.5, -10, 0, 20)
  6251.  
  6252. dd.Visible = false
  6253.  
  6254. dd.Font = Enum.Font.SourceSans
  6255.  
  6256. dd.FontSize = Enum.FontSize.Size14
  6257.  
  6258. dd.Text = "Troll Spam"
  6259.  
  6260. dd.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  6261.  
  6262. dd.TextStrokeTransparency = 0.5
  6263.  
  6264.  
  6265.  
  6266. ImageLabel_7.Parent = dd
  6267.  
  6268. ImageLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  6269.  
  6270. ImageLabel_7.BackgroundTransparency = 1
  6271.  
  6272. ImageLabel_7.Position = UDim2.new(0, 2, 0, 0)
  6273.  
  6274. ImageLabel_7.Size = UDim2.new(0, 20, 0, 20)
  6275.  
  6276. ImageLabel_7.Image = "rbxassetid://133293265"
  6277.  
  6278.  
  6279.  
  6280. LocalPlayerContainer.Name = "LocalPlayerContainer"
  6281.  
  6282. LocalPlayerContainer.Parent = Base
  6283.  
  6284. LocalPlayerContainer.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  6285.  
  6286. LocalPlayerContainer.BackgroundTransparency = 0.5
  6287.  
  6288. LocalPlayerContainer.Position = UDim2.new(0, 140, 0, 35)
  6289.  
  6290. LocalPlayerContainer.Size = UDim2.new(1, -150, 1, -45)
  6291.  
  6292. LocalPlayerContainer.Visible = false
  6293.  
  6294. LocalPlayerContainer.BottomImage = "rbxassetid://573102620"
  6295.  
  6296. LocalPlayerContainer.MidImage = "rbxassetid://573102620"
  6297.  
  6298. LocalPlayerContainer.ScrollBarThickness = 5
  6299.  
  6300. LocalPlayerContainer.TopImage = "rbxassetid://573102620"
  6301.  
  6302.  
  6303.  
  6304. PlayersContainer.Name = "PlayersContainer"
  6305.  
  6306. PlayersContainer.Parent = Base
  6307.  
  6308. PlayersContainer.BackgroundColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  6309.  
  6310. PlayersContainer.BackgroundTransparency = 0.5
  6311.  
  6312. PlayersContainer.Position = UDim2.new(0, 140, 0, 35)
  6313.  
  6314. PlayersContainer.Size = UDim2.new(1, -150, 1, -45)
  6315.  
  6316. PlayersContainer.Visible = false
  6317.  
  6318. PlayersContainer.BottomImage = "rbxassetid://573102620"
  6319.  
  6320. PlayersContainer.MidImage = "rbxassetid://573102620"
  6321.  
  6322. PlayersContainer.ScrollBarThickness = 5
  6323.  
  6324. PlayersContainer.TopImage = "rbxassetid://573102620"
  6325.  
  6326.  
  6327.  
  6328. function MakeContainer(n)
  6329.  
  6330. local cont = PlayersContainer:Clone()
  6331.  
  6332. cont.Name = n .. 'Container'
  6333.  
  6334. cont.Parent = Base
  6335.  
  6336. return cont
  6337.  
  6338. end
  6339.  
  6340.  
  6341.  
  6342. local ScriptsContainer = MakeContainer('Scripts')
  6343.  
  6344. local MiscContainer = MakeContainer('Miscellaneous')
  6345.  
  6346.  
  6347.  
  6348. local topkek = {}
  6349.  
  6350. topkek.store = {}
  6351.  
  6352. topkek.cache = {}
  6353.  
  6354. topkek.libgui = {}
  6355.  
  6356. topkek.libsettings = {}
  6357.  
  6358. topkek.libutil = {}
  6359.  
  6360. topkek.libwindows = {}
  6361.  
  6362. topkek.libcmd = {}
  6363.  
  6364. --[[ gay ass dropdown lib i made a while ago ]]--
  6365.  
  6366. dropdown = {}
  6367.  
  6368. dropdown.new = function(gui, items, placeholder)
  6369.  
  6370. local self = {}
  6371.  
  6372. self.value = placeholder
  6373.  
  6374. self.items = items
  6375.  
  6376. self.gui = gui
  6377.  
  6378.  
  6379.  
  6380. if self.gui:FindFirstChild("__DROPDOWN") then
  6381.  
  6382. self.gui["__DROPDOWN"]:Destroy()
  6383.  
  6384. end
  6385.  
  6386.  
  6387.  
  6388. self.debug = false
  6389.  
  6390.  
  6391.  
  6392. self.gui.Text = placeholder
  6393.  
  6394. self.gui.BorderSizePixel = 0
  6395.  
  6396. self.gui.ZIndex = 1
  6397.  
  6398.  
  6399.  
  6400. self.textcolor = self.gui.TextColor3
  6401.  
  6402. function self.make()
  6403.  
  6404. if self.gui:FindFirstChild("__DROPDOWN") then
  6405.  
  6406. self.gui["__DROPDOWN"]:Destroy()
  6407.  
  6408. end
  6409.  
  6410.  
  6411.  
  6412.  
  6413.  
  6414. self.selectgui = Instance.new("ScrollingFrame")
  6415.  
  6416. self.selectgui.Parent = self.gui
  6417.  
  6418. self.selectgui.Name = "__DROPDOWN"
  6419.  
  6420. self.selectgui.Size = UDim2.new(1, 0, 0, 100)
  6421.  
  6422. self.selectgui.Position = UDim2.new(0, 0, 0, self.gui.AbsoluteSize.Y)
  6423.  
  6424. self.selectgui.BorderSizePixel = 0
  6425.  
  6426. self.selectgui.ZIndex = 2
  6427.  
  6428. self.selectgui.BackgroundTransparency = self.gui.BackgroundTransparency
  6429.  
  6430. self.selectgui.BackgroundColor3 = self.gui.BackgroundColor3
  6431.  
  6432. self.selectgui.Visible = false
  6433.  
  6434. self.selectgui.CanvasSize = UDim2.new(0, 0, 0, (#self.items-1) * 20)
  6435.  
  6436. self.selectgui.ScrollBarThickness = 5
  6437.  
  6438.  
  6439.  
  6440. if #self.items < 4 then
  6441.  
  6442. self.selectgui.CanvasSize = UDim2.new(0, 0, 0, 0)
  6443.  
  6444. self.selectgui.Size = UDim2.new(1, 0, 0, (#self.items-1) * 20)
  6445.  
  6446. end
  6447.  
  6448.  
  6449.  
  6450. self.item = Instance.new("TextButton")
  6451.  
  6452. self.item.Size = UDim2.new(1, 0, 0, 20)
  6453.  
  6454. self.item.Position = UDim2.new(0, 0, 0, 0)
  6455.  
  6456. self.item.BackgroundTransparency = self.gui.BackgroundTransparency - 0.1
  6457.  
  6458. self.item.BackgroundColor3 = self.gui.BackgroundColor3
  6459.  
  6460. self.item.BorderSizePixel = 0
  6461.  
  6462. self.item.ZIndex = 2
  6463.  
  6464. self.item.TextColor3 = self.gui.TextColor3
  6465.  
  6466. self.item.Font = Enum.Font.SourceSans
  6467.  
  6468. self.item.FontSize = Enum.FontSize.Size14
  6469.  
  6470.  
  6471.  
  6472. self.curitem = nil
  6473.  
  6474.  
  6475.  
  6476. for i, v in pairs(self.items) do
  6477.  
  6478. if not (v == self.value) then
  6479.  
  6480. local ti = self.item:Clone()
  6481.  
  6482. ti.Parent = self.selectgui
  6483.  
  6484. if i == 1 then i = 2 end
  6485.  
  6486. ti.Position = UDim2.new(0, 0, 0, (i - 2) * 20)
  6487.  
  6488. ti.Text = v
  6489.  
  6490. ti.MouseButton1Down:connect(function()
  6491.  
  6492. self.value = v
  6493.  
  6494. self.open = false
  6495.  
  6496. self.selectgui.Visible = false
  6497.  
  6498. self.gui.Text = v
  6499.  
  6500. self.make()
  6501.  
  6502. end)
  6503.  
  6504. end
  6505.  
  6506. end
  6507.  
  6508. end
  6509.  
  6510.  
  6511.  
  6512. self.getvalue = function()
  6513.  
  6514. return self.value
  6515.  
  6516. end
  6517.  
  6518.  
  6519.  
  6520. self.update = function(itms)
  6521.  
  6522. self.items = itms
  6523.  
  6524. self.make()
  6525.  
  6526. end
  6527.  
  6528.  
  6529.  
  6530. self.open = false
  6531.  
  6532.  
  6533.  
  6534. self.gui.MouseButton1Down:connect(function()
  6535.  
  6536. if self.open == false then
  6537.  
  6538. self.selectgui.CanvasPosition = Vector2.new(0, 0)
  6539.  
  6540. self.selectgui.Visible = true
  6541.  
  6542. self.open = true
  6543.  
  6544. else
  6545.  
  6546. self.selectgui.Visible = false
  6547.  
  6548. self.open = false
  6549.  
  6550. end
  6551.  
  6552. end)
  6553.  
  6554.  
  6555.  
  6556. self.make()
  6557.  
  6558. return self
  6559.  
  6560. end
  6561.  
  6562. --[[ libsettings lole ]]--
  6563.  
  6564. topkek.libsettings.store = {}
  6565.  
  6566. function topkek.libsettings:getSetting(k)
  6567.  
  6568. return topkek.libsettings.store[k]
  6569.  
  6570. end
  6571.  
  6572.  
  6573.  
  6574. function topkek.libsettings:setSetting(k,v)
  6575.  
  6576. topkek.libsettings.store[k]=v
  6577.  
  6578. end
  6579.  
  6580.  
  6581.  
  6582. -- [[ libutil ]] --
  6583.  
  6584. function topkek.libutil:createObject(o, p)
  6585.  
  6586. local a, b = pcall(function()
  6587.  
  6588. Instance.new(o)
  6589.  
  6590. end)
  6591.  
  6592. if not a then
  6593.  
  6594. return
  6595.  
  6596. end
  6597.  
  6598. local obj = Instance.new(o)
  6599.  
  6600. for prop, val in pairs(p) do
  6601.  
  6602. pcall(function()
  6603.  
  6604. obj[prop] = val
  6605.  
  6606. end)
  6607.  
  6608. end
  6609.  
  6610. return obj
  6611.  
  6612. end
  6613.  
  6614. function topkek.libutil:Color3(r,g,b)
  6615.  
  6616. return Color3.new(r/255,g/255,b/255)
  6617.  
  6618. end; color3 = function(r,g,b) return topkek.libutil:Color3(r,g,b) end
  6619.  
  6620. function topkek.libutil:recurseDecal(img)--topkek2.0 code tbh
  6621.  
  6622. img = 'rbxassetid://' .. img
  6623.  
  6624. local function skybox(x)
  6625.  
  6626. local sky = Instance.new("Sky",game.Lighting)
  6627.  
  6628. local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
  6629.  
  6630. for i,v in pairs(fcs) do
  6631.  
  6632. sky["Skybox"..v]=x
  6633.  
  6634. end
  6635.  
  6636. end
  6637.  
  6638. local function particle(p, b)
  6639.  
  6640. local a = Instance.new("ParticleEmitter", p)
  6641.  
  6642. a.Rate = 500
  6643.  
  6644. a.Lifetime = NumberRange.new(20, 30)
  6645.  
  6646. a.VelocitySpread = 200
  6647.  
  6648. a.Texture = b
  6649.  
  6650. end
  6651.  
  6652.  
  6653.  
  6654. local function decal(p, b)
  6655.  
  6656. local sides = {"Back", "Bottom", "Front", "Left", "Right", "Top"}
  6657.  
  6658. for i, v in pairs(sides) do
  6659.  
  6660. local a = Instance.new("Decal", p)
  6661.  
  6662. a.Texture = b
  6663.  
  6664. a.Face = v
  6665.  
  6666. end
  6667.  
  6668. end
  6669.  
  6670.  
  6671.  
  6672. local function recurse(x)
  6673.  
  6674. for i, v in pairs(x:GetChildren()) do
  6675.  
  6676. pcall(function() -- 'error occured, no output from Lua' LOLE
  6677.  
  6678. if v:IsA("BasePart") then
  6679.  
  6680. particle(v, img)
  6681.  
  6682. decal(v, img)
  6683.  
  6684. end
  6685.  
  6686. if #(v:GetChildren())>0 then
  6687.  
  6688. recurse(v)
  6689.  
  6690. end
  6691.  
  6692. end)
  6693.  
  6694. end
  6695.  
  6696. end
  6697.  
  6698.  
  6699.  
  6700. recurse(game)
  6701.  
  6702. skybox(img)
  6703.  
  6704. end
  6705.  
  6706. function topkek.libutil:recurseRemove(type_)
  6707.  
  6708. local function recurse(x)
  6709.  
  6710. for i, v in pairs(x:GetChildren()) do
  6711.  
  6712. pcall(function()
  6713.  
  6714. if v:IsA(type_) then
  6715.  
  6716. v:Destroy()
  6717.  
  6718. end
  6719.  
  6720. if #(v:GetChildren())>0 then
  6721.  
  6722. recurse(v)
  6723.  
  6724. end
  6725.  
  6726. end)
  6727.  
  6728. end
  6729.  
  6730. end
  6731.  
  6732. recurse(game)
  6733.  
  6734. end
  6735.  
  6736. function topkek.libutil:recurseSet(type_,prop,val)
  6737.  
  6738. local function recurse(x)
  6739.  
  6740. for i, v in pairs(x:GetChildren()) do
  6741.  
  6742. pcall(function()
  6743.  
  6744. if v:IsA(type_) then
  6745.  
  6746. v[prop]=val
  6747.  
  6748. end
  6749.  
  6750. if #(v:GetChildren())>0 then
  6751.  
  6752. recurse(v)
  6753.  
  6754. end
  6755.  
  6756. end)
  6757.  
  6758. end
  6759.  
  6760. end
  6761.  
  6762. recurse(game)
  6763.  
  6764. end
  6765.  
  6766. function topkek.libutil:recurseSetObj(obj,type_,prop,val)
  6767.  
  6768. local function recurse(x)
  6769.  
  6770. for i, v in pairs(x:GetChildren()) do
  6771.  
  6772. pcall(function()
  6773.  
  6774. if v:IsA(type_) then
  6775.  
  6776. v[prop]=val
  6777.  
  6778. end
  6779.  
  6780. if #(v:GetChildren())>0 then
  6781.  
  6782. recurse(v)
  6783.  
  6784. end
  6785.  
  6786. end)
  6787.  
  6788. end
  6789.  
  6790. end
  6791.  
  6792. recurse(obj)
  6793.  
  6794. end
  6795.  
  6796. function topkek.libutil:recurseFunc(type_,func)
  6797.  
  6798. local function recurse(x)
  6799.  
  6800. for i, v in pairs(x:GetChildren()) do
  6801.  
  6802. pcall(function()
  6803.  
  6804. if v:IsA(type_) then
  6805.  
  6806. func(v)
  6807.  
  6808. end
  6809.  
  6810. if #(v:GetChildren())>0 then
  6811.  
  6812. recurse(v)
  6813.  
  6814. end
  6815.  
  6816. end)
  6817.  
  6818. end
  6819.  
  6820. end
  6821.  
  6822. recurse(game)
  6823.  
  6824. end
  6825.  
  6826. function topkek.libutil:Play(id)
  6827.  
  6828. local mu = Instance.new("Sound", game.Workspace)
  6829.  
  6830. mu.Volume = 1
  6831.  
  6832. mu.Looped = true
  6833.  
  6834. mu.Pitch = 1
  6835.  
  6836. mu.SoundId = "rbxassetid://"..tostring(id)
  6837.  
  6838. mu:Play()
  6839.  
  6840. end
  6841.  
  6842. function topkek.libutil:GetPlayerList()
  6843.  
  6844. local list = {'Everybody'}
  6845.  
  6846. for i, v in pairs(game:service'Players':GetPlayers()) do
  6847.  
  6848. table.insert(list, v.Name)
  6849.  
  6850. end
  6851.  
  6852. return list
  6853.  
  6854. end
  6855.  
  6856. function topkek.libutil:doPlayers(drop, func)
  6857.  
  6858. local str = drop.getvalue()
  6859.  
  6860. local plrs = {}
  6861.  
  6862. if str == 'Everybody' then
  6863.  
  6864. plrs = game:GetService('Players'):GetPlayers()
  6865.  
  6866. else
  6867.  
  6868. plrs = {game:GetService('Players'):FindFirstChild(str)}
  6869.  
  6870. end
  6871.  
  6872. for i, v in pairs(plrs) do
  6873.  
  6874. func(v)
  6875.  
  6876. end
  6877.  
  6878. end
  6879.  
  6880. function topkek.libutil:insert(id)
  6881.  
  6882. if topkek.cache[id] then return topkek.cache[id] end -- moist
  6883.  
  6884. local obj = game:service'InsertService':LoadAsset(id):GetChildren()[1]
  6885.  
  6886. topkek.cache[id] = obj:Clone()
  6887.  
  6888. return obj
  6889.  
  6890. end; insert = function(id) return topkek.libutil:insert(id) end
  6891.  
  6892. function topkek.libutil:getTorso(plr) --r15 compatibility lole
  6893.  
  6894. if plr.Character then
  6895.  
  6896. if plr.Character:FindFirstChild('UpperTorso') then
  6897.  
  6898. return plr.Character.UpperTorso
  6899.  
  6900. else
  6901.  
  6902. return plr.Character.Torso
  6903.  
  6904. end
  6905.  
  6906. end
  6907.  
  6908. end
  6909.  
  6910. function topkek.libutil:weiner(plr)
  6911.  
  6912. plr=plr.Character
  6913.  
  6914. Shaft=Instance.new("Part", plr)
  6915.  
  6916. Shaft.Name='Shaft'
  6917.  
  6918. Shaft.Size=Vector3.new(1, 2.5, 1)
  6919.  
  6920. Shaft.TopSurface=0
  6921.  
  6922. Shaft.BottomSurface=0
  6923.  
  6924. Shaft.CanCollide=true
  6925.  
  6926. Cyln=Instance.new("CylinderMesh", Shaft)
  6927.  
  6928. Cyln.Scale=Vector3.new(0.5,0.7,0.5)
  6929.  
  6930. Instance.new("Weld", plr)
  6931.  
  6932. plr.Weld.Part0=plr:FindFirstChild("Torso") or plr:FindFirstChild("LowerTorso")
  6933.  
  6934. plr.Weld.Part1=plr.Shaft
  6935.  
  6936. plr.Weld.C0=CFrame.new(0,-0.35,-0.9)*CFrame.fromEulerAnglesXYZ(2.2,0,0)
  6937.  
  6938. Shaft.BrickColor=BrickColor.new("Pastel brown")
  6939.  
  6940. Tip=Instance.new("Part", plr)
  6941.  
  6942. Tip.Name='Tip'
  6943.  
  6944. Tip.TopSurface=0
  6945.  
  6946. Tip.BottomSurface=0
  6947.  
  6948. Tip.Size=Vector3.new(1, 1, 1)
  6949.  
  6950. Tip.CanCollide=true
  6951.  
  6952. 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)
  6953.  
  6954. Cyln2=Instance.new("SpecialMesh", Tip)
  6955.  
  6956. Cyln2.MeshType='Sphere'
  6957.  
  6958. Cyln2.Scale=Vector3.new(0.6,0.6,0.6)
  6959.  
  6960. Instance.new("Weld", plr).Name='Weld2'
  6961.  
  6962. plr.Weld2.Part0=plr.Shaft
  6963.  
  6964. plr.Weld2.Part1=plr.Tip
  6965.  
  6966. plr.Weld2.C0=CFrame.new(0,-.9,0)
  6967.  
  6968. Tip.BrickColor=BrickColor.new("Pink")
  6969.  
  6970. -----
  6971.  
  6972. Ball1=Instance.new("Part", plr)
  6973.  
  6974. Ball1.Name='Ball1'
  6975.  
  6976. Ball1.Size=Vector3.new(1, 1, 1)
  6977.  
  6978. Ball1.TopSurface=0
  6979.  
  6980. Ball1.BottomSurface=0
  6981.  
  6982. Cyln3=Instance.new("SpecialMesh", Ball1)
  6983.  
  6984. Cyln3.MeshType='Sphere'
  6985.  
  6986. Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
  6987.  
  6988. Instance.new("Weld", plr).Name='Weld3'
  6989.  
  6990. plr.Weld3.Part0=plr.Shaft
  6991.  
  6992. plr.Weld3.Part1=plr.Ball1
  6993.  
  6994. plr.Weld3.C0=CFrame.new(0.225,.4,0.2)
  6995.  
  6996. Ball1.BrickColor=BrickColor.new("Pastel brown")
  6997.  
  6998. -----
  6999.  
  7000. Ball2=Instance.new("Part", plr)
  7001.  
  7002. Ball2.Name='Ball2'
  7003.  
  7004. Ball2.Size=Vector3.new(1, 1, 1)
  7005.  
  7006. Ball2.TopSurface=0
  7007.  
  7008. Ball2.BottomSurface=0
  7009.  
  7010. Cyln3=Instance.new("SpecialMesh", Ball2)
  7011.  
  7012. Cyln3.MeshType='Sphere'
  7013.  
  7014. Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
  7015.  
  7016. Instance.new("Weld", plr).Name='Weld4'
  7017.  
  7018. plr.Weld4.Part0=plr.Shaft
  7019.  
  7020. plr.Weld4.Part1=plr.Ball2
  7021.  
  7022. plr.Weld4.C0=CFrame.new(-0.225,.4,0.2)
  7023.  
  7024. Ball2.BrickColor=BrickColor.new("Pastel brown")
  7025.  
  7026. end
  7027.  
  7028. function topkek.libutil:scalePlayer(plr, sz)
  7029.  
  7030. local pchar = plr.Character
  7031.  
  7032. if pchar:FindFirstChild("UpperTorso") then
  7033.  
  7034. warn("Player [" ..plr.Name.. "] is R15.")
  7035.  
  7036. return
  7037.  
  7038. end
  7039.  
  7040. local function scale(chr,scl)
  7041.  
  7042.  
  7043.  
  7044. for _,v in pairs(pchar:GetChildren()) do
  7045.  
  7046. if v:IsA("Hat") then
  7047.  
  7048. v:Clone()
  7049.  
  7050. v.Parent = game.Lighting
  7051.  
  7052. end
  7053.  
  7054. end
  7055.  
  7056.  
  7057.  
  7058. local Head = chr['Head']
  7059.  
  7060. local Torso = chr['Torso']
  7061.  
  7062. local LA = chr['Left Arm']
  7063.  
  7064. local RA = chr['Right Arm']
  7065.  
  7066. local LL = chr['Left Leg']
  7067.  
  7068. local RL = chr['Right Leg']
  7069.  
  7070. local HRP = chr['HumanoidRootPart']
  7071.  
  7072.  
  7073.  
  7074. wait(0.1)
  7075.  
  7076.  
  7077.  
  7078. Head.formFactor = 3
  7079.  
  7080. Torso.formFactor = 3
  7081.  
  7082. LA.formFactor = 3
  7083.  
  7084. RA.formFactor = 3
  7085.  
  7086. LL.formFactor = 3
  7087.  
  7088. RL.formFactor = 3
  7089.  
  7090. HRP.formFactor = 3
  7091.  
  7092.  
  7093.  
  7094. Head.Size = Vector3.new(scl * 2, scl, scl)
  7095.  
  7096. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  7097.  
  7098. LA.Size = Vector3.new(scl, scl * 2, scl)
  7099.  
  7100. RA.Size = Vector3.new(scl, scl * 2, scl)
  7101.  
  7102. LL.Size = Vector3.new(scl, scl * 2, scl)
  7103.  
  7104. RL.Size = Vector3.new(scl, scl * 2, scl)
  7105.  
  7106. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  7107.  
  7108.  
  7109.  
  7110. local Motor1 = Instance.new('Motor6D', Torso)
  7111.  
  7112. Motor1.Part0 = Torso
  7113.  
  7114. Motor1.Part1 = Head
  7115.  
  7116. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  7117.  
  7118. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  7119.  
  7120. Motor1.Name = "Neck"
  7121.  
  7122.  
  7123.  
  7124. local Motor2 = Instance.new('Motor6D', Torso)
  7125.  
  7126. Motor2.Part0 = Torso
  7127.  
  7128. Motor2.Part1 = LA
  7129.  
  7130. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  7131.  
  7132. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  7133.  
  7134. Motor2.Name = "Left Shoulder"
  7135.  
  7136.  
  7137.  
  7138. local Motor3 = Instance.new('Motor6D', Torso)
  7139.  
  7140. Motor3.Part0 = Torso
  7141.  
  7142. Motor3.Part1 = RA
  7143.  
  7144. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  7145.  
  7146. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  7147.  
  7148. Motor3.Name = "Right Shoulder"
  7149.  
  7150.  
  7151.  
  7152. local Motor4 = Instance.new('Motor6D', Torso)
  7153.  
  7154. Motor4.Part0 = Torso
  7155.  
  7156. Motor4.Part1 = LL
  7157.  
  7158. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  7159.  
  7160. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  7161.  
  7162. Motor4.Name = "Left Hip"
  7163.  
  7164.  
  7165.  
  7166. local Motor5 = Instance.new('Motor6D', Torso)
  7167.  
  7168. Motor5.Part0 = Torso
  7169.  
  7170. Motor5.Part1 = RL
  7171.  
  7172. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  7173.  
  7174. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  7175.  
  7176. Motor5.Name = "Right Hip"
  7177.  
  7178.  
  7179.  
  7180. local Motor6 = Instance.new('Motor6D', HRP)
  7181.  
  7182. Motor6.Part0 = HRP
  7183.  
  7184. Motor6.Part1 = Torso
  7185.  
  7186. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  7187.  
  7188. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  7189.  
  7190.  
  7191.  
  7192. end
  7193.  
  7194.  
  7195.  
  7196. scale(pchar, sz)
  7197.  
  7198.  
  7199.  
  7200. for _,v in pairs(game.Lighting:GetChildren()) do
  7201.  
  7202. if v:IsA("Hat") then
  7203.  
  7204. v.Parent = pchar
  7205.  
  7206. end
  7207.  
  7208. end
  7209.  
  7210. end
  7211.  
  7212. function topkek.libutil:dickShooter()
  7213.  
  7214. Player = game:GetService("Players").LocalPlayer
  7215.  
  7216. Character = Player.Character
  7217.  
  7218. PlayerGui = Player.PlayerGui
  7219.  
  7220. Backpack = Player.Backpack
  7221.  
  7222. Torso = Character.Torso
  7223.  
  7224. Head = Character.Head
  7225.  
  7226. LeftArm = Character["Left Arm"]
  7227.  
  7228. LeftLeg = Character["Left Leg"]
  7229.  
  7230. RightArm = Character["Right Arm"]
  7231.  
  7232. RightLeg = Character["Right Leg"]
  7233.  
  7234. LS = Torso["Left Shoulder"]
  7235.  
  7236. LH = Torso["Left Hip"]
  7237.  
  7238. RS = Torso["Right Shoulder"]
  7239.  
  7240. RH = Torso["Right Hip"]
  7241.  
  7242. Tool = Instance.new("HopperBin")
  7243.  
  7244. Tool.Parent = Backpack
  7245.  
  7246. Tool.Name = "Painis"
  7247.  
  7248. Bin = Tool
  7249.  
  7250. so = function(id, par, vol, pit)
  7251.  
  7252.  
  7253.  
  7254. coroutine.resume(coroutine.create(function()
  7255.  
  7256.  
  7257.  
  7258. local sou = Instance.new("Sound", par or workspace)
  7259.  
  7260. sou.Volume = vol
  7261.  
  7262. sou.Pitch = pit or 1
  7263.  
  7264. sou.SoundId = id
  7265.  
  7266. wait()
  7267.  
  7268. sou:play()
  7269.  
  7270. wait(6)
  7271.  
  7272. sou:Remove()
  7273.  
  7274. end
  7275.  
  7276. ))
  7277.  
  7278. end
  7279.  
  7280.  
  7281.  
  7282. ob1d = function(mouse)
  7283.  
  7284.  
  7285.  
  7286. size = 0.5
  7287.  
  7288. mode = 1
  7289.  
  7290. color = BrickColor.new(Color3.new(math.random(), math.random(), math.random()))
  7291.  
  7292. mo = Instance.new("Model")
  7293.  
  7294. mo.Name = "EEEEUGH HA HA HAAAAA"
  7295.  
  7296. mo.Parent = workspace
  7297.  
  7298. game.Debris:AddItem(mo, 10)
  7299.  
  7300. p = Instance.new("Seat")
  7301.  
  7302. p.Name = "Torso"
  7303.  
  7304. p.Size = Vector3.new(14, 50, 14) * size
  7305.  
  7306. p.BrickColor = color
  7307.  
  7308. m = Instance.new("SpecialMesh")
  7309.  
  7310. m.Parent = p
  7311.  
  7312. p.Name = "Torso"
  7313.  
  7314. p.Parent = mo
  7315.  
  7316. p = Instance.new("Seat")
  7317.  
  7318. p.Shape = "Ball"
  7319.  
  7320. p.Size = Vector3.new(24, 24, 24) * size
  7321.  
  7322. p.BrickColor = color
  7323.  
  7324. p.Name = "Legball"
  7325.  
  7326. for i = 1, 10 do
  7327.  
  7328. lol = Instance.new("Seat")
  7329.  
  7330. lol.BrickColor = BrickColor:Black()
  7331.  
  7332. lol.Name = "SEE?"
  7333.  
  7334. lol.Parent = mo
  7335.  
  7336. lol.Size = Vector3.new(1, math.random(30, 40), 1) * size
  7337.  
  7338. w = Instance.new("Weld")
  7339.  
  7340. w.Part0 = p
  7341.  
  7342. w.Part1 = lol
  7343.  
  7344. w.C0 = CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  7345.  
  7346. w.Parent = w.Part0
  7347.  
  7348. end
  7349.  
  7350. p.Parent = mo
  7351.  
  7352. w = Instance.new("Weld")
  7353.  
  7354. w.Part0 = mo.Torso
  7355.  
  7356. w.Part1 = p
  7357.  
  7358. w.C0 = CFrame.new(16 * (size / 2), -48 * (size / 2), 0)
  7359.  
  7360. w.Parent = w.Part0
  7361.  
  7362. p = Instance.new("Seat")
  7363.  
  7364. p.Shape = "Ball"
  7365.  
  7366. p.Size = Vector3.new(24, 24, 24) * size
  7367.  
  7368. p.BrickColor = color
  7369.  
  7370. p.Name = "Legball"
  7371.  
  7372. for i = 1, 10 do
  7373.  
  7374. lol = Instance.new("Seat")
  7375.  
  7376. lol.BrickColor = BrickColor:Black()
  7377.  
  7378. lol.Name = "SEE?"
  7379.  
  7380. lol.Parent = mo
  7381.  
  7382. lol.Size = Vector3.new(1, math.random(30, 40), 1) * size
  7383.  
  7384. w = Instance.new("Weld")
  7385.  
  7386. w.Part0 = p
  7387.  
  7388. w.Part1 = lol
  7389.  
  7390. w.C0 = CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  7391.  
  7392. w.Parent = w.Part0
  7393.  
  7394. end
  7395.  
  7396. p.Parent = mo
  7397.  
  7398. w = Instance.new("Weld")
  7399.  
  7400. w.Part0 = mo.Torso
  7401.  
  7402. w.Part1 = p
  7403.  
  7404. w.C0 = CFrame.new(-16 * (size / 2), -48 * (size / 2), 0)
  7405.  
  7406. w.Parent = w.Part0
  7407.  
  7408. p = Instance.new("Seat")
  7409.  
  7410. p.Shape = "Ball"
  7411.  
  7412. p.Size = Vector3.new(21, 15, 21) * size
  7413.  
  7414. p.BrickColor = color
  7415.  
  7416. p.Name = "Legball"
  7417.  
  7418. for i = 1, 10 do
  7419.  
  7420. lol = Instance.new("Seat")
  7421.  
  7422. lol.BrickColor = BrickColor:Black()
  7423.  
  7424. lol.Name = "SEE?"
  7425.  
  7426. lol.Parent = mo
  7427.  
  7428. lol.Size = Vector3.new(1, math.random(30, 40), 1) * size
  7429.  
  7430. w = Instance.new("Weld")
  7431.  
  7432. w.Part0 = p
  7433.  
  7434. w.Part1 = lol
  7435.  
  7436. w.C0 = CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  7437.  
  7438. w.Parent = w.Part0
  7439.  
  7440. end
  7441.  
  7442. p.Parent = mo
  7443.  
  7444. w = Instance.new("Weld")
  7445.  
  7446. w.Part0 = mo.Torso
  7447.  
  7448. w.Part1 = p
  7449.  
  7450. w.C0 = CFrame.new(0, 60 * (size / 2), 0)
  7451.  
  7452. m = Instance.new("SpecialMesh")
  7453.  
  7454. m.Parent = p
  7455.  
  7456. p.Name = "Head"
  7457.  
  7458. w.Parent = w.Part0
  7459.  
  7460. s = Instance.new("Sound")
  7461.  
  7462. s.Parent = mo.Torso
  7463.  
  7464. s.Volume = 100
  7465.  
  7466. s.Pitch = 1
  7467.  
  7468. s.SoundId = "http://www.roblox.com/asset/?id=149779810"
  7469.  
  7470. s.Looped = true
  7471.  
  7472. s:play()
  7473.  
  7474. coroutine.resume(coroutine.create(function(Part)
  7475.  
  7476.  
  7477.  
  7478. while Part.Parent ~= nil do
  7479.  
  7480. wait(math.random())
  7481.  
  7482. so("http://www.roblox.com/asset/?id=148636758", Part, 100, 1)
  7483.  
  7484. end
  7485.  
  7486. end
  7487.  
  7488. ), mo.Torso)
  7489.  
  7490. mo.Torso.CFrame = mo.Torso.CFrame * Torso.CFrame * CFrame.new(0, 0, -50 * size) * CFrame.fromEulerAnglesXYZ(-1.57, 0, 0)
  7491.  
  7492. mo.Torso.Velocity = mouse.Hit.lookVector * 400
  7493.  
  7494. coroutine.resume(coroutine.create(function(Part)
  7495.  
  7496.  
  7497.  
  7498. while 1 do
  7499.  
  7500. wait(math.random(0, 1) + math.random())
  7501.  
  7502. Part.RotVelocity = Vector3.new(math.random(-40, 40), math.random(-40, 40), math.random(-40, 40))
  7503.  
  7504. end
  7505.  
  7506. end
  7507.  
  7508. ), mo.Torso)
  7509.  
  7510. end
  7511.  
  7512.  
  7513.  
  7514. ob1u = function(mouse)
  7515.  
  7516.  
  7517.  
  7518. end
  7519.  
  7520.  
  7521.  
  7522. buttonhold = false
  7523.  
  7524. key = function(key, mouse)
  7525.  
  7526.  
  7527.  
  7528. end
  7529.  
  7530.  
  7531.  
  7532. key2 = function(key, mouse)
  7533.  
  7534.  
  7535.  
  7536. end
  7537.  
  7538.  
  7539.  
  7540. s = function(mouse)
  7541.  
  7542.  
  7543.  
  7544. mouse.Button1Down:connect(function()
  7545.  
  7546.  
  7547.  
  7548. ob1d(mouse)
  7549.  
  7550. end
  7551.  
  7552. )
  7553.  
  7554. mouse.Button1Up:connect(function()
  7555.  
  7556.  
  7557.  
  7558. ob1u(mouse)
  7559.  
  7560. end
  7561.  
  7562. )
  7563.  
  7564. mouse.KeyDown:connect(key)
  7565.  
  7566. mouse.KeyUp:connect(key2)
  7567.  
  7568. end
  7569.  
  7570.  
  7571.  
  7572. ds = function(mouse)
  7573.  
  7574.  
  7575.  
  7576. end
  7577.  
  7578.  
  7579.  
  7580. Bin.Selected:connect(s)
  7581.  
  7582. Bin.Deselected:connect(ds)
  7583.  
  7584. end
  7585.  
  7586. --[[ libgui xd ]]--
  7587.  
  7588. topkek.libgui.seperation = 12
  7589.  
  7590. function topkek.libgui:addLeftIcon(parent, img, sz)
  7591.  
  7592. topkek.libutil:createObject('ImageLabel', {
  7593.  
  7594. Parent = parent;
  7595.  
  7596. BackgroundTransparency = 1;
  7597.  
  7598. Position = UDim2.new(0, 2, 0, 0);
  7599.  
  7600. Size = UDim2.new(0, sz, 0, sz);
  7601.  
  7602. Image = img;
  7603.  
  7604. })
  7605.  
  7606. end
  7607.  
  7608. function topkek.libgui:hookContainer(o, sepr, stt)
  7609.  
  7610. if not o:IsA("ScrollingFrame") then
  7611.  
  7612. return nil
  7613.  
  7614. end
  7615.  
  7616.  
  7617.  
  7618. local self = {}
  7619.  
  7620. self.main = o
  7621.  
  7622. self.drawX = 0
  7623.  
  7624. self.drawY = stt or topkek.libgui.seperation/2
  7625.  
  7626. self.drawHeight = 0
  7627.  
  7628. self.sepr = sepr or topkek.libgui.seperation
  7629.  
  7630.  
  7631.  
  7632. function self:drawButton(sz, txt, func, ysz, cbgd)
  7633.  
  7634. local xposOffset = 0
  7635.  
  7636. local xposScale = self.drawX
  7637.  
  7638. local xszOffset = 0
  7639.  
  7640. local xszScale = sz
  7641.  
  7642. if not (self.drawX == 0) then
  7643.  
  7644. xszOffset = -4
  7645.  
  7646. if sz + self.drawX > 0.998 then
  7647.  
  7648. xszOffset = -11
  7649.  
  7650. end
  7651.  
  7652. elseif sz == 1 then
  7653.  
  7654. xszOffset = -(self.sepr) - 5
  7655.  
  7656. xposOffset = self.sepr/2
  7657.  
  7658. else
  7659.  
  7660. xszOffset = -4 + -(self.sepr/2)
  7661.  
  7662. xposOffset = self.sepr/2
  7663.  
  7664. end
  7665.  
  7666. if not ysz then ysz = 20 end
  7667.  
  7668. local obj = topkek.libutil:createObject("TextButton", {
  7669.  
  7670. Parent = self.main;
  7671.  
  7672. BackgroundColor3 = cbgd or color3(15, 23, 30);
  7673.  
  7674. BorderColor3 = color3(27, 42, 53);
  7675.  
  7676. Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  7677.  
  7678. Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  7679.  
  7680. Font = 'SourceSans';
  7681.  
  7682. FontSize = 'Size14';
  7683.  
  7684. Text = txt;
  7685.  
  7686. TextSize = 14;
  7687.  
  7688. TextColor3 = color3(199, 199, 199);
  7689.  
  7690. TextStrokeTransparency = 0.5;
  7691.  
  7692. })
  7693.  
  7694. obj.MouseButton1Down:connect(function()
  7695.  
  7696. func()
  7697.  
  7698. end)
  7699.  
  7700. if ysz > self.drawHeight then
  7701.  
  7702. self.drawHeight = ysz
  7703.  
  7704. end
  7705.  
  7706. self.drawX = self.drawX + sz
  7707.  
  7708. if self.drawX > 0.998 then
  7709.  
  7710. self.drawY = self.drawY + 3 + self.drawHeight
  7711.  
  7712. self.drawX = 0
  7713.  
  7714. self.drawHeight = 0
  7715.  
  7716. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  7717.  
  7718. end
  7719.  
  7720. return obj
  7721.  
  7722. end
  7723.  
  7724.  
  7725.  
  7726. function self:GetChildren()
  7727.  
  7728. return self.main:GetChildren()
  7729.  
  7730. end
  7731.  
  7732.  
  7733.  
  7734. function self:getDrawY()
  7735.  
  7736. return self.drawY
  7737.  
  7738. end
  7739.  
  7740.  
  7741.  
  7742. function self:setDrawY(y)
  7743.  
  7744. self.drawY = y
  7745.  
  7746. end
  7747.  
  7748.  
  7749.  
  7750. function self:drawTextBox(sz, txt, ysz, cbgd)
  7751.  
  7752. local xposOffset = 0
  7753.  
  7754. local xposScale = self.drawX
  7755.  
  7756. local xszOffset = 0
  7757.  
  7758. local xszScale = sz
  7759.  
  7760. if not (self.drawX == 0) then
  7761.  
  7762. xszOffset = -4
  7763.  
  7764. if sz + self.drawX > 0.998 then
  7765.  
  7766. xszOffset = -11
  7767.  
  7768. end
  7769.  
  7770. elseif sz == 1 then
  7771.  
  7772. xszOffset = -(self.sepr) - 5
  7773.  
  7774. xposOffset = self.sepr/2
  7775.  
  7776. else
  7777.  
  7778. xszOffset = -4 + -(self.sepr/2)
  7779.  
  7780. xposOffset = self.sepr/2
  7781.  
  7782. end
  7783.  
  7784. if not ysz then ysz = 20 end
  7785.  
  7786. local obj = topkek.libutil:createObject("TextBox", {
  7787.  
  7788. Parent = self.main;
  7789.  
  7790. BackgroundColor3 = cbgd or color3(5, 8, 11);
  7791.  
  7792. BorderColor3 = color3(27, 42, 53);
  7793.  
  7794. Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  7795.  
  7796. Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  7797.  
  7798. Font = 'SourceSans';
  7799.  
  7800. FontSize = 'Size14';
  7801.  
  7802. Text = txt;
  7803.  
  7804. TextSize = 14;
  7805.  
  7806. TextColor3 = color3(199, 199, 199);
  7807.  
  7808. })
  7809.  
  7810. if ysz > self.drawHeight then
  7811.  
  7812. self.drawHeight = ysz
  7813.  
  7814. end
  7815.  
  7816. self.drawX = self.drawX + sz
  7817.  
  7818. if self.drawX > 0.998 then
  7819.  
  7820. self.drawY = self.drawY + 3 + self.drawHeight
  7821.  
  7822. self.drawX = 0
  7823.  
  7824. self.drawHeight = 0
  7825.  
  7826. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  7827.  
  7828. end
  7829.  
  7830. return obj
  7831.  
  7832. end
  7833.  
  7834.  
  7835.  
  7836. function self:drawScrollingContainer(ysz)
  7837.  
  7838. local sz = UDim2.new(1, -(self.sepr/2) - 11, 0, ysz)
  7839.  
  7840. local pos = UDim2.new(0, self.sepr/2, 0, self.drawY)
  7841.  
  7842. local obj = topkek.libutil:createObject("ScrollingFrame", {
  7843.  
  7844. Parent = self.main;
  7845.  
  7846. BackgroundColor3 = color3(7, 11, 15);
  7847.  
  7848. BorderColor3 = color3(27, 42, 53);
  7849.  
  7850. Position = pos;
  7851.  
  7852. Size = sz;
  7853.  
  7854. BottomImage = 'rbxassetid://573102620';
  7855.  
  7856. MidImage = 'rbxassetid://573102620';
  7857.  
  7858. TopImage = 'rbxassetid://573102620';
  7859.  
  7860. ScrollBarThickness = 5;
  7861.  
  7862. })
  7863.  
  7864. self.drawY = self.drawY + 5 + ysz
  7865.  
  7866. self.drawX = 0
  7867.  
  7868. self.drawHeight = 0
  7869.  
  7870. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  7871.  
  7872. return topkek.libgui:hookContainer(obj, 12, 5)
  7873.  
  7874. end
  7875.  
  7876.  
  7877.  
  7878. function self:drawContainer(xsz, ysz)
  7879.  
  7880. local sz = UDim2.new(xsz, -(self.sepr/2) - 11, 0, ysz)
  7881.  
  7882. local pos = UDim2.new(0, self.sepr/2, 0, self.drawY)
  7883.  
  7884. local obj = topkek.libutil:createObject("ScrollingFrame", {
  7885.  
  7886. Parent = self.main;
  7887.  
  7888. BackgroundTransparency = 1;
  7889.  
  7890. Position = pos;
  7891.  
  7892. Size = sz;
  7893.  
  7894. })
  7895.  
  7896. self.drawY = self.drawY + 5 + ysz
  7897.  
  7898. self.drawX = 0
  7899.  
  7900. self.drawHeight = 0
  7901.  
  7902. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  7903.  
  7904. return topkek.libgui:hookContainer(obj, 12, 5)
  7905.  
  7906. end
  7907.  
  7908.  
  7909.  
  7910. function self:addSpacing()
  7911.  
  7912. self.drawY = self.drawY + 3
  7913.  
  7914. end
  7915.  
  7916.  
  7917.  
  7918. function self:center()
  7919.  
  7920. local a,c,b=
  7921.  
  7922. self.main.Position.X.Scale,
  7923.  
  7924. self.main.Position.X.Offset,self.main.Size.Y.Offset
  7925.  
  7926. self.main.Position=UDim2.new(a,c+2, 0.5, -(b/2))
  7927.  
  7928. end
  7929.  
  7930.  
  7931.  
  7932. return self
  7933.  
  7934. end
  7935.  
  7936.  
  7937.  
  7938. --[[ windows ]]--
  7939.  
  7940. topkek.libwindows.windows = {}
  7941.  
  7942. function topkek.libwindows:registerWindow(w)
  7943.  
  7944. table.insert(topkek.libwindows.windows, w)
  7945.  
  7946. end
  7947.  
  7948. function topkek.libwindows:switchWindow(w, x)
  7949.  
  7950. for _, k in pairs(topkek.libwindows.windows) do
  7951.  
  7952. if k.Name == w then
  7953.  
  7954. k.Visible = true
  7955.  
  7956. else
  7957.  
  7958. k.Visible = false
  7959.  
  7960. end
  7961.  
  7962. end
  7963.  
  7964. if w == 'HomeContainer' then
  7965.  
  7966. base.Navigator.Visible = false
  7967.  
  7968. else
  7969.  
  7970. base.Navigator.Visible = true
  7971.  
  7972. end
  7973.  
  7974. base.Top.Location.Text = x
  7975.  
  7976. end
  7977.  
  7978. function topkek.libwindows:initiateNavigator()
  7979.  
  7980. local nav = base.Navigator
  7981.  
  7982. local template = nav.Item:Clone(); nav.Item:Destroy();
  7983.  
  7984. local wins = topkek.libsettings:getSetting('windows')
  7985.  
  7986. local y = 5
  7987.  
  7988. for _, k in pairs(wins) do
  7989.  
  7990. local o = template:Clone()
  7991.  
  7992. o.Parent = nav
  7993.  
  7994. o.Position = UDim2.new(0, 5, 0, y)
  7995.  
  7996. o.Text = k
  7997.  
  7998. o.MouseButton1Down:connect(function()
  7999.  
  8000. topkek.libwindows:switchWindow(k .. 'Container', k)
  8001.  
  8002. end)
  8003.  
  8004. y = y + 25
  8005.  
  8006. end
  8007.  
  8008. nav.CanvasSize = UDim2.new(0, 0, 0, y)
  8009.  
  8010. end
  8011.  
  8012. function topkek.libwindows:initiateHome()
  8013.  
  8014. local home = base.HomeContainer
  8015.  
  8016. home.LocalPlayer.Mask.MouseButton1Down:connect(function()
  8017.  
  8018. topkek.libwindows:switchWindow('LocalPlayerContainer', 'LocalPlayer')
  8019.  
  8020. end)
  8021.  
  8022. home.Server.Mask.MouseButton1Down:connect(function()
  8023.  
  8024. topkek.libwindows:switchWindow('ServerContainer', 'Server')
  8025.  
  8026. end)
  8027.  
  8028. home.Scripts.Mask.MouseButton1Down:connect(function()
  8029.  
  8030. topkek.libwindows:switchWindow('ScriptsContainer', 'Scripts')
  8031.  
  8032. end)
  8033.  
  8034. home.Miscellaneous.Mask.MouseButton1Down:connect(function()
  8035.  
  8036. topkek.libwindows:switchWindow('MiscellaneousContainer', 'Miscellaneous')
  8037.  
  8038. end)
  8039.  
  8040. home.Players.Mask.MouseButton1Down:connect(function()
  8041.  
  8042. topkek.libwindows:switchWindow('PlayersContainer', 'Players')
  8043.  
  8044. end)
  8045.  
  8046. home.Settings.Mask.MouseButton1Down:connect(function()
  8047.  
  8048. topkek.libwindows:switchWindow('SettingsContainer', 'Settings')
  8049.  
  8050. end)
  8051.  
  8052. end
  8053.  
  8054. --[[ defines ]]--
  8055.  
  8056. topkek.libsettings:setSetting('version', '1.0.0')
  8057.  
  8058. topkek.libsettings:setSetting('bans', {})
  8059.  
  8060. topkek.libsettings:setSetting('admins', {})
  8061.  
  8062. topkek.libsettings:setSetting('windows', {
  8063.  
  8064. 'Home';
  8065.  
  8066. 'Server';
  8067.  
  8068. 'LocalPlayer';
  8069.  
  8070. 'Players';
  8071.  
  8072. 'Scripts';
  8073.  
  8074. 'Miscellaneous';
  8075.  
  8076. 'Settings';
  8077.  
  8078. 'Explorer';
  8079.  
  8080. 'Gear';
  8081.  
  8082. 'Hats';
  8083.  
  8084. 'Music';
  8085.  
  8086. 'Effects';
  8087.  
  8088. 'Filtering';
  8089.  
  8090. 'Commands';
  8091.  
  8092. })
  8093.  
  8094. topkek.libsettings:setSetting('misc', {
  8095.  
  8096. 'Explorer';
  8097.  
  8098. 'Gear';
  8099.  
  8100. 'Hats';
  8101.  
  8102. 'Music';
  8103.  
  8104. 'Effects';
  8105.  
  8106. 'Filtering';
  8107.  
  8108. 'Commands';
  8109.  
  8110. })
  8111.  
  8112. topkek.store.gui = ScreenGui; gui = topkek.store.gui -- change later
  8113.  
  8114. topkek.store.base = topkek.store.gui['Base']; base = topkek.store.base
  8115.  
  8116. -- [[ server ]] --
  8117.  
  8118. --sz, txt, func, ysz, cbgd
  8119.  
  8120. local servwin = topkek.libgui:hookContainer(base['ServerContainer'])
  8121.  
  8122. local decalList, decalImp = servwin:drawScrollingContainer(100)
  8123.  
  8124. local decalAct = servwin:drawButton(2/3,'Spam Decal',function()
  8125.  
  8126. topkek.libutil:recurseDecal(decalImp.Text)end)
  8127.  
  8128. decalImp = servwin:drawTextBox(1/3,'573896613')
  8129.  
  8130. servwin:drawButton(1,'Rollback Spam',function()
  8131.  
  8132. topkek.libutil:recurseRemove('ParticleEmitter')
  8133.  
  8134. topkek.libutil:recurseRemove('Decal')
  8135.  
  8136. end)
  8137.  
  8138. local decs = {
  8139.  
  8140. {'Cerberus', '573896613'},
  8141.  
  8142. {'Rain', '574772793'},
  8143.  
  8144. {'Robbie', '574773630'},
  8145.  
  8146. {'Pepe', '244905904'},
  8147.  
  8148. {'Troll Face', '48308661'},
  8149.  
  8150. {'Jeff', '109129888'},
  8151.  
  8152. {'Shrek', '170539018'},
  8153.  
  8154. {'Doge', '133720697'},
  8155.  
  8156. {'Dat Boi', '409578848'},
  8157.  
  8158. }
  8159.  
  8160. for _, v in pairs(decs) do
  8161.  
  8162. local b = decalList:drawButton(1, v[1], function()decalImp.Text=v[2]end,20,color3(5,8,11))
  8163.  
  8164. topkek.libgui:addLeftIcon(b,'rbxassetid://'..v[2],20)
  8165.  
  8166. end
  8167.  
  8168. servwin:addSpacing()
  8169.  
  8170. -- [[lighting]] --
  8171.  
  8172. -- <<time>> --
  8173.  
  8174. local timeInp
  8175.  
  8176. servwin:drawButton(2/3,'Set Time',function()
  8177.  
  8178. game:GetService('Lighting').TimeOfDay = timeImp.Text .. ":00:00"
  8179.  
  8180. end)
  8181.  
  8182. timeImp = servwin:drawTextBox(1/3,'14')
  8183.  
  8184. -- <<fog> --
  8185.  
  8186. local fogInp
  8187.  
  8188. servwin:drawButton(2/3,'Set FogEnd',function()
  8189.  
  8190. if not tonumber(fogInp.Text) then return end
  8191.  
  8192. game:GetService('Lighting').FogEnd = tonumber(fogInp.Text)
  8193.  
  8194. end)
  8195.  
  8196. fogInp = servwin:drawTextBox(1/3,'100000')
  8197.  
  8198. -- <<brightness>> --
  8199.  
  8200. local brightInp
  8201.  
  8202. servwin:drawButton(2/3,'Set Brightness',function()
  8203.  
  8204. if not tonumber(brightInp.Text) then return end
  8205.  
  8206. game:GetService('Lighting').Brightness = tonumber(brightInp.Text)
  8207.  
  8208. end)
  8209.  
  8210. brightInp = servwin:drawTextBox(1/3,'1')
  8211.  
  8212. -- <<reset>> --
  8213.  
  8214. servwin:drawButton(1,'Reset Lighting',function()
  8215.  
  8216. local l = game:service'Lighting'
  8217.  
  8218. l.Ambient = Color3.new(0, 0, 0)
  8219.  
  8220. l.Brightness = 1
  8221.  
  8222. l.GlobalShadows = true
  8223.  
  8224. l.Outlines = true
  8225.  
  8226. l.FogEnd = 100000
  8227.  
  8228. l.FogStart = 0
  8229.  
  8230. l:SetMinutesAfterMidnight(12*60)
  8231.  
  8232. end)
  8233.  
  8234. -- [[ fixing ]] --
  8235.  
  8236. servwin:addSpacing()
  8237.  
  8238. servwin:drawButton(1/2,'Clear Server',function()
  8239.  
  8240. for i,v in pairs(game:service'Workspace':GetChildren()) do
  8241.  
  8242. if (not v:IsA("Terrain"))and(v.Name~="Camera") then
  8243.  
  8244. v:Destroy()
  8245.  
  8246. end
  8247.  
  8248. end
  8249.  
  8250. end)
  8251.  
  8252. servwin:drawButton(1/2,'Shutdown',function()
  8253.  
  8254. for i,v in pairs(game:GetService('Players')) do
  8255.  
  8256. v.Parent = nil
  8257.  
  8258. end
  8259.  
  8260. end)
  8261.  
  8262. servwin:drawButton(1/2,'Remove Sound',function()
  8263.  
  8264. topkek.libutil:recurseRemove('Sound')
  8265.  
  8266. end)
  8267.  
  8268. servwin:drawButton(1/2,'Baseplate',function()
  8269.  
  8270. for X = -2500, 2500, 512 do
  8271.  
  8272. for Z = -2500, 2500, 512 do
  8273.  
  8274. local P = Instance.new("Part")
  8275.  
  8276. P.Anchored = true
  8277.  
  8278. P.Locked = true
  8279.  
  8280. P.Size = Vector3.new(512,3,512)
  8281.  
  8282. P.CFrame = CFrame.new(X,0,Z)
  8283.  
  8284. P.BrickColor = BrickColor.Green()
  8285.  
  8286. P.Parent = game:service'Workspace'
  8287.  
  8288. end
  8289.  
  8290. end
  8291.  
  8292. end)
  8293.  
  8294. --[[ destruction ]]--
  8295.  
  8296. servwin:addSpacing()
  8297.  
  8298. servwin:drawButton(1/2,'Clear Terrain',function()
  8299.  
  8300. game:service'Workspace'.Terrain:Clear()
  8301.  
  8302. end)
  8303.  
  8304. servwin:drawButton(1/2,'Flood',function()
  8305.  
  8306. game:service'Workspace'.Terrain:SetCells(Region3int16.new(Vector3int16.new(-100,-100,-100), Vector3int16.new(100,100,100)), 17, "Solid", "X")
  8307.  
  8308. end)
  8309.  
  8310. servwin:drawButton(1/2,'Reflectancy',function()
  8311.  
  8312. topkek.libutil:recurseSet('BasePart','Reflectance',1)
  8313.  
  8314. end)
  8315.  
  8316. servwin:drawButton(1/2,'Transparency',function()
  8317.  
  8318. topkek.libutil:recurseSet('BasePart','Transparency',1)
  8319.  
  8320. end)
  8321.  
  8322. servwin:drawButton(1/2,'666',function()
  8323.  
  8324. for i,v in next,workspace:children''do
  8325.  
  8326. if(v:IsA'BasePart')then
  8327.  
  8328. me=v;
  8329.  
  8330. bbg=Instance.new('BillboardGui',me);
  8331.  
  8332. bbg.Name='stuf';
  8333.  
  8334. bbg.Adornee=me;
  8335.  
  8336. bbg.Size=UDim2.new(2.5,0,2.5,0)
  8337.  
  8338. --bbg.StudsOffset=Vector3.new(0,2,0)
  8339.  
  8340. tlb=Instance.new'TextLabel';
  8341.  
  8342. tlb.Text='666 666 666 666 666 666';
  8343.  
  8344. tlb.Font='SourceSansBold';
  8345.  
  8346. tlb.FontSize='Size48';
  8347.  
  8348. tlb.TextColor3=Color3.new(1,0,0);
  8349.  
  8350. tlb.Size=UDim2.new(1.25,0,1.25,0);
  8351.  
  8352. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  8353.  
  8354. tlb.BackgroundTransparency=1;
  8355.  
  8356. tlb.Parent=bbg;
  8357.  
  8358. end;end;
  8359.  
  8360. --coroutine.wrap(function()while wait''do
  8361.  
  8362. s=Instance.new'Sound';
  8363.  
  8364. s.Parent=workspace;
  8365.  
  8366. s.SoundId='rbxassetid://152840862';
  8367.  
  8368. s.Pitch=1;
  8369.  
  8370. s.Volume=1;
  8371.  
  8372. s.Looped=true;
  8373.  
  8374. s:play();
  8375.  
  8376. --end;end)();
  8377.  
  8378. function xds(dd)
  8379.  
  8380. for i,v in next,dd:children''do
  8381.  
  8382. if(v:IsA'BasePart')then
  8383.  
  8384. v.BrickColor=BrickColor.new'Really black';
  8385.  
  8386. v.TopSurface='Smooth';
  8387.  
  8388. v.BottomSurface='Smooth';
  8389.  
  8390. s=Instance.new('SelectionBox',v);
  8391.  
  8392. s.Adornee=v;
  8393.  
  8394. s.Color=BrickColor.new'Really red';
  8395.  
  8396. a=Instance.new('PointLight',v);
  8397.  
  8398. a.Color=Color3.new(1,0,0);
  8399.  
  8400. a.Range=15;
  8401.  
  8402. a.Brightness=5;
  8403.  
  8404. f=Instance.new('Fire',v);
  8405.  
  8406. f.Size=19;
  8407.  
  8408. f.Heat=22;
  8409.  
  8410. end;
  8411.  
  8412. game.Lighting.TimeOfDay=0;
  8413.  
  8414. game.Lighting.Brightness=0;
  8415.  
  8416. game.Lighting.ShadowColor=Color3.new(0,0,0);
  8417.  
  8418. game.Lighting.Ambient=Color3.new(1,0,0);
  8419.  
  8420. game.Lighting.FogEnd=200;
  8421.  
  8422. game.Lighting.FogColor=Color3.new(0,0,0);
  8423.  
  8424. local dec = 'http://www.roblox.com/asset/?id=19399245';
  8425.  
  8426. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  8427.  
  8428. --coroutine.wrap(function()
  8429.  
  8430. --for _,__ in pairs(fac) do
  8431.  
  8432. --local ddec = Instance.new("Decal", v)
  8433.  
  8434. --ddec.Face = __
  8435.  
  8436. --ddec.Texture = dec
  8437.  
  8438. --end end)()
  8439.  
  8440. if #(v:GetChildren())>0 then
  8441.  
  8442. xds(v)
  8443.  
  8444. end
  8445.  
  8446. end
  8447.  
  8448. end
  8449.  
  8450. xds(game.Workspace)
  8451.  
  8452. end)
  8453.  
  8454. servwin:drawButton(1/2,'Troll',function()
  8455.  
  8456. topkek.libutil:recurseDecal('48308661')
  8457.  
  8458. topkek.libutil:Play(154664102)
  8459.  
  8460. end)
  8461.  
  8462. servwin:drawButton(1/2,'Colorize',function() -- when u skid off variable XDDDDDpranked
  8463.  
  8464. local materiallist =
  8465.  
  8466. {Enum.Material.Plastic,Enum.Material.Wood,Enum.Material.Slate,Enum.Material.Concrete,Enum.Material.CorrodedMetal,
  8467.  
  8468. Enum.Material.DiamondPlate,Enum.Material.Foil,Enum.Material.Grass,
  8469.  
  8470. Enum.Material.Ice,Enum.Material.Marble,Enum.Material.Granite,Enum.Material.Brick,
  8471.  
  8472. Enum.Material.Pebble,Enum.Material.Sand,Enum.Material.Sand,
  8473.  
  8474. Enum.Material.Fabric,Enum.Material.SmoothPlastic,Enum.Material.Metal,Enum.Material.WoodPlanks,Enum.Material.Neon,Enum.Material.Cobblestone}
  8475.  
  8476. local function r(where)
  8477.  
  8478. for _,v in pairs (where:GetChildren()) do
  8479.  
  8480. if v:IsA("BasePart") then
  8481.  
  8482. spawn(function() while wait(0.1) do v.Material = materiallist[math.random(#materiallist)] wait() end end) end r(v) end end r(workspace)
  8483.  
  8484. end)
  8485.  
  8486. servwin:drawButton(1/2,'Materialize',function()
  8487.  
  8488. local function r(where)
  8489.  
  8490. for _,v in pairs (where:GetChildren()) do
  8491.  
  8492. if v:IsA("BasePart") then
  8493.  
  8494. spawn(function() while wait(0.1) do v.Transparency = math.random(0,1) wait() end end) end r(v) end end r(workspace)
  8495.  
  8496. end)
  8497.  
  8498. servwin:drawButton(1/2,'Meshify',function()
  8499.  
  8500. local enums={
  8501.  
  8502. Enum.MeshType.Head;
  8503.  
  8504. Enum.MeshType.Torso;
  8505.  
  8506. Enum.MeshType.Wedge;
  8507.  
  8508. Enum.MeshType.Brick;
  8509.  
  8510. Enum.MeshType.Sphere;
  8511.  
  8512. Enum.MeshType.Cylinder;
  8513.  
  8514. }
  8515.  
  8516. topkek.libutil:recurseFunc('BasePart',function(o)
  8517.  
  8518. local mesh = Instance.new('SpecialMesh', o)
  8519.  
  8520. mesh.MeshType = enums[math.random(1,#enums)]
  8521.  
  8522. end)
  8523.  
  8524. end)
  8525.  
  8526. servwin:drawButton(1/2,'Loop-Meshify',function()
  8527.  
  8528. coroutine.wrap(function()
  8529.  
  8530. while true do
  8531.  
  8532. local enums={
  8533.  
  8534. Enum.MeshType.Head;
  8535.  
  8536. Enum.MeshType.Torso;
  8537.  
  8538. Enum.MeshType.Wedge;
  8539.  
  8540. Enum.MeshType.Brick;
  8541.  
  8542. Enum.MeshType.Sphere;
  8543.  
  8544. Enum.MeshType.Cylinder;
  8545.  
  8546. }
  8547.  
  8548. topkek.libutil:recurseFunc('BasePart',function(o)
  8549.  
  8550. if o:FindFirstChild("Mesh") then o.Mesh:Destroy() end
  8551.  
  8552. local mesh = Instance.new('SpecialMesh', o)
  8553.  
  8554. mesh.MeshType = enums[math.random(1,#enums)]
  8555.  
  8556. end)
  8557.  
  8558. wait(0.5)
  8559.  
  8560. end
  8561.  
  8562. end)()
  8563.  
  8564. end)
  8565.  
  8566. --<<<< END OF SERVER MENU >>>>--
  8567.  
  8568. plrwin = topkek.libgui:hookContainer(base['PlayersContainer'])
  8569.  
  8570. local plrDrop = plrwin:drawButton(1,'test-dropdown',function()end)
  8571.  
  8572. plrDrop = dropdown.new(plrDrop,topkek.libutil:GetPlayerList(),'Everybody')
  8573.  
  8574. game:GetService('Players').PlayerAdded:connect(function()
  8575.  
  8576. plrDrop.update(topkek.libutil:GetPlayerList())
  8577.  
  8578. end)
  8579.  
  8580. game:GetService('Players').PlayerRemoving:connect(function()
  8581.  
  8582. plrDrop.update(topkek.libutil:GetPlayerList())
  8583.  
  8584. end)
  8585.  
  8586. plrwin:addSpacing()
  8587.  
  8588. local actions = plrwin --plrwin:drawScrollingContainer(163) [[lole]]
  8589.  
  8590. actions:drawButton(1/3, 'Kill', function()
  8591.  
  8592. topkek.libutil:doPlayers(plrDrop, function(z)
  8593.  
  8594. if z.Character:FindFirstChild('Humanoid') then
  8595.  
  8596. z.Character.Humanoid.Health = 0
  8597.  
  8598. end
  8599.  
  8600. end)
  8601.  
  8602. end)
  8603.  
  8604. actions:drawButton(1/3, 'Freeze', function()
  8605.  
  8606. topkek.libutil:doPlayers(plrDrop, function(z)
  8607.  
  8608. if z.Character:FindFirstChild('Humanoid') then
  8609.  
  8610. topkek.libutil:getTorso(z).Anchored = true
  8611.  
  8612. end
  8613.  
  8614. end)
  8615.  
  8616. end)
  8617.  
  8618. actions:drawButton(1/3, 'Thaw', function()
  8619.  
  8620. topkek.libutil:doPlayers(plrDrop, function(z)
  8621.  
  8622. if z.Character:FindFirstChild('Humanoid') then
  8623.  
  8624. topkek.libutil:getTorso(z).Anchored = false
  8625.  
  8626. end
  8627.  
  8628. end)
  8629.  
  8630. end)
  8631.  
  8632. actions:drawButton(1/3, 'Fire', function()
  8633.  
  8634. topkek.libutil:doPlayers(plrDrop, function(z)
  8635.  
  8636. if z.Character then
  8637.  
  8638. Instance.new("Fire", topkek.libutil:getTorso(z))
  8639.  
  8640. end
  8641.  
  8642. end)
  8643.  
  8644. end)
  8645.  
  8646. actions:drawButton(1/3, 'Sparkles', function()
  8647.  
  8648. topkek.libutil:doPlayers(plrDrop, function(z)
  8649.  
  8650. if z.Character then
  8651.  
  8652. Instance.new("Sparkles", topkek.libutil:getTorso(z))
  8653.  
  8654. end
  8655.  
  8656. end)
  8657.  
  8658. end)
  8659.  
  8660. actions:drawButton(1/3, 'Smoke', function()
  8661.  
  8662. topkek.libutil:doPlayers(plrDrop, function(z)
  8663.  
  8664. if z.Character then
  8665.  
  8666. Instance.new("Smoke", topkek.libutil:getTorso(z))
  8667.  
  8668. end
  8669.  
  8670. end)
  8671.  
  8672. end)
  8673.  
  8674. actions:drawButton(1/3, 'BTools', function()
  8675.  
  8676. topkek.libutil:doPlayers(plrDrop, function(z)
  8677.  
  8678. local a = Instance.new("HopperBin")
  8679.  
  8680. a.BinType = "GameTool"
  8681.  
  8682. a.Parent = z.Backpack
  8683.  
  8684. local a = Instance.new("HopperBin")
  8685.  
  8686. a.BinType = "Clone"
  8687.  
  8688. a.Parent = z.Backpack
  8689.  
  8690. local a = Instance.new("HopperBin")
  8691.  
  8692. a.BinType = "Hammer"
  8693.  
  8694. a.Parent = z.Backpack
  8695.  
  8696. end)
  8697.  
  8698. end)
  8699.  
  8700. actions:drawButton(1/3, 'Kick', function()
  8701.  
  8702. topkek.libutil:doPlayers(plrDrop, function(z)
  8703.  
  8704. local function doKick()
  8705.  
  8706. if z.Character and z.Character:FindFirstChild('HumanoidRootPart') and z.Character:FindFirstChild('Torso') then
  8707.  
  8708. z.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
  8709.  
  8710. local SP = Instance.new('SkateboardPlatform', z.Character) SP.Position = z.Character.HumanoidRootPart.Position SP.Transparency = 1
  8711.  
  8712. spawn(function()
  8713.  
  8714. repeat wait()
  8715.  
  8716. if z.Character and z.Character:FindFirstChild('HumanoidRootPart') then
  8717.  
  8718. SP.Position = z.Character.HumanoidRootPart.Position
  8719.  
  8720. end
  8721.  
  8722. until not game:GetService('Players'):FindFirstChild(z.Name)
  8723.  
  8724. end)
  8725.  
  8726. z.Character.Torso.Anchored = true
  8727.  
  8728. end
  8729.  
  8730. end
  8731.  
  8732. repeat
  8733.  
  8734. doKick()
  8735.  
  8736. wait()
  8737.  
  8738. until not z
  8739.  
  8740. end)
  8741.  
  8742. end)
  8743.  
  8744. actions:drawButton(1/3, 'Nil', function()
  8745.  
  8746. topkek.libutil:doPlayers(plrDrop, function(z)
  8747.  
  8748. z.Parent = nil
  8749.  
  8750. end)
  8751.  
  8752. end)
  8753.  
  8754. actions:drawButton(1/3, 'Bring', function()
  8755.  
  8756. topkek.libutil:doPlayers(plrDrop, function(z)
  8757.  
  8758. if z.Character then
  8759.  
  8760. z.Character.HumanoidRootPart.CFrame =
  8761.  
  8762. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(1,1,1)
  8763.  
  8764. end
  8765.  
  8766. end)
  8767.  
  8768. end)
  8769.  
  8770. actions:drawButton(1/3, 'Goto', function()
  8771.  
  8772. topkek.libutil:doPlayers(plrDrop, function(z)
  8773.  
  8774. if z.Character then
  8775.  
  8776. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  8777.  
  8778. z.Character.HumanoidRootPart.CFrame * CFrame.new(1,1,1)
  8779.  
  8780. end
  8781.  
  8782. end)
  8783.  
  8784. end)
  8785.  
  8786. actions:drawButton(1/3, 'Freefall', function()
  8787.  
  8788. topkek.libutil:doPlayers(plrDrop, function(z)
  8789.  
  8790. if z.Character then
  8791.  
  8792. z.Character.HumanoidRootPart.CFrame = z.Character.HumanoidRootPart.CFrame * CFrame.new(0, 10000, 0)
  8793.  
  8794. end
  8795.  
  8796. end)
  8797.  
  8798. end)
  8799.  
  8800. actions:drawButton(1/3, 'Sword', function()
  8801.  
  8802. topkek.libutil:doPlayers(plrDrop, function(z)
  8803.  
  8804. insert(125013769).Parent = z.Backpack
  8805.  
  8806. end)
  8807.  
  8808. end)
  8809.  
  8810. actions:drawButton(1/3, 'Guns', function()
  8811.  
  8812. topkek.libutil:doPlayers(plrDrop, function(z)
  8813.  
  8814. insert(130113146).Parent = z.Backpack
  8815.  
  8816. insert(67747912).Parent = z.Backpack
  8817.  
  8818. insert(95354288).Parent = z.Backpack
  8819.  
  8820. end)
  8821.  
  8822. end)
  8823.  
  8824. actions:drawButton(1/3, 'Knife', function()
  8825.  
  8826. topkek.libutil:doPlayers(plrDrop, function(z)
  8827.  
  8828. insert(170897263).Parent = z.Backpack
  8829.  
  8830. end)
  8831.  
  8832. end)
  8833.  
  8834.  
  8835.  
  8836. actions:drawButton(1/3, 'Stun', function()
  8837.  
  8838. topkek.libutil:doPlayers(plrDrop, function(z)
  8839.  
  8840. if not z.Character:FindFirstChild('UpperTorso') then
  8841.  
  8842. z.Character.Torso.CFrame = z.Character.Torso.CFrame * CFrame.Angles(math.rad(90),0,0)
  8843.  
  8844. end
  8845.  
  8846. z.Character.Humanoid.PlatformStand = true
  8847.  
  8848. end)
  8849.  
  8850. end)
  8851.  
  8852. actions:drawButton(1/3, 'Invisible', function()
  8853.  
  8854. topkek.libutil:doPlayers(plrDrop, function(z)
  8855.  
  8856. if z.Character then
  8857.  
  8858. topkek.libutil:recurseSetObj(z.Character, 'BasePart', 'Transparency', 1)
  8859.  
  8860. topkek.libutil:recurseSetObj(z.Character, 'MeshPart', 'Transparency', 1)
  8861.  
  8862. end
  8863.  
  8864. end)
  8865.  
  8866. end)
  8867.  
  8868. actions:drawButton(1/3, 'Visible', function()
  8869.  
  8870. topkek.libutil:doPlayers(plrDrop, function(z)
  8871.  
  8872. if z.Character then
  8873.  
  8874. topkek.libutil:recurseSetObj(z.Character, 'BasePart', 'Transparency', 0)
  8875.  
  8876. topkek.libutil:recurseSetObj(z.Character, 'MeshPart', 'Transparency', 1)
  8877.  
  8878. end
  8879.  
  8880. end)
  8881.  
  8882. end)
  8883.  
  8884. actions:drawButton(1/3, 'God', function()
  8885.  
  8886. topkek.libutil:doPlayers(plrDrop, function(z)
  8887.  
  8888. if z.Character:FindFirstChild('Humanoid') then
  8889.  
  8890. z.Character.Humanoid.MaxHealth = math.huge
  8891.  
  8892. z.Character.Humanoid.Health = math.huge
  8893.  
  8894. end
  8895.  
  8896. end)
  8897.  
  8898. end)
  8899.  
  8900.  
  8901.  
  8902. actions:drawButton(1/3, 'Semigod', function()
  8903.  
  8904. topkek.libutil:doPlayers(plrDrop, function(z)
  8905.  
  8906. if z.Character:FindFirstChild('Humanoid') then
  8907.  
  8908. z.Character.Humanoid.MaxHealth = 9999999999
  8909.  
  8910. z.Character.Humanoid.Health = 9999999999
  8911.  
  8912. end
  8913.  
  8914. end)
  8915.  
  8916. end)
  8917.  
  8918. actions:drawButton(1/3, 'Nuke', function()
  8919.  
  8920. topkek.libutil:doPlayers(plrDrop, function(z)
  8921.  
  8922. local torso = topkek.libutil:getTorso(z)
  8923.  
  8924. local nuke = Instance.new("Part", game.Workspace)
  8925.  
  8926. local opos = torso.CFrame
  8927.  
  8928. nuke.BrickColor = BrickColor.new("Bright yellow")
  8929.  
  8930. nuke.TopSurface = Enum.SurfaceType.Smooth
  8931.  
  8932. nuke.BottomSurface = Enum.SurfaceType.Smooth
  8933.  
  8934. nuke.Anchored = true
  8935.  
  8936. nuke.CanCollide = false
  8937.  
  8938. nuke.Shape = "Ball"
  8939.  
  8940. nuke.Transparency = 0.5
  8941.  
  8942. nuke.CFrame = torso.CFrame
  8943.  
  8944. nuke.Size = Vector3.new(1, 1, 1)
  8945.  
  8946. nuke.Touched:connect(function(p)
  8947.  
  8948. local expl = Instance.new("Explosion", p)
  8949.  
  8950. expl.BlastPressure = 50000
  8951.  
  8952. expl.BlastRadius = 50
  8953.  
  8954. expl.Position = p.Position
  8955.  
  8956. p.Material = Enum.Material.CorrodedMetal
  8957.  
  8958. p:BreakJoints()
  8959.  
  8960. end)
  8961.  
  8962. for i = 1, 150 do
  8963.  
  8964. nuke.Size = Vector3.new(i, i, i)
  8965.  
  8966. nuke.CFrame = opos
  8967.  
  8968. wait(0.08)
  8969.  
  8970. end
  8971.  
  8972. nuke:Destroy()
  8973.  
  8974. end)
  8975.  
  8976. end)
  8977.  
  8978. actions:drawButton(1/3, 'Confuse', function()
  8979.  
  8980. topkek.libutil:doPlayers(plrDrop, function(z)
  8981.  
  8982. if z.Character:FindFirstChild('Humanoid') then
  8983.  
  8984. z.Character.Humanoid.WalkSpeed = -16
  8985.  
  8986. end
  8987.  
  8988. end)
  8989.  
  8990. end)
  8991.  
  8992. actions:drawButton(1/3, 'Goldify', function()
  8993.  
  8994. topkek.libutil:doPlayers(plrDrop, function(z)
  8995.  
  8996. if z.Character then
  8997.  
  8998. topkek.libutil:recurseSetObj(z.Character, 'BasePart', 'Material', 'Marble')
  8999.  
  9000. topkek.libutil:recurseSetObj(z.Character, 'MeshPart', 'Material', 'Marble')
  9001.  
  9002. topkek.libutil:recurseSetObj(z.Character, 'BasePart', 'BrickColor', BrickColor.new('Bright yellow'))
  9003.  
  9004. topkek.libutil:recurseSetObj(z.Character, 'MeshPart', 'BrickColor', BrickColor.new('Bright yellow'))
  9005.  
  9006. end
  9007.  
  9008. end)
  9009.  
  9010. end)
  9011.  
  9012. actions:drawButton(1/3, 'Neon', function()
  9013.  
  9014. topkek.libutil:doPlayers(plrDrop, function(z)
  9015.  
  9016. if z.Character then
  9017.  
  9018. topkek.libutil:recurseSetObj(z.Character, 'BasePart', 'Material', 'Neon')
  9019.  
  9020. topkek.libutil:recurseSetObj(z.Character, 'MeshPart', 'Material', 'Neon')
  9021.  
  9022. end
  9023.  
  9024. end)
  9025.  
  9026. end)
  9027.  
  9028. actions:drawButton(1/3, 'Insane', function()
  9029.  
  9030. topkek.libutil:doPlayers(plrDrop, function(z)
  9031.  
  9032. if z.Character then
  9033.  
  9034. for i,v in pairs(topkek.libutil:getTorso(z):GetChildren()) do
  9035.  
  9036. if v:IsA("Motor6D") then
  9037.  
  9038. coroutine.wrap(function()
  9039.  
  9040. while v do
  9041.  
  9042. v.C0=v.C0*CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  9043.  
  9044. wait()
  9045.  
  9046. end
  9047.  
  9048. end)()
  9049.  
  9050. end
  9051.  
  9052. end
  9053.  
  9054. end
  9055.  
  9056. end)
  9057.  
  9058. end)
  9059.  
  9060. actions:drawButton(1/3, 'Quicksand', function()
  9061.  
  9062. topkek.libutil:doPlayers(plrDrop, function(z)
  9063.  
  9064. if z.Character then
  9065.  
  9066. if z.Character:FindFirstChild('Humanoid') then
  9067.  
  9068. local tor = topkek.libutil:getTorso(z)
  9069.  
  9070. local hole = Instance.new("Part", z.Character)
  9071.  
  9072. hole.Anchored = true
  9073.  
  9074. hole.Name = "Hole"
  9075.  
  9076. hole.FormFactor = Enum.FormFactor.Custom
  9077.  
  9078. hole.Size = Vector3.new(7, 1, 7)
  9079.  
  9080. hole.CanCollide = false
  9081.  
  9082. hole.CFrame = tor.CFrame * CFrame.new(0,-3.3,0)
  9083.  
  9084. hole.BrickColor = BrickColor.new("Cool yellow")
  9085.  
  9086. hole.Material = Enum.Material.Sand
  9087.  
  9088. local hm = Instance.new("CylinderMesh", hole)
  9089.  
  9090. tor.Anchored = true
  9091.  
  9092. if z.Character:FindFirstChild("Humanoid") then
  9093.  
  9094. z.Character.Humanoid.Jump = true
  9095.  
  9096. end
  9097.  
  9098. for x,m in pairs(z.Character:GetChildren()) do
  9099.  
  9100. if m:IsA("BasePart") or m:IsA("MeshPart") then
  9101.  
  9102. m.CanCollide = false
  9103.  
  9104. end
  9105.  
  9106. end
  9107.  
  9108. for i=1,75 do
  9109.  
  9110. tor.CFrame=tor.CFrame*CFrame.new(0,-0.1,0)
  9111.  
  9112. wait(0.06)
  9113.  
  9114. end
  9115.  
  9116. tor.CFrame=tor.CFrame*CFrame.new(0,
  9117.  
  9118. -500,0
  9119.  
  9120. )
  9121.  
  9122. z.Character.Humanoid.Health = 0
  9123.  
  9124. end
  9125.  
  9126. end
  9127.  
  9128. end)
  9129.  
  9130. end)
  9131.  
  9132. actions:drawButton(1/3, 'Duck', function()
  9133.  
  9134. topkek.libutil:doPlayers(plrDrop, function(z)
  9135.  
  9136. if z.Character then
  9137.  
  9138. local pchar = z.Character
  9139.  
  9140. -- for i,v in pairs(pchar.Torso:GetChildren()) do
  9141.  
  9142. -- if v:IsA("Decal") then
  9143.  
  9144. -- v:Destroy()
  9145.  
  9146. -- end
  9147.  
  9148. -- end
  9149.  
  9150. for i,v in pairs(pchar:GetChildren()) do
  9151.  
  9152. if v:IsA("Hat") or v:IsA("Accessory") then
  9153.  
  9154. v:Destroy()
  9155.  
  9156. end
  9157.  
  9158. end
  9159.  
  9160. local duck = Instance.new("SpecialMesh", z.Character.HumanoidRootPart)
  9161.  
  9162. duck.MeshType = "FileMesh"
  9163.  
  9164. duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  9165.  
  9166. duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  9167.  
  9168. duck.Scale = Vector3.new(5, 5, 5)
  9169.  
  9170. topkek.libutil:recurseSetObj(z.Character, 'Instance', 'Transparency', 1)
  9171.  
  9172. z.Character.HumanoidRootPart.Transparency = 0
  9173.  
  9174. end
  9175.  
  9176. end)
  9177.  
  9178. end)
  9179.  
  9180. actions:drawButton(1/3, 'Shrek', function()
  9181.  
  9182. topkek.libutil:doPlayers(plrDrop, function(z)
  9183.  
  9184. if z.Character then
  9185.  
  9186. local pchar = z.Character
  9187.  
  9188. for i,v in pairs(pchar:GetChildren()) do
  9189.  
  9190. if v:IsA("Hat") or v:IsA("Accessory") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants") then
  9191.  
  9192. v:Destroy()
  9193.  
  9194. end
  9195.  
  9196. end
  9197.  
  9198. for i,v in pairs(pchar.Head:GetChildren()) do
  9199.  
  9200. if v:IsA("Decal") or v:IsA("SpecialMesh") then
  9201.  
  9202. v:Destroy()
  9203.  
  9204. end
  9205.  
  9206. end
  9207.  
  9208.  
  9209.  
  9210. local mesh = Instance.new("SpecialMesh", pchar.Head)
  9211.  
  9212. mesh.MeshType = "FileMesh"
  9213.  
  9214. pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
  9215.  
  9216. pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
  9217.  
  9218. pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
  9219.  
  9220.  
  9221.  
  9222. local Shirt = Instance.new("Shirt", z.Character)
  9223.  
  9224. local Pants = Instance.new("Pants", z.Character)
  9225.  
  9226.  
  9227.  
  9228. Shirt.ShirtTemplate = "rbxassetid://133078194"
  9229.  
  9230. Pants.PantsTemplate = "rbxassetid://133078204"
  9231.  
  9232. end
  9233.  
  9234. end)
  9235.  
  9236. end)
  9237.  
  9238. actions:drawButton(1/3, 'Bighead', function()
  9239.  
  9240. topkek.libutil:doPlayers(plrDrop, function(z)
  9241.  
  9242. if z.Character then
  9243.  
  9244. if z.Character:FindFirstChild('Head') then
  9245.  
  9246. z.Character.Head.Mesh.Scale=Vector3.new(5,5,5)
  9247.  
  9248. end
  9249.  
  9250. end
  9251.  
  9252. end)
  9253.  
  9254. end)
  9255.  
  9256. actions:drawButton(1/3, 'Hotdog', function()
  9257.  
  9258. topkek.libutil:doPlayers(plrDrop, function(z)
  9259.  
  9260. if z.Character then
  9261.  
  9262. if z.Character:FindFirstChild('Head') then
  9263.  
  9264. topkek.libutil:weiner(z)
  9265.  
  9266. end
  9267.  
  9268. end
  9269.  
  9270. end)
  9271.  
  9272. end)
  9273.  
  9274. actions:drawButton(1/3, 'Dwarf [R6]', function()
  9275.  
  9276. topkek.libutil:doPlayers(plrDrop, function(z)
  9277.  
  9278. if z.Character then
  9279.  
  9280. topkek.libutil:scalePlayer(z, 0.5)
  9281.  
  9282. end
  9283.  
  9284. end)
  9285.  
  9286. end)
  9287.  
  9288. actions:drawButton(1/3, 'Giant [R6]', function()
  9289.  
  9290. topkek.libutil:doPlayers(plrDrop, function(z)
  9291.  
  9292. if z.Character then
  9293.  
  9294. topkek.libutil:scalePlayer(z, 5)
  9295.  
  9296. end
  9297.  
  9298. end)
  9299.  
  9300. end)
  9301.  
  9302. actions:drawButton(1/3, 'Giraffe [R6]', function()
  9303.  
  9304. topkek.libutil:doPlayers(plrDrop, function(z)
  9305.  
  9306. if z.Character then
  9307.  
  9308. local char=z.Character
  9309.  
  9310. local h=char.Head
  9311.  
  9312. local tor=char:FindFirstChild("Torso")
  9313.  
  9314. if not tor then return end
  9315.  
  9316. tor.Neck.C0=tor.Neck.C0*CFrame.new(0,0,5)
  9317.  
  9318. local fn=Instance.new("Part",char)
  9319.  
  9320. fn.Size=Vector3.new(1,5.5,1)
  9321.  
  9322. fn.Name="FakeNeck"
  9323.  
  9324. fn.Anchored=false
  9325.  
  9326. fn.CanCollide=false
  9327.  
  9328. if char:FindFirstChild("Body Colors") then
  9329.  
  9330. fn.BrickColor=char["Body Colors"].HeadColor
  9331.  
  9332. end
  9333.  
  9334. local cm=Instance.new("CylinderMesh",fn)
  9335.  
  9336. local we=Instance.new("Weld",h)
  9337.  
  9338. we.Part0=h
  9339.  
  9340. we.Part1=fn
  9341.  
  9342. we.C1=we.C1*CFrame.new(0,2.6,0)
  9343.  
  9344. end
  9345.  
  9346. end)
  9347.  
  9348. end)
  9349.  
  9350. actions:drawButton(1/3, 'Select', function()
  9351.  
  9352. topkek.libutil:doPlayers(plrDrop, function(z)
  9353.  
  9354. if z.Character then
  9355.  
  9356. Instance.new("SelectionBox", z.Character).Adornee = z.Character
  9357.  
  9358. end
  9359.  
  9360. end)
  9361.  
  9362. end)
  9363.  
  9364. actions:drawButton(1/3, 'Sphere', function()
  9365.  
  9366. topkek.libutil:doPlayers(plrDrop, function(z)
  9367.  
  9368. if z.Character then
  9369.  
  9370. Instance.new("SelectionSphere", z.Character).Adornee = z.Character
  9371.  
  9372. end
  9373.  
  9374. end)
  9375.  
  9376. end)
  9377.  
  9378. actions:drawButton(1/3, 'Sit', function()
  9379.  
  9380. topkek.libutil:doPlayers(plrDrop, function(z)
  9381.  
  9382. if z.Character:FindFirstChild("Humanoid") then
  9383.  
  9384. z.Character.Humanoid.Sit = true
  9385.  
  9386. end
  9387.  
  9388. end)
  9389.  
  9390. end)
  9391.  
  9392. actions:drawButton(1/3, 'Jump', function()
  9393.  
  9394. topkek.libutil:doPlayers(plrDrop, function(z)
  9395.  
  9396. if z.Character:FindFirstChild("Humanoid") then
  9397.  
  9398. z.Character.Humanoid.Jump = true
  9399.  
  9400. end
  9401.  
  9402. end)
  9403.  
  9404. end)
  9405.  
  9406. actions:drawButton(1/3, 'No Tools', function()
  9407.  
  9408. topkek.libutil:doPlayers(plrDrop, function(z)
  9409.  
  9410. for _, t in pairs(z.Backpack:GetChildren()) do
  9411.  
  9412. t:Destroy()
  9413.  
  9414. end
  9415.  
  9416. end)
  9417.  
  9418. end)
  9419.  
  9420. actions:drawButton(1/3, 'Take Tools', function()
  9421.  
  9422. topkek.libutil:doPlayers(plrDrop, function(z)
  9423.  
  9424. for _, t in pairs(z.Backpack:GetChildren()) do
  9425.  
  9426. t.Parent = game:service'Players'.LocalPlayer.Backpack
  9427.  
  9428. end
  9429.  
  9430. end)
  9431.  
  9432. end)
  9433.  
  9434. actions:drawButton(1/3, 'Disable', function()
  9435.  
  9436. topkek.libutil:doPlayers(plrDrop, function(z)
  9437.  
  9438. if z.Character:FindFirstChild("Humanoid") then
  9439.  
  9440. z.Character.Humanoid.Parent = nil
  9441.  
  9442. end
  9443.  
  9444. end)
  9445.  
  9446. end)
  9447.  
  9448. actions:drawButton(1/3, 'Fast', function()
  9449.  
  9450. topkek.libutil:doPlayers(plrDrop, function(z)
  9451.  
  9452. if z.Character:FindFirstChild("Humanoid") then
  9453.  
  9454. z.Character.Humanoid.WalkSpeed = 50
  9455.  
  9456. end
  9457.  
  9458. end)
  9459.  
  9460. end)
  9461.  
  9462. actions:drawButton(1/3, 'Slow', function()
  9463.  
  9464. topkek.libutil:doPlayers(plrDrop, function(z)
  9465.  
  9466. if z.Character:FindFirstChild("Humanoid") then
  9467.  
  9468. z.Character.Humanoid.WalkSpeed = 8
  9469.  
  9470. end
  9471.  
  9472. end)
  9473.  
  9474. end)
  9475.  
  9476. actions:drawButton(1/3,'Explode', function()
  9477.  
  9478. topkek.libtil:doPlayers(plrDrop, function(z)
  9479.  
  9480. local explosion = Instance.new("Explosion")
  9481.  
  9482. explosion.Position = topkek.libutil:getTorso(z).Position
  9483.  
  9484. explosion.Parent = game.Workspace
  9485.  
  9486. end)
  9487.  
  9488. end)
  9489.  
  9490. local Follow
  9491.  
  9492. actions:drawButton(1/3,'Annoy', function()
  9493.  
  9494. if Follow == true then
  9495.  
  9496. Follow = false; return
  9497.  
  9498. else Follow = true end
  9499.  
  9500. topkek.libutil:doPlayers(plrDrop, function(z)
  9501.  
  9502. while Follow == true do
  9503.  
  9504. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame=
  9505.  
  9506. z.Character.HumanoidRootPart.CFrame
  9507.  
  9508. wait()
  9509.  
  9510. end
  9511.  
  9512. end)
  9513.  
  9514. end)
  9515.  
  9516. actions:drawButton(1/3,'ForceField', function()
  9517.  
  9518. topkek.libutil:doPlayers(plrDrop, function(z)
  9519.  
  9520. if z.Character then
  9521.  
  9522. Instance.new("ForceField", z.Character)
  9523.  
  9524. end
  9525.  
  9526. end)
  9527.  
  9528. end)
  9529.  
  9530. actions:drawButton(1/3,'Friendlag', function()
  9531.  
  9532. topkek.libutil:doPlayers(plrDrop, function(z)
  9533.  
  9534. for i = 1, 10 do
  9535.  
  9536. spawn(function()
  9537.  
  9538. while wait() do
  9539.  
  9540. game.Players.LocalPlayer:RequestFriendship(z)
  9541.  
  9542. game.Players.LocalPlayer:RevokeFriendship(z)
  9543.  
  9544. end
  9545.  
  9546. end)
  9547.  
  9548. end
  9549.  
  9550. end)
  9551.  
  9552. end)
  9553.  
  9554. actions:drawButton(1/3,'Force Follow', function()
  9555.  
  9556. topkek.libutil:doPlayers(plrDrop, function(z)
  9557.  
  9558. game:GetService("RunService"):BindToRenderStep("_", 0, function()
  9559.  
  9560. z.Character.Humanoid:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  9561.  
  9562. end)
  9563.  
  9564. end)
  9565.  
  9566. end)
  9567.  
  9568. actions:drawButton(1/3,'Dab', function()
  9569.  
  9570. topkek.libutil:doPlayers(plrDrop, function(z)
  9571.  
  9572. if z.Character and z.Character:FindFirstChild("Torso") then
  9573.  
  9574. local chr = z.Character
  9575.  
  9576. chr.Animate.Disabled = true
  9577.  
  9578. chr.Torso["Left Shoulder"].C1 = CFrame.new(0, 0.699999988, 0, 0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359, -0.0885213241, 0.965925813, -0.243210346)
  9579.  
  9580. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.600000024, 0.5, -0.200000003, 0.664462984, 0.241844743, 0.707106769, -0.664462984, -0.241844788, 0.707106769, 0.342020154, -0.939692616, -3.09086197e-008)
  9581.  
  9582. chr.Torso["Neck"].C1 = CFrame.new(0, -0.600000024, 0, -0.866025388, 0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653, 0.342020124)
  9583.  
  9584. end
  9585.  
  9586. end)
  9587.  
  9588. end)
  9589.  
  9590. actions:addSpacing()
  9591.  
  9592. local chatInp
  9593.  
  9594. actions:drawButton(1/2, 'Make Chat', function()
  9595.  
  9596. topkek.libutil:doPlayers(plrDrop, function(z)
  9597.  
  9598. game:GetService('Chat'):Chat(z.Character, chatInp.Text)
  9599.  
  9600. end)
  9601.  
  9602. end)
  9603.  
  9604. chatInp = actions:drawTextBox(1/2, '')
  9605.  
  9606. local insertInp
  9607.  
  9608. actions:drawButton(1/2, 'Insert Into', function()
  9609.  
  9610. if not tonumber(insertInp.Text) then return end
  9611.  
  9612. local item = insert(insertInp.Text)
  9613.  
  9614. if not item then return end
  9615.  
  9616. topkek.libutil:doPlayers(plrDrop, function(z)
  9617.  
  9618. item:Clone().Parent = z.Backpack
  9619.  
  9620. end)
  9621.  
  9622. end)
  9623.  
  9624. insertInp = actions:drawTextBox(1/2, '')
  9625.  
  9626. local speedInp
  9627.  
  9628. actions:drawButton(1/2, 'Set Speed', function()
  9629.  
  9630. if not tonumber(speedInp.Text) then return end
  9631.  
  9632. topkek.libutil:doPlayers(plrDrop, function(z)
  9633.  
  9634. if z.Character:FindFirstChild('Humanoid') then
  9635.  
  9636. z.Character.Humanoid.WalkSpeed = tonumber(speedInp.Text)
  9637.  
  9638. end
  9639.  
  9640. end)
  9641.  
  9642. end)
  9643.  
  9644. speedInp = actions:drawTextBox(1/2, '')
  9645.  
  9646. local nameInp
  9647.  
  9648. actions:drawButton(1/2, 'Set Name', function()
  9649.  
  9650. topkek.libutil:doPlayers(plrDrop, function(z)
  9651.  
  9652. local Character = z.Character
  9653.  
  9654. local newName = Instance.new("Model", z.Character)
  9655.  
  9656. newName.Name = nameInp.Text
  9657.  
  9658. local cl = Character:WaitForChild("Head"):Clone()
  9659.  
  9660. cl.Parent = newName
  9661.  
  9662. cl:WaitForChild("face"):Destroy()
  9663.  
  9664. local hum = Instance.new("Humanoid", newName)
  9665.  
  9666. hum.Name = "NameTag"
  9667.  
  9668. hum.MaxHealth = 0
  9669.  
  9670. hum.Health = 0
  9671.  
  9672. local weld = Instance.new("Weld", cl)
  9673.  
  9674. weld.Part0 = cl
  9675.  
  9676. weld.Part1 = Character:WaitForChild("Head")
  9677.  
  9678. Character:WaitForChild("Head").Transparency = 1
  9679.  
  9680. Wait(.5)
  9681.  
  9682. cl.BrickColor = Character:WaitForChild("Head").BrickColo
  9683.  
  9684. end)
  9685.  
  9686. end)
  9687.  
  9688. nameInp = actions:drawTextBox(1/2, '')
  9689.  
  9690. --[[ localplayer ]]--
  9691.  
  9692. local lp = game:GetService('Players').LocalPlayer
  9693.  
  9694. local localwin = topkek.libgui:hookContainer(base['LocalPlayerContainer'])
  9695.  
  9696. local appearInp
  9697.  
  9698. localwin:drawButton(1/2, 'Set Appearance', function()
  9699.  
  9700. local id = 0
  9701.  
  9702. if not tonumber(appearInp.Text) then
  9703.  
  9704. id = tonumber(appearInp.Text)
  9705.  
  9706. else
  9707.  
  9708. id = game:GetService('Players'):GetUserIdFromNameAsync(appearInp.Text)
  9709.  
  9710. end
  9711.  
  9712. lp.CharacterAppearance = 'https://assetgame.roblox.com/Asset/CharacterFetch.ashx?userId=' .. tostring(id)
  9713.  
  9714. end)
  9715.  
  9716. appearInp = localwin:drawTextBox(1/2, '')
  9717.  
  9718. localwin:drawButton(1/2, 'Set TeamColor', function()
  9719.  
  9720. if teamInp.Text == 'Neutral' then
  9721.  
  9722. lp.Neutral = true
  9723.  
  9724. return
  9725.  
  9726. end
  9727.  
  9728. local clr = BrickColor.new(teamInp.Text)
  9729.  
  9730. lp.TeamColor = clr
  9731.  
  9732. end)
  9733.  
  9734. teamInp = localwin:drawTextBox(1/2, 'Neutral')
  9735.  
  9736. localwin:drawButton(1, 'Reset Camera', function()
  9737.  
  9738. game.Workspace.CurrentCamera:remove()
  9739.  
  9740. wait(.1)
  9741.  
  9742. game.Workspace.CurrentCamera.CameraSubject = lp.Character.Humanoid or
  9743.  
  9744. game.Workspace[lp.Name].Humanoid
  9745.  
  9746. game.Workspace.CurrentCamera.CameraType = "Custom"
  9747.  
  9748. end)
  9749.  
  9750. localwin:drawButton(1, 'Respawn', function()
  9751.  
  9752. local a1 = Instance.new("Model", game:service'Workspace')
  9753.  
  9754. local a2 = Instance.new("Part", game:service'Workspace')
  9755.  
  9756. a2.CanCollide = true
  9757.  
  9758. a2.Anchored = true
  9759.  
  9760. a2.CFrame = CFrame.new(10000, 10000, 10000)
  9761.  
  9762. a2.Name = "Torso"
  9763.  
  9764. local a3 = Instance.new("Humanoid", a1)
  9765.  
  9766. a3.MaxHealth=100;a3.Health=100
  9767.  
  9768. lp.Character = a1
  9769.  
  9770. a3.Health=0
  9771.  
  9772. end)
  9773.  
  9774. localwin:addSpacing()
  9775.  
  9776. local Lev, Clip, Fly
  9777.  
  9778. localwin:drawButton(1/2, 'Levitate', function()
  9779.  
  9780. if Lev == true then
  9781.  
  9782. Lev = false
  9783.  
  9784. return
  9785.  
  9786. end
  9787.  
  9788. Lev = true
  9789.  
  9790. repeat
  9791.  
  9792. lp.Character.Humanoid:ChangeState(10)
  9793.  
  9794. wait(0)
  9795.  
  9796. until Lev == false
  9797.  
  9798. end)
  9799.  
  9800. localwin:drawButton(1/2, 'Noclip', function()
  9801.  
  9802. if Clip == true then
  9803.  
  9804. Clip = false
  9805.  
  9806. return
  9807.  
  9808. end
  9809.  
  9810. Clip = true
  9811.  
  9812. game:GetService("RunService").Stepped:connect(function()
  9813.  
  9814. topkek.libutil:getTorso(lp).CanCollide = not Clip
  9815.  
  9816. lp.Character.Head.CanCollide = not Clip
  9817.  
  9818. lp.Character.HumanoidRootPart.CanCollide = not Clip
  9819.  
  9820. if lp.Character.UpperTorso then
  9821.  
  9822. lp.Character.LowerTorso.CanCollide = not Clip
  9823.  
  9824. end
  9825.  
  9826. end)
  9827.  
  9828. lp.Character.HumanoidRootPart.Changed:connect(function()
  9829.  
  9830. topkek.libutil:getTorso(lp).CanCollide = not Clip
  9831.  
  9832. lp.Character.Head.CanCollide = not Clip
  9833.  
  9834. lp.Character.HumanoidRootPart.CanCollide = not Clip
  9835.  
  9836. if lp.Character.UpperTorso then
  9837.  
  9838. lp.Character.LowerTorso.CanCollide = not Clip
  9839.  
  9840. end
  9841.  
  9842. end)
  9843.  
  9844. end)
  9845.  
  9846. localwin:drawButton(1/2, 'Fly', function()
  9847.  
  9848. if Fly == true then
  9849.  
  9850. Fly = false
  9851.  
  9852. return
  9853.  
  9854. end
  9855.  
  9856. Fly = true
  9857.  
  9858. local mouse=game.Players.LocalPlayer:GetMouse''
  9859.  
  9860. localplayer=game.Players.LocalPlayer
  9861.  
  9862. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  9863.  
  9864. local torso = game.Players.LocalPlayer.Character.HumanoidRootPart
  9865.  
  9866. local speed=0
  9867.  
  9868. local keys={a=false,d=false,w=false,s=false}
  9869.  
  9870. local e1
  9871.  
  9872. local e2
  9873.  
  9874. local function start()
  9875.  
  9876. local pos = Instance.new("BodyPosition",torso)
  9877.  
  9878. local gyro = Instance.new("BodyGyro",torso)
  9879.  
  9880. pos.Name="EPIXPOS"
  9881.  
  9882. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  9883.  
  9884. pos.position = torso.Position
  9885.  
  9886. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  9887.  
  9888. gyro.cframe = torso.CFrame
  9889.  
  9890. repeat
  9891.  
  9892. wait()
  9893.  
  9894. localplayer.Character.Humanoid.PlatformStand=true
  9895.  
  9896. local new=gyro.cframe - gyro.cframe.p + pos.position
  9897.  
  9898. if not keys.w and not keys.s and not keys.a and not keys.d then
  9899.  
  9900. speed=1
  9901.  
  9902. end
  9903.  
  9904. if keys.w then
  9905.  
  9906. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  9907.  
  9908. speed=speed+0.01
  9909.  
  9910. end
  9911.  
  9912. if keys.s then
  9913.  
  9914. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  9915.  
  9916. speed=speed+0.01
  9917.  
  9918. end
  9919.  
  9920. if keys.d then
  9921.  
  9922. new = new * CFrame.new(speed,0,0)
  9923.  
  9924. speed=speed+0.01
  9925.  
  9926. end
  9927.  
  9928. if keys.a then
  9929.  
  9930. new = new * CFrame.new(-speed,0,0)
  9931.  
  9932. speed=speed+0.01
  9933.  
  9934. end
  9935.  
  9936. if speed>5 then
  9937.  
  9938. speed=5
  9939.  
  9940. end
  9941.  
  9942. pos.position=new.p
  9943.  
  9944. if keys.w then
  9945.  
  9946. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  9947.  
  9948. elseif keys.s then
  9949.  
  9950. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  9951.  
  9952. else
  9953.  
  9954. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  9955.  
  9956. end
  9957.  
  9958. until not Fly
  9959.  
  9960. if gyro then gyro:Destroy() end
  9961.  
  9962. if pos then pos:Destroy() end
  9963.  
  9964. flying=false
  9965.  
  9966. localplayer.Character.Humanoid.PlatformStand=false
  9967.  
  9968. speed=0
  9969.  
  9970. end
  9971.  
  9972. e1=mouse.KeyDown:connect(function(key)
  9973.  
  9974. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  9975.  
  9976. if key=="w" then
  9977.  
  9978. keys.w=true
  9979.  
  9980. elseif key=="s" then
  9981.  
  9982. keys.s=true
  9983.  
  9984. elseif key=="a" then
  9985.  
  9986. keys.a=true
  9987.  
  9988. elseif key=="d" then
  9989.  
  9990. keys.d=true
  9991.  
  9992. end
  9993.  
  9994. end)
  9995.  
  9996. e2=mouse.KeyUp:connect(function(key)
  9997.  
  9998. if key=="w" then
  9999.  
  10000. keys.w=false
  10001.  
  10002. elseif key=="s" then
  10003.  
  10004. keys.s=false
  10005.  
  10006. elseif key=="a" then
  10007.  
  10008. keys.a=false
  10009.  
  10010. elseif key=="d" then
  10011.  
  10012. keys.d=false
  10013.  
  10014. end
  10015.  
  10016. end)
  10017.  
  10018. start()
  10019.  
  10020. end)
  10021.  
  10022. localwin:drawButton(1/2, 'Highjump', function()
  10023.  
  10024. local thrust = Instance.new("BodyVelocity")
  10025.  
  10026. game:GetService('UserInputService').InputBegan:connect(function(i, b)
  10027.  
  10028. if i.KeyCode == Enum.KeyCode.Space then
  10029.  
  10030. print("Got jump")
  10031.  
  10032. coroutine.resume(coroutine.create(function()
  10033.  
  10034. thrust.Parent = game.Players.LocalPlayer.Character.PrimaryPart
  10035.  
  10036. thrust.velocity = Vector3.new(0,50,0)
  10037.  
  10038. thrust.maxForce = Vector3.new(0,4e+050,0)
  10039.  
  10040. wait(0.2)
  10041.  
  10042. thrust.Parent = nil
  10043.  
  10044. end))
  10045.  
  10046. end
  10047.  
  10048. end)
  10049.  
  10050. end)
  10051.  
  10052. localwin:addSpacing()
  10053.  
  10054. localwin:drawButton(1/2, 'Freecam', function()
  10055.  
  10056. local cam = game.Workspace.CurrentCamera
  10057.  
  10058. cam.CameraType = "Fixed"
  10059.  
  10060. cam.CameraSubject = nil
  10061.  
  10062. lp.Character = nil
  10063.  
  10064. end)
  10065.  
  10066. localwin:drawButton(1/2, 'Nil Orb', function()
  10067.  
  10068. game.Players.LocalPlayer.Character = nil
  10069.  
  10070. --lp:Destroy()
  10071.  
  10072. local cam = game.Workspace.CurrentCamera
  10073.  
  10074. local m = Instance.new("Model", game.Workspace)
  10075.  
  10076. m.Name = game.Players.LocalPlayer.Name
  10077.  
  10078. local hum = Instance.new("Humanoid", m)
  10079.  
  10080. hum.Health = 0
  10081.  
  10082. hum.MaxHealth = 0
  10083.  
  10084. local orb = Instance.new("Part", m)
  10085.  
  10086. orb.Size = Vector3.new(1, 1, 1)
  10087.  
  10088. orb.Shape = "Ball"
  10089.  
  10090. orb.Name = "Head"
  10091.  
  10092. orb.Anchored = true
  10093.  
  10094. orb.CanCollide = true
  10095.  
  10096. orb.BottomSurface = Enum.SurfaceType.Smooth
  10097.  
  10098. orb.TopSurface = Enum.SurfaceType.Smooth
  10099.  
  10100. orb.Transparency = 0
  10101.  
  10102. cam.CameraSubject = orb
  10103.  
  10104. cam.CameraType = Enum.CameraType.Fixed
  10105.  
  10106. game:GetService("RunService").RenderStepped:connect(function()
  10107.  
  10108. orb.CFrame = cam.CoordinateFrame * CFrame.new(0, -2, -6)
  10109.  
  10110. end)
  10111.  
  10112. game.Players.LocalPlayer.Chatted:connect(function(a)
  10113.  
  10114. game:GetService("Chat"):Chat(orb, a)
  10115.  
  10116. end)
  10117.  
  10118. end)
  10119.  
  10120. localwin:drawButton(1/2, 'God', function()
  10121.  
  10122. lp.Character.Humanoid.MaxHealth = math.huge
  10123.  
  10124. lp.Character.Humanoid.Health = math.huge
  10125.  
  10126. end)
  10127.  
  10128. localwin:drawButton(1/2, 'NoGrav', function()
  10129.  
  10130. if lp.Character then
  10131.  
  10132. for x,m in pairs(lp.Character:GetChildren()) do
  10133.  
  10134. if m:IsA("BasePart") then
  10135.  
  10136. local bf = Instance.new("BodyForce", m)
  10137.  
  10138. bf.force = Vector3.new(0, 192.25, 0) * m:GetMass()
  10139.  
  10140. end
  10141.  
  10142. if m:IsA("Hat") or m:IsA("Accessory") then
  10143.  
  10144. if m:findFirstChild("Handle") then
  10145.  
  10146. local bf = Instance.new("BodyForce", m.Handle)
  10147.  
  10148. bf.force = Vector3.new(0, 192.25, 0) * m.Handle:GetMass()
  10149.  
  10150. end
  10151.  
  10152. end
  10153.  
  10154. end
  10155.  
  10156. end
  10157.  
  10158. end)
  10159.  
  10160. localwin:drawButton(1/2, 'Rainbow Name', function()
  10161.  
  10162. lp.Neutral = false
  10163.  
  10164. repeat
  10165.  
  10166. wait()
  10167.  
  10168. lp.TeamColor = BrickColor.Random()
  10169.  
  10170. until not lp.Character.Humanoid
  10171.  
  10172. end)
  10173.  
  10174. localwin:drawButton(1/2, 'Random Fedora', function()
  10175.  
  10176. local hats={
  10177.  
  10178. 98346834,
  10179.  
  10180. 215751161,
  10181.  
  10182. 119916949,
  10183.  
  10184. 72082328,
  10185.  
  10186. 147180077,
  10187.  
  10188. 100929604,
  10189.  
  10190. 63043890,
  10191.  
  10192. 1285307,
  10193.  
  10194. 1029025,
  10195.  
  10196. 334663683,
  10197.  
  10198. 259423244
  10199.  
  10200. }
  10201.  
  10202. game:GetService("InsertService"):LoadAsset(hats[math.random(1,#hats)]):GetChildren()[1].Parent = lp.Character
  10203.  
  10204. end)
  10205.  
  10206. localwin:drawButton(1/2, 'Clear Appearance', function()
  10207.  
  10208. lp:ClearCharacterAppearance()
  10209.  
  10210. end)
  10211.  
  10212. localwin:drawButton(1/2, 'Disguise', function()
  10213.  
  10214. local p = lp.Character
  10215.  
  10216. if p:FindFirstChild("topkek") then
  10217.  
  10218. p.topkek:Destroy()
  10219.  
  10220. end
  10221.  
  10222. p.Name = ""
  10223.  
  10224. p.Head.Transparency = 1
  10225.  
  10226. local mo = Instance.new("Model", p)
  10227.  
  10228. mo.Name = ""
  10229.  
  10230. local hu = Instance.new("Humanoid", mo)
  10231.  
  10232. hu.Name = "distag"
  10233.  
  10234. hu.Health = 100
  10235.  
  10236. hu.MaxHealth = 100
  10237.  
  10238. local fh = p.Head:Clone()
  10239.  
  10240. fh.Parent = mo
  10241.  
  10242. fh.Transparency = 0
  10243.  
  10244. local we = Instance.new("Weld", fh)
  10245.  
  10246. we.Part0 = p.Head
  10247.  
  10248. we.Part1 = mo
  10249.  
  10250. lp:ClearCharacterAppearance()
  10251.  
  10252. pcall(function() p["Body Colors"]:Destroy() end)
  10253.  
  10254. Instance.new("BodyColors", p)
  10255.  
  10256. end)
  10257.  
  10258. localwin:drawButton(1, 'Dick Shooter', function()
  10259.  
  10260. topkek.libutil:dickShooter()
  10261.  
  10262. end)
  10263.  
  10264. localwin:addSpacing()
  10265.  
  10266. local hackerInp
  10267.  
  10268. localwin:drawButton(1/2, 'Set Tag', function()
  10269.  
  10270. local len = 10
  10271.  
  10272. local bb = Instance.new("BillboardGui")
  10273.  
  10274. bb.Parent = lp.Character.Head
  10275.  
  10276. bb.Adornee = lp.Character.Head
  10277.  
  10278. bb.AlwaysOnTop = true
  10279.  
  10280. bb.Enabled = true
  10281.  
  10282. bb.Size = UDim2.new(len, 0, 1.5, 0)
  10283.  
  10284. bb.Name = "tag"
  10285.  
  10286. bb.StudsOffset = Vector3.new(0, 3, 0)
  10287.  
  10288. --local fr = Instance.new("Frame")
  10289.  
  10290. --fr.Parent = bb
  10291.  
  10292. --fr.Size = UDim2.new(1, 0, 1, 0)
  10293.  
  10294. --fr.Style = Enum.FrameStyle.RobloxRound
  10295.  
  10296. local tl = Instance.new("TextLabel")
  10297.  
  10298. tl.Parent = bb
  10299.  
  10300. tl.Font = Enum.Font.Code
  10301.  
  10302. tl.BackgroundTransparency = 1
  10303.  
  10304. tl.TextScaled = true
  10305.  
  10306. tl.TextColor3 = Color3.new(15/255, 15/255, 15/255)
  10307.  
  10308. tl.Size = UDim2.new(1, 0, 1, 0)
  10309.  
  10310. tl.Text = hackerInp.Text
  10311.  
  10312. tl.Name = "trutag"
  10313.  
  10314. tl.Visible = true
  10315.  
  10316. tl.ZIndex = 2
  10317.  
  10318. end)
  10319.  
  10320. hackerInp = localwin:drawTextBox(1/2, 'Hacker')
  10321.  
  10322. --[[ scripts ]]--
  10323.  
  10324. -- excuse my disgusting code :v
  10325.  
  10326. local scriptwin = topkek.libgui:hookContainer(base['ScriptsContainer'])
  10327.  
  10328. local search = scriptwin:drawTextBox(1,'')
  10329.  
  10330. local origy = scriptwin:getDrawY()
  10331.  
  10332. scriptwin:addSpacing()
  10333.  
  10334. scriptwin:addSpacing()
  10335.  
  10336. local a = Instance.new("LocalScript");a.Name='script 1'
  10337.  
  10338. local b = Instance.new("LocalScript");b.Name='script 2'
  10339.  
  10340. local c = Instance.new("LocalScript");c.Name='script 3'
  10341.  
  10342. local scripts = {a,b,c}
  10343.  
  10344. local container = {}
  10345.  
  10346. function MakeList(condition)
  10347.  
  10348. for i,v in pairs(scriptwin:GetChildren()) do
  10349.  
  10350. if v.Name == "Script" then
  10351.  
  10352. v:Destroy()
  10353.  
  10354. end
  10355.  
  10356. end
  10357.  
  10358. scriptwin:setDrawY(origy)
  10359.  
  10360. for i, v in pairs(scripts) do
  10361.  
  10362. if string.find(v.Name, condition) or (condition == "") or (condition == " ") then
  10363.  
  10364. local scr = scriptwin:drawButton(1, v.Name, function()
  10365.  
  10366. print('no loadstring lol')
  10367.  
  10368. end, 25)
  10369.  
  10370. scr.Name = 'Script'
  10371.  
  10372. end
  10373.  
  10374. end
  10375.  
  10376. end
  10377.  
  10378. game:GetService("UserInputService").InputChanged:connect(function(inp)
  10379.  
  10380. if inp.UserInputType == Enum.UserInputType.TextInput then
  10381.  
  10382. if search:IsFocused() then
  10383.  
  10384. MakeList(search.Text)
  10385.  
  10386. end
  10387.  
  10388. end
  10389.  
  10390. end)
  10391.  
  10392. MakeList('')
  10393.  
  10394. --[[ misc main ]]--
  10395.  
  10396. local miscwin = topkek.libgui:hookContainer(base['MiscellaneousContainer'])
  10397.  
  10398. local scroll = miscwin:drawScrollingContainer(165)
  10399.  
  10400. scroll:center()
  10401.  
  10402. for i, v in pairs(topkek.libsettings:getSetting("misc")) do
  10403.  
  10404. scroll:drawButton(1, v, function()
  10405.  
  10406. topkek.libwindows:switchWindow(v .. 'Container', v)
  10407.  
  10408. end)
  10409.  
  10410. end
  10411.  
  10412. scroll.main.CanvasSize = scroll.main.CanvasSize - UDim2.new(0, 0, 0, 3)
  10413.  
  10414. --[[ initiation ]]--
  10415.  
  10416. topkek.libwindows:registerWindow(base['HomeContainer'])
  10417.  
  10418. topkek.libwindows:registerWindow(base['ServerContainer'])
  10419.  
  10420. topkek.libwindows:registerWindow(base['PlayersContainer'])
  10421.  
  10422. topkek.libwindows:registerWindow(base['LocalPlayerContainer'])
  10423.  
  10424. topkek.libwindows:registerWindow(base['ScriptsContainer'])
  10425.  
  10426. topkek.libwindows:registerWindow(base['MiscellaneousContainer'])
  10427.  
  10428. topkek.libwindows:initiateNavigator()
  10429.  
  10430. topkek.libwindows:initiateHome()
  10431. end)
  10432.  
  10433. BoogaButton1.MouseButton1Down:connect(function()
  10434. pcall(function()
  10435. local baca=Instance.new("TextBox")
  10436. if true then
  10437. --NonFEButtons
  10438. local GoldenGun = Instance.new("TextButton")
  10439. local ClownTitan = Instance.new("TextButton")
  10440. local NewButton_3 = Instance.new("TextButton")
  10441. local NewButton_4 = Instance.new("TextButton")
  10442. local NewButton_5 = Instance.new("TextButton")
  10443. local NewButton_6 = Instance.new("TextButton")
  10444. local NewButton_7 = Instance.new("TextButton")
  10445. local NewButton_8 = Instance.new("TextButton")
  10446. local NewButton_9 = Instance.new("TextButton")
  10447. local NewButton_10 = Instance.new("TextButton")
  10448. local NewButton_11 = Instance.new("TextButton")
  10449. local NewButton_12 = Instance.new("TextButton")
  10450. --FEButtons
  10451. local FENewButton = Instance.new("TextButton")
  10452. local FENewButton_2 = Instance.new("TextButton")
  10453. local FENewButton_3 = Instance.new("TextButton")
  10454. local FENewButton_4 = Instance.new("TextButton")
  10455. local FENewButton_5 = Instance.new("TextButton")
  10456. local FENewButton_6 = Instance.new("TextButton")
  10457. local FENewButton_7 = Instance.new("TextButton")
  10458. local FENewButton_8 = Instance.new("TextButton")
  10459. local FENewButton_9 = Instance.new("TextButton")
  10460. local FENewButton_10 = Instance.new("TextButton")
  10461. local FENewButton_11 = Instance.new("TextButton")
  10462. local FENewButton_12 = Instance.new("TextButton")
  10463. --FuckerButtons
  10464. local BoogaFucker = Instance.new("TextButton")
  10465. local APOCFucker = Instance.new("TextButton")
  10466. local BABFTFucker = Instance.new("TextButton")
  10467. local LumberFucker = Instance.new("TextButton")
  10468. local JailFucker = Instance.new("TextButton")
  10469. --Premium BoogaFucker
  10470. local BoogaFuckerPremFrame = Instance.new("Frame")
  10471. local BBBoogaFuckerPremText = Instance.new("TextBox")
  10472. local BBExit = Instance.new("TextButton")
  10473. local BBBindsFrame = Instance.new("Frame")
  10474. local BBSpeedLabel = Instance.new("TextLabel")
  10475. local BBSpeedValue = Instance.new("TextBox")
  10476. local DBBropAllItemsLabel = Instance.new("TextLabel")
  10477. local BBDropAllItemsValue = Instance.new("TextBox")
  10478. local BBAutoPickupValue = Instance.new("TextBox")
  10479. local BBAutoPickupLabel = Instance.new("TextLabel")
  10480. local BBJumpPower = Instance.new("TextButton")
  10481. local BBJumpPowerValue = Instance.new("TextBox")
  10482. local BBSpeedValueNumber = Instance.new("TextBox")
  10483. local BBSpeedLabelNumber = Instance.new("TextLabel")
  10484. local BBAntiLvlCraftValue = Instance.new("TextBox")
  10485. local BBOpenCloseBinds = Instance.new("TextButton")
  10486. local BBSpeed = Instance.new("TextButton")
  10487. local BBInfJump = Instance.new("TextButton")
  10488. local BBAutoPickup = Instance.new("TextButton")
  10489. local BBRemoveAllEffects = Instance.new("TextButton")
  10490. local BBESP = Instance.new("TextButton")
  10491. local BBAntiLvlCraft = Instance.new("TextButton")
  10492. local BBDesc1 = Instance.new("TextLabel")
  10493. --Others
  10494. local RbxFucker = Instance.new("ScreenGui")
  10495. local MainFrame = Instance.new("Frame")
  10496. local SideButtonsHolder = Instance.new("Frame")
  10497. local NonFEShadow = Instance.new("ImageLabel")
  10498. local NonFEButton = Instance.new("TextButton")
  10499. local NonFETopBar = Instance.new("Frame")
  10500. local ChangelogShadow = Instance.new("ImageLabel")
  10501. local ChangelogButton = Instance.new("TextButton")
  10502. local ChangelogTopBar = Instance.new("Frame")
  10503. local ContactShadow = Instance.new("ImageLabel")
  10504. local ContactButton = Instance.new("TextButton")
  10505. local ContactTopBar = Instance.new("Frame")
  10506. local FEShadow = Instance.new("ImageLabel")
  10507. local FEButton = Instance.new("TextButton")
  10508. local FETopBar = Instance.new("Frame")
  10509. local FuckerShadow = Instance.new("ImageLabel")
  10510. local FuckerButton = Instance.new("TextButton")
  10511. local FuckerTopBar = Instance.new("Frame")
  10512. local TopDonatorsShadow = Instance.new("ImageLabel")
  10513. local TopDonatorsButton = Instance.new("TextButton")
  10514. local TopDonatorsTopBar = Instance.new("Frame")
  10515. local GlobalMessagebar = Instance.new("Frame")
  10516. local GlobalShadowLeft = Instance.new("ImageLabel")
  10517. local GlobalShadowRight = Instance.new("ImageLabel")
  10518. local GlobalMessage = Instance.new("TextLabel")
  10519. local GlobalTopBar = Instance.new("Frame")
  10520. local BrandName = Instance.new("TextLabel")
  10521. local BrandNameShadow = Instance.new("TextLabel")
  10522. local NonFEFrame = Instance.new("ScrollingFrame")
  10523. local OpenClose = Instance.new("TextButton")
  10524. local TopBar = Instance.new("Frame")
  10525. local FEFrame = Instance.new("ScrollingFrame")
  10526. local FuckerFrame = Instance.new("ScrollingFrame")
  10527. local ContactFrame = Instance.new("Frame")
  10528. local CDesc = Instance.new("TextLabel")
  10529. local CDiscordLink = Instance.new("TextLabel")
  10530. local ChangelogFrame = Instance.new("Frame")
  10531. local ChangelogText = Instance.new("TextLabel")
  10532. local TopDonatorFrame = Instance.new("Frame")
  10533. local TopDonatorText = Instance.new("TextLabel")
  10534. RbxFucker.Name = "RbxFucker"
  10535. RbxFucker.Parent = game.CoreGui
  10536. --Visibles for startup
  10537. FEFrame.Visible = false
  10538. NonFEFrame.Visible = false
  10539. ChangelogFrame.Visible = true
  10540. FuckerFrame.Visible = false
  10541. TopDonatorFrame.Visible = false
  10542. ContactFrame.Visible = false
  10543. -- Properties
  10544. MainFrame.Name = "MainFrame"
  10545. MainFrame.Parent = RbxFucker
  10546. MainFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  10547. MainFrame.BorderSizePixel = 0
  10548. MainFrame.Position = UDim2.new(0.260499507, 0, 0.286266267, 0)
  10549. MainFrame.Size = UDim2.new(0, 667, 0, 348)
  10550. MainFrame.Active = true
  10551. MainFrame.Draggable = true
  10552.  
  10553. SideButtonsHolder.Name = "SideButtons Holder"
  10554. SideButtonsHolder.Parent = MainFrame
  10555. SideButtonsHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  10556. SideButtonsHolder.BackgroundTransparency = 1
  10557. SideButtonsHolder.BorderSizePixel = 0
  10558. SideButtonsHolder.Size = UDim2.new(0, 667, 0, 348)
  10559.  
  10560. NonFEShadow.Name = "NonFEShadow"
  10561. NonFEShadow.Parent = SideButtonsHolder
  10562. NonFEShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  10563. NonFEShadow.BackgroundTransparency = 1
  10564. NonFEShadow.Position = UDim2.new(-0.0524737649, 0, 0.158045992, 0)
  10565. NonFEShadow.Size = UDim2.new(0, 35, 0, 24)
  10566. NonFEShadow.Image = "rbxassetid://1742938366"
  10567.  
  10568. NonFEButton.Name = "NonFEButton"
  10569. NonFEButton.Parent = NonFEShadow
  10570. NonFEButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10571. NonFEButton.BorderSizePixel = 0
  10572. NonFEButton.Position = UDim2.new(0, 0, 1.07196975, 0)
  10573. NonFEButton.Size = UDim2.new(0, 129, 0, 33)
  10574. NonFEButton.Font = Enum.Font.SourceSansBold
  10575. NonFEButton.FontSize = Enum.FontSize.Size24
  10576. NonFEButton.Text = "Non-FE"
  10577. NonFEButton.TextColor3 = Color3.new(1, 1, 1)
  10578. NonFEButton.TextSize = 20
  10579. NonFEButton.MouseButton1Down:connect(function()
  10580. FEFrame.Visible = false
  10581. NonFEFrame.Visible = true
  10582. ChangelogFrame.Visible = false
  10583. FuckerFrame.Visible = false
  10584. TopDonatorFrame.Visible = false
  10585. ContactFrame.Visible = false
  10586. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10587. NonFETopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  10588. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10589. FuckerTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10590. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10591. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10592. end)
  10593.  
  10594. NonFETopBar.Name = "NonFETopBar"
  10595. NonFETopBar.Parent = NonFEShadow
  10596. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10597. NonFETopBar.BorderSizePixel = 0
  10598. NonFETopBar.Position = UDim2.new(0, 0, 1, 0)
  10599. NonFETopBar.Size = UDim2.new(0, 129, 0, 2)
  10600.  
  10601. ChangelogShadow.Name = "ChangelogShadow"
  10602. ChangelogShadow.Parent = SideButtonsHolder
  10603. ChangelogShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  10604. ChangelogShadow.BackgroundTransparency = 1
  10605. ChangelogShadow.Position = UDim2.new(1, 0, 0.156609207, 0)
  10606. ChangelogShadow.Size = UDim2.new(0, 35, 0, 24)
  10607. ChangelogShadow.Image = "rbxassetid://1743023042"
  10608.  
  10609. ChangelogButton.Name = "ChangelogButton"
  10610. ChangelogButton.Parent = ChangelogShadow
  10611. ChangelogButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10612. ChangelogButton.BorderSizePixel = 0
  10613. ChangelogButton.Position = UDim2.new(-2.68571424, 0, 1.07196975, 0)
  10614. ChangelogButton.Size = UDim2.new(0, 129, 0, 33)
  10615. ChangelogButton.Font = Enum.Font.SourceSansBold
  10616. ChangelogButton.FontSize = Enum.FontSize.Size24
  10617. ChangelogButton.Text = "Changelog"
  10618. ChangelogButton.TextColor3 = Color3.new(1, 1, 1)
  10619. ChangelogButton.TextSize = 20
  10620. ChangelogButton.MouseButton1Down:connect(function()
  10621. FEFrame.Visible = false
  10622. NonFEFrame.Visible = false
  10623. ChangelogFrame.Visible = true
  10624. FuckerFrame.Visible = false
  10625. TopDonatorFrame.Visible = false
  10626. ContactFrame.Visible = false
  10627. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10628. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10629. ChangelogTopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  10630. FuckerTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10631. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10632. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10633. end)
  10634.  
  10635. ChangelogTopBar.Name = "ChangelogTopBar"
  10636. ChangelogTopBar.Parent = ChangelogShadow
  10637. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10638. ChangelogTopBar.BorderSizePixel = 0
  10639. ChangelogTopBar.Position = UDim2.new(-2.68571424, 0, 1, 0)
  10640. ChangelogTopBar.Size = UDim2.new(0, 129, 0, 2)
  10641.  
  10642. ContactShadow.Name = "ContactShadow"
  10643. ContactShadow.Parent = SideButtonsHolder
  10644. ContactShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  10645. ContactShadow.BackgroundTransparency = 1
  10646. ContactShadow.Position = UDim2.new(1, 0, 0.326149434, 0)
  10647. ContactShadow.Size = UDim2.new(0, 35, 0, 24)
  10648. ContactShadow.Image = "rbxassetid://1743023042"
  10649.  
  10650. ContactButton.Name = "ContactButton"
  10651. ContactButton.Parent = ContactShadow
  10652. ContactButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10653. ContactButton.BorderSizePixel = 0
  10654. ContactButton.Position = UDim2.new(-2.68571424, 0, 1.07196975, 0)
  10655. ContactButton.Size = UDim2.new(0, 129, 0, 33)
  10656. ContactButton.Font = Enum.Font.SourceSansBold
  10657. ContactButton.FontSize = Enum.FontSize.Size24
  10658. ContactButton.Text = "Contact"
  10659. ContactButton.TextColor3 = Color3.new(1, 1, 1)
  10660. ContactButton.TextSize = 20
  10661. ContactButton.MouseButton1Down:connect(function()
  10662. FEFrame.Visible = false
  10663. NonFEFrame.Visible = false
  10664. ChangelogFrame.Visible = false
  10665. FuckerFrame.Visible = false
  10666. TopDonatorFrame.Visible = false
  10667. ContactFrame.Visible = true
  10668. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10669. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10670. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10671. FuckerTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10672. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10673. ContactTopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  10674. end)
  10675.  
  10676. ContactTopBar.Name = "ContactTopBar"
  10677. ContactTopBar.Parent = ContactShadow
  10678. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10679. ContactTopBar.BorderSizePixel = 0
  10680. ContactTopBar.Position = UDim2.new(-2.68571424, 0, 1, 0)
  10681. ContactTopBar.Size = UDim2.new(0, 129, 0, 2)
  10682.  
  10683. FEShadow.Name = "FEShadow"
  10684. FEShadow.Parent = SideButtonsHolder
  10685. FEShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  10686. FEShadow.BackgroundTransparency = 1
  10687. FEShadow.Position = UDim2.new(-0.0524737649, 0, 0.327586234, 0)
  10688. FEShadow.Size = UDim2.new(0, 35, 0, 24)
  10689. FEShadow.Image = "rbxassetid://1742938366"
  10690.  
  10691. FEButton.Name = "FEButton"
  10692. FEButton.Parent = FEShadow
  10693. FEButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10694. FEButton.BorderSizePixel = 0
  10695. FEButton.Position = UDim2.new(0, 0, 1.07196975, 0)
  10696. FEButton.Size = UDim2.new(0, 129, 0, 33)
  10697. FEButton.Font = Enum.Font.SourceSansBold
  10698. FEButton.FontSize = Enum.FontSize.Size24
  10699. FEButton.Text = "FE"
  10700. FEButton.TextColor3 = Color3.new(1, 1, 1)
  10701. FEButton.TextSize = 20
  10702. FEButton.MouseButton1Down:connect(function()
  10703. FEFrame.Visible = true
  10704. NonFEFrame.Visible = false
  10705. ChangelogFrame.Visible = false
  10706. FuckerFrame.Visible = false
  10707. TopDonatorFrame.Visible = false
  10708. ContactFrame.Visible = false
  10709. FETopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  10710. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10711. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10712. FuckerTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10713. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10714. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10715. end)
  10716.  
  10717. FETopBar.Name = "FETopBar"
  10718. FETopBar.Parent = FEShadow
  10719. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10720. FETopBar.BorderSizePixel = 0
  10721. FETopBar.Position = UDim2.new(0, 0, 1, 0)
  10722. FETopBar.Size = UDim2.new(0, 129, 0, 2)
  10723.  
  10724. FuckerFrame.Name = "FuckerFrame"
  10725. FuckerFrame.Parent = MainFrame
  10726. FuckerFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10727. FuckerFrame.BackgroundTransparency = 0.40000000596046
  10728. FuckerFrame.BorderSizePixel = 0
  10729. FuckerFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  10730. FuckerFrame.Size = UDim2.new(0, 466, 0, 275)
  10731. FuckerFrame.Visible = false
  10732. FuckerFrame.CanvasSize = UDim2.new(0, 0, 6, 0)
  10733.  
  10734. FuckerShadow.Name = "FuckerShadow"
  10735. FuckerShadow.Parent = SideButtonsHolder
  10736. FuckerShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  10737. FuckerShadow.BackgroundTransparency = 1
  10738. FuckerShadow.Position = UDim2.new(-0.0524737649, 0, 0.49712646, 0)
  10739. FuckerShadow.Size = UDim2.new(0, 35, 0, 24)
  10740. FuckerShadow.Image = "rbxassetid://1742938366"
  10741.  
  10742. FuckerButton.Name = "FuckerButton"
  10743. FuckerButton.Parent = FuckerShadow
  10744. FuckerButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10745. FuckerButton.BorderSizePixel = 0
  10746. FuckerButton.Position = UDim2.new(0, 0, 1.07196975, 0)
  10747. FuckerButton.Size = UDim2.new(0, 129, 0, 33)
  10748. FuckerButton.Font = Enum.Font.SourceSansBold
  10749. FuckerButton.FontSize = Enum.FontSize.Size24
  10750. FuckerButton.Text = "Fuckers"
  10751. FuckerButton.TextColor3 = Color3.new(1, 1, 1)
  10752. FuckerButton.TextSize = 20
  10753. FuckerButton.MouseButton1Down:connect(function()
  10754. FEFrame.Visible = false
  10755. NonFEFrame.Visible = false
  10756. ChangelogFrame.Visible = false
  10757. FuckerFrame.Visible = true
  10758. TopDonatorFrame.Visible = false
  10759. ContactFrame.Visible = false
  10760. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10761. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10762. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10763. FuckerTopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  10764. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10765. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10766. end)
  10767.  
  10768. FuckerTopBar.Name = "FuckerTopBar"
  10769. FuckerTopBar.Parent = FuckerShadow
  10770. FuckerTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10771. FuckerTopBar.BorderSizePixel = 0
  10772. FuckerTopBar.Position = UDim2.new(0, 0, 1, 0)
  10773. FuckerTopBar.Size = UDim2.new(0, 129, 0, 2)
  10774.  
  10775. TopDonatorsShadow.Name = "TopDonatorsShadow"
  10776. TopDonatorsShadow.Parent = SideButtonsHolder
  10777. TopDonatorsShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  10778. TopDonatorsShadow.BackgroundTransparency = 1
  10779. TopDonatorsShadow.Position = UDim2.new(1, 0, 0.50143677, 0)
  10780. TopDonatorsShadow.Size = UDim2.new(0, 35, 0, 24)
  10781. TopDonatorsShadow.Image = "rbxassetid://1743023042"
  10782.  
  10783. TopDonatorsButton.Name = "TopDonatorsButton"
  10784. TopDonatorsButton.Parent = TopDonatorsShadow
  10785. TopDonatorsButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10786. TopDonatorsButton.BorderSizePixel = 0
  10787. TopDonatorsButton.Position = UDim2.new(-2.68571424, 0, 1.07196975, 0)
  10788. TopDonatorsButton.Size = UDim2.new(0, 129, 0, 33)
  10789. TopDonatorsButton.Font = Enum.Font.SourceSansBold
  10790. TopDonatorsButton.FontSize = Enum.FontSize.Size24
  10791. TopDonatorsButton.Text = "Top donators"
  10792. TopDonatorsButton.TextColor3 = Color3.new(1, 1, 1)
  10793. TopDonatorsButton.TextSize = 20
  10794. TopDonatorsButton.MouseButton1Down:connect(function()
  10795. FEFrame.Visible = false
  10796. NonFEFrame.Visible = false
  10797. ChangelogFrame.Visible = false
  10798. FuckerFrame.Visible = false
  10799. TopDonatorFrame.Visible = true
  10800. ContactFrame.Visible = false
  10801. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10802. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10803. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10804. FuckerTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10805. TopDonatorsTopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  10806. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10807. end)
  10808.  
  10809. TopDonatorsTopBar.Name = "TopDonatorsTopBar"
  10810. TopDonatorsTopBar.Parent = TopDonatorsShadow
  10811. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10812. TopDonatorsTopBar.BorderSizePixel = 0
  10813. TopDonatorsTopBar.Position = UDim2.new(-2.68571424, 0, 1, 0)
  10814. TopDonatorsTopBar.Size = UDim2.new(0, 129, 0, 2)
  10815.  
  10816. BrandName.Name = "BrandName"
  10817. BrandName.Parent = MainFrame
  10818. BrandName.BackgroundColor3 = Color3.new(1, 1, 1)
  10819. BrandName.BackgroundTransparency = 1
  10820. BrandName.Position = UDim2.new(0.329835087, 0, 0.0114942528, 0)
  10821. BrandName.Size = UDim2.new(0, 227, 0, 20)
  10822. BrandName.ZIndex = 2
  10823. BrandName.Font = Enum.Font.Highway
  10824. BrandName.FontSize = Enum.FontSize.Size32
  10825. BrandName.Text = "RbxFucker"
  10826. BrandName.TextColor3 = Color3.new(1, 1, 1)
  10827. BrandName.TextSize = 30
  10828.  
  10829. BrandNameShadow.Name = "BrandNameShadow"
  10830. BrandNameShadow.Parent = MainFrame
  10831. BrandNameShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  10832. BrandNameShadow.BackgroundTransparency = 1
  10833. BrandNameShadow.Position = UDim2.new(0.330000013, 5, 0.0109999999, 0)
  10834. BrandNameShadow.Size = UDim2.new(0, 227, 0, 20)
  10835. BrandNameShadow.Font = Enum.Font.Highway
  10836. BrandNameShadow.FontSize = Enum.FontSize.Size32
  10837. BrandNameShadow.Text = "RbxFucker"
  10838. BrandNameShadow.TextColor3 = Color3.new(0, 0, 0)
  10839. BrandNameShadow.TextSize = 30
  10840.  
  10841. NonFEFrame.Name = "NonFEFrame"
  10842. NonFEFrame.Parent = MainFrame
  10843. NonFEFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10844. NonFEFrame.BackgroundTransparency = 0.40000000596046
  10845. NonFEFrame.BorderSizePixel = 0
  10846. NonFEFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  10847. NonFEFrame.Size = UDim2.new(0, 466, 0, 275)
  10848. NonFEFrame.Visible = false
  10849. NonFEFrame.CanvasSize = UDim2.new(0, 0, 6, 0)
  10850.  
  10851. TopBar.Name = "TopBar"
  10852. TopBar.Parent = MainFrame
  10853. TopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  10854. TopBar.BorderSizePixel = 0
  10855. TopBar.Position = UDim2.new(0.000452853681, 0, -0.00470808521, 0)
  10856. TopBar.Size = UDim2.new(0, 667, 0, 2)
  10857.  
  10858. FEFrame.Name = "FEFrame"
  10859. FEFrame.Parent = MainFrame
  10860. FEFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10861. FEFrame.BackgroundTransparency = 0.40000000596046
  10862. FEFrame.BorderSizePixel = 0
  10863. FEFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  10864. FEFrame.Size = UDim2.new(0, 466, 0, 275)
  10865. FEFrame.Visible = false
  10866. FEFrame.CanvasSize = UDim2.new(0, 0, 6, 0)
  10867.  
  10868. ContactFrame.Name = "ContactFrame"
  10869. ContactFrame.Parent = MainFrame
  10870. ContactFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10871. ContactFrame.BackgroundTransparency = 0.40000000596046
  10872. ContactFrame.BorderSizePixel = 0
  10873. ContactFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  10874. ContactFrame.Size = UDim2.new(0, 466, 0, 275)
  10875. ContactFrame.Visible = false
  10876.  
  10877. CDesc.Name = "CDesc"
  10878. CDesc.Parent = ContactFrame
  10879. CDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  10880. CDesc.BackgroundTransparency = 1
  10881. CDesc.BorderSizePixel = 0
  10882. CDesc.Position = UDim2.new(0.115879826, 0, -0.00181818008, 0)
  10883. CDesc.Size = UDim2.new(0, 367, 0, 85)
  10884. CDesc.Font = Enum.Font.SourceSans
  10885. CDesc.FontSize = Enum.FontSize.Size28
  10886. CDesc.Text = "The only way to contact us right now is thru discord! our discord is the following:"
  10887. CDesc.TextColor3 = Color3.new(1, 1, 1)
  10888. CDesc.TextSize = 25
  10889. CDesc.TextWrapped = true
  10890.  
  10891. CDiscordLink.Name = "CDiscordLink"
  10892. CDiscordLink.Parent = ContactFrame
  10893. CDiscordLink.BackgroundColor3 = Color3.new(1, 1, 1)
  10894. CDiscordLink.BackgroundTransparency = 1
  10895. CDiscordLink.BorderSizePixel = 0
  10896. CDiscordLink.Position = UDim2.new(0.105150215, 0, 0.345454544, 0)
  10897. CDiscordLink.Size = UDim2.new(0, 367, 0, 85)
  10898. CDiscordLink.Font = Enum.Font.SourceSansLight
  10899. CDiscordLink.FontSize = Enum.FontSize.Size32
  10900. CDiscordLink.Text = "discord.gg/aBpzbxD"
  10901. CDiscordLink.TextColor3 = Color3.new(1, 1, 1)
  10902. CDiscordLink.TextSize = 30
  10903. CDiscordLink.TextWrapped = true
  10904.  
  10905. OpenClose.Name = "OpenClose"
  10906. OpenClose.Parent = RbxFucker
  10907. OpenClose.BackgroundColor3 = Color3.new(0, 0, 0)
  10908. OpenClose.BackgroundTransparency = 0.60000002384186
  10909. OpenClose.Position = UDim2.new(0, 0, 0.547355473, 0)
  10910. OpenClose.Size = UDim2.new(0, 84, 0, 29)
  10911. OpenClose.Font = Enum.Font.Highway
  10912. OpenClose.FontSize = Enum.FontSize.Size18
  10913. OpenClose.Text = "Open/Close"
  10914. OpenClose.TextColor3 = Color3.new(1, 1, 1)
  10915. OpenClose.TextSize = 16
  10916.  
  10917. ChangelogFrame.Name = "ChangelogFrame"
  10918. ChangelogFrame.Parent = MainFrame
  10919. ChangelogFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10920. ChangelogFrame.BackgroundTransparency = 0.40000000596046
  10921. ChangelogFrame.BorderSizePixel = 0
  10922. ChangelogFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  10923. ChangelogFrame.Selectable = true
  10924. ChangelogFrame.Size = UDim2.new(0, 466, 0, 275)
  10925.  
  10926. ChangelogText.Name = "ChangelogText"
  10927. ChangelogText.Parent = ChangelogFrame
  10928. ChangelogText.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10929. ChangelogText.BackgroundTransparency = 0.40000000596046
  10930. ChangelogText.BorderSizePixel = 0
  10931. ChangelogText.Size = UDim2.new(0, 466, 0, 275)
  10932. ChangelogText.Font = Enum.Font.SourceSans
  10933. ChangelogText.FontSize = Enum.FontSize.Size28
  10934. ChangelogText.Text = "Changelog v1.0.0 Added the whole gui! :D Happy release!"
  10935. ChangelogText.TextColor3 = Color3.new(1, 1, 1)
  10936. ChangelogText.TextSize = 25
  10937. ChangelogText.TextWrapped = true
  10938. ChangelogText.TextXAlignment = Enum.TextXAlignment.Left
  10939. ChangelogText.TextYAlignment = Enum.TextYAlignment.Top
  10940.  
  10941. TopDonatorFrame.Name = "TopDonatorFrame"
  10942. TopDonatorFrame.Parent = MainFrame
  10943. TopDonatorFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10944. TopDonatorFrame.BackgroundTransparency = 0.40000000596046
  10945. TopDonatorFrame.BorderSizePixel = 0
  10946. TopDonatorFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  10947. TopDonatorFrame.Size = UDim2.new(0, 466, 0, 275)
  10948. TopDonatorFrame.Visible = false
  10949.  
  10950. TopDonatorText.Name = "TopDonatorText"
  10951. TopDonatorText.Parent = TopDonatorFrame
  10952. TopDonatorText.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10953. TopDonatorText.BackgroundTransparency = 0.40000000596046
  10954. TopDonatorText.BorderSizePixel = 0
  10955. TopDonatorText.Size = UDim2.new(0, 466, 0, 275)
  10956. TopDonatorText.Font = Enum.Font.SourceSans
  10957. TopDonatorText.FontSize = Enum.FontSize.Size28
  10958. TopDonatorText.Text = "Send me a message on discord if you feel like joining the top 10 donators ;) #1: FeedMeAura#9517 (70eu)"
  10959. TopDonatorText.TextColor3 = Color3.new(1, 1, 1)
  10960. TopDonatorText.TextSize = 25
  10961. TopDonatorText.TextWrapped = true
  10962. TopDonatorText.TextXAlignment = Enum.TextXAlignment.Left
  10963. TopDonatorText.TextYAlignment = Enum.TextYAlignment.Top
  10964.  
  10965. --Global Message
  10966.  
  10967. GlobalMessagebar.Name = "Global Message bar"
  10968. GlobalMessagebar.Parent = MainFrame
  10969. GlobalMessagebar.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  10970. GlobalMessagebar.BorderSizePixel = 0
  10971. GlobalMessagebar.Position = UDim2.new(-0.0524737649, 0, 0.0948275849, 0)
  10972. GlobalMessagebar.Size = UDim2.new(0, 737, 0, 22)
  10973.  
  10974. GlobalShadowLeft.Name = "GlobalShadowLeft"
  10975. GlobalShadowLeft.Parent = GlobalMessagebar
  10976. GlobalShadowLeft.BackgroundColor3 = Color3.new(1, 1, 1)
  10977. GlobalShadowLeft.BackgroundTransparency = 1
  10978. GlobalShadowLeft.Position = UDim2.new(-0.000183987431, 0, -1.15970063, 0)
  10979. GlobalShadowLeft.Size = UDim2.new(0, 35, 0, 24)
  10980. GlobalShadowLeft.Image = "rbxassetid://1742938366"
  10981.  
  10982. GlobalShadowRight.Name = "GlobalShadowRight"
  10983. GlobalShadowRight.Parent = GlobalMessagebar
  10984. GlobalShadowRight.BackgroundColor3 = Color3.new(1, 1, 1)
  10985. GlobalShadowRight.BackgroundTransparency = 1
  10986. GlobalShadowRight.Position = UDim2.new(0.951977253, 0, -1.15970063, 0)
  10987. GlobalShadowRight.Size = UDim2.new(0, 35, 0, 24)
  10988. GlobalShadowRight.Image = "rbxassetid://1743023042"
  10989.  
  10990. GlobalMessage.Name = "GlobalMessage"
  10991. GlobalMessage.Parent = GlobalMessagebar
  10992. GlobalMessage.BackgroundColor3 = Color3.new(1, 1, 1)
  10993. GlobalMessage.BackgroundTransparency = 1
  10994. GlobalMessage.BorderSizePixel = 0
  10995. GlobalMessage.Position = UDim2.new(0, 0, -0.00505051017, 0)
  10996. GlobalMessage.Size = UDim2.new(0, 737, 0, 21)
  10997. GlobalMessage.Font = Enum.Font.Cartoon
  10998. GlobalMessage.FontSize = Enum.FontSize.Size24
  10999. GlobalMessage.Text = "Announcement: HAPPY RELEASE!!"
  11000. GlobalMessage.TextColor3 = Color3.new(1, 1, 1)
  11001. GlobalMessage.TextSize = 20
  11002. GlobalMessage.TextWrapped = true
  11003.  
  11004. GlobalTopBar.Name = "GlobalTopBar"
  11005. GlobalTopBar.Parent = GlobalMessagebar
  11006. GlobalTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  11007. GlobalTopBar.BorderSizePixel = 0
  11008. GlobalTopBar.Position = UDim2.new(0, 0, -0.0909090936, 0)
  11009. GlobalTopBar.Size = UDim2.new(0, 737, 0, 2)
  11010.  
  11011. --NonFEButtons
  11012.  
  11013. GoldenGun.Name = "GoldenGun"
  11014. GoldenGun.Parent = NonFEFrame
  11015. GoldenGun.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11016. GoldenGun.Position = UDim2.new(0.0280000009, 0, 0.00499999989, 0)
  11017. GoldenGun.Size = UDim2.new(0, 131, 0, 33)
  11018. GoldenGun.Font = Enum.Font.SourceSansLight
  11019. GoldenGun.FontSize = Enum.FontSize.Size18
  11020. GoldenGun.Text = "Golden Gun"
  11021. GoldenGun.TextColor3 = Color3.new(1, 1, 1)
  11022. GoldenGun.TextSize = 15
  11023. GoldenGun.TextWrapped = true
  11024. GoldenGun.MouseButton1Down:connect(function()
  11025. loadstring(game:HttpGet(('https://pastebin.com/raw/468jbsqe'),true))()
  11026. end)
  11027.  
  11028. ClownTitan.Name = "ClownTitan"
  11029. ClownTitan.Parent = NonFEFrame
  11030. ClownTitan.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11031. ClownTitan.Position = UDim2.new(0.332562208, 0, 0.00499999989, 0)
  11032. ClownTitan.Size = UDim2.new(0, 131, 0, 33)
  11033. ClownTitan.Font = Enum.Font.SourceSansLight
  11034. ClownTitan.FontSize = Enum.FontSize.Size18
  11035. ClownTitan.Text = "Clown Titan"
  11036. ClownTitan.TextColor3 = Color3.new(1, 1, 1)
  11037. ClownTitan.TextSize = 15
  11038. ClownTitan.TextWrapped = true
  11039. ClownTitan.MouseButton1Down:connect(function()
  11040. loadstring(game:HttpGet(('https://pastebin.com/raw/UkrrUmtC'),true))()
  11041. end)
  11042.  
  11043. NewButton_3.Name = "NewButton"
  11044. NewButton_3.Parent = NonFEFrame
  11045. NewButton_3.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11046. NewButton_3.Position = UDim2.new(0.64200002, 0, 0.00499999989, 0)
  11047. NewButton_3.Size = UDim2.new(0, 131, 0, 33)
  11048. NewButton_3.Font = Enum.Font.SourceSansLight
  11049. NewButton_3.FontSize = Enum.FontSize.Size18
  11050. NewButton_3.Text = "NewButton"
  11051. NewButton_3.TextColor3 = Color3.new(1, 1, 1)
  11052. NewButton_3.TextSize = 15
  11053. NewButton_3.TextWrapped = true
  11054.  
  11055. NewButton_4.Name = "NewButton"
  11056. NewButton_4.Parent = NonFEFrame
  11057. NewButton_4.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11058. NewButton_4.Position = UDim2.new(0.0280000009, 0, 0.0250000004, 0)
  11059. NewButton_4.Size = UDim2.new(0, 131, 0, 33)
  11060. NewButton_4.Font = Enum.Font.SourceSansLight
  11061. NewButton_4.FontSize = Enum.FontSize.Size18
  11062. NewButton_4.Text = "NewButton"
  11063. NewButton_4.TextColor3 = Color3.new(1, 1, 1)
  11064. NewButton_4.TextSize = 15
  11065. NewButton_4.TextWrapped = true
  11066.  
  11067. NewButton_5.Name = "NewButton"
  11068. NewButton_5.Parent = NonFEFrame
  11069. NewButton_5.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11070. NewButton_5.Position = UDim2.new(0.333000004, 0, 0.0250000004, 0)
  11071. NewButton_5.Size = UDim2.new(0, 131, 0, 33)
  11072. NewButton_5.Font = Enum.Font.SourceSansLight
  11073. NewButton_5.FontSize = Enum.FontSize.Size18
  11074. NewButton_5.Text = "NewButton"
  11075. NewButton_5.TextColor3 = Color3.new(1, 1, 1)
  11076. NewButton_5.TextSize = 15
  11077. NewButton_5.TextWrapped = true
  11078.  
  11079. NewButton_6.Name = "NewButton"
  11080. NewButton_6.Parent = NonFEFrame
  11081. NewButton_6.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11082. NewButton_6.Position = UDim2.new(0.64200002, 0, 0.0250000004, 0)
  11083. NewButton_6.Size = UDim2.new(0, 131, 0, 33)
  11084. NewButton_6.Font = Enum.Font.SourceSansLight
  11085. NewButton_6.FontSize = Enum.FontSize.Size18
  11086. NewButton_6.Text = "NewButton"
  11087. NewButton_6.TextColor3 = Color3.new(1, 1, 1)
  11088. NewButton_6.TextSize = 15
  11089. NewButton_6.TextWrapped = true
  11090.  
  11091. NewButton_7.Name = "NewButton"
  11092. NewButton_7.Parent = NonFEFrame
  11093. NewButton_7.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11094. NewButton_7.Position = UDim2.new(0.0280000009, 0, 0.0642156899, 0)
  11095. NewButton_7.Size = UDim2.new(0, 131, 0, 33)
  11096. NewButton_7.Font = Enum.Font.SourceSansLight
  11097. NewButton_7.FontSize = Enum.FontSize.Size18
  11098. NewButton_7.Text = "NewButton"
  11099. NewButton_7.TextColor3 = Color3.new(1, 1, 1)
  11100. NewButton_7.TextSize = 15
  11101. NewButton_7.TextWrapped = true
  11102.  
  11103. NewButton_8.Name = "NewButton"
  11104. NewButton_8.Parent = NonFEFrame
  11105. NewButton_8.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11106. NewButton_8.Position = UDim2.new(0.0280000009, 0, 0.0442156866, 0)
  11107. NewButton_8.Size = UDim2.new(0, 131, 0, 33)
  11108. NewButton_8.Font = Enum.Font.SourceSansLight
  11109. NewButton_8.FontSize = Enum.FontSize.Size18
  11110. NewButton_8.Text = "NewButton"
  11111. NewButton_8.TextColor3 = Color3.new(1, 1, 1)
  11112. NewButton_8.TextSize = 15
  11113. NewButton_8.TextWrapped = true
  11114.  
  11115. NewButton_9.Name = "NewButton"
  11116. NewButton_9.Parent = NonFEFrame
  11117. NewButton_9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11118. NewButton_9.Position = UDim2.new(0.332562208, 0, 0.0442156866, 0)
  11119. NewButton_9.Size = UDim2.new(0, 131, 0, 33)
  11120. NewButton_9.Font = Enum.Font.SourceSansLight
  11121. NewButton_9.FontSize = Enum.FontSize.Size18
  11122. NewButton_9.Text = "NewButton"
  11123. NewButton_9.TextColor3 = Color3.new(1, 1, 1)
  11124. NewButton_9.TextSize = 15
  11125. NewButton_9.TextWrapped = true
  11126.  
  11127. NewButton_10.Name = "NewButton"
  11128. NewButton_10.Parent = NonFEFrame
  11129. NewButton_10.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11130. NewButton_10.Position = UDim2.new(0.333000004, 0, 0.0642156899, 0)
  11131. NewButton_10.Size = UDim2.new(0, 131, 0, 33)
  11132. NewButton_10.Font = Enum.Font.SourceSansLight
  11133. NewButton_10.FontSize = Enum.FontSize.Size18
  11134. NewButton_10.Text = "NewButton"
  11135. NewButton_10.TextColor3 = Color3.new(1, 1, 1)
  11136. NewButton_10.TextSize = 15
  11137. NewButton_10.TextWrapped = true
  11138.  
  11139. NewButton_11.Name = "NewButton"
  11140. NewButton_11.Parent = NonFEFrame
  11141. NewButton_11.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11142. NewButton_11.Position = UDim2.new(0.64200002, 0, 0.0442156866, 0)
  11143. NewButton_11.Size = UDim2.new(0, 131, 0, 33)
  11144. NewButton_11.Font = Enum.Font.SourceSansLight
  11145. NewButton_11.FontSize = Enum.FontSize.Size18
  11146. NewButton_11.Text = "NewButton"
  11147. NewButton_11.TextColor3 = Color3.new(1, 1, 1)
  11148. NewButton_11.TextSize = 15
  11149. NewButton_11.TextWrapped = true
  11150.  
  11151. NewButton_12.Name = "NewButton"
  11152. NewButton_12.Parent = NonFEFrame
  11153. NewButton_12.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11154. NewButton_12.Position = UDim2.new(0.64200002, 0, 0.0642156899, 0)
  11155. NewButton_12.Size = UDim2.new(0, 131, 0, 33)
  11156. NewButton_12.Font = Enum.Font.SourceSansLight
  11157. NewButton_12.FontSize = Enum.FontSize.Size18
  11158. NewButton_12.Text = "NewButton"
  11159. NewButton_12.TextColor3 = Color3.new(1, 1, 1)
  11160. NewButton_12.TextSize = 15
  11161. NewButton_12.TextWrapped = true
  11162.  
  11163. --FEButtons
  11164.  
  11165. FENewButton.Name = "FENewButton"
  11166. FENewButton.Parent = FEFrame
  11167. FENewButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11168. FENewButton.Position = UDim2.new(0.0280000009, 0, 0.00499999989, 0)
  11169. FENewButton.Size = UDim2.new(0, 131, 0, 33)
  11170. FENewButton.Font = Enum.Font.SourceSansLight
  11171. FENewButton.FontSize = Enum.FontSize.Size18
  11172. FENewButton.Text = "NewButton"
  11173. FENewButton.TextColor3 = Color3.new(1, 1, 1)
  11174. FENewButton.TextSize = 15
  11175. FENewButton.TextWrapped = true
  11176.  
  11177. FENewButton_2.Name = "FENewButton"
  11178. FENewButton_2.Parent = FEFrame
  11179. FENewButton_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11180. FENewButton_2.Position = UDim2.new(0.332562208, 0, 0.00499999989, 0)
  11181. FENewButton_2.Size = UDim2.new(0, 131, 0, 33)
  11182. FENewButton_2.Font = Enum.Font.SourceSansLight
  11183. FENewButton_2.FontSize = Enum.FontSize.Size18
  11184. FENewButton_2.Text = "NewButton"
  11185. FENewButton_2.TextColor3 = Color3.new(1, 1, 1)
  11186. FENewButton_2.TextSize = 15
  11187. FENewButton_2.TextWrapped = true
  11188.  
  11189. FENewButton_3.Name = "FENewButton"
  11190. FENewButton_3.Parent = FEFrame
  11191. FENewButton_3.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11192. FENewButton_3.Position = UDim2.new(0.64200002, 0, 0.00499999989, 0)
  11193. FENewButton_3.Size = UDim2.new(0, 131, 0, 33)
  11194. FENewButton_3.Font = Enum.Font.SourceSansLight
  11195. FENewButton_3.FontSize = Enum.FontSize.Size18
  11196. FENewButton_3.Text = "NewButton"
  11197. FENewButton_3.TextColor3 = Color3.new(1, 1, 1)
  11198. FENewButton_3.TextSize = 15
  11199. FENewButton_3.TextWrapped = true
  11200.  
  11201. FENewButton_4.Name = "FENewButton"
  11202. FENewButton_4.Parent = FEFrame
  11203. FENewButton_4.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11204. FENewButton_4.Position = UDim2.new(0.0280000009, 0, 0.0250000004, 0)
  11205. FENewButton_4.Size = UDim2.new(0, 131, 0, 33)
  11206. FENewButton_4.Font = Enum.Font.SourceSansLight
  11207. FENewButton_4.FontSize = Enum.FontSize.Size18
  11208. FENewButton_4.Text = "NewButton"
  11209. FENewButton_4.TextColor3 = Color3.new(1, 1, 1)
  11210. FENewButton_4.TextSize = 15
  11211. FENewButton_4.TextWrapped = true
  11212.  
  11213. FENewButton_5.Name = "FENewButton"
  11214. FENewButton_5.Parent = FEFrame
  11215. FENewButton_5.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11216. FENewButton_5.Position = UDim2.new(0.333000004, 0, 0.0250000004, 0)
  11217. FENewButton_5.Size = UDim2.new(0, 131, 0, 33)
  11218. FENewButton_5.Font = Enum.Font.SourceSansLight
  11219. FENewButton_5.FontSize = Enum.FontSize.Size18
  11220. FENewButton_5.Text = "NewButton"
  11221. FENewButton_5.TextColor3 = Color3.new(1, 1, 1)
  11222. FENewButton_5.TextSize = 15
  11223. FENewButton_5.TextWrapped = true
  11224.  
  11225. FENewButton_6.Name = "FENewButton"
  11226. FENewButton_6.Parent = FEFrame
  11227. FENewButton_6.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11228. FENewButton_6.Position = UDim2.new(0.64200002, 0, 0.0250000004, 0)
  11229. FENewButton_6.Size = UDim2.new(0, 131, 0, 33)
  11230. FENewButton_6.Font = Enum.Font.SourceSansLight
  11231. FENewButton_6.FontSize = Enum.FontSize.Size18
  11232. FENewButton_6.Text = "NewButton"
  11233. FENewButton_6.TextColor3 = Color3.new(1, 1, 1)
  11234. FENewButton_6.TextSize = 15
  11235. FENewButton_6.TextWrapped = true
  11236.  
  11237. FENewButton_7.Name = "FENewButton"
  11238. FENewButton_7.Parent = FEFrame
  11239. FENewButton_7.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11240. FENewButton_7.Position = UDim2.new(0.0280000009, 0, 0.0642156899, 0)
  11241. FENewButton_7.Size = UDim2.new(0, 131, 0, 33)
  11242. FENewButton_7.Font = Enum.Font.SourceSansLight
  11243. FENewButton_7.FontSize = Enum.FontSize.Size18
  11244. FENewButton_7.Text = "NewButton"
  11245. FENewButton_7.TextColor3 = Color3.new(1, 1, 1)
  11246. FENewButton_7.TextSize = 15
  11247. FENewButton_7.TextWrapped = true
  11248.  
  11249. FENewButton_8.Name = "FENewButton"
  11250. FENewButton_8.Parent = FEFrame
  11251. FENewButton_8.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11252. FENewButton_8.Position = UDim2.new(0.0280000009, 0, 0.0442156866, 0)
  11253. FENewButton_8.Size = UDim2.new(0, 131, 0, 33)
  11254. FENewButton_8.Font = Enum.Font.SourceSansLight
  11255. FENewButton_8.FontSize = Enum.FontSize.Size18
  11256. FENewButton_8.Text = "NewButton"
  11257. FENewButton_8.TextColor3 = Color3.new(1, 1, 1)
  11258. FENewButton_8.TextSize = 15
  11259. FENewButton_8.TextWrapped = true
  11260.  
  11261. FENewButton_9.Name = "FENewButton"
  11262. FENewButton_9.Parent = FEFrame
  11263. FENewButton_9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11264. FENewButton_9.Position = UDim2.new(0.332562208, 0, 0.0442156866, 0)
  11265. FENewButton_9.Size = UDim2.new(0, 131, 0, 33)
  11266. FENewButton_9.Font = Enum.Font.SourceSansLight
  11267. FENewButton_9.FontSize = Enum.FontSize.Size18
  11268. FENewButton_9.Text = "NewButton"
  11269. FENewButton_9.TextColor3 = Color3.new(1, 1, 1)
  11270. FENewButton_9.TextSize = 15
  11271. FENewButton_9.TextWrapped = true
  11272.  
  11273. FENewButton_10.Name = "FENewButton"
  11274. FENewButton_10.Parent = FEFrame
  11275. FENewButton_10.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11276. FENewButton_10.Position = UDim2.new(0.333000004, 0, 0.0642156899, 0)
  11277. FENewButton_10.Size = UDim2.new(0, 131, 0, 33)
  11278. FENewButton_10.Font = Enum.Font.SourceSansLight
  11279. FENewButton_10.FontSize = Enum.FontSize.Size18
  11280. FENewButton_10.Text = "NewButton"
  11281. FENewButton_10.TextColor3 = Color3.new(1, 1, 1)
  11282. FENewButton_10.TextSize = 15
  11283. FENewButton_10.TextWrapped = true
  11284.  
  11285. FENewButton_11.Name = "FENewButton"
  11286. FENewButton_11.Parent = FEFrame
  11287. FENewButton_11.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11288. FENewButton_11.Position = UDim2.new(0.64200002, 0, 0.0442156866, 0)
  11289. FENewButton_11.Size = UDim2.new(0, 131, 0, 33)
  11290. FENewButton_11.Font = Enum.Font.SourceSansLight
  11291. FENewButton_11.FontSize = Enum.FontSize.Size18
  11292. FENewButton_11.Text = "NewButton"
  11293. FENewButton_11.TextColor3 = Color3.new(1, 1, 1)
  11294. FENewButton_11.TextSize = 15
  11295. FENewButton_11.TextWrapped = true
  11296.  
  11297. FENewButton_12.Name = "FENewButton"
  11298. FENewButton_12.Parent = FEFrame
  11299. FENewButton_12.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11300. FENewButton_12.Position = UDim2.new(0.64200002, 0, 0.0642156899, 0)
  11301. FENewButton_12.Size = UDim2.new(0, 131, 0, 33)
  11302. FENewButton_12.Font = Enum.Font.SourceSansLight
  11303. FENewButton_12.FontSize = Enum.FontSize.Size18
  11304. FENewButton_12.Text = "NewButton"
  11305. FENewButton_12.TextColor3 = Color3.new(1, 1, 1)
  11306. FENewButton_12.TextSize = 15
  11307. FENewButton_12.TextWrapped = true
  11308.  
  11309. --FuckerButtons
  11310.  
  11311. BoogaFucker.Name = "BoogaFucker"
  11312. BoogaFucker.Parent = FuckerFrame
  11313. BoogaFucker.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11314. BoogaFucker.Position = UDim2.new(0.0260000005, 0, 0.00200000009, 0)
  11315. BoogaFucker.Size = UDim2.new(0, 426, 0, 33)
  11316. BoogaFucker.Font = Enum.Font.SourceSansLight
  11317. BoogaFucker.FontSize = Enum.FontSize.Size28
  11318. BoogaFucker.Text = "BoogaFucker"
  11319. BoogaFucker.TextColor3 = Color3.new(1, 1, 1)
  11320. BoogaFucker.TextSize = 25
  11321. BoogaFucker.TextWrapped = true
  11322. BoogaFucker.MouseButton1Down:connect(function()
  11323. FEFrame.Visible = false
  11324. NonFEFrame.Visible = false
  11325. ChangelogFrame.Visible = false
  11326. FuckerFrame.Visible = false
  11327. BoogaFuckerPremFrame.Visible = true
  11328. TopDonatorFrame.Visible = false
  11329. ContactFrame.Visible = false
  11330. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  11331. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  11332. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  11333. FuckerTopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  11334. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  11335. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  11336. end)
  11337.  
  11338.  
  11339. APOCFucker.Name = "APOCFucker"
  11340. APOCFucker.Parent = FuckerFrame
  11341. APOCFucker.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11342. APOCFucker.Position = UDim2.new(0.0260000005, 0, 0.0199999996, 0)
  11343. APOCFucker.Size = UDim2.new(0, 426, 0, 33)
  11344. APOCFucker.Font = Enum.Font.SourceSansLight
  11345. APOCFucker.FontSize = Enum.FontSize.Size28
  11346. APOCFucker.Text = "APOCFucker"
  11347. APOCFucker.TextColor3 = Color3.new(1, 1, 1)
  11348. APOCFucker.TextSize = 25
  11349. APOCFucker.TextWrapped = true
  11350. APOCFucker.MouseButton1Down:connect(function()
  11351. loadstring(game:HttpGet(('https://pastebin.com/raw/q9LetqXv'),true))()
  11352. end)
  11353.  
  11354. BABFTFucker.Name = "BABFTFucker"
  11355. BABFTFucker.Parent = FuckerFrame
  11356. BABFTFucker.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11357. BABFTFucker.Position = UDim2.new(0.0260000005, 0, 0.0384999998, 0)
  11358. BABFTFucker.Size = UDim2.new(0, 426, 0, 33)
  11359. BABFTFucker.Font = Enum.Font.SourceSansLight
  11360. BABFTFucker.FontSize = Enum.FontSize.Size28
  11361. BABFTFucker.Text = "BABFTFucker"
  11362. BABFTFucker.TextColor3 = Color3.new(1, 1, 1)
  11363. BABFTFucker.TextSize = 25
  11364. BABFTFucker.TextWrapped = true
  11365. BABFTFucker.MouseButton1Down:connect(function()
  11366. loadstring(game:HttpGet(('https://pastebin.com/raw/3LMpc9uy'),true))()
  11367. end)
  11368.  
  11369. LumberFucker.Name = "LumberFucker"
  11370. LumberFucker.Parent = FuckerFrame
  11371. LumberFucker.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11372. LumberFucker.Position = UDim2.new(0.0260000005, 0, 0.056499999, 0)
  11373. LumberFucker.Size = UDim2.new(0, 426, 0, 33)
  11374. LumberFucker.Font = Enum.Font.SourceSansLight
  11375. LumberFucker.FontSize = Enum.FontSize.Size28
  11376. LumberFucker.Text = "LumberFucker"
  11377. LumberFucker.TextColor3 = Color3.new(1, 1, 1)
  11378. LumberFucker.TextSize = 25
  11379. LumberFucker.TextWrapped = true
  11380. LumberFucker.MouseButton1Down:connect(function()
  11381. loadstring(game:HttpGet(('https://pastebin.com/raw/50BzWPZf'),true))()
  11382. end)
  11383.  
  11384. JailFucker.Name = "JailFucker"
  11385. JailFucker.Parent = FuckerFrame
  11386. JailFucker.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  11387. JailFucker.Position = UDim2.new(0.0260000005, 0, 0.074500002, 0)
  11388. JailFucker.Size = UDim2.new(0, 426, 0, 33)
  11389. JailFucker.Font = Enum.Font.SourceSansLight
  11390. JailFucker.FontSize = Enum.FontSize.Size28
  11391. JailFucker.Text = "JailFucker"
  11392. JailFucker.TextColor3 = Color3.new(1, 1, 1)
  11393. JailFucker.TextSize = 25
  11394. JailFucker.TextWrapped = true
  11395. JailFucker.MouseButton1Down:connect(function()
  11396. loadstring(game:HttpGet(('https://pastebin.com/raw/3vXMHMga'),true))()
  11397. end)
  11398.  
  11399. --BoogaFucker Premium
  11400. BoogaFuckerPremFrame.Name = "BoogaFuckerPremFrame"
  11401. BoogaFuckerPremFrame.Parent = MainFrame
  11402. BoogaFuckerPremFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  11403. BoogaFuckerPremFrame.BackgroundTransparency = 0.40000000596046
  11404. BoogaFuckerPremFrame.BorderSizePixel = 0
  11405. BoogaFuckerPremFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  11406. BoogaFuckerPremFrame.Selectable = true
  11407. BoogaFuckerPremFrame.Size = UDim2.new(0, 466, 0, 275)
  11408. BoogaFuckerPremFrame.Visible = false
  11409.  
  11410. BBBoogaFuckerPremText.Name = "BBBoogaFuckerPremText"
  11411. BBBoogaFuckerPremText.Parent = BoogaFuckerPremFrame
  11412. BBBoogaFuckerPremText.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  11413. BBBoogaFuckerPremText.BackgroundTransparency = 1
  11414. BBBoogaFuckerPremText.BorderSizePixel = 0
  11415. BBBoogaFuckerPremText.Position = UDim2.new(0.268240333, 0, 0.00727272779, 0)
  11416. BBBoogaFuckerPremText.Size = UDim2.new(0, 216, 0, 24)
  11417. BBBoogaFuckerPremText.Font = Enum.Font.Highway
  11418. BBBoogaFuckerPremText.FontSize = Enum.FontSize.Size28
  11419. BBBoogaFuckerPremText.Text = "BoogaFucker Premium"
  11420. BBBoogaFuckerPremText.TextColor3 = Color3.new(1, 1, 1)
  11421. BBBoogaFuckerPremText.TextSize = 25
  11422. BBBoogaFuckerPremText.TextWrapped = true
  11423. BBBoogaFuckerPremText.TextXAlignment = Enum.TextXAlignment.Left
  11424. BBBoogaFuckerPremText.TextYAlignment = Enum.TextYAlignment.Top
  11425.  
  11426. BBExit.Name = "BBExit"
  11427. BBExit.Parent = BoogaFuckerPremFrame
  11428. BBExit.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  11429. BBExit.BorderColor3 = Color3.new(0, 0, 0)
  11430. BBExit.BorderSizePixel = 0
  11431. BBExit.Position = UDim2.new(0.918454885, 0, 0.0218181834, 0)
  11432. BBExit.Size = UDim2.new(0, 32, 0, 32)
  11433. BBExit.Font = Enum.Font.Highway
  11434. BBExit.FontSize = Enum.FontSize.Size18
  11435. BBExit.Text = "<--"
  11436. BBExit.TextColor3 = Color3.new(0, 0, 0)
  11437. BBExit.TextSize = 16
  11438. BBExit.MouseButton1Down:connect(function()
  11439. FuckerFrame.Visible = true
  11440. BoogaFuckerPremFrame.Visible = false
  11441. end)
  11442.  
  11443. BBBindsFrame.Name = "BBBindsFrame"
  11444. BBBindsFrame.Parent = BoogaFuckerPremFrame
  11445. BBBindsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  11446. BBBindsFrame.BackgroundTransparency = 0.40000000596046
  11447. BBBindsFrame.BorderSizePixel = 0
  11448. BBBindsFrame.Position = UDim2.new(0, 0, 0.974545479, 0)
  11449. BBBindsFrame.Size = UDim2.new(0, 466, 0, 197)
  11450.  
  11451. BBSpeedLabel.Name = "BBSpeedLabel"
  11452. BBSpeedLabel.Parent = BBBindsFrame
  11453. BBSpeedLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  11454. BBSpeedLabel.BackgroundTransparency = 1
  11455. BBSpeedLabel.BorderSizePixel = 0
  11456. BBSpeedLabel.Position = UDim2.new(0.0257510804, 0, 0.101522841, 0)
  11457. BBSpeedLabel.Size = UDim2.new(0, 47, 0, 21)
  11458. BBSpeedLabel.Font = Enum.Font.SourceSans
  11459. BBSpeedLabel.FontSize = Enum.FontSize.Size14
  11460. BBSpeedLabel.Text = "Speed:"
  11461. BBSpeedLabel.TextColor3 = Color3.new(1, 1, 1)
  11462. BBSpeedLabel.TextSize = 14
  11463.  
  11464. BBSpeedValue.Name = "BBSpeedValue"
  11465. BBSpeedValue.Parent = BBBindsFrame
  11466. BBSpeedValue.BackgroundColor3 = Color3.new(1, 1, 1)
  11467. BBSpeedValue.BackgroundTransparency = 0.40000000596046
  11468. BBSpeedValue.BorderSizePixel = 0
  11469. BBSpeedValue.Position = UDim2.new(0.0450643785, 0, 0.238578647, 0)
  11470. BBSpeedValue.Size = UDim2.new(0, 29, 0, 22)
  11471. BBSpeedValue.Font = Enum.Font.SourceSans
  11472. BBSpeedValue.FontSize = Enum.FontSize.Size14
  11473. BBSpeedValue.Text = "q"
  11474. BBSpeedValue.TextColor3 = Color3.new(0, 0, 0)
  11475. BBSpeedValue.TextSize = 14
  11476.  
  11477. DBBropAllItemsLabel.Name = "DBBropAllItemsLabel"
  11478. DBBropAllItemsLabel.Parent = BBBindsFrame
  11479. DBBropAllItemsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  11480. DBBropAllItemsLabel.BackgroundTransparency = 1
  11481. DBBropAllItemsLabel.BorderSizePixel = 0
  11482. DBBropAllItemsLabel.Position = UDim2.new(0.0257510804, 0, 0.34517771, 0)
  11483. DBBropAllItemsLabel.Size = UDim2.new(0, 47, 0, 21)
  11484. DBBropAllItemsLabel.Font = Enum.Font.SourceSans
  11485. DBBropAllItemsLabel.FontSize = Enum.FontSize.Size14
  11486. DBBropAllItemsLabel.Text = "Drop All Items:"
  11487. DBBropAllItemsLabel.TextColor3 = Color3.new(1, 1, 1)
  11488. DBBropAllItemsLabel.TextSize = 14
  11489.  
  11490. BBDropAllItemsValue.Name = "BBDropAllItemsValue"
  11491. BBDropAllItemsValue.Parent = BBBindsFrame
  11492. BBDropAllItemsValue.BackgroundColor3 = Color3.new(1, 1, 1)
  11493. BBDropAllItemsValue.BackgroundTransparency = 0.40000000596046
  11494. BBDropAllItemsValue.BorderSizePixel = 0
  11495. BBDropAllItemsValue.Position = UDim2.new(0.0450643785, 0, 0.482233524, 0)
  11496. BBDropAllItemsValue.Size = UDim2.new(0, 29, 0, 22)
  11497. BBDropAllItemsValue.Font = Enum.Font.SourceSans
  11498. BBDropAllItemsValue.FontSize = Enum.FontSize.Size14
  11499. BBDropAllItemsValue.Text = "g"
  11500. BBDropAllItemsValue.TextColor3 = Color3.new(0, 0, 0)
  11501. BBDropAllItemsValue.TextSize = 14
  11502.  
  11503. BBAutoPickupValue.Name = "BBAutoPickupValue"
  11504. BBAutoPickupValue.Parent = BBBindsFrame
  11505. BBAutoPickupValue.BackgroundColor3 = Color3.new(1, 1, 1)
  11506. BBAutoPickupValue.BackgroundTransparency = 0.40000000596046
  11507. BBAutoPickupValue.BorderSizePixel = 0
  11508. BBAutoPickupValue.Position = UDim2.new(0.0450643785, 0, 0.730964482, 0)
  11509. BBAutoPickupValue.Size = UDim2.new(0, 29, 0, 22)
  11510. BBAutoPickupValue.Font = Enum.Font.SourceSans
  11511. BBAutoPickupValue.FontSize = Enum.FontSize.Size14
  11512. BBAutoPickupValue.Text = "h"
  11513. BBAutoPickupValue.TextColor3 = Color3.new(0, 0, 0)
  11514. BBAutoPickupValue.TextSize = 14
  11515.  
  11516. BBAutoPickupLabel.Name = "BBAutoPickupLabel"
  11517. BBAutoPickupLabel.Parent = BBBindsFrame
  11518. BBAutoPickupLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  11519. BBAutoPickupLabel.BackgroundTransparency = 1
  11520. BBAutoPickupLabel.BorderSizePixel = 0
  11521. BBAutoPickupLabel.Position = UDim2.new(0.0257510804, 0, 0.593908668, 0)
  11522. BBAutoPickupLabel.Size = UDim2.new(0, 47, 0, 21)
  11523. BBAutoPickupLabel.Font = Enum.Font.SourceSans
  11524. BBAutoPickupLabel.FontSize = Enum.FontSize.Size14
  11525. BBAutoPickupLabel.Text = "AutoPickup:"
  11526. BBAutoPickupLabel.TextColor3 = Color3.new(1, 1, 1)
  11527. BBAutoPickupLabel.TextSize = 14
  11528.  
  11529. BBJumpPower.Name = "BBJumpPower"
  11530. BBJumpPower.Parent = BBBindsFrame
  11531. BBJumpPower.BackgroundColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  11532. BBJumpPower.BorderSizePixel = 0
  11533. BBJumpPower.Position = UDim2.new(0.725321889, 0, 0.137055844, 0)
  11534. BBJumpPower.Size = UDim2.new(0, 115, 0, 27)
  11535. BBJumpPower.Font = Enum.Font.SourceSansBold
  11536. BBJumpPower.FontSize = Enum.FontSize.Size18
  11537. BBJumpPower.Text = "Set JumpPower"
  11538. BBJumpPower.TextColor3 = Color3.new(0, 0, 0)
  11539. BBJumpPower.TextSize = 17
  11540. BBJumpPower.MouseButton1Down:connect(function()
  11541. game.Players.LocalPlayer.Character.Humanoid.JumpPower = BBJumpPowerValue.text
  11542. end)
  11543.  
  11544. BBJumpPowerValue.Name = "BBJumpPowerValue"
  11545. BBJumpPowerValue.Parent = BBBindsFrame
  11546. BBJumpPowerValue.BackgroundColor3 = Color3.new(1, 1, 1)
  11547. BBJumpPowerValue.BackgroundTransparency = 0.40000000596046
  11548. BBJumpPowerValue.BorderSizePixel = 0
  11549. BBJumpPowerValue.Position = UDim2.new(0.7639485, 0, 0.304568529, 0)
  11550. BBJumpPowerValue.Size = UDim2.new(0, 79, 0, 22)
  11551. BBJumpPowerValue.Font = Enum.Font.SourceSans
  11552. BBJumpPowerValue.FontSize = Enum.FontSize.Size14
  11553. BBJumpPowerValue.Text = "Value here"
  11554. BBJumpPowerValue.TextColor3 = Color3.new(0, 0, 0)
  11555. BBJumpPowerValue.TextSize = 14
  11556.  
  11557. BBSpeedValueNumber.Name = "BBSpeedValueNumber"
  11558. BBSpeedValueNumber.Parent = BBBindsFrame
  11559. BBSpeedValueNumber.BackgroundColor3 = Color3.new(1, 1, 1)
  11560. BBSpeedValueNumber.BackgroundTransparency = 0.40000000596046
  11561. BBSpeedValueNumber.BorderSizePixel = 0
  11562. BBSpeedValueNumber.Position = UDim2.new(0.173819736, 0, 0.238578707, 0)
  11563. BBSpeedValueNumber.Size = UDim2.new(0, 29, 0, 22)
  11564. BBSpeedValueNumber.Font = Enum.Font.SourceSans
  11565. BBSpeedValueNumber.FontSize = Enum.FontSize.Size14
  11566. BBSpeedValueNumber.Text = "2"
  11567. BBSpeedValueNumber.TextColor3 = Color3.new(0, 0, 0)
  11568. BBSpeedValueNumber.TextSize = 14
  11569.  
  11570. BBSpeedLabelNumber.Name = "BBSpeedLabelNumber"
  11571. BBSpeedLabelNumber.Parent = BBBindsFrame
  11572. BBSpeedLabelNumber.BackgroundColor3 = Color3.new(1, 1, 1)
  11573. BBSpeedLabelNumber.BackgroundTransparency = 1
  11574. BBSpeedLabelNumber.BorderSizePixel = 0
  11575. BBSpeedLabelNumber.Position = UDim2.new(0.154506445, 0, 0.101522893, 0)
  11576. BBSpeedLabelNumber.Size = UDim2.new(0, 47, 0, 21)
  11577. BBSpeedLabelNumber.Font = Enum.Font.SourceSans
  11578. BBSpeedLabelNumber.FontSize = Enum.FontSize.Size14
  11579. BBSpeedLabelNumber.Text = "Speed value:"
  11580. BBSpeedLabelNumber.TextColor3 = Color3.new(1, 1, 1)
  11581. BBSpeedLabelNumber.TextSize = 14
  11582.  
  11583. BBAntiLvlCraftValue.Name = "BBAntiLvlCraftValue"
  11584. BBAntiLvlCraftValue.Parent = BoogaFuckerPremFrame
  11585. BBAntiLvlCraftValue.BackgroundColor3 = Color3.new(1, 1, 1)
  11586. BBAntiLvlCraftValue.BackgroundTransparency = 0.40000000596046
  11587. BBAntiLvlCraftValue.BorderSizePixel = 0
  11588. BBAntiLvlCraftValue.Position = UDim2.new(0.284999996, 0, 0.295454562, 0)
  11589. BBAntiLvlCraftValue.Size = UDim2.new(0, 115, 0, 19)
  11590. BBAntiLvlCraftValue.Font = Enum.Font.SourceSans
  11591. BBAntiLvlCraftValue.FontSize = Enum.FontSize.Size14
  11592. BBAntiLvlCraftValue.Text = "Item"
  11593. BBAntiLvlCraftValue.TextColor3 = Color3.new(0, 0, 0)
  11594. BBAntiLvlCraftValue.TextSize = 14
  11595.  
  11596. BBOpenCloseBinds.Name = "BBOpenCloseBinds"
  11597. BBOpenCloseBinds.Parent = BoogaFuckerPremFrame
  11598. BBOpenCloseBinds.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  11599. BBOpenCloseBinds.BorderColor3 = Color3.new(0, 0, 0)
  11600. BBOpenCloseBinds.BorderSizePixel = 0
  11601. BBOpenCloseBinds.Position = UDim2.new(0.012875461, 0, 0.0218181834, 0)
  11602. BBOpenCloseBinds.Size = UDim2.new(0, 32, 0, 32)
  11603. BBOpenCloseBinds.Font = Enum.Font.Highway
  11604. BBOpenCloseBinds.FontSize = Enum.FontSize.Size18
  11605. BBOpenCloseBinds.Text = "^^^"
  11606. BBOpenCloseBinds.TextColor3 = Color3.new(0, 0, 0)
  11607. BBOpenCloseBinds.TextSize = 16
  11608. BBOpenCloseBinds.MouseButton1Down:connect(function()
  11609. if Openn == true then
  11610. Openn = false
  11611. BBBindsFrame.Visible = false
  11612. else
  11613. Openn = true
  11614. BBBindsFrame.Visible = true
  11615. end
  11616. end)
  11617.  
  11618.  
  11619. BBSpeed.Name = "BBSpeed"
  11620. BBSpeed.Parent = BoogaFuckerPremFrame
  11621. BBSpeed.BackgroundColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  11622. BBSpeed.BorderSizePixel = 0
  11623. BBSpeed.Position = UDim2.new(0.0128755271, 0, 0.149090916, 0)
  11624. BBSpeed.Size = UDim2.new(0, 115, 0, 36)
  11625. BBSpeed.Font = Enum.Font.SourceSansBold
  11626. BBSpeed.FontSize = Enum.FontSize.Size18
  11627. BBSpeed.Text = "Speed"
  11628. BBSpeed.TextColor3 = Color3.new(0, 0, 0)
  11629. BBSpeed.TextSize = 17
  11630.  
  11631. local plr = game:GetService("Players").LocalPlayer
  11632. local char = plr.Character
  11633. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  11634. local hum = char:FindFirstChild("HumanoidRootPart")
  11635.  
  11636. BBSpeed.MouseButton1Down:connect(function()
  11637. local plr = game:GetService("Players").LocalPlayer
  11638. local char = plr.Character
  11639. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  11640. local hum = char:FindFirstChild("HumanoidRootPart")
  11641. mouse.KeyDown:connect(function(key)
  11642. if key == BBSpeedValue.Text then
  11643. loop = true
  11644. while loop do
  11645. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * BBSpeedValueNumber.Text
  11646. wait()
  11647. end
  11648. end
  11649. end)
  11650. end)
  11651.  
  11652. mouse.KeyUp:connect(function(key)
  11653. if key == BBSpeedValue.Text then
  11654. loop = false
  11655. end
  11656. end)
  11657.  
  11658. BBInfJump.Name = "BBInfJump"
  11659. BBInfJump.Parent = BoogaFuckerPremFrame
  11660. BBInfJump.BackgroundColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  11661. BBInfJump.BorderSizePixel = 0
  11662. BBInfJump.Position = UDim2.new(0.0128755569, 0, 0.319999963, 0)
  11663. BBInfJump.Size = UDim2.new(0, 115, 0, 36)
  11664. BBInfJump.Font = Enum.Font.SourceSansBold
  11665. BBInfJump.FontSize = Enum.FontSize.Size18
  11666. BBInfJump.Text = "Infinite jump"
  11667. BBInfJump.TextColor3 = Color3.new(0, 0, 0)
  11668. BBInfJump.TextSize = 17
  11669. BBInfJump.MouseButton1Down:connect(function()
  11670. loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
  11671. end)
  11672.  
  11673. BBAutoPickup.Name = "BBAutoPickup"
  11674. BBAutoPickup.Parent = BoogaFuckerPremFrame
  11675. BBAutoPickup.BackgroundColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  11676. BBAutoPickup.BorderSizePixel = 0
  11677. BBAutoPickup.Position = UDim2.new(0.0128755569, 0, 0.48727271, 0)
  11678. BBAutoPickup.Size = UDim2.new(0, 115, 0, 36)
  11679. BBAutoPickup.Font = Enum.Font.SourceSansBold
  11680. BBAutoPickup.FontSize = Enum.FontSize.Size18
  11681. BBAutoPickup.Text = "AutoPickup"
  11682. BBAutoPickup.TextColor3 = Color3.new(0, 0, 0)
  11683. BBAutoPickup.TextSize = 17
  11684. BBAutoPickup.MouseButton1Down:connect(function()
  11685. local Objects;
  11686.  
  11687. local Pickup = function(Character)
  11688. local myPos = Character.HumanoidRootPart.Position
  11689. local Objects = {}
  11690. for i,v in pairs(workspace:GetChildren()) do
  11691. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  11692. local Pos = v.Position
  11693. local Distance = (myPos - Pos).magnitude
  11694. if Distance < 40 then
  11695. table.insert(Objects, v)
  11696. end
  11697. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  11698. local Pos = v.Part.Position
  11699. local Distance = (myPos - Pos).magnitude
  11700. if Distance < 40 then
  11701. table.insert(Objects, v)
  11702. end
  11703. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  11704. local Pos = v.Position
  11705. local Distance = (myPos - Pos).magnitude
  11706. if Distance < 40 then
  11707. table.insert(Objects, v)
  11708. end
  11709. end
  11710. end
  11711. for i,v in pairs(Objects) do
  11712. for i=1,10 do
  11713. v.Position = myPos
  11714. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  11715. end
  11716. end
  11717. end
  11718. wait(1)
  11719. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  11720.  
  11721. mouse.KeyDown:connect(function(key)
  11722. if key == Dropallitemskeybindtextbox_2.Text then
  11723. print'howdi neighbor'
  11724. Pickup(game.Players.LocalPlayer.Character)
  11725. end
  11726. end)
  11727. end)
  11728.  
  11729. BBRemoveAllEffects.Name = "BBRemoveAllEffects"
  11730. BBRemoveAllEffects.Parent = BoogaFuckerPremFrame
  11731. BBRemoveAllEffects.BackgroundColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  11732. BBRemoveAllEffects.BorderSizePixel = 0
  11733. BBRemoveAllEffects.Position = UDim2.new(0.0128755569, 0, 0.654545367, 0)
  11734. BBRemoveAllEffects.Size = UDim2.new(0, 115, 0, 36)
  11735. BBRemoveAllEffects.Font = Enum.Font.SourceSansBold
  11736. BBRemoveAllEffects.FontSize = Enum.FontSize.Size18
  11737. BBRemoveAllEffects.Text = "Remove All Effects"
  11738. BBRemoveAllEffects.TextColor3 = Color3.new(0, 0, 0)
  11739. BBRemoveAllEffects.TextSize = 15
  11740. BBRemoveAllEffects.MouseButton1Down:connect(function()
  11741. game.Lighting.FogEnd = 1200000
  11742. game.Lighting.Brightness = 3
  11743. game.Lighting.GlobalShadows = false
  11744. end)
  11745.  
  11746. BBESP.Name = "BBESP"
  11747. BBESP.Parent = BoogaFuckerPremFrame
  11748. BBESP.BackgroundColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  11749. BBESP.BorderSizePixel = 0
  11750. BBESP.Position = UDim2.new(0.0128755569, 0, 0.818181813, 0)
  11751. BBESP.Size = UDim2.new(0, 115, 0, 36)
  11752. BBESP.Font = Enum.Font.SourceSansBold
  11753. BBESP.FontSize = Enum.FontSize.Size18
  11754. BBESP.Text = "ESP"
  11755. BBESP.TextColor3 = Color3.new(0, 0, 0)
  11756. BBESP.TextSize = 17
  11757.  
  11758. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  11759.  
  11760. local enabledesp = false
  11761.  
  11762. function CreateESP(plr)
  11763.  
  11764. if plr ~= nil then
  11765.  
  11766. local GetChar = plr.Character
  11767. if not GetChar then return end
  11768.  
  11769. local GetHead do
  11770.  
  11771. repeat wait() until GetChar:FindFirstChild("Head")
  11772.  
  11773. end
  11774. GetHead = GetChar.Head
  11775.  
  11776. local bb = Instance.new("BillboardGui", Important.CoreGui)
  11777. bb.Adornee = GetHead
  11778. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  11779. bb.AlwaysOnTop = true
  11780. bb.Size = UDim2.new(0, 5, 0, 5)
  11781. bb.StudsOffset = Vector3.new(0, 3, 0)
  11782. bb.Name = "ESP_PLAYER_" .. plr.Name
  11783.  
  11784. local displayframe = Instance.new("Frame", bb)
  11785. displayframe.ZIndex = 10
  11786. displayframe.BackgroundTransparency = 1
  11787. displayframe.Size = UDim2.new(1,0,1,0)
  11788.  
  11789. local name = Instance.new("TextLabel", displayframe)
  11790. name.Name = "Name"
  11791. name.ZIndex = 10
  11792. name.Text = plr.Name
  11793. name.Visible = true
  11794. name.TextColor3 = Color3.new(170,0,0)
  11795. name.BackgroundTransparency = 1
  11796. name.Size = UDim2.new(1,0,10,0)
  11797. name.Font = Enum.Font.SourceSansLight
  11798. name.TextSize = 20
  11799. name.TextStrokeTransparency = .5
  11800.  
  11801. end
  11802.  
  11803. end
  11804.  
  11805. BBESP.MouseButton1Click:connect(function()
  11806.  
  11807. for i,v in pairs(Important.Players:GetChildren()) do
  11808.  
  11809. CreateESP(v)
  11810.  
  11811. end
  11812.  
  11813. end)
  11814.  
  11815. BBAntiLvlCraft.Name = "BBAntiLvlCraft"
  11816. BBAntiLvlCraft.Parent = BoogaFuckerPremFrame
  11817. BBAntiLvlCraft.BackgroundColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  11818. BBAntiLvlCraft.BorderSizePixel = 0
  11819. BBAntiLvlCraft.Position = UDim2.new(0.285407722, 0, 0.149090916, 0)
  11820. BBAntiLvlCraft.Size = UDim2.new(0, 115, 0, 36)
  11821. BBAntiLvlCraft.Font = Enum.Font.SourceSansBold
  11822. BBAntiLvlCraft.FontSize = Enum.FontSize.Size18
  11823. BBAntiLvlCraft.Text = "AntiLvl Craft"
  11824. BBAntiLvlCraft.TextColor3 = Color3.new(0, 0, 0)
  11825. BBAntiLvlCraft.TextSize = 17
  11826. BBAntiLvlCraft.Visible = true
  11827. BBAntiLvlCraft.MouseButton1Down:connect(function()
  11828. local item = BBAntiLvlCraftValue.Text
  11829. local A_1 = item
  11830. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  11831. Event:FireServer(A_1)
  11832. end)
  11833.  
  11834. BBDesc1.Name = "BBDesc1"
  11835. BBDesc1.Parent = BoogaFuckerPremFrame
  11836. BBDesc1.BackgroundColor3 = Color3.new(1, 1, 1)
  11837. BBDesc1.BackgroundTransparency = 1
  11838. BBDesc1.BorderSizePixel = 0
  11839. BBDesc1.Position = UDim2.new(0.285407722, 0, 0.396363646, 0)
  11840. BBDesc1.Size = UDim2.new(0, 114, 0, 118)
  11841. BBDesc1.Font = Enum.Font.SourceSansBold
  11842. BBDesc1.FontSize = Enum.FontSize.Size14
  11843. BBDesc1.Text = "Enter the item and then press the button for AntiLvl Craft! Remember that you still need the items to craft the item!"
  11844. BBDesc1.TextColor3 = Color3.new(1, 1, 1)
  11845. BBDesc1.TextSize = 14
  11846. BBDesc1.TextWrapped = true
  11847.  
  11848. OpenClose.MouseButton1Down:connect(function()
  11849. if Openn == true then
  11850. Openn = false
  11851. MainFrame.Visible = false
  11852. else
  11853. Openn = true
  11854. MainFrame.Visible = true
  11855. end
  11856. end)
  11857.  
  11858. --END OF SCRIPT!
  11859. --;-;
  11860. else
  11861. --NonFEButtons
  11862. local GoldenGun = Instance.new("TextButton")
  11863. local ClownTitan = Instance.new("TextButton")
  11864. local NewButton_3 = Instance.new("TextButton")
  11865. local NewButton_4 = Instance.new("TextButton")
  11866. local NewButton_5 = Instance.new("TextButton")
  11867. local NewButton_6 = Instance.new("TextButton")
  11868. local NewButton_7 = Instance.new("TextButton")
  11869. local NewButton_8 = Instance.new("TextButton")
  11870. local NewButton_9 = Instance.new("TextButton")
  11871. local NewButton_10 = Instance.new("TextButton")
  11872. local NewButton_11 = Instance.new("TextButton")
  11873. local NewButton_12 = Instance.new("TextButton")
  11874. --FEButtons
  11875. local FENewButton = Instance.new("TextButton")
  11876. local FENewButton_2 = Instance.new("TextButton")
  11877. local FENewButton_3 = Instance.new("TextButton")
  11878. local FENewButton_4 = Instance.new("TextButton")
  11879. local FENewButton_5 = Instance.new("TextButton")
  11880. local FENewButton_6 = Instance.new("TextButton")
  11881. local FENewButton_7 = Instance.new("TextButton")
  11882. local FENewButton_8 = Instance.new("TextButton")
  11883. local FENewButton_9 = Instance.new("TextButton")
  11884. local FENewButton_10 = Instance.new("TextButton")
  11885. local FENewButton_11 = Instance.new("TextButton")
  11886. local FENewButton_12 = Instance.new("TextButton")
  11887. --FuckerButtons
  11888. local BoogaFucker = Instance.new("TextButton")
  11889. local APOCFucker = Instance.new("TextButton")
  11890. local BABFTFucker = Instance.new("TextButton")
  11891. local LumberFucker = Instance.new("TextButton")
  11892. local JailFucker = Instance.new("TextButton")
  11893. --Others
  11894. local RbxFucker = Instance.new("ScreenGui")
  11895. local MainFrame = Instance.new("Frame")
  11896. local SideButtonsHolder = Instance.new("Frame")
  11897. local NonFEShadow = Instance.new("ImageLabel")
  11898. local NonFEButton = Instance.new("TextButton")
  11899. local NonFETopBar = Instance.new("Frame")
  11900. local ChangelogShadow = Instance.new("ImageLabel")
  11901. local ChangelogButton = Instance.new("TextButton")
  11902. local ChangelogTopBar = Instance.new("Frame")
  11903. local ContactShadow = Instance.new("ImageLabel")
  11904. local ContactButton = Instance.new("TextButton")
  11905. local ContactTopBar = Instance.new("Frame")
  11906. local FEShadow = Instance.new("ImageLabel")
  11907. local FEButton = Instance.new("TextButton")
  11908. local FETopBar = Instance.new("Frame")
  11909. local FuckerShadow = Instance.new("ImageLabel")
  11910. local FuckerButton = Instance.new("TextButton")
  11911. local FuckerTopBar = Instance.new("Frame")
  11912. local TopDonatorsShadow = Instance.new("ImageLabel")
  11913. local TopDonatorsButton = Instance.new("TextButton")
  11914. local TopDonatorsTopBar = Instance.new("Frame")
  11915. local GlobalMessagebar = Instance.new("Frame")
  11916. local GlobalShadowLeft = Instance.new("ImageLabel")
  11917. local GlobalShadowRight = Instance.new("ImageLabel")
  11918. local GlobalMessage = Instance.new("TextLabel")
  11919. local GlobalTopBar = Instance.new("Frame")
  11920. local BrandName = Instance.new("TextLabel")
  11921. local BrandNameShadow = Instance.new("TextLabel")
  11922. local NonFEFrame = Instance.new("ScrollingFrame")
  11923. local OpenClose = Instance.new("TextButton")
  11924. local TopBar = Instance.new("Frame")
  11925. local FEFrame = Instance.new("ScrollingFrame")
  11926. local FuckerFrame = Instance.new("ScrollingFrame")
  11927. local ContactFrame = Instance.new("Frame")
  11928. local CDesc = Instance.new("TextLabel")
  11929. local CDiscordLink = Instance.new("TextLabel")
  11930. local ChangelogFrame = Instance.new("Frame")
  11931. local ChangelogText = Instance.new("TextLabel")
  11932. local TopDonatorFrame = Instance.new("Frame")
  11933. local TopDonatorText = Instance.new("TextLabel")
  11934. local LeftBottomAd = Instance.new("ImageLabel")
  11935. local RightBottomAd = Instance.new("ImageLabel")
  11936. local LeftTopAd = Instance.new("ImageLabel")
  11937. local DisableAdsText = Instance.new("TextLabel")
  11938. local RightTopAd = Instance.new("ImageLabel")
  11939. local RightSideAd = Instance.new("ImageLabel")
  11940. local LeftSideAd = Instance.new("ImageLabel")
  11941. RbxFucker.Name = "RbxFucker"
  11942. RbxFucker.Parent = game.CoreGui
  11943. --Visibles for startup
  11944. FEFrame.Visible = false
  11945. NonFEFrame.Visible = false
  11946. ChangelogFrame.Visible = true
  11947. FuckerFrame.Visible = false
  11948. TopDonatorFrame.Visible = false
  11949. ContactFrame.Visible = false
  11950. -- Properties
  11951. MainFrame.Name = "MainFrame"
  11952. MainFrame.Parent = RbxFucker
  11953. MainFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  11954. MainFrame.BorderSizePixel = 0
  11955. MainFrame.Position = UDim2.new(0.260499507, 0, 0.286266267, 0)
  11956. MainFrame.Size = UDim2.new(0, 667, 0, 348)
  11957. MainFrame.Active = true
  11958. MainFrame.Draggable = true
  11959.  
  11960. SideButtonsHolder.Name = "SideButtons Holder"
  11961. SideButtonsHolder.Parent = MainFrame
  11962. SideButtonsHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  11963. SideButtonsHolder.BackgroundTransparency = 1
  11964. SideButtonsHolder.BorderSizePixel = 0
  11965. SideButtonsHolder.Size = UDim2.new(0, 667, 0, 348)
  11966.  
  11967. NonFEShadow.Name = "NonFEShadow"
  11968. NonFEShadow.Parent = SideButtonsHolder
  11969. NonFEShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  11970. NonFEShadow.BackgroundTransparency = 1
  11971. NonFEShadow.Position = UDim2.new(-0.0524737649, 0, 0.158045992, 0)
  11972. NonFEShadow.Size = UDim2.new(0, 35, 0, 24)
  11973. NonFEShadow.Image = "rbxassetid://1742938366"
  11974.  
  11975. NonFEButton.Name = "NonFEButton"
  11976. NonFEButton.Parent = NonFEShadow
  11977. NonFEButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  11978. NonFEButton.BorderSizePixel = 0
  11979. NonFEButton.Position = UDim2.new(0, 0, 1.07196975, 0)
  11980. NonFEButton.Size = UDim2.new(0, 129, 0, 33)
  11981. NonFEButton.Font = Enum.Font.SourceSansBold
  11982. NonFEButton.FontSize = Enum.FontSize.Size24
  11983. NonFEButton.Text = "Non-FE"
  11984. NonFEButton.TextColor3 = Color3.new(1, 1, 1)
  11985. NonFEButton.TextSize = 20
  11986. NonFEButton.MouseButton1Down:connect(function()
  11987. FEFrame.Visible = false
  11988. NonFEFrame.Visible = true
  11989. ChangelogFrame.Visible = false
  11990. FuckerFrame.Visible = false
  11991. TopDonatorFrame.Visible = false
  11992. ContactFrame.Visible = false
  11993. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  11994. NonFETopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  11995. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  11996. FuckerTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  11997. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  11998. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  11999. end)
  12000.  
  12001. NonFETopBar.Name = "NonFETopBar"
  12002. NonFETopBar.Parent = NonFEShadow
  12003. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12004. NonFETopBar.BorderSizePixel = 0
  12005. NonFETopBar.Position = UDim2.new(0, 0, 1, 0)
  12006. NonFETopBar.Size = UDim2.new(0, 129, 0, 2)
  12007.  
  12008. ChangelogShadow.Name = "ChangelogShadow"
  12009. ChangelogShadow.Parent = SideButtonsHolder
  12010. ChangelogShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  12011. ChangelogShadow.BackgroundTransparency = 1
  12012. ChangelogShadow.Position = UDim2.new(1, 0, 0.156609207, 0)
  12013. ChangelogShadow.Size = UDim2.new(0, 35, 0, 24)
  12014. ChangelogShadow.Image = "rbxassetid://1743023042"
  12015.  
  12016. ChangelogButton.Name = "ChangelogButton"
  12017. ChangelogButton.Parent = ChangelogShadow
  12018. ChangelogButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12019. ChangelogButton.BorderSizePixel = 0
  12020. ChangelogButton.Position = UDim2.new(-2.68571424, 0, 1.07196975, 0)
  12021. ChangelogButton.Size = UDim2.new(0, 129, 0, 33)
  12022. ChangelogButton.Font = Enum.Font.SourceSansBold
  12023. ChangelogButton.FontSize = Enum.FontSize.Size24
  12024. ChangelogButton.Text = "Changelog"
  12025. ChangelogButton.TextColor3 = Color3.new(1, 1, 1)
  12026. ChangelogButton.TextSize = 20
  12027. ChangelogButton.MouseButton1Down:connect(function()
  12028. FEFrame.Visible = false
  12029. NonFEFrame.Visible = false
  12030. ChangelogFrame.Visible = true
  12031. FuckerFrame.Visible = false
  12032. TopDonatorFrame.Visible = false
  12033. ContactFrame.Visible = false
  12034. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12035. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12036. ChangelogTopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  12037. FuckerTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12038. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12039. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12040. end)
  12041.  
  12042. ChangelogTopBar.Name = "ChangelogTopBar"
  12043. ChangelogTopBar.Parent = ChangelogShadow
  12044. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12045. ChangelogTopBar.BorderSizePixel = 0
  12046. ChangelogTopBar.Position = UDim2.new(-2.68571424, 0, 1, 0)
  12047. ChangelogTopBar.Size = UDim2.new(0, 129, 0, 2)
  12048.  
  12049. ContactShadow.Name = "ContactShadow"
  12050. ContactShadow.Parent = SideButtonsHolder
  12051. ContactShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  12052. ContactShadow.BackgroundTransparency = 1
  12053. ContactShadow.Position = UDim2.new(1, 0, 0.326149434, 0)
  12054. ContactShadow.Size = UDim2.new(0, 35, 0, 24)
  12055. ContactShadow.Image = "rbxassetid://1743023042"
  12056.  
  12057. ContactButton.Name = "ContactButton"
  12058. ContactButton.Parent = ContactShadow
  12059. ContactButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12060. ContactButton.BorderSizePixel = 0
  12061. ContactButton.Position = UDim2.new(-2.68571424, 0, 1.07196975, 0)
  12062. ContactButton.Size = UDim2.new(0, 129, 0, 33)
  12063. ContactButton.Font = Enum.Font.SourceSansBold
  12064. ContactButton.FontSize = Enum.FontSize.Size24
  12065. ContactButton.Text = "Contact"
  12066. ContactButton.TextColor3 = Color3.new(1, 1, 1)
  12067. ContactButton.TextSize = 20
  12068. ContactButton.MouseButton1Down:connect(function()
  12069. FEFrame.Visible = false
  12070. NonFEFrame.Visible = false
  12071. ChangelogFrame.Visible = false
  12072. FuckerFrame.Visible = false
  12073. TopDonatorFrame.Visible = false
  12074. ContactFrame.Visible = true
  12075. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12076. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12077. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12078. FuckerTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12079. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12080. ContactTopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  12081. end)
  12082.  
  12083. ContactTopBar.Name = "ContactTopBar"
  12084. ContactTopBar.Parent = ContactShadow
  12085. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12086. ContactTopBar.BorderSizePixel = 0
  12087. ContactTopBar.Position = UDim2.new(-2.68571424, 0, 1, 0)
  12088. ContactTopBar.Size = UDim2.new(0, 129, 0, 2)
  12089.  
  12090. FEShadow.Name = "FEShadow"
  12091. FEShadow.Parent = SideButtonsHolder
  12092. FEShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  12093. FEShadow.BackgroundTransparency = 1
  12094. FEShadow.Position = UDim2.new(-0.0524737649, 0, 0.327586234, 0)
  12095. FEShadow.Size = UDim2.new(0, 35, 0, 24)
  12096. FEShadow.Image = "rbxassetid://1742938366"
  12097.  
  12098. FEButton.Name = "FEButton"
  12099. FEButton.Parent = FEShadow
  12100. FEButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12101. FEButton.BorderSizePixel = 0
  12102. FEButton.Position = UDim2.new(0, 0, 1.07196975, 0)
  12103. FEButton.Size = UDim2.new(0, 129, 0, 33)
  12104. FEButton.Font = Enum.Font.SourceSansBold
  12105. FEButton.FontSize = Enum.FontSize.Size24
  12106. FEButton.Text = "FE"
  12107. FEButton.TextColor3 = Color3.new(1, 1, 1)
  12108. FEButton.TextSize = 20
  12109. FEButton.MouseButton1Down:connect(function()
  12110. FEFrame.Visible = true
  12111. NonFEFrame.Visible = false
  12112. ChangelogFrame.Visible = false
  12113. FuckerFrame.Visible = false
  12114. TopDonatorFrame.Visible = false
  12115. ContactFrame.Visible = false
  12116. FETopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  12117. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12118. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12119. FuckerTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12120. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12121. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12122. end)
  12123.  
  12124. FETopBar.Name = "FETopBar"
  12125. FETopBar.Parent = FEShadow
  12126. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12127. FETopBar.BorderSizePixel = 0
  12128. FETopBar.Position = UDim2.new(0, 0, 1, 0)
  12129. FETopBar.Size = UDim2.new(0, 129, 0, 2)
  12130.  
  12131. FuckerFrame.Name = "FuckerFrame"
  12132. FuckerFrame.Parent = MainFrame
  12133. FuckerFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12134. FuckerFrame.BackgroundTransparency = 0.40000000596046
  12135. FuckerFrame.BorderSizePixel = 0
  12136. FuckerFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  12137. FuckerFrame.Size = UDim2.new(0, 466, 0, 275)
  12138. FuckerFrame.Visible = false
  12139. FuckerFrame.CanvasSize = UDim2.new(0, 0, 6, 0)
  12140.  
  12141. FuckerShadow.Name = "FuckerShadow"
  12142. FuckerShadow.Parent = SideButtonsHolder
  12143. FuckerShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  12144. FuckerShadow.BackgroundTransparency = 1
  12145. FuckerShadow.Position = UDim2.new(-0.0524737649, 0, 0.49712646, 0)
  12146. FuckerShadow.Size = UDim2.new(0, 35, 0, 24)
  12147. FuckerShadow.Image = "rbxassetid://1742938366"
  12148.  
  12149. FuckerButton.Name = "FuckerButton"
  12150. FuckerButton.Parent = FuckerShadow
  12151. FuckerButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12152. FuckerButton.BorderSizePixel = 0
  12153. FuckerButton.Position = UDim2.new(0, 0, 1.07196975, 0)
  12154. FuckerButton.Size = UDim2.new(0, 129, 0, 33)
  12155. FuckerButton.Font = Enum.Font.SourceSansBold
  12156. FuckerButton.FontSize = Enum.FontSize.Size24
  12157. FuckerButton.Text = "Fuckers"
  12158. FuckerButton.TextColor3 = Color3.new(1, 1, 1)
  12159. FuckerButton.TextSize = 20
  12160. FuckerButton.MouseButton1Down:connect(function()
  12161. FEFrame.Visible = false
  12162. NonFEFrame.Visible = false
  12163. ChangelogFrame.Visible = false
  12164. FuckerFrame.Visible = true
  12165. TopDonatorFrame.Visible = false
  12166. ContactFrame.Visible = false
  12167. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12168. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12169. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12170. FuckerTopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  12171. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12172. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12173. end)
  12174.  
  12175. FuckerTopBar.Name = "FuckerTopBar"
  12176. FuckerTopBar.Parent = FuckerShadow
  12177. FuckerTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12178. FuckerTopBar.BorderSizePixel = 0
  12179. FuckerTopBar.Position = UDim2.new(0, 0, 1, 0)
  12180. FuckerTopBar.Size = UDim2.new(0, 129, 0, 2)
  12181.  
  12182. TopDonatorsShadow.Name = "TopDonatorsShadow"
  12183. TopDonatorsShadow.Parent = SideButtonsHolder
  12184. TopDonatorsShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  12185. TopDonatorsShadow.BackgroundTransparency = 1
  12186. TopDonatorsShadow.Position = UDim2.new(1, 0, 0.50143677, 0)
  12187. TopDonatorsShadow.Size = UDim2.new(0, 35, 0, 24)
  12188. TopDonatorsShadow.Image = "rbxassetid://1743023042"
  12189.  
  12190. TopDonatorsButton.Name = "TopDonatorsButton"
  12191. TopDonatorsButton.Parent = TopDonatorsShadow
  12192. TopDonatorsButton.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12193. TopDonatorsButton.BorderSizePixel = 0
  12194. TopDonatorsButton.Position = UDim2.new(-2.68571424, 0, 1.07196975, 0)
  12195. TopDonatorsButton.Size = UDim2.new(0, 129, 0, 33)
  12196. TopDonatorsButton.Font = Enum.Font.SourceSansBold
  12197. TopDonatorsButton.FontSize = Enum.FontSize.Size24
  12198. TopDonatorsButton.Text = "Top donators"
  12199. TopDonatorsButton.TextColor3 = Color3.new(1, 1, 1)
  12200. TopDonatorsButton.TextSize = 20
  12201. TopDonatorsButton.MouseButton1Down:connect(function()
  12202. FEFrame.Visible = false
  12203. NonFEFrame.Visible = false
  12204. ChangelogFrame.Visible = false
  12205. FuckerFrame.Visible = false
  12206. TopDonatorFrame.Visible = true
  12207. ContactFrame.Visible = false
  12208. FETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12209. NonFETopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12210. ChangelogTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12211. FuckerTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12212. TopDonatorsTopBar.BackgroundColor3 = Color3.new(1, 0, 0)
  12213. ContactTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12214. end)
  12215.  
  12216. TopDonatorsTopBar.Name = "TopDonatorsTopBar"
  12217. TopDonatorsTopBar.Parent = TopDonatorsShadow
  12218. TopDonatorsTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12219. TopDonatorsTopBar.BorderSizePixel = 0
  12220. TopDonatorsTopBar.Position = UDim2.new(-2.68571424, 0, 1, 0)
  12221. TopDonatorsTopBar.Size = UDim2.new(0, 129, 0, 2)
  12222.  
  12223. BrandName.Name = "BrandName"
  12224. BrandName.Parent = MainFrame
  12225. BrandName.BackgroundColor3 = Color3.new(1, 1, 1)
  12226. BrandName.BackgroundTransparency = 1
  12227. BrandName.Position = UDim2.new(0.329835087, 0, 0.0114942528, 0)
  12228. BrandName.Size = UDim2.new(0, 227, 0, 20)
  12229. BrandName.ZIndex = 2
  12230. BrandName.Font = Enum.Font.Highway
  12231. BrandName.FontSize = Enum.FontSize.Size32
  12232. BrandName.Text = "RbxFucker"
  12233. BrandName.TextColor3 = Color3.new(1, 1, 1)
  12234. BrandName.TextSize = 30
  12235.  
  12236. BrandNameShadow.Name = "BrandNameShadow"
  12237. BrandNameShadow.Parent = MainFrame
  12238. BrandNameShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  12239. BrandNameShadow.BackgroundTransparency = 1
  12240. BrandNameShadow.Position = UDim2.new(0.330000013, 5, 0.0109999999, 0)
  12241. BrandNameShadow.Size = UDim2.new(0, 227, 0, 20)
  12242. BrandNameShadow.Font = Enum.Font.Highway
  12243. BrandNameShadow.FontSize = Enum.FontSize.Size32
  12244. BrandNameShadow.Text = "RbxFucker"
  12245. BrandNameShadow.TextColor3 = Color3.new(0, 0, 0)
  12246. BrandNameShadow.TextSize = 30
  12247.  
  12248. NonFEFrame.Name = "NonFEFrame"
  12249. NonFEFrame.Parent = MainFrame
  12250. NonFEFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12251. NonFEFrame.BackgroundTransparency = 0.40000000596046
  12252. NonFEFrame.BorderSizePixel = 0
  12253. NonFEFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  12254. NonFEFrame.Size = UDim2.new(0, 466, 0, 275)
  12255. NonFEFrame.Visible = false
  12256. NonFEFrame.CanvasSize = UDim2.new(0, 0, 6, 0)
  12257.  
  12258. TopBar.Name = "TopBar"
  12259. TopBar.Parent = MainFrame
  12260. TopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12261. TopBar.BorderSizePixel = 0
  12262. TopBar.Position = UDim2.new(0.000452853681, 0, -0.00470808521, 0)
  12263. TopBar.Size = UDim2.new(0, 667, 0, 2)
  12264.  
  12265. FEFrame.Name = "FEFrame"
  12266. FEFrame.Parent = MainFrame
  12267. FEFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12268. FEFrame.BackgroundTransparency = 0.40000000596046
  12269. FEFrame.BorderSizePixel = 0
  12270. FEFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  12271. FEFrame.Size = UDim2.new(0, 466, 0, 275)
  12272. FEFrame.Visible = false
  12273. FEFrame.CanvasSize = UDim2.new(0, 0, 6, 0)
  12274.  
  12275. ContactFrame.Name = "ContactFrame"
  12276. ContactFrame.Parent = MainFrame
  12277. ContactFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12278. ContactFrame.BackgroundTransparency = 0.40000000596046
  12279. ContactFrame.BorderSizePixel = 0
  12280. ContactFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  12281. ContactFrame.Size = UDim2.new(0, 466, 0, 275)
  12282. ContactFrame.Visible = false
  12283.  
  12284. CDesc.Name = "CDesc"
  12285. CDesc.Parent = ContactFrame
  12286. CDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  12287. CDesc.BackgroundTransparency = 1
  12288. CDesc.BorderSizePixel = 0
  12289. CDesc.Position = UDim2.new(0.115879826, 0, -0.00181818008, 0)
  12290. CDesc.Size = UDim2.new(0, 367, 0, 85)
  12291. CDesc.Font = Enum.Font.SourceSans
  12292. CDesc.FontSize = Enum.FontSize.Size28
  12293. CDesc.Text = "The only way to contact us right now is thru discord! our discord is the following:"
  12294. CDesc.TextColor3 = Color3.new(1, 1, 1)
  12295. CDesc.TextSize = 25
  12296. CDesc.TextWrapped = true
  12297.  
  12298. CDiscordLink.Name = "CDiscordLink"
  12299. CDiscordLink.Parent = ContactFrame
  12300. CDiscordLink.BackgroundColor3 = Color3.new(1, 1, 1)
  12301. CDiscordLink.BackgroundTransparency = 1
  12302. CDiscordLink.BorderSizePixel = 0
  12303. CDiscordLink.Position = UDim2.new(0.105150215, 0, 0.345454544, 0)
  12304. CDiscordLink.Size = UDim2.new(0, 367, 0, 85)
  12305. CDiscordLink.Font = Enum.Font.SourceSansLight
  12306. CDiscordLink.FontSize = Enum.FontSize.Size32
  12307. CDiscordLink.Text = "discord.gg/aBpzbxD"
  12308. CDiscordLink.TextColor3 = Color3.new(1, 1, 1)
  12309. CDiscordLink.TextSize = 30
  12310. CDiscordLink.TextWrapped = true
  12311.  
  12312. OpenClose.Name = "OpenClose"
  12313. OpenClose.Parent = RbxFucker
  12314. OpenClose.BackgroundColor3 = Color3.new(0, 0, 0)
  12315. OpenClose.BackgroundTransparency = 0.60000002384186
  12316. OpenClose.Position = UDim2.new(0, 0, 0.547355473, 0)
  12317. OpenClose.Size = UDim2.new(0, 84, 0, 29)
  12318. OpenClose.Font = Enum.Font.Highway
  12319. OpenClose.FontSize = Enum.FontSize.Size18
  12320. OpenClose.Text = "Open/Close"
  12321. OpenClose.TextColor3 = Color3.new(1, 1, 1)
  12322. OpenClose.TextSize = 16
  12323.  
  12324. ChangelogFrame.Name = "ChangelogFrame"
  12325. ChangelogFrame.Parent = MainFrame
  12326. ChangelogFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12327. ChangelogFrame.BackgroundTransparency = 0.40000000596046
  12328. ChangelogFrame.BorderSizePixel = 0
  12329. ChangelogFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  12330. ChangelogFrame.Selectable = true
  12331. ChangelogFrame.Size = UDim2.new(0, 466, 0, 275)
  12332.  
  12333. ChangelogText.Name = "ChangelogText"
  12334. ChangelogText.Parent = ChangelogFrame
  12335. ChangelogText.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12336. ChangelogText.BackgroundTransparency = 0.40000000596046
  12337. ChangelogText.BorderSizePixel = 0
  12338. ChangelogText.Size = UDim2.new(0, 466, 0, 275)
  12339. ChangelogText.Font = Enum.Font.SourceSans
  12340. ChangelogText.FontSize = Enum.FontSize.Size28
  12341. ChangelogText.Text = "Changelog v1.0.0 Added the whole gui! :D Happy release!"
  12342. ChangelogText.TextColor3 = Color3.new(1, 1, 1)
  12343. ChangelogText.TextSize = 25
  12344. ChangelogText.TextWrapped = true
  12345. ChangelogText.TextXAlignment = Enum.TextXAlignment.Left
  12346. ChangelogText.TextYAlignment = Enum.TextYAlignment.Top
  12347.  
  12348. TopDonatorFrame.Name = "TopDonatorFrame"
  12349. TopDonatorFrame.Parent = MainFrame
  12350. TopDonatorFrame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12351. TopDonatorFrame.BackgroundTransparency = 0.40000000596046
  12352. TopDonatorFrame.BorderSizePixel = 0
  12353. TopDonatorFrame.Position = UDim2.new(0.151424289, 0, 0.18965517, 0)
  12354. TopDonatorFrame.Size = UDim2.new(0, 466, 0, 275)
  12355. TopDonatorFrame.Visible = false
  12356.  
  12357. TopDonatorText.Name = "TopDonatorText"
  12358. TopDonatorText.Parent = TopDonatorFrame
  12359. TopDonatorText.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12360. TopDonatorText.BackgroundTransparency = 0.40000000596046
  12361. TopDonatorText.BorderSizePixel = 0
  12362. TopDonatorText.Size = UDim2.new(0, 466, 0, 275)
  12363. TopDonatorText.Font = Enum.Font.SourceSans
  12364. TopDonatorText.FontSize = Enum.FontSize.Size28
  12365. TopDonatorText.Text = "Send me a message on discord if you feel like joining the top 10 donators ;) #1: FeedMeAura#9517 (70eu)"
  12366. TopDonatorText.TextColor3 = Color3.new(1, 1, 1)
  12367. TopDonatorText.TextSize = 25
  12368. TopDonatorText.TextWrapped = true
  12369. TopDonatorText.TextXAlignment = Enum.TextXAlignment.Left
  12370. TopDonatorText.TextYAlignment = Enum.TextYAlignment.Top
  12371.  
  12372. --Global Message
  12373.  
  12374. GlobalMessagebar.Name = "Global Message bar"
  12375. GlobalMessagebar.Parent = MainFrame
  12376. GlobalMessagebar.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  12377. GlobalMessagebar.BorderSizePixel = 0
  12378. GlobalMessagebar.Position = UDim2.new(-0.0524737649, 0, 0.0948275849, 0)
  12379. GlobalMessagebar.Size = UDim2.new(0, 737, 0, 22)
  12380.  
  12381. GlobalShadowLeft.Name = "GlobalShadowLeft"
  12382. GlobalShadowLeft.Parent = GlobalMessagebar
  12383. GlobalShadowLeft.BackgroundColor3 = Color3.new(1, 1, 1)
  12384. GlobalShadowLeft.BackgroundTransparency = 1
  12385. GlobalShadowLeft.Position = UDim2.new(-0.000183987431, 0, -1.15970063, 0)
  12386. GlobalShadowLeft.Size = UDim2.new(0, 35, 0, 24)
  12387. GlobalShadowLeft.Image = "rbxassetid://1742938366"
  12388.  
  12389. GlobalShadowRight.Name = "GlobalShadowRight"
  12390. GlobalShadowRight.Parent = GlobalMessagebar
  12391. GlobalShadowRight.BackgroundColor3 = Color3.new(1, 1, 1)
  12392. GlobalShadowRight.BackgroundTransparency = 1
  12393. GlobalShadowRight.Position = UDim2.new(0.951977253, 0, -1.15970063, 0)
  12394. GlobalShadowRight.Size = UDim2.new(0, 35, 0, 24)
  12395. GlobalShadowRight.Image = "rbxassetid://1743023042"
  12396.  
  12397. GlobalMessage.Name = "GlobalMessage"
  12398. GlobalMessage.Parent = GlobalMessagebar
  12399. GlobalMessage.BackgroundColor3 = Color3.new(1, 1, 1)
  12400. GlobalMessage.BackgroundTransparency = 1
  12401. GlobalMessage.BorderSizePixel = 0
  12402. GlobalMessage.Position = UDim2.new(0, 0, -0.00505051017, 0)
  12403. GlobalMessage.Size = UDim2.new(0, 737, 0, 21)
  12404. GlobalMessage.Font = Enum.Font.Cartoon
  12405. GlobalMessage.FontSize = Enum.FontSize.Size24
  12406. GlobalMessage.Text = "Announcement: HAPPY RELEASE!!"
  12407. GlobalMessage.TextColor3 = Color3.new(1, 1, 1)
  12408. GlobalMessage.TextSize = 20
  12409. GlobalMessage.TextWrapped = true
  12410.  
  12411. GlobalTopBar.Name = "GlobalTopBar"
  12412. GlobalTopBar.Parent = GlobalMessagebar
  12413. GlobalTopBar.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  12414. GlobalTopBar.BorderSizePixel = 0
  12415. GlobalTopBar.Position = UDim2.new(0, 0, -0.0909090936, 0)
  12416. GlobalTopBar.Size = UDim2.new(0, 737, 0, 2)
  12417.  
  12418. --NonFEButtons
  12419.  
  12420. GoldenGun.Name = "GoldenGun"
  12421. GoldenGun.Parent = NonFEFrame
  12422. GoldenGun.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12423. GoldenGun.Position = UDim2.new(0.0280000009, 0, 0.00499999989, 0)
  12424. GoldenGun.Size = UDim2.new(0, 131, 0, 33)
  12425. GoldenGun.Font = Enum.Font.SourceSansLight
  12426. GoldenGun.FontSize = Enum.FontSize.Size18
  12427. GoldenGun.Text = "Golden Gun"
  12428. GoldenGun.TextColor3 = Color3.new(1, 1, 1)
  12429. GoldenGun.TextSize = 15
  12430. GoldenGun.TextWrapped = true
  12431. GoldenGun.MouseButton1Down:connect(function()
  12432. loadstring(game:HttpGet(('https://pastebin.com/raw/468jbsqe'),true))()
  12433. end)
  12434.  
  12435. ClownTitan.Name = "ClownTitan"
  12436. ClownTitan.Parent = NonFEFrame
  12437. ClownTitan.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12438. ClownTitan.Position = UDim2.new(0.332562208, 0, 0.00499999989, 0)
  12439. ClownTitan.Size = UDim2.new(0, 131, 0, 33)
  12440. ClownTitan.Font = Enum.Font.SourceSansLight
  12441. ClownTitan.FontSize = Enum.FontSize.Size18
  12442. ClownTitan.Text = "Clown Titan"
  12443. ClownTitan.TextColor3 = Color3.new(1, 1, 1)
  12444. ClownTitan.TextSize = 15
  12445. ClownTitan.TextWrapped = true
  12446. ClownTitan.MouseButton1Down:connect(function()
  12447. loadstring(game:HttpGet(('https://pastebin.com/raw/UkrrUmtC'),true))()
  12448. end)
  12449.  
  12450. NewButton_3.Name = "NewButton"
  12451. NewButton_3.Parent = NonFEFrame
  12452. NewButton_3.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12453. NewButton_3.Position = UDim2.new(0.64200002, 0, 0.00499999989, 0)
  12454. NewButton_3.Size = UDim2.new(0, 131, 0, 33)
  12455. NewButton_3.Font = Enum.Font.SourceSansLight
  12456. NewButton_3.FontSize = Enum.FontSize.Size18
  12457. NewButton_3.Text = "NewButton"
  12458. NewButton_3.TextColor3 = Color3.new(1, 1, 1)
  12459. NewButton_3.TextSize = 15
  12460. NewButton_3.TextWrapped = true
  12461.  
  12462. NewButton_4.Name = "NewButton"
  12463. NewButton_4.Parent = NonFEFrame
  12464. NewButton_4.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12465. NewButton_4.Position = UDim2.new(0.0280000009, 0, 0.0250000004, 0)
  12466. NewButton_4.Size = UDim2.new(0, 131, 0, 33)
  12467. NewButton_4.Font = Enum.Font.SourceSansLight
  12468. NewButton_4.FontSize = Enum.FontSize.Size18
  12469. NewButton_4.Text = "NewButton"
  12470. NewButton_4.TextColor3 = Color3.new(1, 1, 1)
  12471. NewButton_4.TextSize = 15
  12472. NewButton_4.TextWrapped = true
  12473.  
  12474. NewButton_5.Name = "NewButton"
  12475. NewButton_5.Parent = NonFEFrame
  12476. NewButton_5.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12477. NewButton_5.Position = UDim2.new(0.333000004, 0, 0.0250000004, 0)
  12478. NewButton_5.Size = UDim2.new(0, 131, 0, 33)
  12479. NewButton_5.Font = Enum.Font.SourceSansLight
  12480. NewButton_5.FontSize = Enum.FontSize.Size18
  12481. NewButton_5.Text = "NewButton"
  12482. NewButton_5.TextColor3 = Color3.new(1, 1, 1)
  12483. NewButton_5.TextSize = 15
  12484. NewButton_5.TextWrapped = true
  12485.  
  12486. NewButton_6.Name = "NewButton"
  12487. NewButton_6.Parent = NonFEFrame
  12488. NewButton_6.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12489. NewButton_6.Position = UDim2.new(0.64200002, 0, 0.0250000004, 0)
  12490. NewButton_6.Size = UDim2.new(0, 131, 0, 33)
  12491. NewButton_6.Font = Enum.Font.SourceSansLight
  12492. NewButton_6.FontSize = Enum.FontSize.Size18
  12493. NewButton_6.Text = "NewButton"
  12494. NewButton_6.TextColor3 = Color3.new(1, 1, 1)
  12495. NewButton_6.TextSize = 15
  12496. NewButton_6.TextWrapped = true
  12497.  
  12498. NewButton_7.Name = "NewButton"
  12499. NewButton_7.Parent = NonFEFrame
  12500. NewButton_7.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12501. NewButton_7.Position = UDim2.new(0.0280000009, 0, 0.0642156899, 0)
  12502. NewButton_7.Size = UDim2.new(0, 131, 0, 33)
  12503. NewButton_7.Font = Enum.Font.SourceSansLight
  12504. NewButton_7.FontSize = Enum.FontSize.Size18
  12505. NewButton_7.Text = "NewButton"
  12506. NewButton_7.TextColor3 = Color3.new(1, 1, 1)
  12507. NewButton_7.TextSize = 15
  12508. NewButton_7.TextWrapped = true
  12509.  
  12510. NewButton_8.Name = "NewButton"
  12511. NewButton_8.Parent = NonFEFrame
  12512. NewButton_8.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12513. NewButton_8.Position = UDim2.new(0.0280000009, 0, 0.0442156866, 0)
  12514. NewButton_8.Size = UDim2.new(0, 131, 0, 33)
  12515. NewButton_8.Font = Enum.Font.SourceSansLight
  12516. NewButton_8.FontSize = Enum.FontSize.Size18
  12517. NewButton_8.Text = "NewButton"
  12518. NewButton_8.TextColor3 = Color3.new(1, 1, 1)
  12519. NewButton_8.TextSize = 15
  12520. NewButton_8.TextWrapped = true
  12521.  
  12522. NewButton_9.Name = "NewButton"
  12523. NewButton_9.Parent = NonFEFrame
  12524. NewButton_9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12525. NewButton_9.Position = UDim2.new(0.332562208, 0, 0.0442156866, 0)
  12526. NewButton_9.Size = UDim2.new(0, 131, 0, 33)
  12527. NewButton_9.Font = Enum.Font.SourceSansLight
  12528. NewButton_9.FontSize = Enum.FontSize.Size18
  12529. NewButton_9.Text = "NewButton"
  12530. NewButton_9.TextColor3 = Color3.new(1, 1, 1)
  12531. NewButton_9.TextSize = 15
  12532. NewButton_9.TextWrapped = true
  12533.  
  12534. NewButton_10.Name = "NewButton"
  12535. NewButton_10.Parent = NonFEFrame
  12536. NewButton_10.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12537. NewButton_10.Position = UDim2.new(0.333000004, 0, 0.0642156899, 0)
  12538. NewButton_10.Size = UDim2.new(0, 131, 0, 33)
  12539. NewButton_10.Font = Enum.Font.SourceSansLight
  12540. NewButton_10.FontSize = Enum.FontSize.Size18
  12541. NewButton_10.Text = "NewButton"
  12542. NewButton_10.TextColor3 = Color3.new(1, 1, 1)
  12543. NewButton_10.TextSize = 15
  12544. NewButton_10.TextWrapped = true
  12545.  
  12546. NewButton_11.Name = "NewButton"
  12547. NewButton_11.Parent = NonFEFrame
  12548. NewButton_11.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12549. NewButton_11.Position = UDim2.new(0.64200002, 0, 0.0442156866, 0)
  12550. NewButton_11.Size = UDim2.new(0, 131, 0, 33)
  12551. NewButton_11.Font = Enum.Font.SourceSansLight
  12552. NewButton_11.FontSize = Enum.FontSize.Size18
  12553. NewButton_11.Text = "NewButton"
  12554. NewButton_11.TextColor3 = Color3.new(1, 1, 1)
  12555. NewButton_11.TextSize = 15
  12556. NewButton_11.TextWrapped = true
  12557.  
  12558. NewButton_12.Name = "NewButton"
  12559. NewButton_12.Parent = NonFEFrame
  12560. NewButton_12.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12561. NewButton_12.Position = UDim2.new(0.64200002, 0, 0.0642156899, 0)
  12562. NewButton_12.Size = UDim2.new(0, 131, 0, 33)
  12563. NewButton_12.Font = Enum.Font.SourceSansLight
  12564. NewButton_12.FontSize = Enum.FontSize.Size18
  12565. NewButton_12.Text = "NewButton"
  12566. NewButton_12.TextColor3 = Color3.new(1, 1, 1)
  12567. NewButton_12.TextSize = 15
  12568. NewButton_12.TextWrapped = true
  12569.  
  12570. --FEButtons
  12571.  
  12572. FENewButton.Name = "FENewButton"
  12573. FENewButton.Parent = FEFrame
  12574. FENewButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12575. FENewButton.Position = UDim2.new(0.0280000009, 0, 0.00499999989, 0)
  12576. FENewButton.Size = UDim2.new(0, 131, 0, 33)
  12577. FENewButton.Font = Enum.Font.SourceSansLight
  12578. FENewButton.FontSize = Enum.FontSize.Size18
  12579. FENewButton.Text = "NewButton"
  12580. FENewButton.TextColor3 = Color3.new(1, 1, 1)
  12581. FENewButton.TextSize = 15
  12582. FENewButton.TextWrapped = true
  12583.  
  12584. FENewButton_2.Name = "FENewButton"
  12585. FENewButton_2.Parent = FEFrame
  12586. FENewButton_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12587. FENewButton_2.Position = UDim2.new(0.332562208, 0, 0.00499999989, 0)
  12588. FENewButton_2.Size = UDim2.new(0, 131, 0, 33)
  12589. FENewButton_2.Font = Enum.Font.SourceSansLight
  12590. FENewButton_2.FontSize = Enum.FontSize.Size18
  12591. FENewButton_2.Text = "NewButton"
  12592. FENewButton_2.TextColor3 = Color3.new(1, 1, 1)
  12593. FENewButton_2.TextSize = 15
  12594. FENewButton_2.TextWrapped = true
  12595.  
  12596. FENewButton_3.Name = "FENewButton"
  12597. FENewButton_3.Parent = FEFrame
  12598. FENewButton_3.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12599. FENewButton_3.Position = UDim2.new(0.64200002, 0, 0.00499999989, 0)
  12600. FENewButton_3.Size = UDim2.new(0, 131, 0, 33)
  12601. FENewButton_3.Font = Enum.Font.SourceSansLight
  12602. FENewButton_3.FontSize = Enum.FontSize.Size18
  12603. FENewButton_3.Text = "NewButton"
  12604. FENewButton_3.TextColor3 = Color3.new(1, 1, 1)
  12605. FENewButton_3.TextSize = 15
  12606. FENewButton_3.TextWrapped = true
  12607.  
  12608. FENewButton_4.Name = "FENewButton"
  12609. FENewButton_4.Parent = FEFrame
  12610. FENewButton_4.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12611. FENewButton_4.Position = UDim2.new(0.0280000009, 0, 0.0250000004, 0)
  12612. FENewButton_4.Size = UDim2.new(0, 131, 0, 33)
  12613. FENewButton_4.Font = Enum.Font.SourceSansLight
  12614. FENewButton_4.FontSize = Enum.FontSize.Size18
  12615. FENewButton_4.Text = "NewButton"
  12616. FENewButton_4.TextColor3 = Color3.new(1, 1, 1)
  12617. FENewButton_4.TextSize = 15
  12618. FENewButton_4.TextWrapped = true
  12619.  
  12620. FENewButton_5.Name = "FENewButton"
  12621. FENewButton_5.Parent = FEFrame
  12622. FENewButton_5.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12623. FENewButton_5.Position = UDim2.new(0.333000004, 0, 0.0250000004, 0)
  12624. FENewButton_5.Size = UDim2.new(0, 131, 0, 33)
  12625. FENewButton_5.Font = Enum.Font.SourceSansLight
  12626. FENewButton_5.FontSize = Enum.FontSize.Size18
  12627. FENewButton_5.Text = "NewButton"
  12628. FENewButton_5.TextColor3 = Color3.new(1, 1, 1)
  12629. FENewButton_5.TextSize = 15
  12630. FENewButton_5.TextWrapped = true
  12631.  
  12632. FENewButton_6.Name = "FENewButton"
  12633. FENewButton_6.Parent = FEFrame
  12634. FENewButton_6.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12635. FENewButton_6.Position = UDim2.new(0.64200002, 0, 0.0250000004, 0)
  12636. FENewButton_6.Size = UDim2.new(0, 131, 0, 33)
  12637. FENewButton_6.Font = Enum.Font.SourceSansLight
  12638. FENewButton_6.FontSize = Enum.FontSize.Size18
  12639. FENewButton_6.Text = "NewButton"
  12640. FENewButton_6.TextColor3 = Color3.new(1, 1, 1)
  12641. FENewButton_6.TextSize = 15
  12642. FENewButton_6.TextWrapped = true
  12643.  
  12644. FENewButton_7.Name = "FENewButton"
  12645. FENewButton_7.Parent = FEFrame
  12646. FENewButton_7.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12647. FENewButton_7.Position = UDim2.new(0.0280000009, 0, 0.0642156899, 0)
  12648. FENewButton_7.Size = UDim2.new(0, 131, 0, 33)
  12649. FENewButton_7.Font = Enum.Font.SourceSansLight
  12650. FENewButton_7.FontSize = Enum.FontSize.Size18
  12651. FENewButton_7.Text = "NewButton"
  12652. FENewButton_7.TextColor3 = Color3.new(1, 1, 1)
  12653. FENewButton_7.TextSize = 15
  12654. FENewButton_7.TextWrapped = true
  12655.  
  12656. FENewButton_8.Name = "FENewButton"
  12657. FENewButton_8.Parent = FEFrame
  12658. FENewButton_8.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12659. FENewButton_8.Position = UDim2.new(0.0280000009, 0, 0.0442156866, 0)
  12660. FENewButton_8.Size = UDim2.new(0, 131, 0, 33)
  12661. FENewButton_8.Font = Enum.Font.SourceSansLight
  12662. FENewButton_8.FontSize = Enum.FontSize.Size18
  12663. FENewButton_8.Text = "NewButton"
  12664. FENewButton_8.TextColor3 = Color3.new(1, 1, 1)
  12665. FENewButton_8.TextSize = 15
  12666. FENewButton_8.TextWrapped = true
  12667.  
  12668. FENewButton_9.Name = "FENewButton"
  12669. FENewButton_9.Parent = FEFrame
  12670. FENewButton_9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12671. FENewButton_9.Position = UDim2.new(0.332562208, 0, 0.0442156866, 0)
  12672. FENewButton_9.Size = UDim2.new(0, 131, 0, 33)
  12673. FENewButton_9.Font = Enum.Font.SourceSansLight
  12674. FENewButton_9.FontSize = Enum.FontSize.Size18
  12675. FENewButton_9.Text = "NewButton"
  12676. FENewButton_9.TextColor3 = Color3.new(1, 1, 1)
  12677. FENewButton_9.TextSize = 15
  12678. FENewButton_9.TextWrapped = true
  12679.  
  12680. FENewButton_10.Name = "FENewButton"
  12681. FENewButton_10.Parent = FEFrame
  12682. FENewButton_10.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12683. FENewButton_10.Position = UDim2.new(0.333000004, 0, 0.0642156899, 0)
  12684. FENewButton_10.Size = UDim2.new(0, 131, 0, 33)
  12685. FENewButton_10.Font = Enum.Font.SourceSansLight
  12686. FENewButton_10.FontSize = Enum.FontSize.Size18
  12687. FENewButton_10.Text = "NewButton"
  12688. FENewButton_10.TextColor3 = Color3.new(1, 1, 1)
  12689. FENewButton_10.TextSize = 15
  12690. FENewButton_10.TextWrapped = true
  12691.  
  12692. FENewButton_11.Name = "FENewButton"
  12693. FENewButton_11.Parent = FEFrame
  12694. FENewButton_11.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12695. FENewButton_11.Position = UDim2.new(0.64200002, 0, 0.0442156866, 0)
  12696. FENewButton_11.Size = UDim2.new(0, 131, 0, 33)
  12697. FENewButton_11.Font = Enum.Font.SourceSansLight
  12698. FENewButton_11.FontSize = Enum.FontSize.Size18
  12699. FENewButton_11.Text = "NewButton"
  12700. FENewButton_11.TextColor3 = Color3.new(1, 1, 1)
  12701. FENewButton_11.TextSize = 15
  12702. FENewButton_11.TextWrapped = true
  12703.  
  12704. FENewButton_12.Name = "FENewButton"
  12705. FENewButton_12.Parent = FEFrame
  12706. FENewButton_12.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12707. FENewButton_12.Position = UDim2.new(0.64200002, 0, 0.0642156899, 0)
  12708. FENewButton_12.Size = UDim2.new(0, 131, 0, 33)
  12709. FENewButton_12.Font = Enum.Font.SourceSansLight
  12710. FENewButton_12.FontSize = Enum.FontSize.Size18
  12711. FENewButton_12.Text = "NewButton"
  12712. FENewButton_12.TextColor3 = Color3.new(1, 1, 1)
  12713. FENewButton_12.TextSize = 15
  12714. FENewButton_12.TextWrapped = true
  12715.  
  12716. --FuckerButtons
  12717.  
  12718. BoogaFucker.Name = "BoogaFucker"
  12719. BoogaFucker.Parent = FuckerFrame
  12720. BoogaFucker.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12721. BoogaFucker.Position = UDim2.new(0.0260000005, 0, 0.00200000009, 0)
  12722. BoogaFucker.Size = UDim2.new(0, 426, 0, 33)
  12723. BoogaFucker.Font = Enum.Font.SourceSansLight
  12724. BoogaFucker.FontSize = Enum.FontSize.Size28
  12725. BoogaFucker.Text = "BoogaFucker"
  12726. BoogaFucker.TextColor3 = Color3.new(1, 1, 1)
  12727. BoogaFucker.TextSize = 25
  12728. BoogaFucker.TextWrapped = true
  12729. BoogaFucker.MouseButton1Down:connect(function()
  12730. loadstring(game:HttpGet(('https://pastebin.com/raw/Dc5bFL5M'),true))()
  12731. end)
  12732.  
  12733.  
  12734. APOCFucker.Name = "APOCFucker"
  12735. APOCFucker.Parent = FuckerFrame
  12736. APOCFucker.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12737. APOCFucker.Position = UDim2.new(0.0260000005, 0, 0.0199999996, 0)
  12738. APOCFucker.Size = UDim2.new(0, 426, 0, 33)
  12739. APOCFucker.Font = Enum.Font.SourceSansLight
  12740. APOCFucker.FontSize = Enum.FontSize.Size28
  12741. APOCFucker.Text = "APOCFucker"
  12742. APOCFucker.TextColor3 = Color3.new(1, 1, 1)
  12743. APOCFucker.TextSize = 25
  12744. APOCFucker.TextWrapped = true
  12745. APOCFucker.MouseButton1Down:connect(function()
  12746. loadstring(game:HttpGet(('https://pastebin.com/raw/HfX0hpTc'),true))()
  12747. end)
  12748.  
  12749. BABFTFucker.Name = "BABFTFucker"
  12750. BABFTFucker.Parent = FuckerFrame
  12751. BABFTFucker.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12752. BABFTFucker.Position = UDim2.new(0.0260000005, 0, 0.0384999998, 0)
  12753. BABFTFucker.Size = UDim2.new(0, 426, 0, 33)
  12754. BABFTFucker.Font = Enum.Font.SourceSansLight
  12755. BABFTFucker.FontSize = Enum.FontSize.Size28
  12756. BABFTFucker.Text = "BABFTFucker"
  12757. BABFTFucker.TextColor3 = Color3.new(1, 1, 1)
  12758. BABFTFucker.TextSize = 25
  12759. BABFTFucker.TextWrapped = true
  12760. BABFTFucker.MouseButton1Down:connect(function()
  12761. loadstring(game:HttpGet(('https://pastebin.com/raw/sJvw8JkW'),true))()
  12762. end)
  12763.  
  12764. LumberFucker.Name = "LumberFucker"
  12765. LumberFucker.Parent = FuckerFrame
  12766. LumberFucker.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12767. LumberFucker.Position = UDim2.new(0.0260000005, 0, 0.056499999, 0)
  12768. LumberFucker.Size = UDim2.new(0, 426, 0, 33)
  12769. LumberFucker.Font = Enum.Font.SourceSansLight
  12770. LumberFucker.FontSize = Enum.FontSize.Size28
  12771. LumberFucker.Text = "LumberFucker"
  12772. LumberFucker.TextColor3 = Color3.new(1, 1, 1)
  12773. LumberFucker.TextSize = 25
  12774. LumberFucker.TextWrapped = true
  12775. LumberFucker.MouseButton1Down:connect(function()
  12776. loadstring(game:HttpGet(('https://pastebin.com/raw/i1WS277r'),true))()
  12777. end)
  12778.  
  12779. JailFucker.Name = "JailFucker"
  12780. JailFucker.Parent = FuckerFrame
  12781. JailFucker.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  12782. JailFucker.Position = UDim2.new(0.0260000005, 0, 0.074500002, 0)
  12783. JailFucker.Size = UDim2.new(0, 426, 0, 33)
  12784. JailFucker.Font = Enum.Font.SourceSansLight
  12785. JailFucker.FontSize = Enum.FontSize.Size28
  12786. JailFucker.Text = "JailFucker"
  12787. JailFucker.TextColor3 = Color3.new(1, 1, 1)
  12788. JailFucker.TextSize = 25
  12789. JailFucker.TextWrapped = true
  12790. JailFucker.MouseButton1Down:connect(function()
  12791. loadstring(game:HttpGet(('https://pastebin.com/raw/3c2SfuR9'),true))()
  12792. end)
  12793.  
  12794. --Advertisements
  12795.  
  12796. LeftBottomAd.Name = "LeftBottomAd"
  12797. LeftBottomAd.Parent = MainFrame
  12798. LeftBottomAd.BackgroundColor3 = Color3.new(1, 1, 1)
  12799. LeftBottomAd.Position = UDim2.new(0.000547535717, 0, 1.01958477, 0)
  12800. LeftBottomAd.Size = UDim2.new(0, 315, 0, 88)
  12801. LeftBottomAd.Image = "rbxassetid://924320031"
  12802. LeftBottomAd.Visible = false
  12803.  
  12804. RightBottomAd.Name = "RightBottomAd"
  12805. RightBottomAd.Parent = MainFrame
  12806. RightBottomAd.BackgroundColor3 = Color3.new(1, 1, 1)
  12807. RightBottomAd.Position = UDim2.new(0.527246833, 0, 1.01958477, 0)
  12808. RightBottomAd.Size = UDim2.new(0, 315, 0, 88)
  12809. RightBottomAd.Image = "rbxassetid://924320031"
  12810. RightBottomAd.Visible = false
  12811.  
  12812. --Tired/Buy ad shit start
  12813. LeftTopAd.Name = "LeftTopAd"
  12814. LeftTopAd.Parent = MainFrame
  12815. LeftTopAd.BackgroundColor3 = Color3.new(1, 1, 1)
  12816. LeftTopAd.Position = UDim2.new(0.000547558069, 0, -0.275300086, 0)
  12817. LeftTopAd.Size = UDim2.new(0, 315, 0, 88)
  12818. LeftTopAd.Image = "rbxassetid://1863086183"
  12819.  
  12820. DisableAdsText.Name = "DisableAdsText"
  12821. DisableAdsText.Parent = LeftTopAd
  12822. DisableAdsText.BackgroundColor3 = Color3.new(1, 1, 1)
  12823. DisableAdsText.BackgroundTransparency = 1
  12824. DisableAdsText.Size = UDim2.new(0, 315, 0, 88)
  12825. DisableAdsText.Font = Enum.Font.Cartoon
  12826. DisableAdsText.FontSize = Enum.FontSize.Size24
  12827. DisableAdsText.Text = "buy your own advertisement here in the discord given in the contact tab!"
  12828. DisableAdsText.TextColor3 = Color3.new(1, 1, 1)
  12829. DisableAdsText.TextSize = 20
  12830. DisableAdsText.Visible = false
  12831. DisableAdsText.TextWrapped = true
  12832. DisableAdsText.Visible = true
  12833.  
  12834. --Tired/Buy ad shit end
  12835.  
  12836. RightTopAd.Name = "RightTopAd"
  12837. RightTopAd.Parent = MainFrame
  12838. RightTopAd.BackgroundColor3 = Color3.new(1, 1, 1)
  12839. RightTopAd.Position = UDim2.new(0.527246833, 0, -0.275300086, 0)
  12840. RightTopAd.Size = UDim2.new(0, 315, 0, 88)
  12841. RightTopAd.Image = "rbxassetid://1868331262"
  12842. RightTopAd.Visible = false
  12843.  
  12844. RightSideAd.Name = "RightSideAd"
  12845. RightSideAd.Parent = MainFrame
  12846. RightSideAd.BackgroundColor3 = Color3.new(1, 1, 1)
  12847. RightSideAd.Position = UDim2.new(1.00899553, 0, 0.692528725, 0)
  12848. RightSideAd.Size = UDim2.new(0, 88, 0, 202)
  12849. RightSideAd.Image = "rbxassetid://924320031"
  12850. RightSideAd.Visible = false
  12851.  
  12852. LeftSideAd.Name = "LeftSideAd"
  12853. LeftSideAd.Parent = MainFrame
  12854. LeftSideAd.BackgroundColor3 = Color3.new(1, 1, 1)
  12855. LeftSideAd.Position = UDim2.new(-0.143928036, 0, 0.692528725, 0)
  12856. LeftSideAd.Size = UDim2.new(0, 88, 0, 202)
  12857. LeftSideAd.Image = "rbxassetid://924320031"
  12858. LeftSideAd.Visible = false
  12859.  
  12860. OpenClose.MouseButton1Down:connect(function()
  12861. if Openn == true then
  12862. Openn = false
  12863. MainFrame.Visible = false
  12864. else
  12865. Openn = true
  12866. MainFrame.Visible = true
  12867. end
  12868. end)
  12869. end
  12870. end)
  12871. end)
  12872.  
  12873. BoogaButton2.MouseButton1Down:connect(function()
  12874. local plr = game:GetService("Players").LocalPlayer
  12875. local mouse = plr:GetMouse()
  12876. mouse.KeyDown:connect(function(key)
  12877. if key == "e" then
  12878. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  12879. Torso = game.Players.LocalPlayer.Character.UpperTorso
  12880. b = Torso.Position + Torso.CFrame.lookVector * 10
  12881. local c = b.x
  12882. local d = b.y - 2
  12883. local e = b.z
  12884. for i = 1,1 do
  12885. local A_1 = "Infinity Chest"
  12886. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  12887. local A_3 = 0
  12888. Event:FireServer(A_1, A_2, A_3)
  12889. end end end)
  12890. end)
  12891.  
  12892. EclipsisButton.MouseButton1Down:connect(function()
  12893. INF IRIDUIM
  12894. local plr = game.Players.LocalPlayer
  12895. local function hack(c)
  12896. if c:IsA("Tool") and c.Name ~= "Portafab" then
  12897. c:WaitForChild("Remote"):FireServer("IridiumConsumed", -10^10)
  12898. end
  12899. end
  12900.  
  12901. plr.Backpack.ChildAdded:Connect(hack)
  12902.  
  12903. plr.CharacterAdded:Connect(function() plr.Backpack.ChildAdded:Connect(hack) end)
  12904.  
  12905. GUI
  12906. local Eclipsis = Instance.new("ScreenGui")
  12907. local MainFrame = Instance.new("Frame")
  12908. local Title = Instance.new("TextLabel")
  12909. local Kill = Instance.new("TextButton")
  12910. local Victim = Instance.new("TextBox")
  12911. local KillAll = Instance.new("TextButton")
  12912.  
  12913. -- Properties
  12914.  
  12915. Eclipsis.Name = "Eclipsis"
  12916. Eclipsis.Parent = game:GetService("CoreGui")
  12917.  
  12918. MainFrame.Name = "MainFrame"
  12919. MainFrame.Parent = Eclipsis
  12920. MainFrame.Active = true
  12921. MainFrame.Archivable = true
  12922. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  12923. MainFrame.Position = UDim2.new(0.25385803, 0, 0.277506113, 0)
  12924. MainFrame.Size = UDim2.new(0, 271, 0, 114)
  12925. MainFrame.Visible = true
  12926. MainFrame.Draggable = true
  12927.  
  12928. Title.Name = "Title"
  12929. Title.Parent = MainFrame
  12930. Title.BackgroundColor3 = Color3.new(0.552941, 0.552941, 0.552941)
  12931. Title.Size = UDim2.new(0, 271, 0, 19)
  12932. Title.Font = Enum.Font.SourceSans
  12933. Title.Text = "Eclipsis GUI - By StayBlue"
  12934. Title.TextColor3 = Color3.new(0, 0, 0)
  12935. Title.TextSize = 14
  12936.  
  12937. Kill.Name = "Kill"
  12938. Kill.Parent = MainFrame
  12939. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  12940. Kill.Position = UDim2.new(0.0664206296, 0, 0.350877166, 0)
  12941. Kill.Size = UDim2.new(0, 101, 0, 33)
  12942. Kill.Font = Enum.Font.SourceSans
  12943. Kill.Text = "Kill"
  12944. Kill.TextColor3 = Color3.new(0, 0, 0)
  12945. Kill.TextSize = 14
  12946.  
  12947. Victim.Name = "Victim"
  12948. Victim.Parent = MainFrame
  12949. Victim.BackgroundColor3 = Color3.new(0, 0, 0)
  12950. Victim.BackgroundTransparency = 0.5
  12951. Victim.Position = UDim2.new(0, 0, 0.810916185, 0)
  12952. Victim.Size = UDim2.new(0, 271, 0, 22)
  12953. Victim.Font = Enum.Font.SourceSans
  12954. Victim.Text = "Victim"
  12955. Victim.TextColor3 = Color3.new(1, 1, 1)
  12956. Victim.TextSize = 14
  12957.  
  12958. KillAll.Name = "KillAll"
  12959. KillAll.Parent = MainFrame
  12960. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  12961. KillAll.Position = UDim2.new(0.560885489, 0, 0.348862052, 0)
  12962. KillAll.Size = UDim2.new(0, 101, 0, 33)
  12963. KillAll.Font = Enum.Font.SourceSans
  12964. KillAll.Text = "Kill All"
  12965. KillAll.TextColor3 = Color3.new(0, 0, 0)
  12966. KillAll.TextSize = 14
  12967.  
  12968. Kill.MouseButton1Click:connect(function()
  12969. local player = Victim.Text
  12970. local damage = 500
  12971. local humanoid = game:GetService("Workspace")[player].Humanoid
  12972. game:GetService("ReplicatedStorage").Remotes.FallDamageDamageTaken:FireServer(humanoid, damage)
  12973. end)
  12974.  
  12975. KillAll.MouseButton1Click:connect(function()
  12976. local plr = game.Players.LocalPlayer.Name
  12977. local damage = 500
  12978. for i,v in pairs(game.Players:GetChildren()) do
  12979. if v.Name ~= plr then
  12980. for n,a in pairs(game.Workspace:GetChildren()) do
  12981. if a.Name == v.Name and a.Name ~= plr then
  12982. local player = v.Name
  12983. local humanoid = game:GetService("Workspace")[player].Humanoid
  12984. game:GetService("ReplicatedStorage").Remotes.FallDamageDamageTaken:FireServer(humanoid, damage)
  12985. end
  12986. end
  12987. end
  12988. end
  12989. end)
  12990.  
  12991. Both of those pout together are
  12992.  
  12993. a kill / kill all script
  12994.  
  12995. for the eclipsis
  12996.  
  12997. local renderstepped = game:GetService("RunService").RenderStepped
  12998. local uis = game:GetService("UserInputService")
  12999. local plr = game.Players.LocalPlayer
  13000. local conn
  13001.  
  13002. local function hack()
  13003. local char = plr.Character
  13004. local portafab = plr.Backpack:FindFirstChild("Portafab") or plr.Character:FindFirstChild("Portafab")
  13005. local remote = portafab:WaitForChild("Remote")
  13006. if conn then conn:Disconnect() end
  13007. conn = uis.InputBegan:Connect(function(i,g)
  13008. if portafab.Parent == char then
  13009. if i.KeyCode == Enum.KeyCode.E or i.UserInputType == Enum.UserInputType.MouseButton1 then
  13010. while uis:IsKeyDown(Enum.KeyCode.E) or uis:IsMouseButtonPressed(Enum.UserInputType.MouseButton1) do
  13011. if portafab.Parent ~= char then break end
  13012. remote:FireServer("Activated", plr:GetMouse().Hit.p, plr:GetMouse().Target)
  13013. renderstepped:Wait()
  13014. end
  13015. elseif i.KeyCode == Enum.KeyCode.G then
  13016. while uis:IsKeyDown(Enum.KeyCode.G) and portafab.Parent == char do
  13017. remote:FireServer("DestroyActivated",plr:GetMouse().Hit.p,plr:GetMouse().Target)
  13018. renderstepped:Wait()
  13019. end
  13020. remote:FireServer("DestroyDeactivated")
  13021. end
  13022. end
  13023. end)
  13024. end
  13025.  
  13026. hack()
  13027.  
  13028. plr.CharacterAdded:connect(function(char)
  13029. hack()
  13030. end)
  13031.  
  13032.  
  13033.  
  13034. Insta destroy, Insta push / pull
  13035. end)
  13036.  
  13037. RapButton1.MouseButton1Down:connect(function()
  13038. local VoteCheatGUI = Instance.new("ScreenGui")
  13039. local Player2Button = Instance.new("TextButton")
  13040. local Player1Button = Instance.new("TextButton")VoteCheatGUI.Name = "VoteCheatGUI"
  13041. VoteCheatGUI.Parent = game.CoreGui
  13042. Player2Button.Name = "Player2Button"
  13043. Player2Button.Parent = VoteCheatGUI
  13044. Player2Button.BackgroundColor3 = Color3.new(1, 1, 1)
  13045. Player2Button.Position = UDim2.new(0, 0, 0.800000012, 0)
  13046. Player2Button.Size = UDim2.new(0, 200, 0, 50)
  13047. Player2Button.Font = Enum.Font.SourceSans
  13048. Player2Button.FontSize = Enum.FontSize.Size14
  13049. Player2Button.TextSize = 14
  13050. Player1Button.Name = "Player1Button"
  13051. Player1Button.Parent = VoteCheatGUI
  13052. Player1Button.BackgroundColor3 = Color3.new(1, 1, 1)
  13053. Player1Button.Position = UDim2.new(0, 0, 0.699999988, 0)
  13054. Player1Button.Size = UDim2.new(0, 200, 0, 50)
  13055. Player1Button.Font = Enum.Font.SourceSans
  13056. Player1Button.FontSize = Enum.FontSize.Size14
  13057. Player1Button.TextSize = 14
  13058. Player1Button.MouseButton1Down:connect(function()
  13059. for i = 0,1 do
  13060. game.Workspace.Votes:FireServer(false,"p1")
  13061. game:GetService("RunService").Heartbeat:Wait()
  13062. end
  13063. end)
  13064.  
  13065. Player2Button.MouseButton1Down:connect(function()
  13066. for i = 0,1 do
  13067. game.Workspace.Votes:FireServer(false,"p2")
  13068. game:GetService("RunService").Heartbeat:Wait()
  13069. end
  13070. end)
  13071.  
  13072. while true do
  13073. Player2Button.Text = game.Workspace.RapBattles.Rappers.player2.Value
  13074. Player1Button.Text = game.Workspace.RapBattles.Rappers.player1.Value
  13075. wait(0.1)
  13076. end
  13077. end)
  13078.  
  13079. RapButton2.MouseButton1Down:connect(function()
  13080. ----- created by snakez#7611
  13081. ------- vouch appreciated if you going to give one!
  13082.  
  13083. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Auto Rap Battles GUI has successfully opened." ,"All")
  13084.  
  13085. -- Objects
  13086.  
  13087. local ScreenGui = Instance.new("ScreenGui")
  13088. local Frame = Instance.new("Frame")
  13089. local TextLabel = Instance.new("TextLabel")
  13090. local Stage = Instance.new("TextButton")
  13091. local VoteUI = Instance.new("TextButton")
  13092. local spamhats = Instance.new("TextButton")
  13093. local IY = Instance.new("TextButton")
  13094. local TextLabel_2 = Instance.new("TextLabel")
  13095.  
  13096. -- Properties
  13097.  
  13098. ScreenGui.Parent = game.CoreGui
  13099.  
  13100. Frame.Parent = ScreenGui
  13101. Frame.Active = true
  13102. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  13103. Frame.Position = UDim2.new(0, 613, 0, 132)
  13104. Frame.Selectable = true
  13105. Frame.Size = UDim2.new(0, 349, 0, 251)
  13106. Frame.Visible = true
  13107. Frame.Draggable = true
  13108.  
  13109. TextLabel.Parent = Frame
  13110. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  13111. TextLabel.BackgroundTransparency = 1
  13112. TextLabel.Size = UDim2.new(0, 349, 0, 59)
  13113. TextLabel.Text = "AUTO RAP BATTLES"
  13114. TextLabel.TextColor3 = Color3.new(0.231373, 1, 0)
  13115. TextLabel.TextSize = 14
  13116.  
  13117. Stage.Name = "Stage"
  13118. Stage.Parent = Frame
  13119. Stage.BackgroundColor3 = Color3.new(0, 0, 0)
  13120. Stage.BorderColor3 = Color3.new(0.266667, 1, 0)
  13121. Stage.Position = UDim2.new(0, 0, 0, 68)
  13122. Stage.Size = UDim2.new(0, 174, 0, 50)
  13123. Stage.Text = "Stage"
  13124. Stage.TextColor3 = Color3.new(0, 1, 0)
  13125. Stage.TextSize = 14
  13126. Stage.MouseButton1Click:connect(function()
  13127. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-88.145134, 60.9199867, -213.246567)
  13128. end)
  13129.  
  13130. VoteUI.Name = "VoteUI"
  13131. VoteUI.Parent = Frame
  13132. VoteUI.BackgroundColor3 = Color3.new(0, 0, 0)
  13133. VoteUI.BorderColor3 = Color3.new(0.266667, 1, 0)
  13134. VoteUI.Position = UDim2.new(0, 175, 0, 76)
  13135. VoteUI.Size = UDim2.new(0, 174, 0, 50)
  13136. VoteUI.Text = "Vote UI"
  13137. VoteUI.TextColor3 = Color3.new(0, 1, 0)
  13138. VoteUI.TextSize = 14
  13139. VoteUI.MouseButton1Click:connect(function()
  13140. loadstring(game:HttpGet(("https://pastebin.com/raw/a7jy3wwA"),true))()
  13141. end)
  13142.  
  13143. spamhats.Name = "spamhats"
  13144. spamhats.Parent = Frame
  13145. spamhats.BackgroundColor3 = Color3.new(0, 0, 0)
  13146. spamhats.BorderColor3 = Color3.new(0.266667, 1, 0)
  13147. spamhats.Position = UDim2.new(0, 0, 0, 134)
  13148. spamhats.Size = UDim2.new(0, 174, 0, 50)
  13149. spamhats.Text = "Spam Hats"
  13150. spamhats.TextColor3 = Color3.new(0, 1, 0)
  13151. spamhats.TextSize = 14
  13152. spamhats.MouseButton1Click:connect(function()
  13153. for i=1,500 do
  13154. print (i)
  13155. game.Workspace.Hats:FireServer("Dominus Empyreus'", 0)
  13156. wait(0.5)
  13157. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  13158. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  13159. if child.Handle:FindFirstChild("Mesh") then
  13160. child.Handle.Mesh.Parent = nil
  13161. child.Parent = game.Workspace
  13162. wait(0.25)
  13163. game.Workspace.Hats:FireServer("Backwards Baseball Cap", 0)
  13164. wait(0.5)
  13165. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  13166. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  13167. if child.Handle:FindFirstChild("Mesh") then
  13168. child.Handle.Mesh.Parent = nil
  13169. child.Parent = game.Workspace
  13170. wait(0.25)
  13171. game.Workspace.Hats:FireServer("Acheo's Pot", 0)
  13172. wait(0.5)
  13173. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  13174. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  13175. if child.Handle:FindFirstChild("Mesh") then
  13176. child.Handle.Mesh.Parent = nil
  13177. child.Parent = game.Workspace
  13178. wait(0.25)
  13179. game.Workspace.Hats:FireServer("Golden Headphones", 0)
  13180. wait(0.5)
  13181. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  13182. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  13183. if child.Handle:FindFirstChild("Mesh") then
  13184. child.Handle.Mesh.Parent = nil
  13185. child.Parent = game.Workspace
  13186. wait(0.25)
  13187. game.Workspace.Hats:FireServer("Black Fedora", 0)
  13188. wait(0.5)
  13189. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  13190. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  13191. if child.Handle:FindFirstChild("Mesh") then
  13192. child.Handle.Mesh.Parent = nil
  13193. child.Parent = game.Workspace
  13194. end
  13195. end
  13196. end
  13197. end
  13198. end
  13199. end
  13200. end
  13201. end
  13202. end
  13203. end
  13204. end
  13205. end
  13206. end
  13207. end
  13208. end
  13209. end
  13210. end)
  13211.  
  13212. IY.Name = "IY"
  13213. IY.Parent = Frame
  13214. IY.BackgroundColor3 = Color3.new(0, 0, 0)
  13215. IY.BorderColor3 = Color3.new(0.266667, 1, 0)
  13216. IY.Position = UDim2.new(0, 175, 0, 152)
  13217. IY.Size = UDim2.new(0, 174, 0, 50)
  13218. IY.Text = "Infinite Yield"
  13219. IY.TextColor3 = Color3.new(0, 1, 0)
  13220. IY.TextSize = 14
  13221. IY.MouseButton1Click:connect(function()
  13222. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  13223. end)
  13224.  
  13225. TextLabel_2.Parent = Frame
  13226. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  13227. TextLabel_2.BackgroundTransparency = 1
  13228. TextLabel_2.Position = UDim2.new(0, 0, 0, 224)
  13229. TextLabel_2.Size = UDim2.new(0, 349, 0, 27)
  13230. TextLabel_2.Text = "created by snakez#7611"
  13231. TextLabel_2.TextColor3 = Color3.new(0.231373, 1, 0)
  13232. TextLabel_2.TextSize = 14
  13233.  
  13234. -- Scripts
  13235. end)
  13236.  
  13237. RoVoxV3Button.MouseButton1Down:connect(function()
  13238. loadstring(game:HttpGet("https://pastebin.com/raw/X0Ss6BqQ'", true))()
  13239. end)
  13240. end)
Add Comment
Please, Sign In to add comment