snakeeyes3O8

Bun Hax

Mar 26th, 2019
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 307.76 KB | None | 0 0
  1. -- Instances:
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Login = Instance.new("Frame")
  4. local Bar1 = Instance.new("Frame")
  5. local Bar2 = Instance.new("Frame")
  6. local LoginTitle = Instance.new("TextLabel")
  7. local UsernameLabel = Instance.new("TextLabel")
  8. local UserBox = Instance.new("TextBox")
  9. local PasswordLabel = Instance.new("TextLabel")
  10. local PassBox = Instance.new("TextBox")
  11. local DiscordHelp = Instance.new("TextLabel")
  12. local Confirm = Instance.new("TextButton")
  13. local LoginExitButton = Instance.new("TextButton")
  14. local BunHub = Instance.new("Frame")
  15. local BunHubBackground = Instance.new("ImageLabel")
  16. local BunHubTitle = Instance.new("TextLabel")
  17. local Enjoy = Instance.new("TextLabel")
  18. local Onyx = Instance.new("TextButton")
  19. local BoogaFucker = Instance.new("TextButton")
  20. local Admin = Instance.new("TextButton")
  21. local BoogaBitchesV2 = Instance.new("TextButton")
  22. local BoogaKicker = Instance.new("TextButton")
  23. local ETeleport = Instance.new("TextButton")
  24. local InfiniteJump = Instance.new("TextButton")
  25. local BoogaHubV2 = Instance.new("TextButton")
  26. local ExitButton = Instance.new("TextButton")
  27. local Admin_2 = Instance.new("TextButton")
  28. --Properties:
  29. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  30.  
  31. Login.Name = "Login"
  32. Login.Parent = ScreenGui
  33. Login.Active = true
  34. Login.BackgroundColor3 = Color3.new(255, 255, 255)
  35. Login.BorderColor3 = Color3.new(0.207843, 0, 0.041176)
  36. Login.BorderSizePixel = 1
  37. Login.Position = UDim2.new(0.0686319992, 0, 0.0367775895, 0)
  38. Login.Size = UDim2.new(0, 469,0, 470)
  39. Login.Draggable = true
  40.  
  41.  
  42. LoginTitle.Name = "LoginTitle"
  43. LoginTitle.Parent = Login
  44. LoginTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  45. LoginTitle.BorderSizePixel = 0
  46. LoginTitle.Size = UDim2.new(0, 469,0, 32)
  47. LoginTitle.Font = Enum.Font.SciFi
  48. LoginTitle.Text = "Bun Hub Login"
  49. LoginTitle.TextColor3 = Color3.new(255, 255, 255)
  50. LoginTitle.TextScaled = false
  51. LoginTitle.TextSize = 40
  52. LoginTitle.TextWrapped = false
  53.  
  54.  
  55. UsernameLabel.Name = "UsernameLabel"
  56. UsernameLabel.Parent = Login
  57. UsernameLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  58. UsernameLabel.BorderSizePixel = 0
  59. UsernameLabel.Position = UDim2.new(0.113, 0,0.294, 0)
  60. UsernameLabel.Size = UDim2.new(0, 363,0, 23)
  61. UsernameLabel.Font = Enum.Font.SciFi
  62. UsernameLabel.Text = "Username"
  63. UsernameLabel.TextColor3 = Color3.new(0, 0, 0)
  64. UsernameLabel.TextScaled = true
  65. UsernameLabel.TextSize = 14
  66. UsernameLabel.TextWrapped = true
  67. UsernameLabel.BackgroundTransparency = 1
  68.  
  69. UserBox.Name = "UserBox"
  70. UserBox.Parent = Login
  71. UserBox.BackgroundColor3 = Color3.new(0, 0, 0)
  72. UserBox.BorderSizePixel = 0
  73. UserBox.Position = UDim2.new(0.172, 0,0.356, 0)
  74. UserBox.Size = UDim2.new(0, 307,0, 35)
  75. UserBox.Font = Enum.Font.SciFi
  76. UserBox.Text = "Username"
  77. UserBox.TextColor3 = Color3.new(255, 255, 255)
  78. UserBox.TextScaled = true
  79. UserBox.TextSize = 14
  80. UserBox.TextWrapped = true
  81.  
  82. PasswordLabel.Name = "PasswordLabel"
  83. PasswordLabel.Parent = Login
  84. PasswordLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  85. PasswordLabel.BorderSizePixel = 0
  86. PasswordLabel.Position = UDim2.new(0.113, 0,0.56, 0)
  87. PasswordLabel.Size = UDim2.new(0, 363,0, 23)
  88. PasswordLabel.Font = Enum.Font.SciFi
  89. PasswordLabel.Text = "Password"
  90. PasswordLabel.TextColor3 = Color3.new(0, 0, 0)
  91. PasswordLabel.TextScaled = true
  92. PasswordLabel.TextSize = 14
  93. PasswordLabel.TextWrapped = true
  94. PasswordLabel.BackgroundTransparency = 1
  95.  
  96. PassBox.Name = "PassBox"
  97. PassBox.Parent = Login
  98. PassBox.BackgroundColor3 = Color3.new(0, 0, 0)
  99. PassBox.BorderSizePixel = 0
  100. PassBox.Position = UDim2.new(0.172, 0,0.625, 0)
  101. PassBox.Size = UDim2.new(0, 307,0, 35)
  102. PassBox.Font = Enum.Font.SciFi
  103. PassBox.Text = "Password"
  104. PassBox.TextColor3 = Color3.new(255, 255, 255)
  105. PassBox.TextScaled = true
  106. PassBox.TextSize = 14
  107. PassBox.TextWrapped = true
  108.  
  109. Confirm.Name = "Confirm"
  110. Confirm.Parent = Login
  111. Confirm.BackgroundColor3 = Color3.new(0, 0, 0)
  112. Confirm.BorderSizePixel = 0
  113. Confirm.Position = UDim2.new(0.034, 0,0.872, 0)
  114. Confirm.Size = UDim2.new(0, 174,0, 38)
  115. Confirm.Font = Enum.Font.SciFi
  116. Confirm.Text = "Confirm"
  117. Confirm.TextColor3 = Color3.new(255, 255, 255)
  118. Confirm.TextScaled = true
  119. Confirm.TextSize = 14
  120. Confirm.TextWrapped = true
  121.  
  122. DiscordHelp.Name = "DiscordHelp"
  123. DiscordHelp.Parent = Login
  124. DiscordHelp.BackgroundColor3 = Color3.new(255, 255, 255)
  125. DiscordHelp.BorderSizePixel = 0
  126. DiscordHelp.Position = UDim2.new(0.113, 0,0.13, 0)
  127. DiscordHelp.Size = UDim2.new(0, 363,0, 50)
  128. DiscordHelp.Font = Enum.Font.SciFi
  129. DiscordHelp.Text = "If you want help go to my discord group CODE:2SQgfDo"
  130. DiscordHelp.TextColor3 = Color3.new(0, 0, 0)
  131. DiscordHelp.TextScaled = true
  132. DiscordHelp.TextSize = 14
  133. DiscordHelp.TextWrapped = true
  134. DiscordHelp.BackgroundTransparency = 1
  135.  
  136. LoginExitButton.Name = "LoginExitButton"
  137. LoginExitButton.Parent = Login
  138. LoginExitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  139. LoginExitButton.BorderColor3 = Color3.new(0.639216, 0, 0.223529)
  140. LoginExitButton.BorderSizePixel = 0
  141. LoginExitButton.Position = UDim2.new(0.573, 0,0.872, 0)
  142. LoginExitButton.Size = UDim2.new(0, 185,0, 38)
  143. LoginExitButton.Font = Enum.Font.SciFi
  144. LoginExitButton.Text = "Cancel"
  145. LoginExitButton.TextColor3 = Color3.new(255, 255, 255)
  146. LoginExitButton.TextScaled = true
  147. LoginExitButton.TextSize = 14
  148.  
  149. BunHub.Name = "BunHub"
  150. BunHub.Parent = ScreenGui
  151. BunHub.Active = true
  152. BunHub.BackgroundColor3 = Color3.new(0, 0, 0)
  153. BunHub.BorderColor3 = Color3.new(0, 0, 0)
  154. BunHub.BorderSizePixel = 1
  155. BunHub.Position = UDim2.new(0.11372304, 0, 0.0770577937)
  156. BunHub.Size = UDim2.new(0, 800, 0, 400)
  157. BunHub.BackgroundTransparency = 0.2
  158. BunHub.Visible = false
  159. BunHub.Draggable = true
  160.  
  161.  
  162. BunHubBackground.Name = "BunHub"
  163. BunHubBackground.Parent = ScreenGui
  164. BunHubBackground.Active = true
  165. BunHubBackground.BackgroundColor3 = Color3.new(0, 0, 0)
  166. BunHubBackground.BorderColor3 = Color3.new(0, 0, 0)
  167. BunHubBackground.BorderSizePixel = 1
  168. BunHubBackground.Position = UDim2.new(0.11372304, 0, 0.0770577937)
  169. BunHubBackground.Size = UDim2.new(0, 800, 0, 400)
  170. BunHubBackground.BackgroundTransparency = 0.2
  171. BunHubBackground.Visible = false
  172. BunHubBackground.Image = ("xassetid://2874346338")
  173.  
  174. BunHubTitle.Name = "BunHub Title"
  175. BunHubTitle.Parent = BunHub
  176. BunHubTitle.BackgroundColor3 = Color3.new(255, 255, 255)
  177. BunHubTitle.BorderSizePixel = 0
  178. BunHubTitle.Position = UDim2.new(0, 0, -0.00682593836, 0)
  179. BunHubTitle.Size = UDim2.new(0, 800,0, 37)
  180. BunHubTitle.Font = Enum.Font.SciFi
  181. BunHubTitle.Text = "Bun Hub"
  182. BunHubTitle.TextColor3 = Color3.new(0, 0, 0)
  183. BunHubTitle.TextScaled = true
  184. BunHubTitle.TextSize = 14
  185. BunHubTitle.TextWrapped = true
  186.  
  187. Enjoy.Name = "Enjoy"
  188. Enjoy.Parent = BunHub
  189. Enjoy.BackgroundColor3 = Color3.new(255, 255, 255)
  190. Enjoy.BorderSizePixel = 0
  191. Enjoy.Position = UDim2.new(0, 0,0.908, 0)
  192. Enjoy.Size = UDim2.new(0, 800,0, 37)
  193. Enjoy.Font = Enum.Font.SciFi
  194. Enjoy.Text = "If you enojy Subscribe & leave a like!"
  195. Enjoy.TextColor3 = Color3.new(0, 0, 0)
  196. Enjoy.TextScaled = true
  197. Enjoy.TextSize = 14
  198. Enjoy.TextWrapped = true
  199.  
  200. Onyx.Name = "Onyx"
  201. Onyx.Parent = BunHub
  202. Onyx.BackgroundColor3 = Color3.new(255, 255, 255)
  203. Onyx.BorderSizePixel = 0
  204. Onyx.Position = UDim2.new(0.053, 0,0.127, 0)
  205. Onyx.Size = UDim2.new(0, 303,0, 55)
  206. Onyx.Font = Enum.Font.SciFi
  207. Onyx.Text = "Onyx Hub"
  208. Onyx.TextColor3 = Color3.new(0, 0, 0)
  209. Onyx.TextScaled = true
  210. Onyx.TextSize = 14
  211. Onyx.TextWrapped = true
  212.  
  213. BoogaFucker.Name = "Booga Fucker"
  214. BoogaFucker.Parent = BunHub
  215. BoogaFucker.BackgroundColor3 = Color3.new(255, 255, 255)
  216. BoogaFucker.BorderSizePixel = 0
  217. BoogaFucker.Position = UDim2.new(0.053, 0,0.33, 0)
  218. BoogaFucker.Size = UDim2.new(0, 303,0, 55)
  219. BoogaFucker.Font = Enum.Font.SciFi
  220. BoogaFucker.Text = "Booga Fucker"
  221. BoogaFucker.TextColor3 = Color3.new(0, 0, 0)
  222. BoogaFucker.TextScaled = true
  223. BoogaFucker.TextSize = 14
  224. BoogaFucker.TextWrapped = true
  225.  
  226. Admin.Name = "Admin"
  227. Admin.Parent = BunHub
  228. Admin.BackgroundColor3 = Color3.new(255, 255, 255)
  229. Admin.BorderSizePixel = 0
  230. Admin.Position = UDim2.new(0.053, 0,0.53, 0)
  231. Admin.Size = UDim2.new(0, 303, 0, 55)
  232. Admin.Font = Enum.Font.SciFi
  233. Admin.Text = "Admin Script"
  234. Admin.TextColor3 = Color3.new(0, 0, 0)
  235. Admin.TextScaled = true
  236. Admin.TextSize = 14
  237. Admin.TextWrapped = true
  238.  
  239. BoogaBitchesV2.Name = "BoogaBitchesV2"
  240. BoogaBitchesV2.Parent = BunHub
  241. BoogaBitchesV2.BackgroundColor3 = Color3.new(255, 255, 255)
  242. BoogaBitchesV2.BorderSizePixel = 0
  243. BoogaBitchesV2.Position = UDim2.new(0.053, 0,0.732, 0)
  244. BoogaBitchesV2.Size = UDim2.new(0, 303, 0, 55)
  245. BoogaBitchesV2.Font = Enum.Font.SciFi
  246. BoogaBitchesV2.Text = "Booga Bitches V2"
  247. BoogaBitchesV2.TextColor3 = Color3.new(0, 0, 0)
  248. BoogaBitchesV2.TextScaled = true
  249. BoogaBitchesV2.TextSize = 14
  250. BoogaBitchesV2.TextWrapped = true
  251.  
  252. BoogaKicker.Name = "BoogaKicker"
  253. BoogaKicker.Parent = BunHub
  254. BoogaKicker.BackgroundColor3 = Color3.new(255, 255, 255)
  255. BoogaKicker.BorderSizePixel = 0
  256. BoogaKicker.Position = UDim2.new(0.57, 0,0.127, 0)
  257. BoogaKicker.Size = UDim2.new(0, 303,0, 55)
  258. BoogaKicker.Font = Enum.Font.SciFi
  259. BoogaKicker.Text = "Booga BV1"
  260. BoogaKicker.TextColor3 = Color3.new(0, 0, 0)
  261. BoogaKicker.TextScaled = true
  262. BoogaKicker.TextSize = 14
  263. BoogaKicker.TextWrapped = true
  264.  
  265. ETeleport.Name = "ETeleport"
  266. ETeleport.Parent = BunHub
  267. ETeleport.BackgroundColor3 = Color3.new(255, 255, 255)
  268. ETeleport.BorderSizePixel = 0
  269. ETeleport.Position = UDim2.new(0.57, 0,0.33, 0)
  270. ETeleport.Size = UDim2.new(0, 303,0, 55)
  271. ETeleport.Font = Enum.Font.SciFi
  272. ETeleport.Text = "E Teleport"
  273. ETeleport.TextColor3 = Color3.new(0, 0, 0)
  274. ETeleport.TextScaled = true
  275. ETeleport.TextSize = 14
  276. ETeleport.TextWrapped = true
  277.  
  278. InfiniteJump.Name = "InfiniteJump"
  279. InfiniteJump.Parent = BunHub
  280. InfiniteJump.BackgroundColor3 = Color3.new(255, 255, 255)
  281. InfiniteJump.BorderSizePixel = 0
  282. InfiniteJump.Position = UDim2.new(0.57, 0,0.532, 0)
  283. InfiniteJump.Size = UDim2.new(0, 303,0, 55)
  284. InfiniteJump.Font = Enum.Font.SciFi
  285. InfiniteJump.Text = "Inifinty Jump"
  286. InfiniteJump.TextColor3 = Color3.new(0, 0, 0)
  287. InfiniteJump.TextScaled = true
  288. InfiniteJump.TextSize = 14
  289. InfiniteJump.TextWrapped = true
  290.  
  291. BoogaHubV2.Name = "BoogaHubV2"
  292. BoogaHubV2.Parent = BunHub
  293. BoogaHubV2.BackgroundColor3 = Color3.new(255, 255, 255)
  294. BoogaHubV2.BorderSizePixel = 0
  295. BoogaHubV2.Position = UDim2.new(0.57, 0,0.732, 0)
  296. BoogaHubV2.Size = UDim2.new(0, 303,0, 55)
  297. BoogaHubV2.Font = Enum.Font.SciFi
  298. BoogaHubV2.Text = "Booga Hub"
  299. BoogaHubV2.TextColor3 = Color3.new(0, 0, 0)
  300. BoogaHubV2.TextScaled = true
  301. BoogaHubV2.TextSize = 14
  302. BoogaHubV2.TextWrapped = true
  303.  
  304. ExitButton.Name = "ExitButton"
  305. ExitButton.Parent = BunHub
  306. ExitButton.BackgroundColor3 = Color3.new(255, 255, 255)
  307. ExitButton.BorderColor3 = Color3.new(0.639216, 0, 0.223529)
  308. ExitButton.BorderSizePixel = 0
  309. ExitButton.Position = UDim2.new(0.949004804, 0, -0.00556795833, 0)
  310. ExitButton.Size = UDim2.new(0, 40, 0, 37)
  311. ExitButton.Font = Enum.Font.SciFi
  312. ExitButton.Text = "X"
  313. ExitButton.TextColor3 = Color3.new(0, 0, 0)
  314. ExitButton.TextScaled = true
  315. ExitButton.TextSize = 14
  316. ExitButton.TextWrapped = true
  317.  
  318. Admin_2.Name = "Admin"
  319. Admin_2.Parent = ScreenGui
  320. Admin_2.BackgroundColor3 = Color3.new(255, 255, 255)
  321. Admin_2.BorderSizePixel = 0
  322. Admin_2.Position = UDim2.new(0.59101667, 0, 0.0035696578, 0)
  323. Admin_2.Size = UDim2.new(0, 200, 0, 50)
  324. Admin_2.Visible = false
  325. Admin_2.Font = Enum.Font.SciFi
  326. Admin_2.Text = "Open"
  327. Admin_2.TextColor3 = Color3.new(0, 0, 0)
  328. Admin_2.TextScaled = true
  329. Admin_2.TextSize = 14
  330. Admin_2.TextWrapped = true
  331. -- Scripts:
  332. ExitButton.MouseButton1Down:connect(function()
  333. BunHub.Visible = false
  334. Admin_2.Visible = true
  335. end)
  336.  
  337. Confirm.MouseButton1Down:connect(function()
  338.  
  339. if UserBox.Text == "Username" and PassBox.Text == "Password" then
  340.  
  341. BunHub.Visible = true
  342. Login.Visible = false
  343. end
  344.  
  345. Admin_2.MouseButton1Down:connect(function()
  346. BunHub.Visible = true
  347. Admin_2.Visible = false
  348. end)
  349.  
  350. LoginExitButton.MouseButton1Down:connect(function()
  351. Login.Visible = false
  352. end)
  353.  
  354.  
  355.  
  356. BoogaFucker.MouseButton1Down:connect(function()
  357. -- Objects
  358.  
  359. local BoogaFucker = Instance.new("ScreenGui")
  360. local BoogaFuckerPackageFrame = Instance.new("Frame")
  361. local MainFrame = Instance.new("Frame")
  362. local Brandname = Instance.new("TextLabel")
  363. local Border = Instance.new("ImageLabel")
  364. local Border_2 = Instance.new("ImageLabel")
  365. local Border_3 = Instance.new("ImageLabel")
  366. local Border_4 = Instance.new("ImageLabel")
  367. local Border_5 = Instance.new("ImageLabel")
  368. local Border_6 = Instance.new("ImageLabel")
  369. local Border_7 = Instance.new("ImageLabel")
  370. local Border_8 = Instance.new("ImageLabel")
  371. local BackGround = Instance.new("Frame")
  372. local Border_9 = Instance.new("Frame")
  373. local ShadowBrandName = Instance.new("TextLabel")
  374. local KeyBindsMain = Instance.new("Frame")
  375. local Border_10 = Instance.new("ImageLabel")
  376. local Border_11 = Instance.new("ImageLabel")
  377. local Border_12 = Instance.new("ImageLabel")
  378. local Border_13 = Instance.new("ImageLabel")
  379. local Border_14 = Instance.new("ImageLabel")
  380. local SpeedInstaDestroytext = Instance.new("TextLabel")
  381. local Speedkeybindtextbox = Instance.new("TextBox")
  382. local Keybindsname = Instance.new("TextLabel")
  383. local ShadowKeybindsname = Instance.new("TextLabel")
  384. local Dropallitemstext = Instance.new("TextLabel")
  385. local Dropallitemskeybindtextbox = Instance.new("TextBox")
  386. local Redtheme = Instance.new("TextButton")
  387. local Pinktheme = Instance.new("TextButton")
  388. local Bluetheme = Instance.new("TextButton")
  389. local Autopickuptext = Instance.new("TextLabel")
  390. local Dropallitemskeybindtextbox_2 = Instance.new("TextBox")
  391. local Speed = Instance.new("TextButton")
  392. local TextButton = Instance.new("Frame")
  393. local CreditsMain = Instance.new("Frame")
  394. local Border_15 = Instance.new("ImageLabel")
  395. local Border_16 = Instance.new("ImageLabel")
  396. local Border_17 = Instance.new("ImageLabel")
  397. local Border_18 = Instance.new("ImageLabel")
  398. local Border_19 = Instance.new("ImageLabel")
  399. local Speedchangetext = Instance.new("TextLabel")
  400. local Changespeedtextbox = Instance.new("TextBox")
  401. local JumpPower = Instance.new("TextButton")
  402. local TextButtonnoyou = Instance.new("Frame")
  403. local JumpPowernumber = Instance.new("TextBox")
  404. local Dropallitemstext_2 = Instance.new("TextButton")
  405. local TextButtonyougey = Instance.new("Frame")
  406. local Dropallinventorynumber = Instance.new("TextBox")
  407. local KeybindsOpenClose = Instance.new("TextButton")
  408. local InfiniteJump = Instance.new("TextButton")
  409. local TextButton_2 = Instance.new("Frame")
  410. local CreditsOpenClose = Instance.new("TextButton")
  411. local esptrack = Instance.new("TextButton")
  412. local TextButtonEsp = Instance.new("Frame")
  413. local Removealleffects = Instance.new("TextButton")
  414. local TextButtonRAE = Instance.new("Frame")
  415. local AutoPickup = Instance.new("TextButton")
  416. local TextButtonAP = Instance.new("Frame")
  417. local StartFrame = Instance.new("Frame")
  418. local StartHeaderBorder = Instance.new("Frame")
  419. local StartFooterBorder = Instance.new("Frame")
  420. local StartName = Instance.new("TextLabel")
  421. local FREEbutton = Instance.new("TextButton")
  422. local PREMIUMbutton = Instance.new("TextButton")
  423. local StartMidBorder = Instance.new("Frame")
  424. local StartRightBorder = Instance.new("Frame")
  425. local StartLeftBorder = Instance.new("Frame")
  426. local StartFreeText = Instance.new("TextLabel")
  427. local StartPremiumText = Instance.new("TextLabel")
  428. local StartName_2 = Instance.new("TextLabel")
  429. local LoginFrame = Instance.new("Frame")
  430. local LoginHeaderBorder = Instance.new("Frame")
  431. local LoginFooterBorder = Instance.new("Frame")
  432. local LoginName = Instance.new("TextLabel")
  433. local LoginConfirm = Instance.new("TextButton")
  434. local LoginRightBorder = Instance.new("Frame")
  435. local LoginLeftBorder = Instance.new("Frame")
  436. local LoginBackButton = Instance.new("TextButton")
  437. local LoginUser = Instance.new("TextBox")
  438. local LoginPass = Instance.new("TextBox")
  439. local KeyBind = Instance.new("Frame")
  440. local KeyBindFinishStartupButton = Instance.new("TextButton")
  441. local KeyBindHeather = Instance.new("Frame")
  442. local KeyBindStartupTextBox = Instance.new("TextBox")
  443. local KeyBindSetupText = Instance.new("TextLabel")
  444. local KeyBindName = Instance.new("TextLabel")
  445.  
  446. -- Properties
  447.  
  448. BoogaFucker.Name = "BoogaFucker"
  449. BoogaFucker.Parent = game.CoreGui
  450.  
  451. BoogaFuckerPackageFrame.Name = "BoogaFucker PackageFrame"
  452. BoogaFuckerPackageFrame.Parent = BoogaFucker
  453. BoogaFuckerPackageFrame.Active = true
  454. BoogaFuckerPackageFrame.BackgroundColor3 = Color3.new(1, 1, 0.921569)
  455. BoogaFuckerPackageFrame.BackgroundTransparency = 1
  456. BoogaFuckerPackageFrame.BorderSizePixel = 0
  457. BoogaFuckerPackageFrame.Position = UDim2.new(0.63731128, -275, 0.766912699, -150)
  458. BoogaFuckerPackageFrame.Selectable = true
  459. BoogaFuckerPackageFrame.Size = UDim2.new(0, 550, 0, 300)
  460. BoogaFuckerPackageFrame.ZIndex = 2
  461. BoogaFuckerPackageFrame.Draggable = true
  462.  
  463. MainFrame.Name = "MainFrame"
  464. MainFrame.Parent = BoogaFuckerPackageFrame
  465. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  466. MainFrame.BackgroundTransparency = 1
  467. MainFrame.BorderSizePixel = 0
  468. MainFrame.NextSelectionLeft = Border_3
  469. MainFrame.Position = UDim2.new(0, 12, 0, 12)
  470. MainFrame.Size = UDim2.new(1, -24, 1, -24)
  471.  
  472. Brandname.Name = "Brandname"
  473. Brandname.Parent = MainFrame
  474. Brandname.BackgroundColor3 = Color3.new(1, 1, 1)
  475. Brandname.BackgroundTransparency = 1
  476. Brandname.Position = UDim2.new(0.24809885, 0, -0.0217391308, 0)
  477. Brandname.Size = UDim2.new(0.503802299, 0, 0.177536234, 0)
  478. Brandname.ZIndex = 2
  479. Brandname.Font = Enum.Font.SourceSansBold
  480. Brandname.FontSize = Enum.FontSize.Size14
  481. Brandname.Text = "BoogaFucker"
  482. Brandname.TextColor3 = Color3.new(1, 1, 1)
  483. Brandname.TextScaled = true
  484. Brandname.TextSize = 14
  485. Brandname.TextStrokeTransparency = 0
  486. Brandname.TextWrapped = true
  487.  
  488. Border.Name = "Border"
  489. Border.Parent = MainFrame
  490. Border.BackgroundColor3 = Color3.new(1, 1, 1)
  491. Border.BackgroundTransparency = 1
  492. Border.BorderSizePixel = 0
  493. Border.Position = UDim2.new(1, 0, 0, 0)
  494. Border.Size = UDim2.new(0, 12, 1, 0)
  495. Border.Image = "http://www.roblox.com/asset/?id=238725003"
  496. Border.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  497. Border.ImageRectOffset = Vector2.new(24, 12)
  498. Border.ImageRectSize = Vector2.new(12, 12)
  499.  
  500. Border_2.Name = "Border"
  501. Border_2.Parent = MainFrame
  502. Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
  503. Border_2.BackgroundTransparency = 1
  504. Border_2.BorderSizePixel = 0
  505. Border_2.Position = UDim2.new(1, 0, 1, 0)
  506. Border_2.Size = UDim2.new(0, 12, 0, 12)
  507. Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
  508. Border_2.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  509. Border_2.ImageRectOffset = Vector2.new(24, 24)
  510. Border_2.ImageRectSize = Vector2.new(12, 12)
  511.  
  512. Border_3.Name = "Border"
  513. Border_3.Parent = MainFrame
  514. Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
  515. Border_3.BackgroundTransparency = 1
  516. Border_3.BorderSizePixel = 0
  517. Border_3.Position = UDim2.new(0, -12, 0, 0)
  518. Border_3.Size = UDim2.new(0, 12, 1, 0)
  519. Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
  520. Border_3.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  521. Border_3.ImageRectOffset = Vector2.new(0, 12)
  522. Border_3.ImageRectSize = Vector2.new(12, 12)
  523.  
  524. Border_4.Name = "Border"
  525. Border_4.Parent = MainFrame
  526. Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
  527. Border_4.BackgroundTransparency = 1
  528. Border_4.BorderSizePixel = 0
  529. Border_4.Position = UDim2.new(0, 0, 1, 0)
  530. Border_4.Size = UDim2.new(1, 0, 0, 12)
  531. Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
  532. Border_4.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  533. Border_4.ImageRectOffset = Vector2.new(12, 24)
  534. Border_4.ImageRectSize = Vector2.new(12, 12)
  535.  
  536. Border_5.Name = "Border"
  537. Border_5.Parent = MainFrame
  538. Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
  539. Border_5.BackgroundTransparency = 1
  540. Border_5.BorderSizePixel = 0
  541. Border_5.Position = UDim2.new(0, 0, 0, -12)
  542. Border_5.Size = UDim2.new(1, 0, 0, 12)
  543. Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
  544. Border_5.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  545. Border_5.ImageRectOffset = Vector2.new(12, 0)
  546. Border_5.ImageRectSize = Vector2.new(12, 12)
  547.  
  548. Border_6.Name = "Border"
  549. Border_6.Parent = MainFrame
  550. Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
  551. Border_6.BackgroundTransparency = 1
  552. Border_6.BorderSizePixel = 0
  553. Border_6.Position = UDim2.new(0, -12, 1, 0)
  554. Border_6.Size = UDim2.new(0, 12, 0, 12)
  555. Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
  556. Border_6.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  557. Border_6.ImageRectOffset = Vector2.new(0, 24)
  558. Border_6.ImageRectSize = Vector2.new(12, 12)
  559.  
  560. Border_7.Name = "Border"
  561. Border_7.Parent = MainFrame
  562. Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
  563. Border_7.BackgroundTransparency = 1
  564. Border_7.BorderSizePixel = 0
  565. Border_7.Position = UDim2.new(1, 0, 0, -12)
  566. Border_7.Size = UDim2.new(0, 12, 0, 12)
  567. Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
  568. Border_7.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  569. Border_7.ImageRectOffset = Vector2.new(24, 0)
  570. Border_7.ImageRectSize = Vector2.new(12, 12)
  571.  
  572. Border_8.Name = "Border"
  573. Border_8.Parent = MainFrame
  574. Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
  575. Border_8.BackgroundTransparency = 1
  576. Border_8.BorderSizePixel = 0
  577. Border_8.Position = UDim2.new(0, -12, 0, -12)
  578. Border_8.Size = UDim2.new(0, 12, 0, 12)
  579. Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
  580. Border_8.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  581. Border_8.ImageRectSize = Vector2.new(12, 12)
  582.  
  583. BackGround.Name = "BackGround"
  584. BackGround.Parent = MainFrame
  585. BackGround.Active = true
  586. BackGround.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  587. BackGround.BackgroundTransparency = 0.20000000298023
  588. BackGround.BorderSizePixel = 0
  589. BackGround.Size = UDim2.new(1, 0, 1, 0)
  590.  
  591. Border_9.Name = "Border"
  592. Border_9.Parent = MainFrame
  593. Border_9.Active = true
  594. Border_9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  595. Border_9.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  596. Border_9.BorderSizePixel = 0
  597. Border_9.Position = UDim2.new(0, 0, 0.155797094, 0)
  598. Border_9.Size = UDim2.new(1, 0, 0.0507246368, 0)
  599.  
  600. ShadowBrandName.Name = "ShadowBrandName"
  601. ShadowBrandName.Parent = MainFrame
  602. ShadowBrandName.BackgroundColor3 = Color3.new(1, 1, 1)
  603. ShadowBrandName.BackgroundTransparency = 1
  604. ShadowBrandName.Position = UDim2.new(0.281368822, 0, -0.0434782617, 0)
  605. ShadowBrandName.Size = UDim2.new(0.437262356, 0, 0.19927536, 0)
  606. ShadowBrandName.Font = Enum.Font.SourceSansBold
  607. ShadowBrandName.FontSize = Enum.FontSize.Size14
  608. ShadowBrandName.Text = "BoogaFucker"
  609. ShadowBrandName.TextColor3 = Color3.new(0, 0, 0)
  610. ShadowBrandName.TextScaled = true
  611. ShadowBrandName.TextSize = 14
  612. ShadowBrandName.TextStrokeTransparency = 0
  613. ShadowBrandName.TextWrapped = true
  614.  
  615. KeyBindsMain.Name = "KeyBindsMain"
  616. KeyBindsMain.Parent = MainFrame
  617. KeyBindsMain.Active = true
  618. KeyBindsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  619. KeyBindsMain.BackgroundTransparency = 0.20000000298023
  620. KeyBindsMain.BorderSizePixel = 0
  621. KeyBindsMain.Position = UDim2.new(-0.370722443, 0, 0, 0)
  622. KeyBindsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
  623.  
  624. Border_10.Name = "Border"
  625. Border_10.Parent = KeyBindsMain
  626. Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
  627. Border_10.BackgroundTransparency = 1
  628. Border_10.BorderSizePixel = 0
  629. Border_10.Position = UDim2.new(0, 0, 0, -12)
  630. Border_10.Size = UDim2.new(1.06557381, 0, 0, 12)
  631. Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
  632. Border_10.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  633. Border_10.ImageRectOffset = Vector2.new(12, 0)
  634. Border_10.ImageRectSize = Vector2.new(12, 12)
  635.  
  636. Border_11.Name = "Border"
  637. Border_11.Parent = KeyBindsMain
  638. Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
  639. Border_11.BackgroundTransparency = 1
  640. Border_11.BorderSizePixel = 0
  641. Border_11.Position = UDim2.new(0, -12, 0, -12)
  642. Border_11.Size = UDim2.new(0, 12, 0, 12)
  643. Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
  644. Border_11.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  645. Border_11.ImageRectSize = Vector2.new(12, 12)
  646.  
  647. Border_12.Name = "Border"
  648. Border_12.Parent = KeyBindsMain
  649. Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
  650. Border_12.BackgroundTransparency = 1
  651. Border_12.BorderSizePixel = 0
  652. Border_12.Position = UDim2.new(0, -12, 0, 0)
  653. Border_12.Size = UDim2.new(0, 12, 1, 0)
  654. Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
  655. Border_12.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  656. Border_12.ImageRectOffset = Vector2.new(0, 12)
  657. Border_12.ImageRectSize = Vector2.new(12, 12)
  658.  
  659. Border_13.Name = "Border"
  660. Border_13.Parent = KeyBindsMain
  661. Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
  662. Border_13.BackgroundTransparency = 1
  663. Border_13.BorderSizePixel = 0
  664. Border_13.Position = UDim2.new(0, -12, 1, 0)
  665. Border_13.Size = UDim2.new(0, 12, 0, 12)
  666. Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
  667. Border_13.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  668. Border_13.ImageRectOffset = Vector2.new(0, 24)
  669. Border_13.ImageRectSize = Vector2.new(12, 12)
  670.  
  671. Border_14.Name = "Border"
  672. Border_14.Parent = KeyBindsMain
  673. Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
  674. Border_14.BackgroundTransparency = 1
  675. Border_14.BorderSizePixel = 0
  676. Border_14.Position = UDim2.new(0, 0, 0, 276)
  677. Border_14.Size = UDim2.new(1.06557381, 0, 0, 12)
  678. Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
  679. Border_14.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  680. Border_14.ImageRectOffset = Vector2.new(12, 0)
  681. Border_14.ImageRectSize = Vector2.new(12, 12)
  682.  
  683. SpeedInstaDestroytext.Name = "Speed | Insta Destroy text"
  684. SpeedInstaDestroytext.Parent = KeyBindsMain
  685. SpeedInstaDestroytext.BackgroundColor3 = Color3.new(1, 1, 1)
  686. SpeedInstaDestroytext.BackgroundTransparency = 1
  687. SpeedInstaDestroytext.Position = UDim2.new(0.0437158458, 0, 0.173913032, 0)
  688. SpeedInstaDestroytext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
  689. SpeedInstaDestroytext.ZIndex = 2
  690. SpeedInstaDestroytext.Font = Enum.Font.SourceSansBold
  691. SpeedInstaDestroytext.FontSize = Enum.FontSize.Size24
  692. SpeedInstaDestroytext.Text = "speed"
  693. SpeedInstaDestroytext.TextColor3 = Color3.new(1, 1, 1)
  694. SpeedInstaDestroytext.TextSize = 20
  695. SpeedInstaDestroytext.TextStrokeTransparency = 0
  696. SpeedInstaDestroytext.TextWrapped = true
  697.  
  698. Speedkeybindtextbox.Name = "Speed keybind textbox"
  699. Speedkeybindtextbox.Parent = KeyBindsMain
  700. Speedkeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  701. Speedkeybindtextbox.Position = UDim2.new(0.0491803288, 0, 0.318840593, 0)
  702. Speedkeybindtextbox.Selectable = false
  703. Speedkeybindtextbox.Size = UDim2.new(0, 165, 0, 23)
  704. Speedkeybindtextbox.Font = Enum.Font.SourceSans
  705. Speedkeybindtextbox.FontSize = Enum.FontSize.Size24
  706. Speedkeybindtextbox.Text = "q"
  707. Speedkeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
  708. Speedkeybindtextbox.TextScaled = true
  709. Speedkeybindtextbox.TextSize = 20
  710. Speedkeybindtextbox.TextWrapped = true
  711.  
  712. Keybindsname.Name = "Keybindsname"
  713. Keybindsname.Parent = KeyBindsMain
  714. Keybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
  715. Keybindsname.BackgroundTransparency = 1
  716. Keybindsname.Position = UDim2.new(0.0765027329, 0, 0.0108695654, 0)
  717. Keybindsname.Size = UDim2.new(0.841530025, 0, 0.177536234, 0)
  718. Keybindsname.ZIndex = 2
  719. Keybindsname.Font = Enum.Font.SourceSansBold
  720. Keybindsname.FontSize = Enum.FontSize.Size14
  721. Keybindsname.Text = "Keybinds"
  722. Keybindsname.TextColor3 = Color3.new(1, 1, 1)
  723. Keybindsname.TextScaled = true
  724. Keybindsname.TextSize = 14
  725. Keybindsname.TextStrokeTransparency = 0
  726. Keybindsname.TextWrapped = true
  727.  
  728. ShadowKeybindsname.Name = "ShadowKeybindsname"
  729. ShadowKeybindsname.Parent = KeyBindsMain
  730. ShadowKeybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
  731. ShadowKeybindsname.BackgroundTransparency = 1
  732. ShadowKeybindsname.Position = UDim2.new(0.114754096, 0, 0.0108695654, 0)
  733. ShadowKeybindsname.Size = UDim2.new(0.83606559, 0, 0.177536234, 0)
  734. ShadowKeybindsname.Font = Enum.Font.SourceSansBold
  735. ShadowKeybindsname.FontSize = Enum.FontSize.Size14
  736. ShadowKeybindsname.Text = "Keybinds"
  737. ShadowKeybindsname.TextColor3 = Color3.new(0, 0, 0)
  738. ShadowKeybindsname.TextScaled = true
  739. ShadowKeybindsname.TextSize = 14
  740. ShadowKeybindsname.TextStrokeTransparency = 0
  741. ShadowKeybindsname.TextWrapped = true
  742.  
  743. Dropallitemstext.Name = "Drop all items text"
  744. Dropallitemstext.Parent = KeyBindsMain
  745. Dropallitemstext.BackgroundColor3 = Color3.new(1, 1, 1)
  746. Dropallitemstext.BackgroundTransparency = 1
  747. Dropallitemstext.Position = UDim2.new(0.0491803251, 0, 0.432971001, 0)
  748. Dropallitemstext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
  749. Dropallitemstext.ZIndex = 2
  750. Dropallitemstext.Font = Enum.Font.SourceSansBold
  751. Dropallitemstext.FontSize = Enum.FontSize.Size24
  752. Dropallitemstext.Text = "Drop all items"
  753. Dropallitemstext.TextColor3 = Color3.new(1, 1, 1)
  754. Dropallitemstext.TextSize = 20
  755. Dropallitemstext.TextStrokeTransparency = 0
  756. Dropallitemstext.TextWrapped = true
  757.  
  758. Dropallitemskeybindtextbox.Name = "Drop all items keybind textbox"
  759. Dropallitemskeybindtextbox.Parent = KeyBindsMain
  760. Dropallitemskeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  761. Dropallitemskeybindtextbox.Position = UDim2.new(0.0464480855, 0, 0.577898502, 0)
  762. Dropallitemskeybindtextbox.Selectable = false
  763. Dropallitemskeybindtextbox.Size = UDim2.new(0, 166, 0, 23)
  764. Dropallitemskeybindtextbox.Font = Enum.Font.SourceSans
  765. Dropallitemskeybindtextbox.FontSize = Enum.FontSize.Size24
  766. Dropallitemskeybindtextbox.Text = "h"
  767. Dropallitemskeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
  768. Dropallitemskeybindtextbox.TextScaled = true
  769. Dropallitemskeybindtextbox.TextSize = 20
  770. Dropallitemskeybindtextbox.TextWrapped = true
  771.  
  772. Redtheme.Name = "Red theme"
  773. Redtheme.Parent = KeyBindsMain
  774. Redtheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  775. Redtheme.BackgroundTransparency = 0.60000002384186
  776. Redtheme.BorderSizePixel = 0
  777. Redtheme.Position = UDim2.new(0.0491803065, 0, 0.884057999, 0)
  778. Redtheme.Size = UDim2.new(0, 37, 0, 24)
  779. Redtheme.ZIndex = 2
  780. Redtheme.Font = Enum.Font.SourceSansBold
  781. Redtheme.FontSize = Enum.FontSize.Size24
  782. Redtheme.Text = "Red"
  783. Redtheme.TextColor3 = Color3.new(1, 1, 1)
  784. Redtheme.TextScaled = true
  785. Redtheme.TextSize = 20
  786. Redtheme.TextWrapped = true
  787. Redtheme.MouseButton1Down:connect(function()
  788. BackGround.BackgroundColor3 = Color3.fromRGB(246,16,16)
  789. KeyBindsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
  790. CreditsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
  791. end)
  792.  
  793. Pinktheme.Name = "Pink theme"
  794. Pinktheme.Parent = KeyBindsMain
  795. Pinktheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  796. Pinktheme.BackgroundTransparency = 0.60000002384186
  797. Pinktheme.BorderSizePixel = 0
  798. Pinktheme.Position = UDim2.new(0.748633862, 0, 0.884057999, 0)
  799. Pinktheme.Size = UDim2.new(0, 37, 0, 24)
  800. Pinktheme.ZIndex = 2
  801. Pinktheme.Font = Enum.Font.SourceSansBold
  802. Pinktheme.FontSize = Enum.FontSize.Size24
  803. Pinktheme.Text = "Pink"
  804. Pinktheme.TextColor3 = Color3.new(1, 1, 1)
  805. Pinktheme.TextScaled = true
  806. Pinktheme.TextSize = 20
  807. Pinktheme.TextWrapped = true
  808. Pinktheme.MouseButton1Down:connect(function()
  809. BackGround.BackgroundColor3 = Color3.fromRGB(247,0,255)
  810. KeyBindsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
  811. CreditsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
  812. end)
  813.  
  814. Bluetheme.Name = "Blue theme"
  815. Bluetheme.Parent = KeyBindsMain
  816. Bluetheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  817. Bluetheme.BackgroundTransparency = 0.60000002384186
  818. Bluetheme.BorderSizePixel = 0
  819. Bluetheme.Position = UDim2.new(0.396174848, 0, 0.884057999, 0)
  820. Bluetheme.Size = UDim2.new(0, 37, 0, 24)
  821. Bluetheme.ZIndex = 2
  822. Bluetheme.Font = Enum.Font.SourceSansBold
  823. Bluetheme.FontSize = Enum.FontSize.Size24
  824. Bluetheme.Text = "Blue"
  825. Bluetheme.TextColor3 = Color3.new(1, 1, 1)
  826. Bluetheme.TextScaled = true
  827. Bluetheme.TextSize = 20
  828. Bluetheme.TextWrapped = true
  829. Bluetheme.MouseButton1Down:connect(function()
  830. BackGround.BackgroundColor3 = Color3.fromRGB(0,34,255)
  831. KeyBindsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
  832. CreditsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
  833. end)
  834.  
  835. Autopickuptext.Name = "Auto pickup text"
  836. Autopickuptext.Parent = KeyBindsMain
  837. Autopickuptext.BackgroundColor3 = Color3.new(1, 1, 1)
  838. Autopickuptext.BackgroundTransparency = 1
  839. Autopickuptext.Position = UDim2.new(0.0437158458, 0, 0.661231875, 0)
  840. Autopickuptext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
  841. Autopickuptext.ZIndex = 2
  842. Autopickuptext.Font = Enum.Font.SourceSansBold
  843. Autopickuptext.FontSize = Enum.FontSize.Size24
  844. Autopickuptext.Text = "Auto Pickup"
  845. Autopickuptext.TextColor3 = Color3.new(1, 1, 1)
  846. Autopickuptext.TextSize = 20
  847. Autopickuptext.TextStrokeTransparency = 0
  848. Autopickuptext.TextWrapped = true
  849.  
  850. Dropallitemskeybindtextbox_2.Name = "Drop all items keybind textbox"
  851. Dropallitemskeybindtextbox_2.Parent = KeyBindsMain
  852. Dropallitemskeybindtextbox_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  853. Dropallitemskeybindtextbox_2.Position = UDim2.new(0.0409836061, 0, 0.773550689, 0)
  854. Dropallitemskeybindtextbox_2.Selectable = false
  855. Dropallitemskeybindtextbox_2.Size = UDim2.new(0, 166, 0, 23)
  856. Dropallitemskeybindtextbox_2.Font = Enum.Font.SourceSans
  857. Dropallitemskeybindtextbox_2.FontSize = Enum.FontSize.Size24
  858. Dropallitemskeybindtextbox_2.Text = "y"
  859. Dropallitemskeybindtextbox_2.TextColor3 = Color3.new(1, 1, 1)
  860. Dropallitemskeybindtextbox_2.TextScaled = true
  861. Dropallitemskeybindtextbox_2.TextSize = 20
  862. Dropallitemskeybindtextbox_2.TextWrapped = true
  863.  
  864. Speed.Name = "Speed"
  865. Speed.Parent = MainFrame
  866. Speed.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  867. Speed.BorderSizePixel = 0
  868. Speed.Position = UDim2.new(0.674904943, -350, 0.137681156, 25)
  869. Speed.Size = UDim2.new(0, 126, 0, 39)
  870. Speed.ZIndex = 2
  871. Speed.Font = Enum.Font.SourceSansBold
  872. Speed.FontSize = Enum.FontSize.Size28
  873. Speed.Text = "Speed"
  874. Speed.TextColor3 = Color3.new(1, 1, 1)
  875. Speed.TextSize = 25
  876. Speed.TextWrapped = true
  877.  
  878. local plr = game:GetService("Players").LocalPlayer
  879. local char = plr.Character
  880. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  881. local hum = char:FindFirstChild("HumanoidRootPart")
  882.  
  883. Speed.MouseButton1Down:connect(function()
  884. local plr = game:GetService("Players").LocalPlayer
  885. local char = plr.Character
  886. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  887. local hum = char:FindFirstChild("HumanoidRootPart")
  888. mouse.KeyDown:connect(function(key)
  889. if key == Speedkeybindtextbox.Text then
  890. loop = true
  891. while loop do
  892. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * Changespeedtextbox.Text
  893. wait()
  894. end
  895. end
  896. end)
  897. end)
  898.  
  899. mouse.KeyUp:connect(function(key)
  900. if key == Speedkeybindtextbox.Text then
  901. loop = false
  902. end
  903. end)
  904.  
  905. TextButton.Name = "TextButton"
  906. TextButton.Parent = Speed
  907. TextButton.Active = true
  908. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  909. TextButton.BorderSizePixel = 0
  910. TextButton.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  911. TextButton.Size = UDim2.new(1, 0, 1, 0)
  912.  
  913. CreditsMain.Name = "CreditsMain"
  914. CreditsMain.Parent = MainFrame
  915. CreditsMain.Active = true
  916. CreditsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  917. CreditsMain.BackgroundTransparency = 0.20000000298023
  918. CreditsMain.BorderSizePixel = 0
  919. CreditsMain.Position = UDim2.new(1.02281368, 0, 0, 0)
  920. CreditsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
  921.  
  922. Border_15.Name = "Border"
  923. Border_15.Parent = CreditsMain
  924. Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
  925. Border_15.BackgroundTransparency = 1
  926. Border_15.BorderSizePixel = 0
  927. Border_15.Position = UDim2.new(0, -12, 0, -12)
  928. Border_15.Size = UDim2.new(1.06557381, 0, 0, 12)
  929. Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
  930. Border_15.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  931. Border_15.ImageRectOffset = Vector2.new(12, 0)
  932. Border_15.ImageRectSize = Vector2.new(12, 12)
  933.  
  934. Border_16.Name = "Border"
  935. Border_16.Parent = CreditsMain
  936. Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
  937. Border_16.BackgroundTransparency = 1
  938. Border_16.BorderSizePixel = 0
  939. Border_16.Position = UDim2.new(0, -12, 0, 276)
  940. Border_16.Size = UDim2.new(1.06557381, 0, 0, 12)
  941. Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
  942. Border_16.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  943. Border_16.ImageRectOffset = Vector2.new(12, 0)
  944. Border_16.ImageRectSize = Vector2.new(12, 12)
  945.  
  946. Border_17.Name = "Border"
  947. Border_17.Parent = CreditsMain
  948. Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
  949. Border_17.BackgroundTransparency = 1
  950. Border_17.BorderSizePixel = 0
  951. Border_17.Position = UDim2.new(1, 0, 1, 0)
  952. Border_17.Size = UDim2.new(0, 12, 0, 12)
  953. Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
  954. Border_17.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  955. Border_17.ImageRectOffset = Vector2.new(24, 24)
  956. Border_17.ImageRectSize = Vector2.new(12, 12)
  957.  
  958. Border_18.Name = "Border"
  959. Border_18.Parent = CreditsMain
  960. Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
  961. Border_18.BackgroundTransparency = 1
  962. Border_18.BorderSizePixel = 0
  963. Border_18.Position = UDim2.new(1, 0, 0, -12)
  964. Border_18.Size = UDim2.new(0, 12, 0, 12)
  965. Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
  966. Border_18.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  967. Border_18.ImageRectOffset = Vector2.new(24, 0)
  968. Border_18.ImageRectSize = Vector2.new(12, 12)
  969.  
  970. Border_19.Name = "Border"
  971. Border_19.Parent = CreditsMain
  972. Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
  973. Border_19.BackgroundTransparency = 1
  974. Border_19.BorderSizePixel = 0
  975. Border_19.Position = UDim2.new(0, 183, 0, 0)
  976. Border_19.Size = UDim2.new(0, 12, 1, 0)
  977. Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
  978. Border_19.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  979. Border_19.ImageRectOffset = Vector2.new(0, 12)
  980. Border_19.ImageRectSize = Vector2.new(12, 12)
  981.  
  982. Speedchangetext.Name = "Speed change text"
  983. Speedchangetext.Parent = CreditsMain
  984. Speedchangetext.BackgroundColor3 = Color3.new(1, 1, 1)
  985. Speedchangetext.BackgroundTransparency = 1
  986. Speedchangetext.Position = UDim2.new(0.0983606577, 0, 0.612318814, 0)
  987. Speedchangetext.Size = UDim2.new(0.808743179, 0, 0.144927531, 0)
  988. Speedchangetext.ZIndex = 2
  989. Speedchangetext.Font = Enum.Font.SourceSansBold
  990. Speedchangetext.FontSize = Enum.FontSize.Size14
  991. Speedchangetext.Text = "Change speed number"
  992. Speedchangetext.TextColor3 = Color3.new(1, 1, 1)
  993. Speedchangetext.TextScaled = true
  994. Speedchangetext.TextSize = 14
  995. Speedchangetext.TextStrokeTransparency = 0
  996. Speedchangetext.TextWrapped = true
  997.  
  998. Changespeedtextbox.Name = "Change speed textbox"
  999. Changespeedtextbox.Parent = CreditsMain
  1000. Changespeedtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1001. Changespeedtextbox.BackgroundTransparency = 0.60000002384186
  1002. Changespeedtextbox.Position = UDim2.new(0.338454872, 0, 0.788043499, 0)
  1003. Changespeedtextbox.Selectable = false
  1004. Changespeedtextbox.Size = UDim2.new(0, 59, 0, 20)
  1005. Changespeedtextbox.Font = Enum.Font.SourceSans
  1006. Changespeedtextbox.FontSize = Enum.FontSize.Size14
  1007. Changespeedtextbox.Text = "3"
  1008. Changespeedtextbox.TextColor3 = Color3.new(1, 1, 1)
  1009. Changespeedtextbox.TextSize = 14
  1010.  
  1011. JumpPower.Name = "JumpPower"
  1012. JumpPower.Parent = CreditsMain
  1013. JumpPower.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1014. JumpPower.BorderSizePixel = 0
  1015. JumpPower.Position = UDim2.new(2.01092887, -350, -0.0362318829, 25)
  1016. JumpPower.Size = UDim2.new(0, 146, 0, 28)
  1017. JumpPower.ZIndex = 2
  1018. JumpPower.Font = Enum.Font.SourceSansBold
  1019. JumpPower.FontSize = Enum.FontSize.Size24
  1020. JumpPower.Text = "Set JumpPower"
  1021. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  1022. JumpPower.TextSize = 21
  1023. JumpPower.TextWrapped = true
  1024. JumpPower.MouseButton1Down:connect(function()
  1025. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpPowernumber.text
  1026. end)
  1027.  
  1028. TextButtonnoyou.Name = "TextButtonnoyou"
  1029. TextButtonnoyou.Parent = JumpPower
  1030. TextButtonnoyou.Active = true
  1031. TextButtonnoyou.BackgroundColor3 = Color3.new(0, 0, 0)
  1032. TextButtonnoyou.BorderSizePixel = 0
  1033. TextButtonnoyou.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1034. TextButtonnoyou.Size = UDim2.new(1, 0, 1, 0)
  1035.  
  1036. JumpPowernumber.Name = "JumpPower number"
  1037. JumpPowernumber.Parent = CreditsMain
  1038. JumpPowernumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1039. JumpPowernumber.Position = UDim2.new(0.29781419, 0, 0.181159422, 0)
  1040. JumpPowernumber.Selectable = false
  1041. JumpPowernumber.Size = UDim2.new(0, 73, 0, 26)
  1042. JumpPowernumber.Font = Enum.Font.SourceSans
  1043. JumpPowernumber.FontSize = Enum.FontSize.Size14
  1044. JumpPowernumber.Text = "Number here."
  1045. JumpPowernumber.TextColor3 = Color3.new(1, 1, 1)
  1046. JumpPowernumber.TextSize = 14
  1047.  
  1048. Dropallitemstext_2.Name = "Dropallitemstext"
  1049. Dropallitemstext_2.Parent = CreditsMain
  1050. Dropallitemstext_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1051. Dropallitemstext_2.BorderSizePixel = 0
  1052. Dropallitemstext_2.Position = UDim2.new(2.00826621, -350, 0.229492694, 25)
  1053. Dropallitemstext_2.Size = UDim2.new(0, 146, 0, 28)
  1054. Dropallitemstext_2.ZIndex = 2
  1055. Dropallitemstext_2.Font = Enum.Font.SourceSansBold
  1056. Dropallitemstext_2.FontSize = Enum.FontSize.Size24
  1057. Dropallitemstext_2.Text = "Drop All Items"
  1058. Dropallitemstext_2.TextColor3 = Color3.new(1, 1, 1)
  1059. Dropallitemstext_2.TextSize = 21
  1060. Dropallitemstext_2.TextWrapped = true
  1061. Dropallitemstext_2.MouseButton1Down:connect(function()
  1062. Player = game.Players.LocalPlayer
  1063. Mouse = Player:GetMouse()
  1064.  
  1065. function PressedE(key)
  1066. Key = key:lower()
  1067. if Key == Dropallitemskeybindtextbox.Text then
  1068. for i=1, 100 do
  1069. game.ReplicatedStorage.Events.DropBagItem:FireServer(Dropallinventorynumber.Text)
  1070. end
  1071. end
  1072. end
  1073. Mouse.KeyDown:connect(PressedE)
  1074. end)
  1075.  
  1076. TextButtonyougey.Name = "TextButtonyougey"
  1077. TextButtonyougey.Parent = Dropallitemstext_2
  1078. TextButtonyougey.Active = true
  1079. TextButtonyougey.BackgroundColor3 = Color3.new(0, 0, 0)
  1080. TextButtonyougey.BorderSizePixel = 0
  1081. TextButtonyougey.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1082. TextButtonyougey.Size = UDim2.new(1, 0, 1, 0)
  1083.  
  1084. Dropallinventorynumber.Name = "Drop all inventory number"
  1085. Dropallinventorynumber.Parent = CreditsMain
  1086. Dropallinventorynumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1087. Dropallinventorynumber.Position = UDim2.new(0.29781419, 0, 0.452898562, 0)
  1088. Dropallinventorynumber.Selectable = false
  1089. Dropallinventorynumber.Size = UDim2.new(0, 73, 0, 26)
  1090. Dropallinventorynumber.Font = Enum.Font.SourceSans
  1091. Dropallinventorynumber.FontSize = Enum.FontSize.Size14
  1092. Dropallinventorynumber.Text = "Item here."
  1093. Dropallinventorynumber.TextColor3 = Color3.new(1, 1, 1)
  1094. Dropallinventorynumber.TextSize = 14
  1095.  
  1096. KeybindsOpenClose.Name = "Keybinds Open/Close"
  1097. KeybindsOpenClose.Parent = BoogaFuckerPackageFrame
  1098. KeybindsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1099. KeybindsOpenClose.BackgroundTransparency = 0.60000002384186
  1100. KeybindsOpenClose.BorderSizePixel = 0
  1101. KeybindsOpenClose.Position = UDim2.new(0.670909107, -350, -0.0133333337, 25)
  1102. KeybindsOpenClose.Size = UDim2.new(0, 102, 0, 24)
  1103. KeybindsOpenClose.ZIndex = 2
  1104. KeybindsOpenClose.Font = Enum.Font.SourceSansBold
  1105. KeybindsOpenClose.FontSize = Enum.FontSize.Size24
  1106. KeybindsOpenClose.Text = "Keybinds"
  1107. KeybindsOpenClose.TextColor3 = Color3.new(1, 1, 1)
  1108. KeybindsOpenClose.TextScaled = true
  1109. KeybindsOpenClose.TextSize = 20
  1110. KeybindsOpenClose.TextWrapped = true
  1111. KeybindsOpenClose.MouseButton1Down:connect(function()
  1112. if Openn == true then
  1113. Openn = false
  1114. KeyBindsMain.Visible = false
  1115. else
  1116. Openn = true
  1117. KeyBindsMain.Visible = true
  1118. end
  1119. end)
  1120.  
  1121. InfiniteJump.Name = "Infinite Jump"
  1122. InfiniteJump.Parent = BoogaFuckerPackageFrame
  1123. InfiniteJump.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1124. InfiniteJump.BorderSizePixel = 0
  1125. InfiniteJump.Position = UDim2.new(0.923636317, -350, 0.166666627, 25)
  1126. InfiniteJump.Size = UDim2.new(0, 126, 0, 39)
  1127. InfiniteJump.ZIndex = 2
  1128. InfiniteJump.Font = Enum.Font.SourceSansBold
  1129. InfiniteJump.FontSize = Enum.FontSize.Size24
  1130. InfiniteJump.Text = "Infinite jump"
  1131. InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
  1132. InfiniteJump.TextSize = 21
  1133. InfiniteJump.TextWrapped = true
  1134. InfiniteJump.MouseButton1Down:connect(function()
  1135. loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
  1136. end)
  1137.  
  1138. TextButton_2.Name = "TextButton"
  1139. TextButton_2.Parent = InfiniteJump
  1140. TextButton_2.Active = true
  1141. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1142. TextButton_2.BorderSizePixel = 0
  1143. TextButton_2.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1144. TextButton_2.Size = UDim2.new(1, 0, 1, 0)
  1145.  
  1146. CreditsOpenClose.Name = "Credits Open/Close"
  1147. CreditsOpenClose.Parent = BoogaFuckerPackageFrame
  1148. CreditsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1149. CreditsOpenClose.BackgroundTransparency = 0.60000002384186
  1150. CreditsOpenClose.BorderSizePixel = 0
  1151. CreditsOpenClose.Position = UDim2.new(1.41636372, -350, -0.0133333337, 25)
  1152. CreditsOpenClose.Size = UDim2.new(0, 102, 0, 24)
  1153. CreditsOpenClose.ZIndex = 2
  1154. CreditsOpenClose.Font = Enum.Font.SourceSansBold
  1155. CreditsOpenClose.FontSize = Enum.FontSize.Size24
  1156. CreditsOpenClose.Text = "Editable buttons"
  1157. CreditsOpenClose.TextColor3 = Color3.new(1, 1, 1)
  1158. CreditsOpenClose.TextScaled = true
  1159. CreditsOpenClose.TextSize = 20
  1160. CreditsOpenClose.TextWrapped = true
  1161.  
  1162. CreditsOpenClose.MouseButton1Down:connect(function()
  1163. if Openn == true then
  1164. Openn = false
  1165. CreditsMain.Visible = false
  1166. else
  1167. Openn = true
  1168. CreditsMain.Visible = true
  1169. end
  1170. end)
  1171.  
  1172. esptrack.Name = "esptrack"
  1173. esptrack.Parent = BoogaFuckerPackageFrame
  1174. esptrack.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1175. esptrack.BorderSizePixel = 0
  1176. esptrack.Position = UDim2.new(0.923636317, -350, 0.359999955, 25)
  1177. esptrack.Size = UDim2.new(0, 126, 0, 39)
  1178. esptrack.ZIndex = 2
  1179. esptrack.Font = Enum.Font.SourceSansBold
  1180. esptrack.FontSize = Enum.FontSize.Size24
  1181. esptrack.Text = "ESP"
  1182. esptrack.TextColor3 = Color3.new(1, 1, 1)
  1183. esptrack.TextSize = 19
  1184. esptrack.TextWrapped = true
  1185.  
  1186. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  1187.  
  1188. local enabledesp = false
  1189.  
  1190. function CreateESP(plr)
  1191.  
  1192. if plr ~= nil then
  1193.  
  1194. local GetChar = plr.Character
  1195. if not GetChar then return end
  1196.  
  1197. local GetHead do
  1198.  
  1199. repeat wait() until GetChar:FindFirstChild("Head")
  1200.  
  1201. end
  1202. GetHead = GetChar.Head
  1203.  
  1204. local bb = Instance.new("BillboardGui", Important.CoreGui)
  1205. bb.Adornee = GetHead
  1206. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  1207. bb.AlwaysOnTop = true
  1208. bb.Size = UDim2.new(0, 5, 0, 5)
  1209. bb.StudsOffset = Vector3.new(0, 3, 0)
  1210. bb.Name = "ESP_PLAYER_" .. plr.Name
  1211.  
  1212. local displayframe = Instance.new("Frame", bb)
  1213. displayframe.ZIndex = 10
  1214. displayframe.BackgroundTransparency = 1
  1215. displayframe.Size = UDim2.new(1,0,1,0)
  1216.  
  1217. local name = Instance.new("TextLabel", displayframe)
  1218. name.Name = "Name"
  1219. name.ZIndex = 10
  1220. name.Text = plr.Name
  1221. name.Visible = true
  1222. name.TextColor3 = Color3.new(170,0,0)
  1223. name.BackgroundTransparency = 1
  1224. name.Size = UDim2.new(1,0,10,0)
  1225. name.Font = Enum.Font.SourceSansLight
  1226. name.TextSize = 20
  1227. name.TextStrokeTransparency = .5
  1228.  
  1229. end
  1230.  
  1231. end
  1232.  
  1233. esptrack.MouseButton1Click:connect(function()
  1234.  
  1235. for i,v in pairs(Important.Players:GetChildren()) do
  1236.  
  1237. CreateESP(v)
  1238.  
  1239. end
  1240.  
  1241. end)
  1242.  
  1243. TextButtonEsp.Name = "TextButtonEsp"
  1244. TextButtonEsp.Parent = esptrack
  1245. TextButtonEsp.Active = true
  1246. TextButtonEsp.BackgroundColor3 = Color3.new(0, 0, 0)
  1247. TextButtonEsp.BorderSizePixel = 0
  1248. TextButtonEsp.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1249. TextButtonEsp.Size = UDim2.new(1, 0, 1, 0)
  1250.  
  1251. Removealleffects.Name = "Remove all effects"
  1252. Removealleffects.Parent = BoogaFuckerPackageFrame
  1253. Removealleffects.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1254. Removealleffects.BorderSizePixel = 0
  1255. Removealleffects.Position = UDim2.new(0.666999996, -350, 0.360000014, 25)
  1256. Removealleffects.Size = UDim2.new(0, 126, 0, 39)
  1257. Removealleffects.ZIndex = 2
  1258. Removealleffects.Font = Enum.Font.SourceSansBold
  1259. Removealleffects.FontSize = Enum.FontSize.Size24
  1260. Removealleffects.Text = "Remove all effects"
  1261. Removealleffects.TextColor3 = Color3.new(1, 1, 1)
  1262. Removealleffects.TextSize = 19
  1263. Removealleffects.TextWrapped = true
  1264. Removealleffects.MouseButton1Down:connect(function()
  1265. game.Lighting.FogEnd = 1200000
  1266. game.Lighting.Brightness = 3
  1267. game.Lighting.GlobalShadows = false
  1268. end)
  1269.  
  1270. TextButtonRAE.Name = "TextButtonRAE"
  1271. TextButtonRAE.Parent = Removealleffects
  1272. TextButtonRAE.Active = true
  1273. TextButtonRAE.BackgroundColor3 = Color3.new(0, 0, 0)
  1274. TextButtonRAE.BorderSizePixel = 0
  1275. TextButtonRAE.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1276. TextButtonRAE.Size = UDim2.new(1, 0, 1, 0)
  1277.  
  1278. AutoPickup.Name = "Auto Pickup"
  1279. AutoPickup.Parent = BoogaFuckerPackageFrame
  1280. AutoPickup.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1281. AutoPickup.BorderSizePixel = 0
  1282. AutoPickup.Position = UDim2.new(0.666999996, -350, 0.566666663, 25)
  1283. AutoPickup.Size = UDim2.new(0, 126, 0, 39)
  1284. AutoPickup.ZIndex = 2
  1285. AutoPickup.Font = Enum.Font.SourceSansBold
  1286. AutoPickup.FontSize = Enum.FontSize.Size24
  1287. AutoPickup.Text = "Auto Pickup"
  1288. AutoPickup.TextColor3 = Color3.new(1, 1, 1)
  1289. AutoPickup.TextSize = 19
  1290. AutoPickup.TextWrapped = true
  1291. AutoPickup.MouseButton1Down:connect(function()
  1292. local Objects;
  1293.  
  1294. local Pickup = function(Character)
  1295. local myPos = Character.HumanoidRootPart.Position
  1296. local Objects = {}
  1297. for i,v in pairs(workspace:GetChildren()) do
  1298. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  1299. local Pos = v.Position
  1300. local Distance = (myPos - Pos).magnitude
  1301. if Distance < 40 then
  1302. table.insert(Objects, v)
  1303. end
  1304. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  1305. local Pos = v.Part.Position
  1306. local Distance = (myPos - Pos).magnitude
  1307. if Distance < 40 then
  1308. table.insert(Objects, v)
  1309. end
  1310. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  1311. local Pos = v.Position
  1312. local Distance = (myPos - Pos).magnitude
  1313. if Distance < 40 then
  1314. table.insert(Objects, v)
  1315. end
  1316. end
  1317. end
  1318. for i,v in pairs(Objects) do
  1319. for i=1,10 do
  1320. v.Position = myPos
  1321. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  1322. end
  1323. end
  1324. end
  1325. wait(1)
  1326. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1327.  
  1328. mouse.KeyDown:connect(function(key)
  1329. if key == Dropallitemskeybindtextbox_2.Text then
  1330. print'howdi neighbor'
  1331. Pickup(game.Players.LocalPlayer.Character)
  1332. end
  1333. end)
  1334. end)
  1335.  
  1336. TextButtonAP.Name = "TextButtonAP"
  1337. TextButtonAP.Parent = AutoPickup
  1338. TextButtonAP.Active = true
  1339. TextButtonAP.BackgroundColor3 = Color3.new(0, 0, 0)
  1340. TextButtonAP.BorderSizePixel = 0
  1341. TextButtonAP.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1342. TextButtonAP.Size = UDim2.new(1, 0, 1, 0)
  1343.  
  1344. StartFrame.Name = "StartFrame"
  1345. StartFrame.Parent = BoogaFucker
  1346. StartFrame.Active = true
  1347. StartFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  1348. StartFrame.BorderSizePixel = 0
  1349. StartFrame.Position = UDim2.new(0.546333909, 0, 0.603372216, 0)
  1350. StartFrame.Selectable = true
  1351. StartFrame.Size = UDim2.new(0, 369, 0, 220)
  1352. StartFrame.Visible = false
  1353.  
  1354. StartHeaderBorder.Name = "StartHeaderBorder"
  1355. StartHeaderBorder.Parent = StartFrame
  1356. StartHeaderBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1357. StartHeaderBorder.BorderSizePixel = 0
  1358. StartHeaderBorder.Size = UDim2.new(0, 369, 0, 24)
  1359.  
  1360. StartFooterBorder.Name = "StartFooterBorder"
  1361. StartFooterBorder.Parent = StartFrame
  1362. StartFooterBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1363. StartFooterBorder.BorderSizePixel = 0
  1364. StartFooterBorder.Position = UDim2.new(-0.000273272395, 0, 0.971862733, 0)
  1365. StartFooterBorder.Size = UDim2.new(0, 369, 0, 6)
  1366.  
  1367. StartName.Name = "StartName"
  1368. StartName.Parent = StartFrame
  1369. StartName.BackgroundColor3 = Color3.new(1, 1, 1)
  1370. StartName.BackgroundTransparency = 1
  1371. StartName.BorderSizePixel = 0
  1372. StartName.Position = UDim2.new(0.249322489, 0, 0, 0)
  1373. StartName.Size = UDim2.new(0, 185, 0, 17)
  1374. StartName.Font = Enum.Font.SourceSansItalic
  1375. StartName.FontSize = Enum.FontSize.Size28
  1376. StartName.Text = "BoogaFucker GUI"
  1377. StartName.TextColor3 = Color3.new(1, 1, 1)
  1378. StartName.TextSize = 25
  1379.  
  1380. FREEbutton.Name = "FREEbutton"
  1381. FREEbutton.Parent = StartFrame
  1382. FREEbutton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1383. FREEbutton.BackgroundTransparency = 0.60000002384186
  1384. FREEbutton.BorderColor3 = Color3.new(1, 1, 1)
  1385. FREEbutton.BorderSizePixel = 2
  1386. FREEbutton.Position = UDim2.new(1.02654481, -350, 0.106568247, 25)
  1387. FREEbutton.Size = UDim2.new(0, 126, 0, 39)
  1388. FREEbutton.ZIndex = 2
  1389. FREEbutton.Font = Enum.Font.SourceSansBold
  1390. FREEbutton.FontSize = Enum.FontSize.Size24
  1391. FREEbutton.Text = "FREE"
  1392. FREEbutton.TextColor3 = Color3.new(1, 1, 1)
  1393. FREEbutton.TextSize = 21
  1394. FREEbutton.TextWrapped = true
  1395.  
  1396. PREMIUMbutton.Name = "PREMIUMbutton"
  1397. PREMIUMbutton.Parent = StartFrame
  1398. PREMIUMbutton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1399. PREMIUMbutton.BackgroundTransparency = 0.60000002384186
  1400. PREMIUMbutton.BorderColor3 = Color3.new(1, 1, 1)
  1401. PREMIUMbutton.BorderSizePixel = 2
  1402. PREMIUMbutton.Position = UDim2.new(1.52906132, -350, 0.104295552, 25)
  1403. PREMIUMbutton.Size = UDim2.new(0, 126, 0, 39)
  1404. PREMIUMbutton.ZIndex = 2
  1405. PREMIUMbutton.Font = Enum.Font.SourceSansBold
  1406. PREMIUMbutton.FontSize = Enum.FontSize.Size24
  1407. PREMIUMbutton.Text = "PREMIUM"
  1408. PREMIUMbutton.TextColor3 = Color3.new(1, 1, 1)
  1409. PREMIUMbutton.TextSize = 21
  1410. PREMIUMbutton.TextWrapped = true
  1411.  
  1412. StartMidBorder.Name = "StartMidBorder"
  1413. StartMidBorder.Parent = StartFrame
  1414. StartMidBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1415. StartMidBorder.BorderSizePixel = 0
  1416. StartMidBorder.Position = UDim2.new(0.495934963, 0, 0.218181819, 0)
  1417. StartMidBorder.Size = UDim2.new(0, 3, 0, 166)
  1418.  
  1419. StartRightBorder.Name = "StartRightBorder"
  1420. StartRightBorder.Parent = StartFrame
  1421. StartRightBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1422. StartRightBorder.BorderSizePixel = 0
  1423. StartRightBorder.Position = UDim2.new(0.991869926, 0, 0.109090909, 0)
  1424. StartRightBorder.Size = UDim2.new(0, 3, 0, 190)
  1425.  
  1426. StartLeftBorder.Name = "StartLeftBorder"
  1427. StartLeftBorder.Parent = StartFrame
  1428. StartLeftBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1429. StartLeftBorder.BorderSizePixel = 0
  1430. StartLeftBorder.Position = UDim2.new(0, 0, 0.109090909, 0)
  1431. StartLeftBorder.Size = UDim2.new(0, 3, 0, 190)
  1432.  
  1433. StartFreeText.Name = "StartFreeText"
  1434. StartFreeText.Parent = StartFrame
  1435. StartFreeText.BackgroundColor3 = Color3.new(1, 1, 1)
  1436. StartFreeText.BackgroundTransparency = 1
  1437. StartFreeText.BorderSizePixel = 0
  1438. StartFreeText.Position = UDim2.new(0.0298102982, 0, 0.427272737, 0)
  1439. StartFreeText.Size = UDim2.new(0, 162, 0, 106)
  1440. StartFreeText.Font = Enum.Font.SourceSansItalic
  1441. StartFreeText.FontSize = Enum.FontSize.Size28
  1442. StartFreeText.Text = "Free: alot uglier gui but still all the great updates. its just all lower quality. also updates goes slower and the suggestions are watched less at."
  1443. StartFreeText.TextColor3 = Color3.new(1, 1, 1)
  1444. StartFreeText.TextScaled = true
  1445. StartFreeText.TextSize = 25
  1446. StartFreeText.TextWrapped = true
  1447.  
  1448. StartPremiumText.Name = "StartPremiumText"
  1449. StartPremiumText.Parent = StartFrame
  1450. StartPremiumText.BackgroundColor3 = Color3.new(1, 1, 1)
  1451. StartPremiumText.BackgroundTransparency = 1
  1452. StartPremiumText.BorderSizePixel = 0
  1453. StartPremiumText.Position = UDim2.new(0.52439028, 0, 0.395454556, 0)
  1454. StartPremiumText.Size = UDim2.new(0, 167, 0, 120)
  1455. StartPremiumText.Font = Enum.Font.SourceSansItalic
  1456. StartPremiumText.FontSize = Enum.FontSize.Size28
  1457. StartPremiumText.Text = "Premium: alot more options and extra options. over all highter quality and faster updates. (For more update watch the discords Premium channel.)"
  1458. StartPremiumText.TextColor3 = Color3.new(1, 1, 1)
  1459. StartPremiumText.TextScaled = true
  1460. StartPremiumText.TextSize = 25
  1461. StartPremiumText.TextWrapped = true
  1462.  
  1463. StartName_2.Name = "StartName"
  1464. StartName_2.Parent = StartFrame
  1465. StartName_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1466. StartName_2.BackgroundTransparency = 1
  1467. StartName_2.BorderSizePixel = 0
  1468. StartName_2.Position = UDim2.new(0, 0, 0.109090909, 0)
  1469. StartName_2.Size = UDim2.new(0, 369, 0, 16)
  1470. StartName_2.Font = Enum.Font.SourceSansItalic
  1471. StartName_2.FontSize = Enum.FontSize.Size28
  1472. StartName_2.Text = "discord.gg/s85fc"
  1473. StartName_2.TextColor3 = Color3.new(1, 1, 1)
  1474. StartName_2.TextScaled = true
  1475. StartName_2.TextSize = 25
  1476. StartName_2.TextWrapped = true
  1477.  
  1478. LoginFrame.Name = "LoginFrame"
  1479. LoginFrame.Parent = BoogaFucker
  1480. LoginFrame.Active = true
  1481. LoginFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  1482. LoginFrame.BorderSizePixel = 0
  1483. LoginFrame.Position = UDim2.new(0.548215687, 0, 0.603298247, 0)
  1484. LoginFrame.Selectable = true
  1485. LoginFrame.Size = UDim2.new(0, 369, 0, 220)
  1486. LoginFrame.Visible = false
  1487.  
  1488. LoginHeaderBorder.Name = "LoginHeaderBorder"
  1489. LoginHeaderBorder.Parent = LoginFrame
  1490. LoginHeaderBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1491. LoginHeaderBorder.BorderSizePixel = 0
  1492. LoginHeaderBorder.Size = UDim2.new(0, 369, 0, 24)
  1493.  
  1494. LoginFooterBorder.Name = "LoginFooterBorder"
  1495. LoginFooterBorder.Parent = LoginFrame
  1496. LoginFooterBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1497. LoginFooterBorder.BorderSizePixel = 0
  1498. LoginFooterBorder.Position = UDim2.new(-0.000273272395, 0, 0.971862733, 0)
  1499. LoginFooterBorder.Size = UDim2.new(0, 369, 0, 6)
  1500.  
  1501. LoginName.Name = "LoginName"
  1502. LoginName.Parent = LoginFrame
  1503. LoginName.BackgroundColor3 = Color3.new(1, 1, 1)
  1504. LoginName.BackgroundTransparency = 1
  1505. LoginName.BorderSizePixel = 0
  1506. LoginName.Position = UDim2.new(0.249322489, 0, 0, 0)
  1507. LoginName.Size = UDim2.new(0, 185, 0, 17)
  1508. LoginName.Font = Enum.Font.SourceSansItalic
  1509. LoginName.FontSize = Enum.FontSize.Size28
  1510. LoginName.Text = "BoogaFucker Login"
  1511. LoginName.TextColor3 = Color3.new(1, 1, 1)
  1512. LoginName.TextSize = 25
  1513.  
  1514. LoginConfirm.Name = "LoginConfirm"
  1515. LoginConfirm.Parent = LoginFrame
  1516. LoginConfirm.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1517. LoginConfirm.BackgroundTransparency = 0.60000002384186
  1518. LoginConfirm.BorderColor3 = Color3.new(1, 1, 1)
  1519. LoginConfirm.BorderSizePixel = 2
  1520. LoginConfirm.Position = UDim2.new(1.19783199, -350, 0.631818175, 25)
  1521. LoginConfirm.Size = UDim2.new(0, 185, 0, 23)
  1522. LoginConfirm.ZIndex = 2
  1523. LoginConfirm.Font = Enum.Font.SourceSansBold
  1524. LoginConfirm.FontSize = Enum.FontSize.Size24
  1525. LoginConfirm.Text = "Confirm"
  1526. LoginConfirm.TextColor3 = Color3.new(1, 1, 1)
  1527. LoginConfirm.TextSize = 21
  1528. LoginConfirm.TextWrapped = true
  1529.  
  1530. LoginRightBorder.Name = "LoginRightBorder"
  1531. LoginRightBorder.Parent = LoginFrame
  1532. LoginRightBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1533. LoginRightBorder.BorderSizePixel = 0
  1534. LoginRightBorder.Position = UDim2.new(0.991869926, 0, 0.109090909, 0)
  1535. LoginRightBorder.Size = UDim2.new(0, 3, 0, 190)
  1536.  
  1537. LoginLeftBorder.Name = "LoginLeftBorder"
  1538. LoginLeftBorder.Parent = LoginFrame
  1539. LoginLeftBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1540. LoginLeftBorder.BorderSizePixel = 0
  1541. LoginLeftBorder.Position = UDim2.new(0, 0, 0.109090909, 0)
  1542. LoginLeftBorder.Size = UDim2.new(0, 3, 0, 190)
  1543.  
  1544. LoginBackButton.Name = "LoginBackButton"
  1545. LoginBackButton.Parent = LoginFrame
  1546. LoginBackButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1547. LoginBackButton.BackgroundTransparency = 0.60000002384186
  1548. LoginBackButton.BorderColor3 = Color3.new(1, 1, 1)
  1549. LoginBackButton.BorderSizePixel = 2
  1550. LoginBackButton.Position = UDim2.new(0.956639588, -350, -0.100000001, 25)
  1551. LoginBackButton.Size = UDim2.new(0, 40, 0, 18)
  1552. LoginBackButton.ZIndex = 2
  1553. LoginBackButton.Font = Enum.Font.SourceSansBold
  1554. LoginBackButton.FontSize = Enum.FontSize.Size24
  1555. LoginBackButton.Text = "<-"
  1556. LoginBackButton.TextColor3 = Color3.new(1, 1, 1)
  1557. LoginBackButton.TextSize = 21
  1558. LoginBackButton.TextWrapped = true
  1559.  
  1560. LoginUser.Name = "LoginUser"
  1561. LoginUser.Parent = LoginFrame
  1562. LoginUser.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1563. LoginUser.BackgroundTransparency = 0.20000000298023
  1564. LoginUser.BorderColor3 = Color3.new(1, 1, 1)
  1565. LoginUser.Position = UDim2.new(0.292682946, 0, 0.272727281, 0)
  1566. LoginUser.Size = UDim2.new(0, 153, 0, 31)
  1567. LoginUser.Font = Enum.Font.SourceSans
  1568. LoginUser.FontSize = Enum.FontSize.Size28
  1569. LoginUser.Text = "Username"
  1570. LoginUser.TextColor3 = Color3.new(1, 1, 1)
  1571. LoginUser.TextSize = 25
  1572. LoginUser.TextXAlignment = Enum.TextXAlignment.Left
  1573.  
  1574. LoginPass.Name = "LoginPass"
  1575. LoginPass.Parent = LoginFrame
  1576. LoginPass.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1577. LoginPass.BackgroundTransparency = 0.20000000298023
  1578. LoginPass.BorderColor3 = Color3.new(1, 1, 1)
  1579. LoginPass.Position = UDim2.new(0.292682916, 0, 0.481818199, 0)
  1580. LoginPass.Size = UDim2.new(0, 153, 0, 31)
  1581. LoginPass.Font = Enum.Font.SourceSans
  1582. LoginPass.FontSize = Enum.FontSize.Size28
  1583. LoginPass.Text = "Password"
  1584. LoginPass.TextColor3 = Color3.new(1, 1, 1)
  1585. LoginPass.TextSize = 25
  1586. LoginPass.TextXAlignment = Enum.TextXAlignment.Left
  1587.  
  1588. KeyBind.Name = "KeyBind"
  1589. KeyBind.Parent = BoogaFucker
  1590. KeyBind.BackgroundColor3 = Color3.new(0, 0, 0)
  1591. KeyBind.BackgroundTransparency = 0.5
  1592. KeyBind.Position = UDim2.new(0.509393454, 0, 0.599304438, 0)
  1593. KeyBind.Size = UDim2.new(0, 274, 0, 162)
  1594. KeyBind.Visible = false
  1595.  
  1596. KeyBindFinishStartupButton.Name = "KeyBindFinishStartupButton"
  1597. KeyBindFinishStartupButton.Parent = KeyBind
  1598. KeyBindFinishStartupButton.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1599. KeyBindFinishStartupButton.BackgroundTransparency = 0.60000002384186
  1600. KeyBindFinishStartupButton.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1601. KeyBindFinishStartupButton.BorderSizePixel = 2
  1602. KeyBindFinishStartupButton.Position = UDim2.new(0.312275499, 0, 0.592000008, 0)
  1603. KeyBindFinishStartupButton.Size = UDim2.new(0, 102, 0, 34)
  1604. KeyBindFinishStartupButton.Font = Enum.Font.SourceSans
  1605. KeyBindFinishStartupButton.FontSize = Enum.FontSize.Size24
  1606. KeyBindFinishStartupButton.Text = "Finish startup"
  1607. KeyBindFinishStartupButton.TextColor3 = Color3.new(1, 0.333333, 0)
  1608. KeyBindFinishStartupButton.TextSize = 20
  1609.  
  1610. KeyBindHeather.Name = "KeyBindHeather"
  1611. KeyBindHeather.Parent = KeyBind
  1612. KeyBindHeather.BackgroundColor3 = Color3.new(0, 0, 0)
  1613. KeyBindHeather.BackgroundTransparency = 0.5
  1614. KeyBindHeather.Size = UDim2.new(0, 274, 0, 15)
  1615.  
  1616. KeyBindStartupTextBox.Name = "KeyBindStartupTextBox"
  1617. KeyBindStartupTextBox.Parent = KeyBind
  1618. KeyBindStartupTextBox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1619. KeyBindStartupTextBox.BackgroundTransparency = 0.40000000596046
  1620. KeyBindStartupTextBox.BorderSizePixel = 0
  1621. KeyBindStartupTextBox.Position = UDim2.new(0.416225731, 0, 0.842592537, 0)
  1622. KeyBindStartupTextBox.Size = UDim2.new(0, 45, 0, 19)
  1623. KeyBindStartupTextBox.Font = Enum.Font.SourceSans
  1624. KeyBindStartupTextBox.FontSize = Enum.FontSize.Size14
  1625. KeyBindStartupTextBox.Text = "G"
  1626. KeyBindStartupTextBox.TextColor3 = Color3.new(1, 0.333333, 0)
  1627. KeyBindStartupTextBox.TextSize = 14
  1628.  
  1629. KeyBindSetupText.Name = "KeyBindSetupText"
  1630. KeyBindSetupText.Parent = KeyBind
  1631. KeyBindSetupText.BackgroundColor3 = Color3.new(1, 1, 1)
  1632. KeyBindSetupText.BackgroundTransparency = 1
  1633. KeyBindSetupText.Position = UDim2.new(0.0748175159, 0, 0.129629627, 0)
  1634. KeyBindSetupText.Size = UDim2.new(0, 236, 0, 69)
  1635. KeyBindSetupText.Font = Enum.Font.SourceSans
  1636. KeyBindSetupText.FontSize = Enum.FontSize.Size24
  1637. KeyBindSetupText.Text = "Okay, we are almost done! setup your GUI keybind and then press the \"Finish startup\" button!"
  1638. KeyBindSetupText.TextColor3 = Color3.new(1, 0.333333, 0)
  1639. KeyBindSetupText.TextSize = 20
  1640. KeyBindSetupText.TextWrapped = true
  1641. KeyBindSetupText.TextXAlignment = Enum.TextXAlignment.Left
  1642. KeyBindSetupText.TextYAlignment = Enum.TextYAlignment.Top
  1643.  
  1644. KeyBindName.Name = "KeyBindName"
  1645. KeyBindName.Parent = KeyBind
  1646. KeyBindName.BackgroundColor3 = Color3.new(1, 1, 1)
  1647. KeyBindName.BackgroundTransparency = 1
  1648. KeyBindName.Position = UDim2.new(0.270072997, 0, -0.0216049384, 0)
  1649. KeyBindName.Size = UDim2.new(0, 130, 0, 16)
  1650. KeyBindName.Font = Enum.Font.SourceSansBold
  1651. KeyBindName.FontSize = Enum.FontSize.Size18
  1652. KeyBindName.Text = "BoogaFucker Setup"
  1653. KeyBindName.TextColor3 = Color3.new(1, 0.333333, 0)
  1654. KeyBindName.TextSize = 18
  1655. KeyBindName.TextWrapped = true
  1656. KeyBindName.TextXAlignment = Enum.TextXAlignment.Left
  1657. KeyBindName.TextYAlignment = Enum.TextYAlignment.Top
  1658.  
  1659.  
  1660. Onyx.MouseButton1Down:connect(function()
  1661. -- Onyx HUB v2.1
  1662. -- Speedhack : Q
  1663. -- Auto pickup : y
  1664.  
  1665. -- by Zeestriaa#7876
  1666. -- Showcased by Cryptic
  1667.  
  1668. local BoogaBooga = Instance.new("ScreenGui")
  1669. local Frame = Instance.new("Frame")
  1670. local HeaderFrame = Instance.new("Frame")
  1671. local TitleGUI = Instance.new("TextLabel")
  1672. local SpeedHack = Instance.new("TextButton")
  1673. local JumpHack = Instance.new("TextButton")
  1674. local InfinityJump = Instance.new("TextButton")
  1675. local CraftGUI = Instance.new("TextButton")
  1676. local Minimize = Instance.new("TextButton")
  1677. local CraftFrame = Instance.new("Frame")
  1678. local HeaderFrame_2 = Instance.new("Frame")
  1679. local CraftLogo = Instance.new("TextLabel")
  1680. local ItemName = Instance.new("TextBox")
  1681. local CraftSubmit = Instance.new("TextButton")
  1682. local CraftGUI_2 = Instance.new("TextButton")
  1683. local AutoPickup = Instance.new("TextButton")
  1684. local ESPTrack = Instance.new("TextButton")
  1685. local DropItem = Instance.new("TextButton")
  1686. local ItemDrop = Instance.new("TextBox")
  1687. local MinimizeFrame = Instance.new("Frame")
  1688. local MinOpen = Instance.new("TextButton")
  1689.  
  1690. -- Properties
  1691.  
  1692. BoogaBooga.Name = "BoogaBooga"
  1693. BoogaBooga.Parent = game.CoreGui
  1694.  
  1695. Frame.Parent = BoogaBooga
  1696. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1697. Frame.BorderSizePixel = 0
  1698. Frame.Position = UDim2.new(0, 319, 0, 134)
  1699. Frame.Size = UDim2.new(0, 577, 0, 250)
  1700.  
  1701. HeaderFrame.Name = "HeaderFrame"
  1702. HeaderFrame.Parent = Frame
  1703. HeaderFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1704. HeaderFrame.BorderSizePixel = 0
  1705. HeaderFrame.Size = UDim2.new(0, 577, 0, 33)
  1706.  
  1707. TitleGUI.Name = "TitleGUI"
  1708. TitleGUI.Parent = Frame
  1709. TitleGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1710. TitleGUI.BackgroundTransparency = 1
  1711. TitleGUI.BorderSizePixel = 0
  1712. TitleGUI.Position = UDim2.new(0, 140, 0, 0)
  1713. TitleGUI.Size = UDim2.new(0, 309, 0, 33)
  1714. TitleGUI.Font = Enum.Font.SciFi
  1715. TitleGUI.Text = "Booga Booga | Onyx Version"
  1716. TitleGUI.TextColor3 = Color3.new(1, 1, 1)
  1717. TitleGUI.TextSize = 14
  1718.  
  1719. SpeedHack.Name = "SpeedHack"
  1720. SpeedHack.Parent = Frame
  1721. SpeedHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1722. SpeedHack.BorderSizePixel = 0
  1723. SpeedHack.Position = UDim2.new(0, 20, 0, 49)
  1724. SpeedHack.Size = UDim2.new(0, 200, 0, 50)
  1725. SpeedHack.Font = Enum.Font.SourceSans
  1726. SpeedHack.Text = "SpeedHack"
  1727. SpeedHack.TextColor3 = Color3.new(1, 1, 1)
  1728. SpeedHack.TextSize = 14
  1729.  
  1730. JumpHack.Name = "JumpHack"
  1731. JumpHack.Parent = Frame
  1732. JumpHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1733. JumpHack.BorderSizePixel = 0
  1734. JumpHack.Position = UDim2.new(0, 20, 0, 112)
  1735. JumpHack.Size = UDim2.new(0, 200, 0, 50)
  1736. JumpHack.Font = Enum.Font.SourceSans
  1737. JumpHack.Text = "JumpHack"
  1738. JumpHack.TextColor3 = Color3.new(1, 1, 1)
  1739. JumpHack.TextSize = 14
  1740.  
  1741. InfinityJump.Name = "InfinityJump"
  1742. InfinityJump.Parent = Frame
  1743. InfinityJump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1744. InfinityJump.BorderSizePixel = 0
  1745. InfinityJump.Position = UDim2.new(0, 21, 0, 173)
  1746. InfinityJump.Size = UDim2.new(0, 200, 0, 50)
  1747. InfinityJump.Font = Enum.Font.SourceSans
  1748. InfinityJump.Text = "Infinity Jump"
  1749. InfinityJump.TextColor3 = Color3.new(1, 1, 1)
  1750. InfinityJump.TextSize = 14
  1751.  
  1752. CraftGUI.Name = "CraftGUI"
  1753. CraftGUI.Parent = Frame
  1754. CraftGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1755. CraftGUI.BackgroundTransparency = 1
  1756. CraftGUI.BorderSizePixel = 0
  1757. CraftGUI.Size = UDim2.new(0, 81, 0, 31)
  1758. CraftGUI.Font = Enum.Font.ArialBold
  1759. CraftGUI.Text = "<"
  1760. CraftGUI.TextColor3 = Color3.new(1, 1, 1)
  1761. CraftGUI.TextSize = 14
  1762.  
  1763. Minimize.Name = "Minimize"
  1764. Minimize.Parent = Frame
  1765. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  1766. Minimize.BackgroundTransparency = 1
  1767. Minimize.BorderSizePixel = 0
  1768. Minimize.Position = UDim2.new(0, 496, 0, 0)
  1769. Minimize.Size = UDim2.new(0, 81, 0, 31)
  1770. Minimize.Font = Enum.Font.ArialBold
  1771. Minimize.Text = ">"
  1772. Minimize.TextColor3 = Color3.new(1, 1, 1)
  1773. Minimize.TextSize = 14
  1774.  
  1775. CraftFrame.Name = "CraftFrame"
  1776. CraftFrame.Parent = Frame
  1777. CraftFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1778. CraftFrame.Position = UDim2.new(0, -245, 0, 0)
  1779. CraftFrame.Size = UDim2.new(0, 226, 0, 151)
  1780. CraftFrame.Visible = false
  1781.  
  1782. HeaderFrame_2.Name = "HeaderFrame"
  1783. HeaderFrame_2.Parent = CraftFrame
  1784. HeaderFrame_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1785. HeaderFrame_2.BorderSizePixel = 0
  1786. HeaderFrame_2.Size = UDim2.new(0, 226, 0, 33)
  1787.  
  1788. CraftLogo.Name = "CraftLogo"
  1789. CraftLogo.Parent = CraftFrame
  1790. CraftLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  1791. CraftLogo.BackgroundTransparency = 1
  1792. CraftLogo.BorderSizePixel = 0
  1793. CraftLogo.Position = UDim2.new(0, 55, 0, 0)
  1794. CraftLogo.Size = UDim2.new(0, 115, 0, 31)
  1795. CraftLogo.Font = Enum.Font.SciFi
  1796. CraftLogo.Text = "Craft Item"
  1797. CraftLogo.TextColor3 = Color3.new(1, 1, 1)
  1798. CraftLogo.TextSize = 14
  1799.  
  1800. ItemName.Name = "ItemName"
  1801. ItemName.Parent = CraftFrame
  1802. ItemName.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1803. ItemName.BorderColor3 = Color3.new(0, 0, 0)
  1804. ItemName.BorderSizePixel = 3
  1805. ItemName.Position = UDim2.new(0, 13, 0, 47)
  1806. ItemName.Size = UDim2.new(0, 200, 0, 34)
  1807. ItemName.Font = Enum.Font.SciFi
  1808. ItemName.Text = "Item Name"
  1809. ItemName.TextColor3 = Color3.new(1, 1, 1)
  1810. ItemName.TextSize = 14
  1811.  
  1812. CraftSubmit.Name = "CraftSubmit"
  1813. CraftSubmit.Parent = CraftFrame
  1814. CraftSubmit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1815. CraftSubmit.BorderSizePixel = 0
  1816. CraftSubmit.Position = UDim2.new(0, 13, 0, 93)
  1817. CraftSubmit.Size = UDim2.new(0, 200, 0, 35)
  1818. CraftSubmit.Font = Enum.Font.SciFi
  1819. CraftSubmit.Text = "Craft Now!"
  1820. CraftSubmit.TextColor3 = Color3.new(1, 1, 1)
  1821. CraftSubmit.TextSize = 14
  1822.  
  1823. CraftGUI_2.Name = "CraftGUI"
  1824. CraftGUI_2.Parent = CraftFrame
  1825. CraftGUI_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1826. CraftGUI_2.BackgroundTransparency = 1
  1827. CraftGUI_2.BorderSizePixel = 0
  1828. CraftGUI_2.Position = UDim2.new(0, 163, 0, 0)
  1829. CraftGUI_2.Size = UDim2.new(0, 63, 0, 31)
  1830. CraftGUI_2.Font = Enum.Font.ArialBold
  1831. CraftGUI_2.Text = ">"
  1832. CraftGUI_2.TextColor3 = Color3.new(1, 1, 1)
  1833. CraftGUI_2.TextSize = 14
  1834.  
  1835. AutoPickup.Name = "AutoPickup"
  1836. AutoPickup.Parent = Frame
  1837. AutoPickup.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1838. AutoPickup.BorderSizePixel = 0
  1839. AutoPickup.Position = UDim2.new(0, 236, 0, 49)
  1840. AutoPickup.Size = UDim2.new(0, 200, 0, 50)
  1841. AutoPickup.Font = Enum.Font.SciFi
  1842. AutoPickup.Text = "Auto Pickup"
  1843. AutoPickup.TextColor3 = Color3.new(1, 1, 1)
  1844. AutoPickup.TextSize = 14
  1845.  
  1846. ESPTrack.Name = "ESP Track"
  1847. ESPTrack.Parent = Frame
  1848. ESPTrack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1849. ESPTrack.BorderSizePixel = 0
  1850. ESPTrack.Position = UDim2.new(0, 237, 0, 110)
  1851. ESPTrack.Size = UDim2.new(0, 200, 0, 49)
  1852. ESPTrack.Font = Enum.Font.SciFi
  1853. ESPTrack.Text = "ESP Track"
  1854. ESPTrack.TextColor3 = Color3.new(1, 1, 1)
  1855. ESPTrack.TextSize = 14
  1856.  
  1857. DropItem.Name = "DropItem"
  1858. DropItem.Parent = Frame
  1859. DropItem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1860. DropItem.BorderSizePixel = 0
  1861. DropItem.Position = UDim2.new(0, 238, 0, 173)
  1862. DropItem.Size = UDim2.new(0, 324, 0, 49)
  1863. DropItem.Font = Enum.Font.SciFi
  1864. DropItem.Text = "Drop item from bag!"
  1865. DropItem.TextColor3 = Color3.new(1, 1, 1)
  1866. DropItem.TextSize = 14
  1867.  
  1868. ItemDrop.Name = "ItemDrop"
  1869. ItemDrop.Parent = Frame
  1870. ItemDrop.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1871. ItemDrop.BorderColor3 = Color3.new(0, 0, 0)
  1872. ItemDrop.BorderSizePixel = 3
  1873. ItemDrop.Position = UDim2.new(0, 448, 0, 49)
  1874. ItemDrop.Size = UDim2.new(0, 113, 0, 106)
  1875. ItemDrop.Font = Enum.Font.SciFi
  1876. ItemDrop.Text = "Item Name"
  1877. ItemDrop.TextColor3 = Color3.new(1, 1, 1)
  1878. ItemDrop.TextSize = 14
  1879.  
  1880. MinimizeFrame.Name = "MinimizeFrame"
  1881. MinimizeFrame.Parent = BoogaBooga
  1882. MinimizeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1883. MinimizeFrame.BackgroundTransparency = 1
  1884. MinimizeFrame.BorderSizePixel = 0
  1885. MinimizeFrame.Position = UDim2.new(0, 942, 0, 215)
  1886. MinimizeFrame.Size = UDim2.new(0, 154, 0, 223)
  1887. MinimizeFrame.Visible = false
  1888.  
  1889. MinOpen.Name = "MinOpen"
  1890. MinOpen.Parent = MinimizeFrame
  1891. MinOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  1892. MinOpen.BackgroundTransparency = 1
  1893. MinOpen.BorderSizePixel = 0
  1894. MinOpen.Position = UDim2.new( 0.2, -110, 0, -200)
  1895. MinOpen.Size = UDim2.new(0, 154, 0, 223)
  1896. MinOpen.Font = Enum.Font.Fantasy
  1897. MinOpen.Text = "<"
  1898. MinOpen.TextColor3 = Color3.new(1, 1, 1)
  1899. MinOpen.TextScaled = true
  1900. MinOpen.TextSize = 14
  1901. MinOpen.TextWrapped = true
  1902.  
  1903. -- Scripts
  1904.  
  1905. SpeedHack.MouseButton1Down:connect(function()
  1906. local plr = game:GetService("Players").LocalPlayer
  1907. local char = plr.Character
  1908. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1909. local hum = char:FindFirstChild("HumanoidRootPart")
  1910. local speed = 3
  1911. mouse.KeyDown:connect(function(key)
  1912. if key == "q" then
  1913. loop = true
  1914. while loop do
  1915. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
  1916. wait()
  1917. end
  1918. end
  1919. end)
  1920.  
  1921. mouse.KeyUp:connect(function(key)
  1922. if key == "q" then
  1923. loop = false
  1924. end
  1925. end)
  1926. end)
  1927.  
  1928. JumpHack.MouseButton1Down:connect(function()
  1929. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  1930. end)
  1931.  
  1932. InfinityJump.MouseButton1Down:connect(function()
  1933. loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
  1934. end)
  1935.  
  1936. CraftGUI.MouseButton1Down:connect(function()
  1937. CraftFrame.Visible = true
  1938. end)
  1939.  
  1940. Minimize.MouseButton1Down:connect(function()
  1941. Frame.Visible = false
  1942. MinimizeFrame.Visible = true
  1943. end)
  1944.  
  1945. CraftSubmit.MouseButton1Down:connect(function()
  1946. local Item = ItemName.Text
  1947. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  1948. Event:FireServer(Item)
  1949. end)
  1950.  
  1951. CraftGUI_2.MouseButton1Down:connect(function()
  1952. CraftFrame.Visible = false
  1953. end)
  1954.  
  1955. AutoPickup.MouseButton1Down:connect(function()
  1956. local Objects;
  1957.  
  1958. local Pickup = function(Character)
  1959. local myPos = Character.HumanoidRootPart.Position
  1960. local Objects = {}
  1961. for i,v in pairs(workspace:GetChildren()) do
  1962. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  1963. local Pos = v.Position
  1964. local Distance = (myPos - Pos).magnitude
  1965. if Distance < 40 then
  1966. table.insert(Objects, v)
  1967. end
  1968. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  1969. local Pos = v.Part.Position
  1970. local Distance = (myPos - Pos).magnitude
  1971. if Distance < 40 then
  1972. table.insert(Objects, v)
  1973. end
  1974. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  1975. local Pos = v.Position
  1976. local Distance = (myPos - Pos).magnitude
  1977. if Distance < 40 then
  1978. table.insert(Objects, v)
  1979. end
  1980. end
  1981. end
  1982. for i,v in pairs(Objects) do
  1983. for i=1,10 do
  1984. v.Position = myPosunannoy
  1985. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  1986. end
  1987. end
  1988. end
  1989. wait(1)
  1990. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1991.  
  1992. mouse.KeyDown:connect(function(key)
  1993. if key == "y" then
  1994. print'howdi neighbor'
  1995. Pickup(game.Players.LocalPlayer.Character)
  1996. end
  1997. end)
  1998. end)
  1999.  
  2000. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  2001.  
  2002. local enabledesp = false
  2003.  
  2004. function CreateESP(plr)
  2005.  
  2006. if plr ~= nil then
  2007.  
  2008. local GetChar = plr.Character
  2009. if not GetChar then return end
  2010.  
  2011. local GetHead do
  2012.  
  2013. repeat wait() until GetChar:FindFirstChild("Head")
  2014.  
  2015. end
  2016. GetHead = GetChar.Head
  2017.  
  2018. local bb = Instance.new("BillboardGui", Important.CoreGui)
  2019. bb.Adornee = GetHead
  2020. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  2021. bb.AlwaysOnTop = true
  2022. bb.Size = UDim2.new(0, 5, 0, 5)
  2023. bb.StudsOffset = Vector3.new(0, 3, 0)
  2024. bb.Name = "ESP_PLAYER_" .. plr.Name
  2025.  
  2026. local displayframe = Instance.new("Frame", bb)
  2027. displayframe.ZIndex = 10
  2028. displayframe.BackgroundTransparency = 1
  2029. displayframe.Size = UDim2.new(1,0,1,0)
  2030.  
  2031. local name = Instance.new("TextLabel", displayframe)
  2032. name.Name = "Name"
  2033. name.ZIndex = 10
  2034. name.Text = plr.Name
  2035. name.Visible = true
  2036. name.TextColor3 = Color3.new(170,0,0)
  2037. name.BackgroundTransparency = 1
  2038. name.Size = UDim2.new(1,0,10,0)
  2039. name.Font = Enum.Font.SourceSansLight
  2040. name.TextSize = 20
  2041. name.TextStrokeTransparency = .5
  2042.  
  2043. end
  2044.  
  2045. end
  2046.  
  2047. ESPTrack.MouseButton1Click:connect(function()
  2048. for i,v in pairs(Important.Players:GetChildren()) do
  2049.  
  2050. CreateESP(v)
  2051.  
  2052. end
  2053. end)
  2054.  
  2055. DropItem.MouseButton1Down:connect(function()
  2056. local item = ItemDrop.Text -- change this to the item you want to drop
  2057. local amount = 1000 -- change this to the amount you want to drop
  2058.  
  2059. local i = 0
  2060. while i <= amount do
  2061. game.ReplicatedStorage.Events.DropBagItem:FireServer(item)
  2062. i = i + 1
  2063. end
  2064. end)
  2065.  
  2066. MinOpen.MouseButton1Down:connect(function()
  2067. MinimizeFrame.Visible = false
  2068. Frame.Visible = true
  2069. end)
  2070. end)
  2071.  
  2072. Admin.MouseButton1Down:connect(function()
  2073. -- Creator: illremember#3799
  2074.  
  2075. -- Credits to infinite yield, harkinian, dex creators
  2076.  
  2077. prefix = ";"
  2078. wait(0.3)
  2079. Commands = {
  2080. '[-] cmdbar is shown when ; is pressed.',
  2081. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  2082. '[2] bring [plr] -- You need a tool! Will bring player to you',
  2083. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  2084. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  2085. '[5] attach [plr] -- You need a tool! Attaches you to player',
  2086. '[6] unattach [plr] -- Attempts to unattach you from a player',
  2087. '[7] follow [plr] -- Makes you follow behind the player',
  2088. '[8] unfollow',
  2089. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  2090. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  2091. '[11] untrail',
  2092. '[12] orbit [plr] -- Makes you orbit the player',
  2093. '[13] unorbit',
  2094. '[14] fling [plr] -- Makes you fling the player',
  2095. '[15] unfling',
  2096. '[16] fecheck -- Checks if the game is FE or not',
  2097. '[17] void [plr] -- Teleports player to the void',
  2098. '[18] noclip -- Gives you noclip to walk through walls',
  2099. '[19] clip -- Removes noclip',
  2100. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  2101. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  2102. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  2103. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  2104. '[24] annoy [plr] -- Loop teleports you to the player',
  2105. '[25] unannoy',
  2106. '[26] headwalk [plr] -- Loop teleports you to the player head',
  2107. '[27] unheadwalk',
  2108. '[28] nolimbs -- Removes your arms and legs',
  2109. '[29] god -- Gives you FE Godmode',
  2110. '[30] drophats -- Drops your accessories',
  2111. '[31] droptool -- Drops any tool you have equipped',
  2112. '[32] loopdhats -- Loop drops your accessories',
  2113. '[33] unloopdhats',
  2114. '[34] loopdtool -- Loop drops any tools you have equipped',
  2115. '[35] unloopdtool',
  2116. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  2117. '[37] view [plr] -- Changes your camera to the player character',
  2118. '[38] unview',
  2119. '[39] goto [plr] -- Teleports you to player',
  2120. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  2121. '[41] unfly',
  2122. '[42] chat [msg] -- Makes you chat a message',
  2123. '[43] spam [msg] -- Spams a message',
  2124. '[44] unspam',
  2125. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  2126. '[46] pmspam [plr] -- Spams a player in private message',
  2127. '[47] unpmspam',
  2128. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  2129. '[49] uncfreeze [plr]',
  2130. '[50] unlockws -- Unlocks the workspace',
  2131. '[51] lockws -- Locks the workspace',
  2132. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  2133. '[53] pstand -- Enables platform stand',
  2134. '[54] unpstand -- Disables platform stand',
  2135. '[55] blockhead -- Removes your head mesh',
  2136. '[56] sit',
  2137. '[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',
  2138. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  2139. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  2140. '[60] cmds -- Prints all commands',
  2141. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  2142. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  2143. '[63] spinner -- Makes you spin',
  2144. '[64] nospinner',
  2145. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  2146. '[66] noreach -- Removes reach, must have tool equipped',
  2147. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  2148. '[68] tp me [plr] -- Alternative to goto',
  2149. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  2150. '[70] uncbring',
  2151. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  2152. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  2153. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  2154. '[74] unglitch -- Unglitches you',
  2155. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  2156. '[76] explorer -- Loads up DEX',
  2157. '[77] reset -- Resets your character.',
  2158. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  2159. '[79] animgui -- Loads up Energize animations GUI',
  2160. '[80] savepos -- Saves your current position',
  2161. '[81] loadpos -- Teleports you to your saved position',
  2162. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  2163. '[83] unbang',
  2164. '[84] delcmdbar -- Removes the command bar completely',
  2165. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  2166. '[86] shutdown -- Uses harkinians script to shutdown server',
  2167. '[87] respawn -- If grespawn doesnt work you can use respawn',
  2168. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  2169. '[89] getplrs -- Prints all players in game',
  2170. '[90] deldecal -- Deletes all decals client sided',
  2171. '[91] opfinality -- Loads in my FE GUI Opfinality',
  2172. '[92] remotes -- Prints all remotes in the game in the console when added',
  2173. '[93] noremotes -- Stops printing remotes',
  2174. '[94] tpdefault -- Stops all loop teleports to a player',
  2175. '[95] stopsit -- Will not allow you to sit',
  2176. '[96] gosit -- Allows you to sit',
  2177. '[97] clicktp -- Enables click tp',
  2178. '[98] noclicktp -- Disables click tp',
  2179. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  2180. '[100] toolsoff -- Stops ;toolson',
  2181. '[101] version -- Gets the admin version',
  2182. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  2183. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  2184. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  2185. '[105] clickdel -- Delete any block you press q on, client sided',
  2186. '[106] noclickdel -- Stops clickdel',
  2187. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  2188. '[108] unlooprhats -- Stops loop removing mesh',
  2189. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  2190. '[110] unlooprtool -- Stops loop removing mesh',
  2191. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  2192. '[112] age [plr] -- Makes you chat the account age of the player',
  2193. '[113] id [plr] -- Makes you chat the account ID of the player',
  2194. '[114] .age [plr] -- Privately shows you the account age of the player',
  2195. '[115] .id [plr] -- Privately shows you the account ID of the player',
  2196. '[116] gameid -- Shows the game ID',
  2197. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  2198. '[118] removefog -- Removes fog, client sided',
  2199. '[119] disable -- Disables your character by removing humanoid',
  2200. '[120] enable -- Enables your character by adding humanoid',
  2201. '[121] prefix [key] -- Changes the prefix used, default is ;',
  2202. '[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.',
  2203. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  2204. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  2205. '[125] uncarpet -- Stops carpet player',
  2206. '[126] stare [plr] -- Turns your character to stare at another player',
  2207. '[127] unstare -- Stops stare player',
  2208. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  2209. '[129] unlogchat -- Disables logchat',
  2210. '[130] fixcam -- Fixes/resets your camera',
  2211. '[131] unstate -- Stops changing state',
  2212. }
  2213. speedget = 1
  2214.  
  2215. lplayer = game:GetService("Players").LocalPlayer
  2216.  
  2217. lplayer.CharacterAdded:Connect(function(character)
  2218. spin = false
  2219. flying = false
  2220. staring = false
  2221. banpl = false
  2222. end)
  2223.  
  2224. function change()
  2225. prefix = prefix
  2226. speedfly = speedfly
  2227. end
  2228.  
  2229. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  2230. local Found = {}
  2231. local strl = String:lower()
  2232. if strl == "all" then
  2233. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2234. table.insert(Found,v)
  2235. end
  2236. elseif strl == "others" then
  2237. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2238. if v.Name ~= lplayer.Name then
  2239. table.insert(Found,v)
  2240. end
  2241. end
  2242. elseif strl == "me" then
  2243. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2244. if v.Name == lplayer.Name then
  2245. table.insert(Found,v)
  2246. end
  2247. end
  2248. else
  2249. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2250. if v.Name:lower():sub(1, #String) == String:lower() then
  2251. table.insert(Found,v)
  2252. end
  2253. end
  2254. end
  2255. return Found
  2256. end
  2257.  
  2258. local Mouse = lplayer:GetMouse()
  2259.  
  2260. spin = false
  2261. followed = false
  2262. traill = false
  2263. noclip = false
  2264. annoying = false
  2265. hwalk = false
  2266. droppinghats = false
  2267. droppingtools = false
  2268. flying = false
  2269. spamdelay = 1
  2270. spamming = false
  2271. spammingpm = false
  2272. cbringing = false
  2273. remotes = true
  2274. added = true
  2275. binds = false
  2276. stopsitting = false
  2277. clickgoto = false
  2278. gettingtools = false
  2279. removingmeshhats = false
  2280. removingmeshtool = false
  2281. clickdel = false
  2282. staring = false
  2283. chatlogs = false
  2284. banpl = false
  2285. changingstate = false
  2286. statechosen = 0
  2287.  
  2288. adminversion = "Reviz Admin by illremember, Version 2.0"
  2289.  
  2290. flying = false
  2291. speedfly = 1
  2292.  
  2293. function plrchat(plr, chat)
  2294. print(plr.Name..": "..tick().."\n"..chat)
  2295. end
  2296.  
  2297. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2298. v.Chatted:connect(function(chat)
  2299. if chatlogs then
  2300. plrchat(v, chat)
  2301. end
  2302. end)
  2303. end
  2304. game:GetService("Players").PlayerAdded:connect(function(plr)
  2305. plr.Chatted:connect(function(chat)
  2306. if chatlogs then
  2307. plrchat(plr, chat)
  2308. end
  2309. end)
  2310. end)
  2311.  
  2312.  
  2313. local ScreenGui = Instance.new("ScreenGui")
  2314. local Frame = Instance.new("Frame")
  2315. local CMDBAR = Instance.new("TextBox")
  2316. ScreenGui.Parent = game:GetService("CoreGui")
  2317. Frame.Parent = ScreenGui
  2318. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  2319. Frame.BackgroundTransparency = 0.3
  2320. Frame.Position = UDim2.new(0.25, 0, 0, 10)
  2321. Frame.Size = UDim2.new(0, 200, 0, 40)
  2322. Frame.Active = true
  2323. Frame.Draggable = true
  2324. CMDBAR.Name = "CMDBAR"
  2325. CMDBAR.Parent = Frame
  2326. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2327. CMDBAR.BackgroundTransparency = 0.20000000298023
  2328. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  2329. CMDBAR.Position = UDim2.new(0.05 , 0, 0.25, 0)
  2330. CMDBAR.Font = Enum.Font.SourceSansLight
  2331. CMDBAR.FontSize = Enum.FontSize.Size14
  2332. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  2333. CMDBAR.TextScaled = true
  2334. CMDBAR.TextSize = 14
  2335. CMDBAR.TextWrapped = true
  2336. CMDBAR.Text = "Press ; to type, Enter to execute"
  2337.  
  2338. local CMDS = Instance.new("ScreenGui")
  2339. local CMDSFRAME = Instance.new("Frame")
  2340. local ScrollingFrame = Instance.new("ScrollingFrame")
  2341. local TextLabel = Instance.new("TextLabel")
  2342. local closegui = Instance.new("TextButton")
  2343. CMDS.Name = "CMDS"
  2344. CMDS.Parent = game:GetService("CoreGui")
  2345. CMDSFRAME.Name = "CMDSFRAME"
  2346. CMDSFRAME.Parent = CMDS
  2347. CMDSFRAME.Active = true
  2348. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  2349. CMDSFRAME.BorderSizePixel = 0
  2350. CMDSFRAME.Draggable = true
  2351. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  2352. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  2353. CMDSFRAME.Visible = false
  2354. ScrollingFrame.Parent = CMDSFRAME
  2355. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  2356. ScrollingFrame.BorderSizePixel = 0
  2357. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  2358. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  2359. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  2360. TextLabel.Parent = ScrollingFrame
  2361. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2362. TextLabel.BackgroundTransparency = 1
  2363. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  2364. TextLabel.Font = Enum.Font.SourceSans
  2365. TextLabel.FontSize = Enum.FontSize.Size18
  2366. 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."
  2367. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  2368. TextLabel.TextSize = 15
  2369. TextLabel.TextWrapped = true
  2370. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  2371. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  2372. closegui.Name = "closegui"
  2373. closegui.Parent = CMDSFRAME
  2374. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  2375. closegui.BorderSizePixel = 0
  2376. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  2377. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  2378. closegui.Font = Enum.Font.SourceSansBold
  2379. closegui.FontSize = Enum.FontSize.Size24
  2380. closegui.Text = "X"
  2381. closegui.TextColor3 = Color3.new(1, 1, 1)
  2382. closegui.TextSize = 20
  2383.  
  2384. closegui.MouseButton1Click:connect(function()
  2385. CMDSFRAME.Visible = false
  2386. end)
  2387.  
  2388. game:GetService('RunService').Stepped:connect(function()
  2389. if spin then
  2390. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  2391. end
  2392. if followed then
  2393. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  2394. end
  2395. if traill then
  2396. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  2397. end
  2398. if annoying then
  2399. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  2400. end
  2401. if hwalk then
  2402. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  2403. end
  2404. if staring then
  2405. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  2406. end
  2407. end)
  2408. game:GetService('RunService').Stepped:connect(function()
  2409. if noclip then
  2410. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2411. lplayer.Character.Head.CanCollide = false
  2412. lplayer.Character.Torso.CanCollide = false
  2413. lplayer.Character["Left Leg"].CanCollide = false
  2414. lplayer.Character["Right Leg"].CanCollide = false
  2415. else
  2416. lplayer.Character.Humanoid:ChangeState(11)
  2417. end
  2418. end
  2419. if changingstate then
  2420. lplayer.Character.Humanoid:ChangeState(statechosen)
  2421. end
  2422. end)
  2423. game:GetService('RunService').Stepped:connect(function()
  2424. if droppinghats then
  2425. for i,v in pairs(lplayer.Character:GetChildren()) do
  2426. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2427. v.Parent = workspace
  2428. end
  2429. end
  2430. end
  2431. if droppingtools then
  2432. for i,v in pairs(lplayer.Character:GetChildren()) do
  2433. if (v:IsA("Tool")) then
  2434. v.Parent = workspace
  2435. end
  2436. end
  2437. end
  2438. if removingmeshhats then
  2439. for i,v in pairs(lplayer.Character:GetChildren()) do
  2440. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2441. v.Handle.Mesh:Destroy()
  2442. end
  2443. end
  2444. end
  2445. if removingmeshtool then
  2446. for i,v in pairs(lplayer.Character:GetChildren()) do
  2447. if (v:IsA("Tool")) then
  2448. v.Handle.Mesh:Destroy()
  2449. end
  2450. end
  2451. end
  2452. end)
  2453. game:GetService('RunService').Stepped:connect(function()
  2454. if banpl then
  2455. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  2456. end
  2457. end)
  2458. game:GetService('RunService').Stepped:connect(function()
  2459. if stopsitting then
  2460. lplayer.Character.Humanoid.Sit = false
  2461. end
  2462. end)
  2463.  
  2464. plr = lplayer
  2465. hum = plr.Character.HumanoidRootPart
  2466. mouse = plr:GetMouse()
  2467. mouse.KeyDown:connect(function(key)
  2468. if key == "e" then
  2469. if mouse.Target then
  2470. if clickgoto then
  2471. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  2472. elseif clickdel then
  2473. mouse.Target:Destroy()
  2474. end
  2475. end
  2476. end
  2477. end)
  2478.  
  2479. game:GetService("Workspace").ChildAdded:connect(function(part)
  2480. if gettingtools then
  2481. if part:IsA("Tool") then
  2482. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2483. end
  2484. end
  2485. end)
  2486.  
  2487. lplayer.Chatted:Connect(function(msg)
  2488. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  2489. if string.sub(msg, 7) == "me" then
  2490. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2491. else
  2492. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  2493. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2494. lplayer.Character.Humanoid.Name = 1
  2495. local l = lplayer.Character["1"]:Clone()
  2496. l.Parent = lplayer.Character
  2497. l.Name = "Humanoid"
  2498. wait(0.1)
  2499. lplayer.Character["1"]:Destroy()
  2500. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2501. lplayer.Character.Animate.Disabled = true
  2502. wait(0.1)
  2503. lplayer.Character.Animate.Disabled = false
  2504. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2505. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2506. lplayer.Character.Humanoid:EquipTool(v)
  2507. end
  2508. local function tp(player,player2)
  2509. local char1,char2=player.Character,player2.Character
  2510. if char1 and char2 then
  2511. char1:MoveTo(char2.Head.Position)
  2512. end
  2513. end
  2514. wait(0.1)
  2515. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2516. wait(0.2)
  2517. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2518. wait(0.5)
  2519. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2520. wait(0.7)
  2521. tp(lplayer,game:GetService("Players")[v.Name])
  2522. wait(0.7)
  2523. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2524. game:GetService("StarterGui"):SetCore("SendNotification", {
  2525. Title = "Tools needed!";
  2526. Text = "You need a tool in your backpack for this command!";
  2527. })
  2528. end
  2529. end
  2530. end
  2531. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  2532. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  2533. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2534. lplayer.Character.Humanoid.Name = 1
  2535. local l = lplayer.Character["1"]:Clone()
  2536. l.Parent = lplayer.Character
  2537. l.Name = "Humanoid"
  2538. wait(0.1)
  2539. lplayer.Character["1"]:Destroy()
  2540. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2541. lplayer.Character.Animate.Disabled = true
  2542. wait(0.1)
  2543. lplayer.Character.Animate.Disabled = false
  2544. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2545. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2546. lplayer.Character.Humanoid:EquipTool(v)
  2547. end
  2548. local function tp(player,player2)
  2549. local char1,char2=player.Character,player2.Character
  2550. if char1 and char2 then
  2551. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2552. end
  2553. end
  2554. local function getout(player,player2)
  2555. local char1,char2=player.Character,player2.Character
  2556. if char1 and char2 then
  2557. char1:MoveTo(char2.Head.Position)
  2558. end
  2559. end
  2560. tp(game:GetService("Players")[v.Name], lplayer)
  2561. wait(0.2)
  2562. tp(game:GetService("Players")[v.Name], lplayer)
  2563. wait(0.5)
  2564. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2565. wait(0.5)
  2566. getout(lplayer, game:GetService("Players")[v.Name])
  2567. wait(0.3)
  2568. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2569. game:GetService("StarterGui"):SetCore("SendNotification", {
  2570. Title = "Tools needed!";
  2571. Text = "You need a tool in your backpack for this command!";
  2572. })
  2573. end
  2574. end
  2575. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  2576. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2577. lplayer.Character.Humanoid.Name = 1
  2578. local l = lplayer.Character["1"]:Clone()
  2579. l.Parent = lplayer.Character
  2580. l.Name = "Humanoid"
  2581. wait(0.1)
  2582. lplayer.Character["1"]:Destroy()
  2583. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2584. lplayer.Character.Animate.Disabled = true
  2585. wait(0.1)
  2586. lplayer.Character.Animate.Disabled = false
  2587. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2588. lplayer.Character.Animate.Disabled = false
  2589. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2590. lplayer.Character.Humanoid:EquipTool(v)
  2591. end
  2592. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2593. spinplr = v
  2594. wait(0.5)
  2595. spin = true
  2596. game:GetService("StarterGui"):SetCore("SendNotification", {
  2597. Title = "Tools needed!";
  2598. Text = "You need a tool in your backpack for this command!";
  2599. })
  2600. end
  2601. end
  2602. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  2603. spin = false
  2604. end
  2605. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  2606. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2607. lplayer.Character.Humanoid.Name = 1
  2608. local l = lplayer.Character["1"]:Clone()
  2609. l.Parent = lplayer.Character
  2610. l.Name = "Humanoid"
  2611. wait(0.1)
  2612. lplayer.Character["1"]:Destroy()
  2613. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2614. lplayer.Character.Animate.Disabled = true
  2615. wait(0.1)
  2616. lplayer.Character.Animate.Disabled = false
  2617. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2618. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2619. lplayer.Character.Humanoid:EquipTool(v)
  2620. end
  2621. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2622. wait(0.3)
  2623. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2624. attplr = v
  2625. game:GetService("StarterGui"):SetCore("SendNotification", {
  2626. Title = "Tools needed!";
  2627. Text = "You need a tool in your backpack for this command!";
  2628. })
  2629. end
  2630. end
  2631. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  2632. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2633. local function getout(player,player2)
  2634. local char1,char2=player.Character,player2.Character
  2635. if char1 and char2 then
  2636. char1:MoveTo(char2.Head.Position)
  2637. end
  2638. end
  2639. getout(lplayer, game:GetService("Players")[v.Name])
  2640. end
  2641. end
  2642. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  2643. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2644. followed = true
  2645. flwplr = v
  2646. end
  2647. end
  2648. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  2649. followed = false
  2650. end
  2651. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  2652. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2653. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2654. lplayer.Character.Humanoid.Name = 1
  2655. local l = lplayer.Character["1"]:Clone()
  2656. l.Parent = lplayer.Character
  2657. l.Name = "Humanoid"
  2658. wait(0.1)
  2659. lplayer.Character["1"]:Destroy()
  2660. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2661. lplayer.Character.Animate.Disabled = true
  2662. wait(0.1)
  2663. lplayer.Character.Animate.Disabled = false
  2664. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2665. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2666. lplayer.Character.Humanoid:EquipTool(v)
  2667. end
  2668. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2669. wait(0.2)
  2670. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2671. wait(0.6)
  2672. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2673. wait(0.6)
  2674. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2675. game:GetService("StarterGui"):SetCore("SendNotification", {
  2676. Title = "Tools needed!";
  2677. Text = "You need a tool in your backpack for this command!";
  2678. })
  2679. end
  2680. end
  2681. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  2682. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2683. traill = true
  2684. trlplr = v
  2685. end
  2686. end
  2687. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  2688. traill = false
  2689. end
  2690. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  2691. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2692. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2693. else
  2694. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2695. local o = Instance.new("RocketPropulsion")
  2696. o.Parent = lplayer.Character.HumanoidRootPart
  2697. o.Name = "Orbit"
  2698. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2699. o:Fire()
  2700. noclip = true
  2701. end
  2702. end
  2703. end
  2704. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  2705. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2706. noclip = false
  2707. end
  2708. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  2709. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2710. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2711. else
  2712. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2713. local y = Instance.new("RocketPropulsion")
  2714. y.Parent = lplayer.Character.HumanoidRootPart
  2715. y.CartoonFactor = 1
  2716. y.MaxThrust = 800000
  2717. y.MaxSpeed = 1000
  2718. y.ThrustP = 200000
  2719. y.Name = "Fling"
  2720. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2721. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2722. y:Fire()
  2723. noclip = true
  2724. end
  2725. end
  2726. end
  2727. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  2728. noclip = false
  2729. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2730. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2731. wait(0.4)
  2732. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2733. end
  2734. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  2735. if game:GetService("Workspace").FilteringEnabled == true then
  2736. warn("FE is Enabled (Filtering Enabled)")
  2737. game:GetService("StarterGui"):SetCore("SendNotification", {
  2738. Title = "FE is Enabled";
  2739. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2740. })
  2741. else
  2742. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2743. game:GetService("StarterGui"):SetCore("SendNotification", {
  2744. Title = "FE is Disabled";
  2745. Text = "Filtering Disabled. Consider using a different admin script.";
  2746. })
  2747. end
  2748. end
  2749. if string.sub(msg, 1, 6) == (prefix.."void ") then
  2750. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2751. lplayer.Character.Humanoid.Name = 1
  2752. local l = lplayer.Character["1"]:Clone()
  2753. l.Parent = lplayer.Character
  2754. l.Name = "Humanoid"
  2755. wait(0.1)
  2756. lplayer.Character["1"]:Destroy()
  2757. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2758. lplayer.Character.Animate.Disabled = true
  2759. wait(0.1)
  2760. lplayer.Character.Animate.Disabled = false
  2761. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2762. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2763. lplayer.Character.Humanoid:EquipTool(v)
  2764. end
  2765. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2766. wait(0.2)
  2767. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2768. wait(0.6)
  2769. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2770. game:GetService("StarterGui"):SetCore("SendNotification", {
  2771. Title = "Tools needed!";
  2772. Text = "You need a tool in your backpack for this command!";
  2773. })
  2774. end
  2775. end
  2776. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  2777. noclip = true
  2778. game:GetService("StarterGui"):SetCore("SendNotification", {
  2779. Title = "Noclip enabled";
  2780. Text = "Type ;clip to disable";
  2781. })
  2782. end
  2783. if string.sub(msg, 1, 5) == (prefix.."clip") then
  2784. noclip = false
  2785. game:GetService("StarterGui"):SetCore("SendNotification", {
  2786. Title = "Noclip disabled";
  2787. Text = "Type ;noclip to enable";
  2788. })
  2789. end
  2790. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  2791. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  2792. end
  2793. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  2794. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  2795. end
  2796. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  2797. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  2798. end
  2799. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  2800. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  2801. end
  2802. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  2803. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  2804. end
  2805. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  2806. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  2807. end
  2808. if string.sub(msg, 1, 8) == (prefix.."default") then
  2809. lplayer.Character.Humanoid.JumpPower = 50
  2810. lplayer.Character.Humanoid.WalkSpeed = 16
  2811. lplayer.Character.Humanoid.HipHeight = 0
  2812. end
  2813. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  2814. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2815. annoying = true
  2816. annplr = v
  2817. end
  2818. end
  2819. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  2820. annoying = false
  2821. end
  2822. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  2823. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2824. hwalk = true
  2825. hdwplr = v
  2826. end
  2827. end
  2828. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  2829. hwalk = false
  2830. end
  2831. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  2832. lplayer.Character["Left Leg"]:Destroy()
  2833. lplayer.Character["Left Arm"]:Destroy()
  2834. lplayer.Character["Right Leg"]:Destroy()
  2835. lplayer.Character["Right Arm"]:Destroy()
  2836. end
  2837. if string.sub(msg, 1, 4) == (prefix.."god") then
  2838. lplayer.Character.Humanoid.Name = 1
  2839. local l = lplayer.Character["1"]:Clone()
  2840. l.Parent = lplayer.Character
  2841. l.Name = "Humanoid"
  2842. wait(0.1)
  2843. lplayer.Character["1"]:Destroy()
  2844. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2845. lplayer.Character.Animate.Disabled = true
  2846. wait(0.1)
  2847. lplayer.Character.Animate.Disabled = false
  2848. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2849. game:GetService("StarterGui"):SetCore("SendNotification", {
  2850. Title = "FE Godmode enabled";
  2851. Text = "Use ;grespawn or ;respawn to remove";
  2852. })
  2853. end
  2854. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  2855. for i,v in pairs(lplayer.Character:GetChildren()) do
  2856. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2857. v.Parent = workspace
  2858. end
  2859. end
  2860. end
  2861. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  2862. for i,v in pairs(lplayer.Character:GetChildren()) do
  2863. if (v:IsA("Tool")) then
  2864. v.Parent = workspace
  2865. end
  2866. end
  2867. end
  2868. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  2869. droppinghats = true
  2870. game:GetService("StarterGui"):SetCore("SendNotification", {
  2871. Title = "Loop Drop Enabled";
  2872. Text = "Type ;unloopdhats to disable";
  2873. })
  2874. end
  2875. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  2876. droppinghats = false
  2877. game:GetService("StarterGui"):SetCore("SendNotification", {
  2878. Title = "Loop Drop Disabled";
  2879. Text = "Type ;loopdhats to enable.";
  2880. })
  2881. end
  2882. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  2883. droppingtools = true
  2884. game:GetService("StarterGui"):SetCore("SendNotification", {
  2885. Title = "Loop Drop Enabled";
  2886. Text = "Type ;unloopdtool to disable";
  2887. })
  2888. end
  2889. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  2890. droppingtools = false
  2891. game:GetService("StarterGui"):SetCore("SendNotification", {
  2892. Title = "Loop Drop Disabled";
  2893. Text = "Type ;loopdtool to enable.";
  2894. })
  2895. end
  2896. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  2897. Local = game:GetService('Players').LocalPlayer
  2898. Char = Local.Character
  2899. touched,tpdback = false, false
  2900. box = Instance.new('Part',workspace)
  2901. box.Anchored = true
  2902. box.CanCollide = true
  2903. box.Size = Vector3.new(10,1,10)
  2904. box.Position = Vector3.new(0,10000,0)
  2905. box.Touched:connect(function(part)
  2906. if (part.Parent.Name == Local.Name) then
  2907. if touched == false then
  2908. touched = true
  2909. function apply()
  2910. if script.Disabled ~= true then
  2911. no = Char.HumanoidRootPart:Clone()
  2912. wait(.25)
  2913. Char.HumanoidRootPart:Destroy()
  2914. no.Parent = Char
  2915. Char:MoveTo(loc)
  2916. touched = false
  2917. end end
  2918. if Char then
  2919. apply()
  2920. end
  2921. end
  2922. end
  2923. end)
  2924. repeat wait() until Char
  2925. loc = Char.HumanoidRootPart.Position
  2926. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2927. game:GetService("StarterGui"):SetCore("SendNotification", {
  2928. Title = "Invisibility enabled!";
  2929. Text = "Reset or use ;respawn to remove.";
  2930. })
  2931. end
  2932. if string.sub(msg, 1, 6) == (prefix.."view ") then
  2933. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2934. if game:GetService("Players")[v.Name].Character.Humanoid then
  2935. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2936. else
  2937. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2938. end
  2939. end
  2940. end
  2941. if string.sub(msg, 1, 7) == (prefix.."unview") then
  2942. if lplayer.Character.Humanoid then
  2943. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2944. else
  2945. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2946. end
  2947. end
  2948. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  2949. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2950. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2951. end
  2952. end
  2953. if string.sub(msg, 1, 4) == (prefix.."fly") then
  2954. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2955. repeat wait() until Mouse
  2956.  
  2957. local T = lplayer.Character.HumanoidRootPart
  2958. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2959. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2960. local SPEED = speedget
  2961.  
  2962. local function fly()
  2963. flying = true
  2964. local BG = Instance.new('BodyGyro', T)
  2965. local BV = Instance.new('BodyVelocity', T)
  2966. BG.P = 9e4
  2967. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2968. BG.cframe = T.CFrame
  2969. BV.velocity = Vector3.new(0, 0.1, 0)
  2970. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2971. spawn(function()
  2972. repeat wait()
  2973. lplayer.Character.Humanoid.PlatformStand = true
  2974. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2975. SPEED = 50
  2976. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2977. SPEED = 0
  2978. end
  2979. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2980. 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
  2981. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2982. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2983. 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
  2984. else
  2985. BV.velocity = Vector3.new(0, 0.1, 0)
  2986. end
  2987. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2988. until not flying
  2989. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2990. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2991. SPEED = 0
  2992. BG:destroy()
  2993. BV:destroy()
  2994. lplayer.Character.Humanoid.PlatformStand = false
  2995. end)
  2996. end
  2997. Mouse.KeyDown:connect(function(KEY)
  2998. if KEY:lower() == 'w' then
  2999. CONTROL.F = speedfly
  3000. elseif KEY:lower() == 's' then
  3001. CONTROL.B = -speedfly
  3002. elseif KEY:lower() == 'a' then
  3003. CONTROL.L = -speedfly
  3004. elseif KEY:lower() == 'd' then
  3005. CONTROL.R = speedfly
  3006. end
  3007. end)
  3008. Mouse.KeyUp:connect(function(KEY)
  3009. if KEY:lower() == 'w' then
  3010. CONTROL.F = 0
  3011. elseif KEY:lower() == 's' then
  3012. CONTROL.B = 0
  3013. elseif KEY:lower() == 'a' then
  3014. CONTROL.L = 0
  3015. elseif KEY:lower() == 'd' then
  3016. CONTROL.R = 0
  3017. end
  3018. end)
  3019. fly()
  3020. end
  3021. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  3022. flying = false
  3023. lplayer.Character.Humanoid.PlatformStand = false
  3024. end
  3025. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  3026. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  3027. end
  3028. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  3029. spamtext = (string.sub(msg, 7))
  3030. spamming = true
  3031. end
  3032. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  3033. spamming = false
  3034. end
  3035. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  3036. spamdelay = (string.sub(msg, 11))
  3037. end
  3038. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  3039. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3040. pmspammed = v.Name
  3041. spammingpm = true
  3042. end
  3043. end
  3044. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  3045. spammingpm = false
  3046. end
  3047. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  3048. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  3049. v.Character["Left Leg"].Anchored = true
  3050. v.Character["Left Arm"].Anchored = true
  3051. v.Character["Right Leg"].Anchored = true
  3052. v.Character["Right Arm"].Anchored = true
  3053. v.Character.Torso.Anchored = true
  3054. v.Character.Head.Anchored = true
  3055. end
  3056. end
  3057. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  3058. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  3059. v.Character["Left Leg"].Anchored = false
  3060. v.Character["Left Arm"].Anchored = false
  3061. v.Character["Right Leg"].Anchored = false
  3062. v.Character["Right Arm"].Anchored = false
  3063. v.Character.Torso.Anchored = false
  3064. v.Character.Head.Anchored = false
  3065. end
  3066. end
  3067. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  3068. local a = game:GetService("Workspace"):getChildren()
  3069. for i = 1, #a do
  3070. if a[i].className == "Part" then
  3071. a[i].Locked = false
  3072. elseif a[i].className == "Model" then
  3073. local r = a[i]:getChildren()
  3074. for i = 1, #r do
  3075. if r[i].className == "Part" then
  3076. r[i].Locked = false
  3077. end
  3078. end
  3079. end
  3080. end
  3081. game:GetService("StarterGui"):SetCore("SendNotification", {
  3082. Title = "Success!";
  3083. Text = "Workspace unlocked. Use ;lockws to lock.";
  3084. })
  3085. end
  3086. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  3087. local a = game:GetService("Workspace"):getChildren()
  3088. for i = 1, #a do
  3089. if a[i].className == "Part" then
  3090. a[i].Locked = true
  3091. elseif a[i].className == "Model" then
  3092. local r = a[i]:getChildren()
  3093. for i = 1, #r do
  3094. if r[i].className == "Part" then
  3095. r[i].Locked = true
  3096. end
  3097. end
  3098. end
  3099. end
  3100. end
  3101. if string.sub(msg, 1, 7) == (prefix.."btools") then
  3102. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  3103. Clone_T.BinType = "Clone"
  3104. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  3105. Destruct.BinType = "Hammer"
  3106. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  3107. Hold_T.BinType = "Grab"
  3108. end
  3109. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  3110. lplayer.Character.Humanoid.PlatformStand = true
  3111. end
  3112. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  3113. lplayer.Character.Humanoid.PlatformStand = false
  3114. end
  3115. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  3116. lplayer.Character.Head.Mesh:Destroy()
  3117. end
  3118. if string.sub(msg, 1, 4) == (prefix.."sit") then
  3119. lplayer.Character.Humanoid.Sit = true
  3120. end
  3121. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  3122. local function bringobjw()
  3123. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3124. if obj.Name == (string.sub(msg, 11)) then
  3125. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3126. obj.CanCollide = false
  3127. obj.Transparency = 0.7
  3128. wait()
  3129. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  3130. wait()
  3131. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  3132. wait()
  3133. obj.CFrame = lplayer.Character["Head"].CFrame
  3134. end
  3135. end
  3136. end
  3137. while wait() do
  3138. bringobjw()
  3139. end
  3140. game:GetService("StarterGui"):SetCore("SendNotification", {
  3141. Title = "BringObj";
  3142. Text = "BringObj enabled.";
  3143. })
  3144. end
  3145. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  3146. vis = (string.sub(msg, 8))
  3147. local a = game:GetService("Workspace"):GetDescendants()
  3148. for i = 1, #a do
  3149. if a[i].className == "Part" then
  3150. a[i].Transparency = vis
  3151. elseif a[i].className == "Model" then
  3152. local r = a[i]:getChildren()
  3153. for i = 1, #r do
  3154. if r[i].className == "Part" then
  3155. r[i].Transparency = vis
  3156. end
  3157. end
  3158. end
  3159. end
  3160. end
  3161. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  3162. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  3163. game:GetService("StarterGui"):SetCore("SendNotification", {
  3164. Title = "Success!";
  3165. Text = "HyperTotal GUI Loaded!";
  3166. })
  3167. end
  3168. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  3169. CMDSFRAME.Visible = true
  3170. end
  3171. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  3172. for i,v in pairs(lplayer.Character:GetChildren()) do
  3173. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3174. v.Handle.Mesh:Destroy()
  3175. end
  3176. end
  3177. end
  3178. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  3179. for i,v in pairs(lplayer.Character:GetChildren()) do
  3180. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3181. v.Handle.Mesh:Destroy()
  3182. end
  3183. end
  3184. end
  3185. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  3186. for i,v in pairs(lplayer.Character:GetChildren()) do
  3187. if (v:IsA("Tool")) then
  3188. v.Handle.Mesh:Destroy()
  3189. end
  3190. end
  3191. end
  3192. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  3193. for i,v in pairs(lplayer.Character:GetChildren()) do
  3194. if (v:IsA("Tool")) then
  3195. v.Handle.Mesh:Destroy()
  3196. end
  3197. end
  3198. end
  3199. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  3200. local p = Instance.new("RocketPropulsion")
  3201. p.Parent = lplayer.Character.HumanoidRootPart
  3202. p.Name = "Spinner"
  3203. p.Target = lplayer.Character["Left Arm"]
  3204. p:Fire()
  3205. game:GetService("StarterGui"):SetCore("SendNotification", {
  3206. Title = "Spinner enabled";
  3207. Text = "Type ;nospinner to disable.";
  3208. })
  3209. end
  3210. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  3211. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  3212. end
  3213. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  3214. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3215. if v:isA("Tool") then
  3216. local a = Instance.new("SelectionBox",v.Handle)
  3217. a.Adornee = v.Handle
  3218. v.Handle.Size = Vector3.new(0.5,0.5,60)
  3219. v.GripPos = Vector3.new(0,0,0)
  3220. lplayer.Character.Humanoid:UnequipTools()
  3221. end
  3222. end
  3223. game:GetService("StarterGui"):SetCore("SendNotification", {
  3224. Title = "Reach applied!";
  3225. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3226. })
  3227. end
  3228. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  3229. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3230. if v:isA("Tool") then
  3231. handleSize = v.Handle.Size
  3232. wait()
  3233. local a = Instance.new("SelectionBox",v.Handle)
  3234. a.Name = "a"
  3235. a.Adornee = v.Handle
  3236. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  3237. v.GripPos = Vector3.new(0,0,0)
  3238. lplayer.Character.Humanoid:UnequipTools()
  3239. end
  3240. end
  3241. game:GetService("StarterGui"):SetCore("SendNotification", {
  3242. Title = "Reach applied!";
  3243. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3244. })
  3245. end
  3246. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  3247. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3248. if v:isA("Tool") then
  3249. v.Handle.a:Destroy()
  3250. v.Handle.Size = handleSize
  3251. end
  3252. end
  3253. game:GetService("StarterGui"):SetCore("SendNotification", {
  3254. Title = "Reach removed!";
  3255. Text = "Removed reach from equipped sword.";
  3256. })
  3257. end
  3258. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  3259. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  3260. lplayer.Character.Humanoid.Name = 1
  3261. local l = lplayer.Character["1"]:Clone()
  3262. l.Parent = lplayer.Character
  3263. l.Name = "Humanoid"
  3264. wait(0.1)
  3265. lplayer.Character["1"]:Destroy()
  3266. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3267. lplayer.Character.Animate.Disabled = true
  3268. wait(0.1)
  3269. lplayer.Character.Animate.Disabled = false
  3270. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3271. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3272. lplayer.Character.Humanoid:EquipTool(v)
  3273. end
  3274. wait(0.1)
  3275. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3276. wait(0.2)
  3277. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3278. wait(0.5)
  3279. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3280. game:GetService("StarterGui"):SetCore("SendNotification", {
  3281. Title = "Tools needed!";
  3282. Text = "You need a tool in your backpack for this command!";
  3283. })
  3284. end
  3285. end
  3286. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  3287. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3288. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3289. end
  3290. end
  3291. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  3292. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  3293. cbringall = true
  3294. else
  3295. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3296. brplr = v.Name
  3297. end
  3298. end
  3299. cbring = true
  3300. end
  3301. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  3302. cbring = false
  3303. cbringall = false
  3304. end
  3305. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  3306. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3307. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3308. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3309. lplayer.Character.Humanoid.Name = 1
  3310. local l = lplayer.Character["1"]:Clone()
  3311. l.Parent = lplayer.Character
  3312. l.Name = "Humanoid"
  3313. wait(0.1)
  3314. lplayer.Character["1"]:Destroy()
  3315. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3316. lplayer.Character.Animate.Disabled = true
  3317. wait(0.1)
  3318. lplayer.Character.Animate.Disabled = false
  3319. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3320. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3321. lplayer.Character.Humanoid:EquipTool(v)
  3322. end
  3323. local function tp(player,player2)
  3324. local char1,char2=player.Character,player2.Character
  3325. if char1 and char2 then
  3326. char1:MoveTo(char2.Head.Position)
  3327. end
  3328. end
  3329. wait(0.1)
  3330. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3331. wait(0.2)
  3332. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3333. wait(0.5)
  3334. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3335. wait(0.6)
  3336. tp(lplayer, game:GetService("Players")[v.Name])
  3337. wait(0.4)
  3338. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3339. game:GetService("StarterGui"):SetCore("SendNotification", {
  3340. Title = "Tools needed!";
  3341. Text = "You need a tool in your backpack for this command!";
  3342. })
  3343. end
  3344. end
  3345. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  3346. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3347. lplayer.Character.Humanoid.Name = 1
  3348. local l = lplayer.Character["1"]:Clone()
  3349. l.Parent = lplayer.Character
  3350. l.Name = "Humanoid"
  3351. wait(0.1)
  3352. lplayer.Character["1"]:Destroy()
  3353. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3354. lplayer.Character.Animate.Disabled = true
  3355. wait(0.1)
  3356. lplayer.Character.Animate.Disabled = false
  3357. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3358. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3359. lplayer.Character.Humanoid:EquipTool(v)
  3360. end
  3361. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3362. wait(0.3)
  3363. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3364. wait(0.4)
  3365. b = Instance.new("BodyForce")
  3366. b.Parent = lplayer.Character.HumanoidRootPart
  3367. b.Name = "Glitch"
  3368. b.Force = Vector3.new(100000000,5000,0)
  3369. game:GetService("StarterGui"):SetCore("SendNotification", {
  3370. Title = "Tools needed!";
  3371. Text = "You need a tool in your backpack for this command!";
  3372. })
  3373. end
  3374. end
  3375. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  3376. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3377. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3378. b = Instance.new("BodyForce")
  3379. b.Parent = lplayer.Character.HumanoidRootPart
  3380. b.Name = "unGlitch"
  3381. b.Force = Vector3.new(0,-5000000,0)
  3382. wait(2)
  3383. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3384. end
  3385. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  3386. lplayer.Character.Humanoid.Health = 0
  3387. wait(1)
  3388. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3389. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3390. end
  3391. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  3392. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3393. game:GetService("StarterGui"):SetCore("SendNotification", {
  3394. Title = "Success!";
  3395. Text = "DEX Explorer has loaded.";
  3396. })
  3397. end
  3398. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  3399. local Anim = Instance.new("Animation")
  3400. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  3401. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3402. track:Play(.1, 1, 1)
  3403. end
  3404. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  3405. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3406. game:GetService("StarterGui"):SetCore("SendNotification", {
  3407. Title = "Success!";
  3408. Text = "Energize Animations GUI has loaded.";
  3409. })
  3410. end
  3411. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  3412. saved = lplayer.Character.HumanoidRootPart.CFrame
  3413. game:GetService("StarterGui"):SetCore("SendNotification", {
  3414. Title = "Position Saved";
  3415. Text = "Use ;loadpos to return to saved position.";
  3416. })
  3417. end
  3418. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  3419. lplayer.Character.HumanoidRootPart.CFrame = saved
  3420. end
  3421. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  3422. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3423. local Anim2 = Instance.new("Animation")
  3424. Anim2.AnimationId = "rbxassetid://148840371"
  3425. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3426. track2:Play(.1, 1, 1)
  3427. bplrr = v.Name
  3428. banpl = true
  3429. end
  3430. end
  3431. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  3432. banpl = false
  3433. end
  3434. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  3435. local function bringmodw()
  3436. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3437. if obj.Name == (string.sub(msg, 11)) then
  3438. for i,ch in pairs(obj:GetDescendants()) do
  3439. if (ch:IsA("BasePart")) then
  3440. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3441. ch.CanCollide = false
  3442. ch.Transparency = 0.7
  3443. wait()
  3444. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3445. wait()
  3446. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3447. wait()
  3448. ch.CFrame = lplayer.Character["Head"].CFrame
  3449. end
  3450. end
  3451. end
  3452. end
  3453. end
  3454. while wait() do
  3455. bringmodw()
  3456. end
  3457. game:GetService("StarterGui"):SetCore("SendNotification", {
  3458. Title = "BringMod";
  3459. Text = "BringMod enabled.";
  3460. })
  3461. end
  3462. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  3463. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3464. local hum = Instance.new('Humanoid', mod)
  3465. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3466. lplayer.Character = mod
  3467. end
  3468. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  3469. game:GetService'RunService'.Stepped:Connect(function()
  3470. pcall(function()
  3471. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3472. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3473. for _,x in pairs(v.Character.Head:GetChildren()) do
  3474. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3475. end
  3476. end
  3477. end
  3478. end)
  3479. end)
  3480. game:GetService("StarterGui"):SetCore("SendNotification", {
  3481. Title = "Attempting Shutdown";
  3482. Text = "Shutdown Attempt has begun.";
  3483. })
  3484. end
  3485. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  3486. objtodel = (string.sub(msg, 9))
  3487. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3488. if v.Name == objtodel then
  3489. v:Destroy()
  3490. end
  3491. end
  3492. end
  3493. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  3494. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3495. print(v)
  3496. end
  3497. game:GetService("StarterGui"):SetCore("SendNotification", {
  3498. Title = "Printed";
  3499. Text = "Players have been printed to console. (F9)";
  3500. })
  3501. end
  3502. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  3503. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3504. if (v:IsA("Decal")) then
  3505. v:Destroy()
  3506. end
  3507. end
  3508. end
  3509. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  3510. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3511. game:GetService("StarterGui"):SetCore("SendNotification", {
  3512. Title = "Success!";
  3513. Text = "OpFinality GUI has loaded.";
  3514. })
  3515. end
  3516. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  3517. remotes = true
  3518. added = true
  3519. game.DescendantAdded:connect(function(rmt)
  3520. if added == true then
  3521. if remotes == true then
  3522. if rmt:IsA("RemoteEvent") then
  3523. print("A RemoteEvent was added!")
  3524. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3525. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3526. end end end
  3527. end)
  3528. game.DescendantAdded:connect(function(rmtfnctn)
  3529. if added == true then
  3530. if remotes == true then
  3531. if rmtfnctn:IsA("RemoteFunction") then
  3532. warn("A RemoteFunction was added!")
  3533. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3534. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3535. end end end
  3536. end)
  3537.  
  3538. game.DescendantAdded:connect(function(bndfnctn)
  3539. if added == true then
  3540. if binds == true then
  3541. if bndfnctn:IsA("BindableFunction") then
  3542. print("A BindableFunction was added!")
  3543. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3544. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3545. end end end
  3546. end)
  3547.  
  3548. game.DescendantAdded:connect(function(bnd)
  3549. if added == true then
  3550. if binds == true then
  3551. if bnd:IsA("BindableEvent") then
  3552. warn("A BindableEvent was added!")
  3553. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3554. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3555. end end end
  3556. end)
  3557.  
  3558.  
  3559. if binds == true then
  3560. for i,v in pairs(game:GetDescendants()) do
  3561. if v:IsA("BindableFunction") then
  3562. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3563. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3564. end end
  3565. for i,v in pairs(game:GetDescendants()) do
  3566. if v:IsA("BindableEvent") then
  3567. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3568. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3569. end end
  3570. else
  3571. print("Off")
  3572. end
  3573. if remotes == true then
  3574. for i,v in pairs(game:GetDescendants()) do
  3575. if v:IsA("RemoteFunction") then
  3576. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3577. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3578. end end
  3579. wait()
  3580. for i,v in pairs(game:GetDescendants()) do
  3581. if v:IsA("RemoteEvent") then
  3582. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3583. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3584. end end
  3585. else
  3586. print("Off")
  3587. end
  3588. game:GetService("StarterGui"):SetCore("SendNotification", {
  3589. Title = "Printing Remotes";
  3590. Text = "Type ;noremotes to disable.";
  3591. })
  3592. end
  3593. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  3594. remotes = false
  3595. added = false
  3596. game:GetService("StarterGui"):SetCore("SendNotification", {
  3597. Title = "Printing Remotes Disabled";
  3598. Text = "Type ;remotes to enable.";
  3599. })
  3600. end
  3601. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  3602. spin = false
  3603. followed = false
  3604. traill = false
  3605. noclip = false
  3606. annoying = false
  3607. hwalk = false
  3608. cbringing = false
  3609. end
  3610. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  3611. stopsitting = true
  3612. end
  3613. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  3614. stopsitting = false
  3615. end
  3616. if string.sub(msg, 1, 8) == (prefix.."version") then
  3617. print(adminversion)
  3618. game:GetService("StarterGui"):SetCore("SendNotification", {
  3619. Title = "Version";
  3620. Text = adminversion;
  3621. })
  3622. end
  3623. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  3624. clickgoto = true
  3625. game:GetService("StarterGui"):SetCore("SendNotification", {
  3626. Title = "Click TP";
  3627. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  3628. })
  3629. end
  3630. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  3631. clickdel = true
  3632. game:GetService("StarterGui"):SetCore("SendNotification", {
  3633. Title = "Click Delete";
  3634. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  3635. })
  3636. end
  3637. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  3638. clickdel = false
  3639. game:GetService("StarterGui"):SetCore("SendNotification", {
  3640. Title = "Click Delete";
  3641. Text = "Click delete has been disabled.";
  3642. })
  3643. end
  3644. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  3645. clickgoto = false
  3646. game:GetService("StarterGui"):SetCore("SendNotification", {
  3647. Title = "Click TP";
  3648. Text = "Click TP has been disabled.";
  3649. })
  3650. end
  3651. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  3652. gettingtools = true
  3653. game:GetService("StarterGui"):SetCore("SendNotification", {
  3654. Title = "Tools Enabled";
  3655. Text = "Automatically colleting tools dropped.";
  3656. })
  3657. end
  3658. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  3659. gettingtools = false
  3660. game:GetService("StarterGui"):SetCore("SendNotification", {
  3661. Title = "Tools Disabled";
  3662. Text = "Click TP has been disabled.";
  3663. })
  3664. end
  3665. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  3666. ScreenGui:Destroy()
  3667. end
  3668. if string.sub(msg, 1, 6) == (prefix.."reset") then
  3669. lplayer.Character.Head:Destroy()
  3670. end
  3671. if string.sub(msg, 1, 7) == (prefix.."state ") then
  3672. statechosen = string.sub(msg, 8)
  3673. changingstate = true
  3674. end
  3675. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  3676. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  3677. end
  3678. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  3679. removingmeshhats = true
  3680. end
  3681. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  3682. removingmeshhats = false
  3683. end
  3684. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  3685. removingmeshtool = true
  3686. end
  3687. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  3688. removingmeshtool = false
  3689. end
  3690. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  3691. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3692. if v:IsA("Tool") then
  3693. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  3694. v.Parent = player.Character
  3695. end
  3696. end
  3697. end
  3698. end
  3699. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  3700. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3701. if v:IsA("Tool") then
  3702. v.Parent = lplayer.Character
  3703. wait()
  3704. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  3705. v.Parent = player.Character
  3706. end
  3707. end
  3708. end
  3709. end
  3710. if string.sub(msg, 1, 5) == (prefix.."age ") then
  3711. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3712. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3713. end
  3714. end
  3715. if string.sub(msg, 1, 4) == (prefix.."id ") then
  3716. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  3717. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3718. end
  3719. end
  3720. if string.sub(msg, 1, 6) == (prefix..".age ") then
  3721. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  3722. game:GetService("StarterGui"):SetCore("SendNotification", {
  3723. Title = player.AccountAge.." Days";
  3724. Text = "Account age of "..player.Name;
  3725. })
  3726. end
  3727. end
  3728. if string.sub(msg, 1, 5) == (prefix..".id ") then
  3729. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3730. game:GetService("StarterGui"):SetCore("SendNotification", {
  3731. Title = player.UserId.." ID";
  3732. Text = "Account ID of "..player.Name;
  3733. })
  3734. end
  3735. end
  3736. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  3737. game:GetService("StarterGui"):SetCore("SendNotification", {
  3738. Title = "Game ID";
  3739. Text = "Game ID: ".. game.GameId;
  3740. })
  3741. end
  3742. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  3743. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3744. if pgscheck == true then
  3745. game:GetService("StarterGui"):SetCore("SendNotification", {
  3746. Title = "PGSPhysicsSolverEnabled";
  3747. Text = "PGS is Enabled!";
  3748. })
  3749. else
  3750. game:GetService("StarterGui"):SetCore("SendNotification", {
  3751. Title = "PGSPhysicsSolverEnabled";
  3752. Text = "PGS is Disabled!";
  3753. })
  3754. end
  3755. end
  3756. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  3757. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3758. if v:IsA("Part") then
  3759. if v.Transparency == 1 then
  3760. if v.Name ~= "HumanoidRootPart" then
  3761. v:Destroy()
  3762. end
  3763. end
  3764. end
  3765. end
  3766. end
  3767. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  3768. game:GetService("Lighting").FogStart = 0
  3769. game:GetService("Lighting").FogEnd = 9999999999999
  3770. end
  3771. if string.sub(msg, 1, 8) == (prefix.."disable") then
  3772. lplayer.Character.Humanoid.Parent = lplayer
  3773. end
  3774. if string.sub(msg, 1, 7) == (prefix.."enable") then
  3775. lplayer.Humanoid.Parent = lplayer.Character
  3776. end
  3777. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  3778. prefix = (string.sub(msg, 9, 9))
  3779. wait(0.1)
  3780. change()
  3781. wait(0.1)
  3782. game:GetService("StarterGui"):SetCore("SendNotification", {
  3783. Title = "Prefix changed!";
  3784. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  3785. })
  3786. end
  3787. if string.sub(msg, 1, 12) == (";resetprefix") then
  3788. prefix = ";"
  3789. wait(0.1)
  3790. change()
  3791. wait(0.1)
  3792. game:GetService("StarterGui"):SetCore("SendNotification", {
  3793. Title = "Prefix changed!";
  3794. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  3795. })
  3796. end
  3797. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  3798. speedfly = string.sub(msg, 11)
  3799. wait()
  3800. change()
  3801. end
  3802. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  3803. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3804. local Anim3 = Instance.new("Animation")
  3805. Anim3.AnimationId = "rbxassetid://282574440"
  3806. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3807. track3:Play(.1, 1, 1)
  3808. bplrr = v.Name
  3809. banpl = true
  3810. end
  3811. end
  3812. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  3813. banpl = false
  3814. end
  3815. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  3816. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3817. staring = true
  3818. stareplr = v
  3819. end
  3820. end
  3821. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  3822. staring = false
  3823. end
  3824. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  3825. chatlogs = true
  3826. game:GetService("StarterGui"):SetCore("SendNotification", {
  3827. Title = "LogChat enabled";
  3828. Text = "Now logging all player chat.";
  3829. })
  3830. end
  3831. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  3832. chatlogs = false
  3833. game:GetService("StarterGui"):SetCore("SendNotification", {
  3834. Title = "LogChat disabled";
  3835. Text = "Stopped logging all player chat.";
  3836. })
  3837. end
  3838. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  3839. game:GetService("Workspace").CurrentCamera:Destroy()
  3840. wait(0.1)
  3841. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3842. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3843. lplayer.CameraMinZoomDistance = 0.5
  3844. lplayer.CameraMaxZoomDistance = 400
  3845. lplayer.CameraMode = "Classic"
  3846. end
  3847. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  3848. changingstate = false
  3849. end
  3850. end)
  3851.  
  3852. local function tp()
  3853. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3854. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3855. if player.Name == brplr then
  3856. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  3857. end
  3858. end
  3859. end
  3860. end
  3861. local function tpall()
  3862. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3863. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3864. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  3865. end
  3866. end
  3867. end
  3868. spawn(function()
  3869. while wait(spamdelay) do
  3870. if spamming == true then
  3871. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  3872. end
  3873. end
  3874. end)
  3875. spawn(function()
  3876. while wait(spamdelay) do
  3877. if spammingpm == true then
  3878. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  3879. end
  3880. end
  3881. end)
  3882. spawn(function()
  3883. while wait() do
  3884. if cbring == true then
  3885. tp()
  3886. end
  3887. end
  3888. end)
  3889. spawn(function()
  3890. while wait() do
  3891. if cbringall == true then
  3892. tpall()
  3893. end
  3894. end
  3895. end)
  3896.  
  3897. Mouse.KeyDown:connect(function(Key)
  3898. if Key == prefix then
  3899. CMDBAR:CaptureFocus()
  3900. end
  3901. end)
  3902.  
  3903. CMDBAR.FocusLost:connect(function(enterPressed)
  3904. if enterPressed then
  3905. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  3906. if string.sub(CMDBAR.Text, 6) == "me" then
  3907. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  3908. else
  3909. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  3910. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3911. lplayer.Character.Humanoid.Name = 1
  3912. local l = lplayer.Character["1"]:Clone()
  3913. l.Parent = lplayer.Character
  3914. l.Name = "Humanoid"
  3915. wait(0.1)
  3916. lplayer.Character["1"]:Destroy()
  3917. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3918. lplayer.Character.Animate.Disabled = true
  3919. wait(0.1)
  3920. lplayer.Character.Animate.Disabled = false
  3921. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3922. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3923. lplayer.Character.Humanoid:EquipTool(v)
  3924. end
  3925. local function tp(player,player2)
  3926. local char1,char2=player.Character,player2.Character
  3927. if char1 and char2 then
  3928. char1:MoveTo(char2.Head.Position)
  3929. end
  3930. end
  3931. wait(0.1)
  3932. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3933. wait(0.2)
  3934. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3935. wait(0.5)
  3936. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3937. wait(0.7)
  3938. tp(lplayer,game:GetService("Players")[v.Name])
  3939. wait(0.7)
  3940. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3941. game:GetService("StarterGui"):SetCore("SendNotification", {
  3942. Title = "Tools needed!";
  3943. Text = "You need a tool in your backpack for this command!";
  3944. })
  3945. end
  3946. end
  3947. end
  3948. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  3949. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3950. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3951. lplayer.Character.Humanoid.Name = 1
  3952. local l = lplayer.Character["1"]:Clone()
  3953. l.Parent = lplayer.Character
  3954. l.Name = "Humanoid"
  3955. wait(0.1)
  3956. lplayer.Character["1"]:Destroy()
  3957. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3958. lplayer.Character.Animate.Disabled = true
  3959. wait(0.1)
  3960. lplayer.Character.Animate.Disabled = false
  3961. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3962. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3963. lplayer.Character.Humanoid:EquipTool(v)
  3964. end
  3965. local function tp(player,player2)
  3966. local char1,char2=player.Character,player2.Character
  3967. if char1 and char2 then
  3968. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3969. end
  3970. end
  3971. local function getout(player,player2)
  3972. local char1,char2=player.Character,player2.Character
  3973. if char1 and char2 then
  3974. char1:MoveTo(char2.Head.Position)
  3975. end
  3976. end
  3977. tp(game:GetService("Players")[v.Name], lplayer)
  3978. wait(0.2)
  3979. tp(game:GetService("Players")[v.Name], lplayer)
  3980. wait(0.5)
  3981. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3982. wait(0.5)
  3983. getout(lplayer, game:GetService("Players")[v.Name])
  3984. wait(0.3)
  3985. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3986. game:GetService("StarterGui"):SetCore("SendNotification", {
  3987. Title = "Tools needed!";
  3988. Text = "You need a tool in your backpack for this command!";
  3989. })
  3990. end
  3991. end
  3992. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  3993. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3994. lplayer.Character.Humanoid.Name = 1
  3995. local l = lplayer.Character["1"]:Clone()
  3996. l.Parent = lplayer.Character
  3997. l.Name = "Humanoid"
  3998. wait(0.1)
  3999. lplayer.Character["1"]:Destroy()
  4000. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4001. lplayer.Character.Animate.Disabled = true
  4002. wait(0.1)
  4003. lplayer.Character.Animate.Disabled = false
  4004. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4005. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4006. lplayer.Character.Humanoid:EquipTool(v)
  4007. end
  4008. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4009. spinplr = v
  4010. wait(0.5)
  4011. spin = true
  4012. game:GetService("StarterGui"):SetCore("SendNotification", {
  4013. Title = "Tools needed!";
  4014. Text = "You need a tool in your backpack for this command!";
  4015. })
  4016. end
  4017. end
  4018. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  4019. spin = false
  4020. end
  4021. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  4022. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4023. lplayer.Character.Humanoid.Name = 1
  4024. local l = lplayer.Character["1"]:Clone()
  4025. l.Parent = lplayer.Character
  4026. l.Name = "Humanoid"
  4027. wait(0.1)
  4028. lplayer.Character["1"]:Destroy()
  4029. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4030. lplayer.Character.Animate.Disabled = true
  4031. wait(0.1)
  4032. lplayer.Character.Animate.Disabled = false
  4033. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4034. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4035. lplayer.Character.Humanoid:EquipTool(v)
  4036. end
  4037. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4038. wait(0.3)
  4039. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4040. attplr = v
  4041. game:GetService("StarterGui"):SetCore("SendNotification", {
  4042. Title = "Tools needed!";
  4043. Text = "You need a tool in your backpack for this command!";
  4044. })
  4045. end
  4046. end
  4047. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  4048. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4049. local function getout(player,player2)
  4050. local char1,char2=player.Character,player2.Character
  4051. if char1 and char2 then
  4052. char1:MoveTo(char2.Head.Position)
  4053. end
  4054. end
  4055. getout(lplayer, game:GetService("Players")[v.Name])
  4056. end
  4057. end
  4058. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  4059. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4060. followed = true
  4061. flwplr = v
  4062. end
  4063. end
  4064. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  4065. followed = false
  4066. end
  4067. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  4068. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4069. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4070. lplayer.Character.Humanoid.Name = 1
  4071. local l = lplayer.Character["1"]:Clone()
  4072. l.Parent = lplayer.Character
  4073. l.Name = "Humanoid"
  4074. wait(0.1)
  4075. lplayer.Character["1"]:Destroy()
  4076. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4077. lplayer.Character.Animate.Disabled = true
  4078. wait(0.1)
  4079. lplayer.Character.Animate.Disabled = false
  4080. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4081. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4082. lplayer.Character.Humanoid:EquipTool(v)
  4083. end
  4084. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4085. wait(0.2)
  4086. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4087. wait(0.6)
  4088. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4089. wait(0.6)
  4090. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  4091. game:GetService("StarterGui"):SetCore("SendNotification", {
  4092. Title = "Tools needed!";
  4093. Text = "You need a tool in your backpack for this command!";
  4094. })
  4095. end
  4096. end
  4097. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  4098. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4099. traill = true
  4100. trlplr = v
  4101. end
  4102. end
  4103. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  4104. traill = false
  4105. end
  4106. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  4107. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  4108. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4109. else
  4110. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4111. local o = Instance.new("RocketPropulsion")
  4112. o.Parent = lplayer.Character.HumanoidRootPart
  4113. o.Name = "Orbit"
  4114. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  4115. o:Fire()
  4116. noclip = true
  4117. end
  4118. end
  4119. end
  4120. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  4121. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  4122. noclip = false
  4123. end
  4124. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  4125. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  4126. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4127. else
  4128. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4129. local y = Instance.new("RocketPropulsion")
  4130. y.Parent = lplayer.Character.HumanoidRootPart
  4131. y.CartoonFactor = 1
  4132. y.MaxThrust = 800000
  4133. y.MaxSpeed = 1000
  4134. y.ThrustP = 200000
  4135. y.Name = "Fling"
  4136. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4137. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  4138. y:Fire()
  4139. noclip = true
  4140. end
  4141. end
  4142. end
  4143. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  4144. noclip = false
  4145. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  4146. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4147. wait(0.4)
  4148. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  4149. end
  4150. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  4151. if game:GetService("Workspace").FilteringEnabled == true then
  4152. warn("FE is Enabled (Filtering Enabled)")
  4153. game:GetService("StarterGui"):SetCore("SendNotification", {
  4154. Title = "FE is Enabled";
  4155. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  4156. })
  4157. else
  4158. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  4159. game:GetService("StarterGui"):SetCore("SendNotification", {
  4160. Title = "FE is Disabled";
  4161. Text = "Filtering Disabled. Consider using a different admin script.";
  4162. })
  4163. end
  4164. end
  4165. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  4166. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4167. lplayer.Character.Humanoid.Name = 1
  4168. local l = lplayer.Character["1"]:Clone()
  4169. l.Parent = lplayer.Character
  4170. l.Name = "Humanoid"
  4171. wait(0.1)
  4172. lplayer.Character["1"]:Destroy()
  4173. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4174. lplayer.Character.Animate.Disabled = true
  4175. wait(0.1)
  4176. lplayer.Character.Animate.Disabled = false
  4177. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4178. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4179. lplayer.Character.Humanoid:EquipTool(v)
  4180. end
  4181. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4182. wait(0.2)
  4183. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4184. wait(0.6)
  4185. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  4186. game:GetService("StarterGui"):SetCore("SendNotification", {
  4187. Title = "Tools needed!";
  4188. Text = "You need a tool in your backpack for this command!";
  4189. })
  4190. end
  4191. end
  4192. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  4193. noclip = true
  4194. game:GetService("StarterGui"):SetCore("SendNotification", {
  4195. Title = "Noclip enabled";
  4196. Text = "Type ;clip to disable";
  4197. })
  4198. end
  4199. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  4200. noclip = false
  4201. game:GetService("StarterGui"):SetCore("SendNotification", {
  4202. Title = "Noclip disabled";
  4203. Text = "Type ;noclip to enable";
  4204. })
  4205. end
  4206. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  4207. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  4208. end
  4209. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  4210. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  4211. end
  4212. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  4213. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  4214. end
  4215. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  4216. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  4217. end
  4218. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  4219. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  4220. end
  4221. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  4222. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  4223. end
  4224. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  4225. lplayer.Character.Humanoid.JumpPower = 50
  4226. lplayer.Character.Humanoid.WalkSpeed = 16
  4227. lplayer.Character.Humanoid.HipHeight = 0
  4228. end
  4229. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  4230. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4231. annoying = true
  4232. annplr = v
  4233. end
  4234. end
  4235. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  4236. annoying = false
  4237. end
  4238. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  4239. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4240. hwalk = true
  4241. hdwplr = v
  4242. end
  4243. end
  4244. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  4245. hwalk = false
  4246. end
  4247. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  4248. lplayer.Character["Left Leg"]:Destroy()
  4249. lplayer.Character["Left Arm"]:Destroy()
  4250. lplayer.Character["Right Leg"]:Destroy()
  4251. lplayer.Character["Right Arm"]:Destroy()
  4252. end
  4253. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  4254. lplayer.Character.Humanoid.Name = 1
  4255. local l = lplayer.Character["1"]:Clone()
  4256. l.Parent = lplayer.Character
  4257. l.Name = "Humanoid"
  4258. wait(0.1)
  4259. lplayer.Character["1"]:Destroy()
  4260. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4261. lplayer.Character.Animate.Disabled = true
  4262. wait(0.1)
  4263. lplayer.Character.Animate.Disabled = false
  4264. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4265. game:GetService("StarterGui"):SetCore("SendNotification", {
  4266. Title = "FE Godmode enabled";
  4267. Text = "Use ;grespawn or ;respawn to remove.";
  4268. })
  4269. end
  4270. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  4271. for i,v in pairs(lplayer.Character:GetChildren()) do
  4272. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4273. v.Parent = workspace
  4274. end
  4275. end
  4276. end
  4277. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  4278. for i,v in pairs(lplayer.Character:GetChildren()) do
  4279. if (v:IsA("Tool")) then
  4280. v.Parent = workspace
  4281. end
  4282. end
  4283. end
  4284. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  4285. droppinghats = true
  4286. game:GetService("StarterGui"):SetCore("SendNotification", {
  4287. Title = "Loop Drop Enabled";
  4288. Text = "Type ;unloopdhats to disable";
  4289. })
  4290. end
  4291. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  4292. droppinghats = false
  4293. game:GetService("StarterGui"):SetCore("SendNotification", {
  4294. Title = "Loop Drop Disabled";
  4295. Text = "Type ;loopdhats to enable.";
  4296. })
  4297. end
  4298. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  4299. droppingtools = true
  4300. game:GetService("StarterGui"):SetCore("SendNotification", {
  4301. Title = "Loop Drop Enabled";
  4302. Text = "Type ;unloopdtool to disable";
  4303. })
  4304. end
  4305. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  4306. droppingtools = false
  4307. game:GetService("StarterGui"):SetCore("SendNotification", {
  4308. Title = "Loop Drop Disabled";
  4309. Text = "Type ;loopdtool to enable.";
  4310. })
  4311. end
  4312. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  4313. Local = game:GetService('Players').LocalPlayer
  4314. Char = Local.Character
  4315. touched,tpdback = false, false
  4316. box = Instance.new('Part',workspace)
  4317. box.Anchored = true
  4318. box.CanCollide = true
  4319. box.Size = Vector3.new(10,1,10)
  4320. box.Position = Vector3.new(0,10000,0)
  4321. box.Touched:connect(function(part)
  4322. if (part.Parent.Name == Local.Name) then
  4323. if touched == false then
  4324. touched = true
  4325. function apply()
  4326. if script.Disabled ~= true then
  4327. no = Char.HumanoidRootPart:Clone()
  4328. wait(.25)
  4329. Char.HumanoidRootPart:Destroy()
  4330. no.Parent = Char
  4331. Char:MoveTo(loc)
  4332. touched = false
  4333. end end
  4334. if Char then
  4335. apply()
  4336. end
  4337. end
  4338. end
  4339. end)
  4340. repeat wait() until Char
  4341. loc = Char.HumanoidRootPart.Position
  4342. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  4343. game:GetService("StarterGui"):SetCore("SendNotification", {
  4344. Title = "Invisibility enabled!";
  4345. Text = "Reset or use ;respawn to remove.";
  4346. })
  4347. end
  4348. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  4349. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4350. if game:GetService("Players")[v.Name].Character.Humanoid then
  4351. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  4352. else
  4353. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4354. end
  4355. end
  4356. end
  4357. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  4358. if lplayer.Character.Humanoid then
  4359. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  4360. else
  4361. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4362. end
  4363. end
  4364. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  4365. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4366. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4367. end
  4368. end
  4369. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  4370. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  4371. repeat wait() until Mouse
  4372.  
  4373. local T = lplayer.Character.HumanoidRootPart
  4374. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4375. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4376. local SPEED = speedget
  4377.  
  4378. local function fly()
  4379. flying = true
  4380. local BG = Instance.new('BodyGyro', T)
  4381. local BV = Instance.new('BodyVelocity', T)
  4382. BG.P = 9e4
  4383. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4384. BG.cframe = T.CFrame
  4385. BV.velocity = Vector3.new(0, 0.1, 0)
  4386. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4387. spawn(function()
  4388. repeat wait()
  4389. lplayer.Character.Humanoid.PlatformStand = true
  4390. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  4391. SPEED = 50
  4392. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  4393. SPEED = 0
  4394. end
  4395. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  4396. 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
  4397. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  4398. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  4399. 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
  4400. else
  4401. BV.velocity = Vector3.new(0, 0.1, 0)
  4402. end
  4403. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  4404. until not flying
  4405. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4406. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4407. SPEED = 0
  4408. BG:destroy()
  4409. BV:destroy()
  4410. lplayer.Character.Humanoid.PlatformStand = false
  4411. end)
  4412. end
  4413. Mouse.KeyDown:connect(function(KEY)
  4414. if KEY:lower() == 'w' then
  4415. CONTROL.F = speedfly
  4416. elseif KEY:lower() == 's' then
  4417. CONTROL.B = -speedfly
  4418. elseif KEY:lower() == 'a' then
  4419. CONTROL.L = -speedfly
  4420. elseif KEY:lower() == 'd' then
  4421. CONTROL.R = speedfly
  4422. end
  4423. end)
  4424. Mouse.KeyUp:connect(function(KEY)
  4425. if KEY:lower() == 'w' then
  4426. CONTROL.F = 0
  4427. elseif KEY:lower() == 's' then
  4428. CONTROL.B = 0
  4429. elseif KEY:lower() == 'a' then
  4430. CONTROL.L = 0
  4431. elseif KEY:lower() == 'd' then
  4432. CONTROL.R = 0
  4433. end
  4434. end)
  4435. fly()
  4436. end
  4437. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  4438. flying = false
  4439. lplayer.Character.Humanoid.PlatformStand = false
  4440. end
  4441. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  4442. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  4443. end
  4444. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  4445. spamtext = (string.sub(CMDBAR.Text, 6))
  4446. spamming = true
  4447. end
  4448. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  4449. spamming = false
  4450. end
  4451. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  4452. spamdelay = (string.sub(CMDBAR.Text, 10))
  4453. end
  4454. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  4455. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4456. pmspammed = v.Name
  4457. spammingpm = true
  4458. end
  4459. end
  4460. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  4461. spammingpm = false
  4462. end
  4463. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  4464. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  4465. v.Character["Left Leg"].Anchored = true
  4466. v.Character["Left Arm"].Anchored = true
  4467. v.Character["Right Leg"].Anchored = true
  4468. v.Character["Right Arm"].Anchored = true
  4469. v.Character.Torso.Anchored = true
  4470. v.Character.Head.Anchored = true
  4471. end
  4472. end
  4473. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  4474. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  4475. v.Character["Left Leg"].Anchored = false
  4476. v.Character["Left Arm"].Anchored = false
  4477. v.Character["Right Leg"].Anchored = false
  4478. v.Character["Right Arm"].Anchored = false
  4479. v.Character.Torso.Anchored = false
  4480. v.Character.Head.Anchored = false
  4481. end
  4482. end
  4483. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  4484. local a = game:GetService("Workspace"):getChildren()
  4485. for i = 1, #a do
  4486. if a[i].className == "Part" then
  4487. a[i].Locked = false
  4488. elseif a[i].className == "Model" then
  4489. local r = a[i]:getChildren()
  4490. for i = 1, #r do
  4491. if r[i].className == "Part" then
  4492. r[i].Locked = false
  4493. end
  4494. end
  4495. end
  4496. end
  4497. game:GetService("StarterGui"):SetCore("SendNotification", {
  4498. Title = "Success!";
  4499. Text = "Workspace unlocked. Use ;lockws to lock.";
  4500. })
  4501. end
  4502. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  4503. local a = game:GetService("Workspace"):getChildren()
  4504. for i = 1, #a do
  4505. if a[i].className == "Part" then
  4506. a[i].Locked = true
  4507. elseif a[i].className == "Model" then
  4508. local r = a[i]:getChildren()
  4509. for i = 1, #r do
  4510. if r[i].className == "Part" then
  4511. r[i].Locked = true
  4512. end
  4513. end
  4514. end
  4515. end
  4516. end
  4517. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  4518. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  4519. Clone_T.BinType = "Clone"
  4520. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  4521. Destruct.BinType = "Hammer"
  4522. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  4523. Hold_T.BinType = "Grab"
  4524. end
  4525. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  4526. lplayer.Character.Humanoid.PlatformStand = true
  4527. end
  4528. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  4529. lplayer.Character.Humanoid.PlatformStand = false
  4530. end
  4531. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  4532. lplayer.Character.Head.Mesh:Destroy()
  4533. end
  4534. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  4535. lplayer.Character.Humanoid.Sit = true
  4536. end
  4537. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  4538. local function bringobjw()
  4539. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4540. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4541. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4542. obj.CanCollide = false
  4543. obj.Transparency = 0.7
  4544. wait()
  4545. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  4546. wait()
  4547. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  4548. wait()
  4549. obj.CFrame = lplayer.Character["Head"].CFrame
  4550. end
  4551. end
  4552. end
  4553. while wait() do
  4554. bringobjw()
  4555. end
  4556. game:GetService("StarterGui"):SetCore("SendNotification", {
  4557. Title = "BringObj";
  4558. Text = "BringObj enabled.";
  4559. })
  4560. end
  4561. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  4562. vis = (string.sub(CMDBAR.Text, 7))
  4563. local a = game:GetService("Workspace"):GetDescendants()
  4564. for i = 1, #a do
  4565. if a[i].className == "Part" then
  4566. a[i].Transparency = vis
  4567. elseif a[i].className == "Model" then
  4568. local r = a[i]:getChildren()
  4569. for i = 1, #r do
  4570. if r[i].className == "Part" then
  4571. r[i].Transparency = vis
  4572. end
  4573. end
  4574. end
  4575. end
  4576. end
  4577. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  4578. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  4579. game:GetService("StarterGui"):SetCore("SendNotification", {
  4580. Title = "Success!";
  4581. Text = "HyperTotal GUI Loaded!";
  4582. })
  4583. end
  4584. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  4585. CMDSFRAME.Visible = true
  4586. end
  4587. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  4588. for i,v in pairs(lplayer.Character:GetChildren()) do
  4589. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4590. v.Handle.Mesh:Destroy()
  4591. end
  4592. end
  4593. end
  4594. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  4595. for i,v in pairs(lplayer.Character:GetChildren()) do
  4596. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4597. v.Handle.Mesh:Destroy()
  4598. end
  4599. end
  4600. end
  4601. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  4602. for i,v in pairs(lplayer.Character:GetChildren()) do
  4603. if (v:IsA("Tool")) then
  4604. v.Handle.Mesh:Destroy()
  4605. end
  4606. end
  4607. end
  4608. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  4609. for i,v in pairs(lplayer.Character:GetChildren()) do
  4610. if (v:IsA("Tool")) then
  4611. v.Handle.Mesh:Destroy()
  4612. end
  4613. end
  4614. end
  4615. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  4616. local p = Instance.new("RocketPropulsion")
  4617. p.Parent = lplayer.Character.HumanoidRootPart
  4618. p.Name = "Spinner"
  4619. p.Target = lplayer.Character["Left Arm"]
  4620. p:Fire()
  4621. game:GetService("StarterGui"):SetCore("SendNotification", {
  4622. Title = "Spinner enabled";
  4623. Text = "Type ;nospinner to disable.";
  4624. })
  4625. end
  4626. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  4627. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  4628. end
  4629. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  4630. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4631. if v:isA("Tool") then
  4632. local a = Instance.new("SelectionBox",v.Handle)
  4633. a.Adornee = v.Handle
  4634. v.Handle.Size = Vector3.new(0.5,0.5,60)
  4635. v.GripPos = Vector3.new(0,0,0)
  4636. lplayer.Character.Humanoid:UnequipTools()
  4637. end
  4638. end
  4639. game:GetService("StarterGui"):SetCore("SendNotification", {
  4640. Title = "Reach applied!";
  4641. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4642. })
  4643. end
  4644. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  4645. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4646. if v:isA("Tool") then
  4647. local a = Instance.new("SelectionBox",v.Handle)
  4648. a.Name = "Reach"
  4649. a.Adornee = v.Handle
  4650. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  4651. v.GripPos = Vector3.new(0,0,0)
  4652. lplayer.Character.Humanoid:UnequipTools()
  4653. end
  4654. end
  4655. game:GetService("StarterGui"):SetCore("SendNotification", {
  4656. Title = "Reach applied!";
  4657. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4658. })
  4659. end
  4660. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  4661. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4662. if v:isA("Tool") then
  4663. v.Handle.Reach:Destroy()
  4664. end
  4665. end
  4666. game:GetService("StarterGui"):SetCore("SendNotification", {
  4667. Title = "Reach removed!";
  4668. Text = "Removed reach from equipped sword.";
  4669. })
  4670. end
  4671. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  4672. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  4673. lplayer.Character.Humanoid.Name = 1
  4674. local l = lplayer.Character["1"]:Clone()
  4675. l.Parent = lplayer.Character
  4676. l.Name = "Humanoid"
  4677. wait(0.1)
  4678. lplayer.Character["1"]:Destroy()
  4679. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4680. lplayer.Character.Animate.Disabled = true
  4681. wait(0.1)
  4682. lplayer.Character.Animate.Disabled = false
  4683. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4684. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4685. lplayer.Character.Humanoid:EquipTool(v)
  4686. end
  4687. wait(0.1)
  4688. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4689. wait(0.2)
  4690. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4691. wait(0.5)
  4692. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  4693. game:GetService("StarterGui"):SetCore("SendNotification", {
  4694. Title = "Tools needed!";
  4695. Text = "You need a tool in your backpack for this command!";
  4696. })
  4697. end
  4698. end
  4699. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  4700. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4701. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4702. end
  4703. end
  4704. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  4705. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  4706. cbringall = true
  4707. else
  4708. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4709. brplr = v.Name
  4710. end
  4711. end
  4712. cbring = true
  4713. end
  4714. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  4715. cbring = false
  4716. cbringall = false
  4717. end
  4718. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  4719. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4720. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4721. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4722. lplayer.Character.Humanoid.Name = 1
  4723. local l = lplayer.Character["1"]:Clone()
  4724. l.Parent = lplayer.Character
  4725. l.Name = "Humanoid"
  4726. wait(0.1)
  4727. lplayer.Character["1"]:Destroy()
  4728. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4729. lplayer.Character.Animate.Disabled = true
  4730. wait(0.1)
  4731. lplayer.Character.Animate.Disabled = false
  4732. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4733. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4734. lplayer.Character.Humanoid:EquipTool(v)
  4735. end
  4736. local function tp(player,player2)
  4737. local char1,char2=player.Character,player2.Character
  4738. if char1 and char2 then
  4739. char1:MoveTo(char2.Head.Position)
  4740. end
  4741. end
  4742. wait(0.1)
  4743. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4744. wait(0.2)
  4745. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4746. wait(0.5)
  4747. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4748. wait(0.6)
  4749. tp(lplayer, game:GetService("Players")[v.Name])
  4750. wait(0.4)
  4751. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  4752. game:GetService("StarterGui"):SetCore("SendNotification", {
  4753. Title = "Tools needed!";
  4754. Text = "You need a tool in your backpack for this command!";
  4755. })
  4756. end
  4757. end
  4758. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  4759. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4760. lplayer.Character.Humanoid.Name = 1
  4761. local l = lplayer.Character["1"]:Clone()
  4762. l.Parent = lplayer.Character
  4763. l.Name = "Humanoid"
  4764. wait(0.1)
  4765. lplayer.Character["1"]:Destroy()
  4766. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4767. lplayer.Character.Animate.Disabled = true
  4768. wait(0.1)
  4769. lplayer.Character.Animate.Disabled = false
  4770. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4771. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4772. lplayer.Character.Humanoid:EquipTool(v)
  4773. end
  4774. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4775. wait(0.3)
  4776. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4777. wait(0.4)
  4778. b = Instance.new("BodyForce")
  4779. b.Parent = lplayer.Character.HumanoidRootPart
  4780. b.Name = "Glitch"
  4781. b.Force = Vector3.new(100000000,5000,0)
  4782. game:GetService("StarterGui"):SetCore("SendNotification", {
  4783. Title = "Tools needed!";
  4784. Text = "You need a tool in your backpack for this command!";
  4785. })
  4786. end
  4787. end
  4788. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  4789. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  4790. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  4791. b = Instance.new("BodyForce")
  4792. b.Parent = lplayer.Character.HumanoidRootPart
  4793. b.Name = "unGlitch"
  4794. b.Force = Vector3.new(0,-5000000,0)
  4795. wait(2)
  4796. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  4797. end
  4798. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  4799. lplayer.Character.Humanoid.Health = 0
  4800. wait(1)
  4801. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  4802. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  4803. end
  4804. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  4805. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  4806. game:GetService("StarterGui"):SetCore("SendNotification", {
  4807. Title = "Success!";
  4808. Text = "DEX Explorer has loaded.";
  4809. })
  4810. end
  4811. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  4812. local Anim = Instance.new("Animation")
  4813. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  4814. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  4815. track:Play(.1, 1, 1)
  4816. end
  4817. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  4818. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  4819. game:GetService("StarterGui"):SetCore("SendNotification", {
  4820. Title = "Success!";
  4821. Text = "Energize Animations GUI has loaded.";
  4822. })
  4823. end
  4824. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  4825. saved = lplayer.Character.HumanoidRootPart.CFrame
  4826. game:GetService("StarterGui"):SetCore("SendNotification", {
  4827. Title = "Position Saved";
  4828. Text = "Use ;loadpos to return to saved position.";
  4829. })
  4830. end
  4831. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  4832. lplayer.Character.HumanoidRootPart.CFrame = saved
  4833. end
  4834. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  4835. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4836. local Anim2 = Instance.new("Animation")
  4837. Anim2.AnimationId = "rbxassetid://148840371"
  4838. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  4839. track2:Play(.1, 1, 1)
  4840. bplrr = v.Name
  4841. banpl = true
  4842. end
  4843. end
  4844. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  4845. banpl = false
  4846. end
  4847. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  4848. local function bringmodw()
  4849. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4850. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4851. for i,ch in pairs(obj:GetDescendants()) do
  4852. if (ch:IsA("BasePart")) then
  4853. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4854. ch.CanCollide = false
  4855. ch.Transparency = 0.7
  4856. wait()
  4857. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  4858. wait()
  4859. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  4860. wait()
  4861. ch.CFrame = lplayer.Character["Head"].CFrame
  4862. end
  4863. end
  4864. end
  4865. end
  4866. end
  4867. while wait() do
  4868. bringmodw()
  4869. end
  4870. game:GetService("StarterGui"):SetCore("SendNotification", {
  4871. Title = "BringMod";
  4872. Text = "BringMod enabled.";
  4873. })
  4874. end
  4875. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  4876. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  4877. local hum = Instance.new('Humanoid', mod)
  4878. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  4879. lplayer.Character = mod
  4880. end
  4881. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  4882. game:GetService'RunService'.Stepped:Connect(function()
  4883. pcall(function()
  4884. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  4885. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  4886. for _,x in pairs(v.Character.Head:GetChildren()) do
  4887. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  4888. end
  4889. end
  4890. end
  4891. end)
  4892. end)
  4893. game:GetService("StarterGui"):SetCore("SendNotification", {
  4894. Title = "Attempting Shutdown";
  4895. Text = "Shutdown Attempt has begun.";
  4896. })
  4897. end
  4898. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  4899. objtodel = (string.sub(CMDBAR.Text, 8))
  4900. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4901. if v.Name == objtodel then
  4902. v:Destroy()
  4903. end
  4904. end
  4905. end
  4906. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  4907. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  4908. print(v)
  4909. end
  4910. game:GetService("StarterGui"):SetCore("SendNotification", {
  4911. Title = "Printed";
  4912. Text = "Players have been printed to console. (F9)";
  4913. })
  4914. end
  4915. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  4916. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  4917. if (v:IsA("Decal")) then
  4918. v:Destroy()
  4919. end
  4920. end
  4921. end
  4922. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  4923. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  4924. game:GetService("StarterGui"):SetCore("SendNotification", {
  4925. Title = "Success!";
  4926. Text = "OpFinality GUI has loaded.";
  4927. })
  4928. end
  4929. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  4930. remotes = true
  4931. added = true
  4932. game.DescendantAdded:connect(function(rmt)
  4933. if added == true then
  4934. if remotes == true then
  4935. if rmt:IsA("RemoteEvent") then
  4936. print("A RemoteEvent was added!")
  4937. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  4938. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4939. end end end
  4940. end)
  4941. game.DescendantAdded:connect(function(rmtfnctn)
  4942. if added == true then
  4943. if remotes == true then
  4944. if rmtfnctn:IsA("RemoteFunction") then
  4945. warn("A RemoteFunction was added!")
  4946. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  4947. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4948. end end end
  4949. end)
  4950.  
  4951. game.DescendantAdded:connect(function(bndfnctn)
  4952. if added == true then
  4953. if binds == true then
  4954. if bndfnctn:IsA("BindableFunction") then
  4955. print("A BindableFunction was added!")
  4956. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  4957. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4958. end end end
  4959. end)
  4960.  
  4961. game.DescendantAdded:connect(function(bnd)
  4962. if added == true then
  4963. if binds == true then
  4964. if bnd:IsA("BindableEvent") then
  4965. warn("A BindableEvent was added!")
  4966. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  4967. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4968. end end end
  4969. end)
  4970.  
  4971.  
  4972. if binds == true then
  4973. for i,v in pairs(game:GetDescendants()) do
  4974. if v:IsA("BindableFunction") then
  4975. print(" game." .. v:GetFullName() .. " | BindableFunction")
  4976. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4977. end end
  4978. for i,v in pairs(game:GetDescendants()) do
  4979. if v:IsA("BindableEvent") then
  4980. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  4981. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4982. end end
  4983. else
  4984. print("Off")
  4985. end
  4986. if remotes == true then
  4987. for i,v in pairs(game:GetDescendants()) do
  4988. if v:IsA("RemoteFunction") then
  4989. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  4990. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4991. end end
  4992. wait()
  4993. for i,v in pairs(game:GetDescendants()) do
  4994. if v:IsA("RemoteEvent") then
  4995. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  4996. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4997. end end
  4998. else
  4999. print("Off")
  5000. end
  5001. game:GetService("StarterGui"):SetCore("SendNotification", {
  5002. Title = "Printing Remotes";
  5003. Text = "Type ;noremotes to disable.";
  5004. })
  5005. end
  5006. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  5007. remotes = false
  5008. added = false
  5009. game:GetService("StarterGui"):SetCore("SendNotification", {
  5010. Title = "Printing Remotes Disabled";
  5011. Text = "Type ;remotes to enable.";
  5012. })
  5013. end
  5014. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  5015. spin = false
  5016. followed = false
  5017. traill = false
  5018. noclip = false
  5019. annoying = false
  5020. hwalk = false
  5021. cbringing = false
  5022. end
  5023. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  5024. stopsitting = true
  5025. end
  5026. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  5027. stopsitting = false
  5028. end
  5029. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  5030. print(adminversion)
  5031. game:GetService("StarterGui"):SetCore("SendNotification", {
  5032. Title = "Version";
  5033. Text = adminversion;
  5034. })
  5035. end
  5036. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  5037. clickgoto = true
  5038. game:GetService("StarterGui"):SetCore("SendNotification", {
  5039. Title = "Click TP";
  5040. Text = "Press E to teleport to mouse position";
  5041. })
  5042. end
  5043. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  5044. clickgoto = false
  5045. game:GetService("StarterGui"):SetCore("SendNotification", {
  5046. Title = "Click TP";
  5047. Text = "Click TP has been disabled.";
  5048. })
  5049. end
  5050. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  5051. gettingtools = true
  5052. game:GetService("StarterGui"):SetCore("SendNotification", {
  5053. Title = "Tools Enabled";
  5054. Text = "Automatically colleting tools dropped.";
  5055. })
  5056. end
  5057. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  5058. gettingtools = false
  5059. game:GetService("StarterGui"):SetCore("SendNotification", {
  5060. Title = "Tools Disabled";
  5061. Text = "Click TP has been disabled.";
  5062. })
  5063. end
  5064. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  5065. ScreenGui:Destroy()
  5066. end
  5067. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  5068. lplayer.Character.Head:Destroy()
  5069. end
  5070. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  5071. statechosen = string.sub(CMDBAR.Text, 7)
  5072. changingstate = true
  5073. end
  5074. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  5075. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  5076. end
  5077. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  5078. removingmeshhats = true
  5079. end
  5080. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  5081. removingmeshhats = false
  5082. end
  5083. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  5084. removingmeshtool = true
  5085. end
  5086. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  5087. removingmeshtool = false
  5088. end
  5089. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  5090. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  5091. if v:IsA("Tool") then
  5092. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  5093. v.Parent = player.Character
  5094. end
  5095. end
  5096. end
  5097. end
  5098. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  5099. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  5100. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  5101. end
  5102. end
  5103. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  5104. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  5105. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  5106. end
  5107. end
  5108. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  5109. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  5110. game:GetService("StarterGui"):SetCore("SendNotification", {
  5111. Title = player.AccountAge.." Days";
  5112. Text = "Account age of "..player.Name;
  5113. })
  5114. end
  5115. end
  5116. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  5117. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  5118. game:GetService("StarterGui"):SetCore("SendNotification", {
  5119. Title = player.UserId.." ID";
  5120. Text = "Account ID of "..player.Name;
  5121. })
  5122. end
  5123. end
  5124. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  5125. game:GetService("StarterGui"):SetCore("SendNotification", {
  5126. Title = "Game ID";
  5127. Text = "Game ID: ".. game.GameId;
  5128. })
  5129. end
  5130. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  5131. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  5132. if pgscheck == true then
  5133. game:GetService("StarterGui"):SetCore("SendNotification", {
  5134. Title = "PGSPhysicsSolverEnabled";
  5135. Text = "PGS is Enabled!";
  5136. })
  5137. else
  5138. game:GetService("StarterGui"):SetCore("SendNotification", {
  5139. Title = "PGSPhysicsSolverEnabled";
  5140. Text = "PGS is Disabled!";
  5141. })
  5142. end
  5143. end
  5144. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  5145. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  5146. if v:IsA("Part") then
  5147. if v.Transparency == 1 then
  5148. if v.Name ~= "HumanoidRootPart" then
  5149. v:Destroy()
  5150. end
  5151. end
  5152. end
  5153. end
  5154. end
  5155. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  5156. game:GetService("Lighting").FogStart = 0
  5157. game:GetService("Lighting").FogEnd = 9999999999999
  5158. end
  5159. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  5160. lplayer.Character.Humanoid.Parent = lplayer
  5161. end
  5162. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  5163. lplayer.Humanoid.Parent = lplayer.Character
  5164. end
  5165. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  5166. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  5167. if v:IsA("Tool") then
  5168. v.Parent = lplayer.Character
  5169. wait()
  5170. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  5171. v.Parent = player.Character
  5172. end
  5173. end
  5174. end
  5175. end
  5176. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  5177. speedfly = string.sub(CMDBAR.Text, 10)
  5178. wait()
  5179. change()
  5180. end
  5181. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  5182. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  5183. local Anim3 = Instance.new("Animation")
  5184. Anim3.AnimationId = "rbxassetid://282574440"
  5185. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  5186. track3:Play(.1, 1, 1)
  5187. bplrr = v.Name
  5188. banpl = true
  5189. end
  5190. end
  5191. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  5192. banpl = false
  5193. end
  5194. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  5195. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  5196. staring = true
  5197. stareplr = v
  5198. end
  5199. end
  5200. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  5201. staring = false
  5202. end
  5203. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  5204. chatlogs = true
  5205. game:GetService("StarterGui"):SetCore("SendNotification", {
  5206. Title = "LogChat enabled";
  5207. Text = "Now logging all player chat.";
  5208. })
  5209. end
  5210. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  5211. chatlogs = false
  5212. game:GetService("StarterGui"):SetCore("SendNotification", {
  5213. Title = "LogChat disabled";
  5214. Text = "Stopped logging all player chat.";
  5215. })
  5216. end
  5217. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  5218. game:GetService("Workspace").CurrentCamera:Destroy()
  5219. wait(0.1)
  5220. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  5221. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  5222. lplayer.CameraMinZoomDistance = 0.5
  5223. lplayer.CameraMaxZoomDistance = 400
  5224. lplayer.CameraMode = "Classic"
  5225. end
  5226. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  5227. changingstate = false
  5228. end
  5229. CMDBAR.Text = ""
  5230. end
  5231. end)
  5232.  
  5233. wait(0.3)
  5234. game:GetService("StarterGui"):SetCore("SendNotification", {
  5235. Title = "Loaded successfully!";
  5236. Text = "Reviz Admin V2 by illremember";
  5237. })
  5238. wait(0.1)
  5239. print("Reviz Admin V2 loaded!")
  5240. if game:GetService("Workspace").FilteringEnabled == true then
  5241. warn("FE is Enabled (Filtering Enabled)")
  5242. game:GetService("StarterGui"):SetCore("SendNotification", {
  5243. Title = "FE is Enabled";
  5244. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  5245. })
  5246. else
  5247. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  5248. game:GetService("StarterGui"):SetCore("SendNotification", {
  5249. Title = "FE is Disabled";
  5250. Text = "Filtering Disabled. Consider using a different admin script.";
  5251. })
  5252. end
  5253.  
  5254. local intro = Instance.new("ScreenGui")
  5255. local Frame = Instance.new("Frame")
  5256. local ImageLabel = Instance.new("ImageLabel")
  5257. intro.Parent = game:GetService("CoreGui")
  5258. Frame.Parent = intro
  5259. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  5260. Frame.BackgroundTransparency = 1
  5261. Frame.Size = UDim2.new(1, 0, 0, 300)
  5262. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  5263. ImageLabel.Parent = Frame
  5264. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5265. ImageLabel.BackgroundTransparency = 1
  5266. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  5267. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  5268. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  5269. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  5270. wait(3.01)
  5271. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  5272. wait(5.01)
  5273. intro:Destroy()
  5274. end)
  5275. end)
  5276. BoogaBitchesV2.MouseButton1Down:connect(function()
  5277. -- Objects
  5278.  
  5279. local ScreenGui = Instance.new("ScreenGui")
  5280. local Open = Instance.new("TextButton")
  5281. local Booga = Instance.new("Frame")
  5282. local BoogaTop = Instance.new("Frame")
  5283. local Title = Instance.new("TextLabel")
  5284. local Exit = Instance.new("TextButton")
  5285. local Speed = Instance.new("TextButton")
  5286. local SpeedBind = Instance.new("TextBox")
  5287. local AutoPickUp = Instance.new("TextButton")
  5288. local AutoPickUpBind = Instance.new("TextBox")
  5289. local AutoBreak = Instance.new("TextButton")
  5290. local Breakkey = Instance.new("TextBox")
  5291. local InfinityChest = Instance.new("TextButton")
  5292. local GodHut = Instance.new("TextButton")
  5293. local RevizV2 = Instance.new("TextButton")
  5294. local AutoEatbtn = Instance.new("TextButton")
  5295. local VoidTpbtn = Instance.new("TextButton")
  5296. local RemoveAllEffectsbtn = Instance.new("TextButton")
  5297. local CraftAnyItem = Instance.new("TextButton")
  5298. local CraftItem = Instance.new("TextBox")
  5299. local ESPbtn = Instance.new("TextButton")
  5300. local DropAllItemsbtn = Instance.new("TextButton")
  5301. local RemoveRainbtn = Instance.new("TextButton")
  5302. local TpSpambtn = Instance.new("TextButton")
  5303. local AutoCampfirebtn = Instance.new("TextButton")
  5304. local AutoWallTrapbtn = Instance.new("TextButton")
  5305. local AutoEatFoodNamekb = Instance.new("TextBox")
  5306. local TpSpamPlayerNamekb = Instance.new("TextBox")
  5307. local DropAllItemsItemNamekb = Instance.new("TextBox")
  5308. local DropAllItemskb = Instance.new("TextBox")
  5309. local AutoEatkb = Instance.new("TextBox")
  5310. local Recipes = Instance.new("TextButton")
  5311. local Credits = Instance.new("TextLabel")
  5312. local Booga2 = Instance.new("Frame")
  5313. local BoogaTop2 = Instance.new("Frame")
  5314. local Exit2 = Instance.new("TextButton")
  5315. local EmeraldHelmet = Instance.new("TextButton")
  5316. local EmeraldDivider = Instance.new("Frame")
  5317. local EmeraldChestplate = Instance.new("TextButton")
  5318. local EmeraldPick = Instance.new("TextButton")
  5319. local EmeraldGreaves = Instance.new("TextButton")
  5320. local EmeraldBlade = Instance.new("TextButton")
  5321. local EmeraldAxe = Instance.new("TextButton")
  5322. local EmeraldBag = Instance.new("TextButton")
  5323. local VoidShroud = Instance.new("TextButton")
  5324. local EmeraldDivider2 = Instance.new("Frame")
  5325. local GodDivider = Instance.new("Frame")
  5326. local GodDivider2 = Instance.new("Frame")
  5327. local GodRock = Instance.new("TextButton")
  5328. local GodHalo = Instance.new("TextButton")
  5329. local GodChestplate = Instance.new("TextButton")
  5330. local GodAxe = Instance.new("TextButton")
  5331. local GodBag = Instance.new("TextButton")
  5332. local GodLegs = Instance.new("TextButton")
  5333. local GodPick = Instance.new("TextButton")
  5334. local VoidChestplate = Instance.new("TextButton")
  5335. local VoidDivider2 = Instance.new("Frame")
  5336. local VoidDivider = Instance.new("Frame")
  5337. local VoidBag = Instance.new("TextButton")
  5338. local VoidGreaves = Instance.new("TextButton")
  5339. local OOFHorn = Instance.new("TextButton")
  5340.  
  5341. -- Properties
  5342.  
  5343. ScreenGui.Parent = game.CoreGui
  5344.  
  5345. Open.Name = "Open"
  5346. Open.Parent = ScreenGui
  5347. Open.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5348. Open.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5349. Open.BorderSizePixel = 2
  5350. Open.Position = UDim2.new(0.433682919, 0, 0.0281030443, 0)
  5351. Open.Size = UDim2.new(0, 151, 0, 26)
  5352. Open.Font = Enum.Font.SourceSansSemibold
  5353. Open.Text = "Open/Close"
  5354. Open.TextColor3 = Color3.new(1, 1, 1)
  5355. Open.TextScaled = true
  5356. Open.TextSize = 14
  5357. Open.TextWrapped = true
  5358.  
  5359. Booga.Name = "Booga"
  5360. Booga.Parent = ScreenGui
  5361. Booga.Active = true
  5362. Booga.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5363. Booga.BackgroundTransparency = 0.30000001192093
  5364. Booga.BorderColor3 = Color3.new(1, 0, 0.498039)
  5365. Booga.BorderSizePixel = 2
  5366. Booga.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
  5367. Booga.Size = UDim2.new(0, 474, 0, 468)
  5368.  
  5369. BoogaTop.Name = "BoogaTop"
  5370. BoogaTop.Parent = Booga
  5371. BoogaTop.Active = true
  5372. BoogaTop.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5373. BoogaTop.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5374. BoogaTop.BorderSizePixel = 2
  5375. BoogaTop.Size = UDim2.new(0, 474, 0, 27)
  5376.  
  5377. Title.Name = "Title"
  5378. Title.Parent = BoogaTop
  5379. Title.Active = true
  5380. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  5381. Title.BackgroundTransparency = 1
  5382. Title.BorderSizePixel = 0
  5383. Title.Position = UDim2.new(0.00210970454, 0, 0, 0)
  5384. Title.Size = UDim2.new(0, 473, 0, 27)
  5385. Title.Font = Enum.Font.SourceSansSemibold
  5386. Title.Text = "Booga Bitches Revamp V2"
  5387. Title.TextColor3 = Color3.new(1, 1, 1)
  5388. Title.TextScaled = true
  5389. Title.TextSize = 14
  5390. Title.TextWrapped = true
  5391.  
  5392. Exit.Name = "Exit"
  5393. Exit.Parent = Booga
  5394. Exit.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
  5395. Exit.BorderSizePixel = 0
  5396. Exit.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
  5397. Exit.Size = UDim2.new(0, 28, 0, 19)
  5398. Exit.Font = Enum.Font.SourceSans
  5399. Exit.Text = "X"
  5400. Exit.TextColor3 = Color3.new(1, 1, 1)
  5401. Exit.TextSize = 14
  5402.  
  5403. Speed.Name = "Speed"
  5404. Speed.Parent = Booga
  5405. Speed.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5406. Speed.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5407. Speed.BorderSizePixel = 2
  5408. Speed.Position = UDim2.new(0.035864979, 0, 0.0726495758, 0)
  5409. Speed.Size = UDim2.new(0, 116, 0, 27)
  5410. Speed.Font = Enum.Font.SourceSansSemibold
  5411. Speed.Text = "Speed"
  5412. Speed.TextColor3 = Color3.new(1, 1, 1)
  5413. Speed.TextScaled = true
  5414. Speed.TextSize = 14
  5415. Speed.TextWrapped = true
  5416.  
  5417. SpeedBind.Name = "SpeedBind"
  5418. SpeedBind.Parent = Booga
  5419. SpeedBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5420. SpeedBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5421. SpeedBind.BorderSizePixel = 2
  5422. SpeedBind.Position = UDim2.new(0.035864979, 0, 0.151709408, 0)
  5423. SpeedBind.Size = UDim2.new(0, 116, 0, 27)
  5424. SpeedBind.Font = Enum.Font.SourceSans
  5425. SpeedBind.Text = "Keybind"
  5426. SpeedBind.TextColor3 = Color3.new(1, 1, 1)
  5427. SpeedBind.TextScaled = true
  5428. SpeedBind.TextSize = 14
  5429. SpeedBind.TextWrapped = true
  5430.  
  5431. AutoPickUp.Name = "AutoPickUp"
  5432. AutoPickUp.Parent = Booga
  5433. AutoPickUp.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5434. AutoPickUp.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5435. AutoPickUp.BorderSizePixel = 2
  5436. AutoPickUp.Position = UDim2.new(0.356540084, 0, 0.0747863278, 0)
  5437. AutoPickUp.Size = UDim2.new(0, 116, 0, 27)
  5438. AutoPickUp.Font = Enum.Font.SourceSansSemibold
  5439. AutoPickUp.Text = "Auto Pickup"
  5440. AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
  5441. AutoPickUp.TextScaled = true
  5442. AutoPickUp.TextSize = 14
  5443. AutoPickUp.TextWrapped = true
  5444.  
  5445. AutoPickUpBind.Name = "AutoPickUpBind"
  5446. AutoPickUpBind.Parent = Booga
  5447. AutoPickUpBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5448. AutoPickUpBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5449. AutoPickUpBind.BorderSizePixel = 2
  5450. AutoPickUpBind.Position = UDim2.new(0.356540084, 0, 0.151709408, 0)
  5451. AutoPickUpBind.Size = UDim2.new(0, 116, 0, 27)
  5452. AutoPickUpBind.Font = Enum.Font.SourceSans
  5453. AutoPickUpBind.Text = "Keybind"
  5454. AutoPickUpBind.TextColor3 = Color3.new(1, 1, 1)
  5455. AutoPickUpBind.TextScaled = true
  5456. AutoPickUpBind.TextSize = 14
  5457. AutoPickUpBind.TextWrapped = true
  5458.  
  5459. AutoBreak.Name = "AutoBreak"
  5460. AutoBreak.Parent = Booga
  5461. AutoBreak.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5462. AutoBreak.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5463. AutoBreak.BorderSizePixel = 2
  5464. AutoBreak.Position = UDim2.new(0.700421929, 0, 0.0726495758, 0)
  5465. AutoBreak.Size = UDim2.new(0, 116, 0, 27)
  5466. AutoBreak.Font = Enum.Font.SourceSansSemibold
  5467. AutoBreak.Text = "Autobreak"
  5468. AutoBreak.TextColor3 = Color3.new(1, 1, 1)
  5469. AutoBreak.TextScaled = true
  5470. AutoBreak.TextSize = 14
  5471. AutoBreak.TextWrapped = true
  5472.  
  5473. Breakkey.Name = "Breakkey"
  5474. Breakkey.Parent = Booga
  5475. Breakkey.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5476. Breakkey.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5477. Breakkey.BorderSizePixel = 2
  5478. Breakkey.Position = UDim2.new(0.700421929, 0, 0.149572656, 0)
  5479. Breakkey.Size = UDim2.new(0, 116, 0, 27)
  5480. Breakkey.Font = Enum.Font.SourceSans
  5481. Breakkey.Text = "Keybind"
  5482. Breakkey.TextColor3 = Color3.new(1, 1, 1)
  5483. Breakkey.TextScaled = true
  5484. Breakkey.TextSize = 14
  5485. Breakkey.TextWrapped = true
  5486.  
  5487. InfinityChest.Name = "InfinityChest"
  5488. InfinityChest.Parent = Booga
  5489. InfinityChest.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5490. InfinityChest.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5491. InfinityChest.BorderSizePixel = 2
  5492. InfinityChest.Position = UDim2.new(0.035864979, 0, 0.405982912, 0)
  5493. InfinityChest.Size = UDim2.new(0, 116, 0, 27)
  5494. InfinityChest.Font = Enum.Font.SourceSansSemibold
  5495. InfinityChest.Text = "Infinity Chest (q)"
  5496. InfinityChest.TextColor3 = Color3.new(1, 1, 1)
  5497. InfinityChest.TextScaled = true
  5498. InfinityChest.TextSize = 14
  5499. InfinityChest.TextWrapped = true
  5500.  
  5501. GodHut.Name = "GodHut"
  5502. GodHut.Parent = Booga
  5503. GodHut.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5504. GodHut.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5505. GodHut.BorderSizePixel = 2
  5506. GodHut.Position = UDim2.new(0.360759497, 0, 0.405982912, 0)
  5507. GodHut.Size = UDim2.new(0, 116, 0, 27)
  5508. GodHut.Font = Enum.Font.SourceSansSemibold
  5509. GodHut.Text = "Godhut (g)"
  5510. GodHut.TextColor3 = Color3.new(1, 1, 1)
  5511. GodHut.TextScaled = true
  5512. GodHut.TextSize = 14
  5513. GodHut.TextWrapped = true
  5514.  
  5515. RevizV2.Name = "RevizV2"
  5516. RevizV2.Parent = Booga
  5517. RevizV2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5518. RevizV2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5519. RevizV2.BorderSizePixel = 2
  5520. RevizV2.Position = UDim2.new(0.700421929, 0, 0.247863248, 0)
  5521. RevizV2.Size = UDim2.new(0, 116, 0, 27)
  5522. RevizV2.Font = Enum.Font.SourceSansSemibold
  5523. RevizV2.Text = "Reviz Admin"
  5524. RevizV2.TextColor3 = Color3.new(1, 1, 1)
  5525. RevizV2.TextScaled = true
  5526. RevizV2.TextSize = 14
  5527. RevizV2.TextWrapped = true
  5528.  
  5529. AutoEatbtn.Name = "AutoEatbtn"
  5530. AutoEatbtn.Parent = Booga
  5531. AutoEatbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5532. AutoEatbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5533. AutoEatbtn.BorderSizePixel = 2
  5534. AutoEatbtn.Position = UDim2.new(0.702531695, 0, 0.566239357, 0)
  5535. AutoEatbtn.Size = UDim2.new(0, 116, 0, 27)
  5536. AutoEatbtn.Font = Enum.Font.SourceSansSemibold
  5537. AutoEatbtn.Text = "Auto Eat"
  5538. AutoEatbtn.TextColor3 = Color3.new(1, 1, 1)
  5539. AutoEatbtn.TextScaled = true
  5540. AutoEatbtn.TextSize = 14
  5541. AutoEatbtn.TextWrapped = true
  5542.  
  5543. VoidTpbtn.Name = "VoidTpbtn"
  5544. VoidTpbtn.Parent = Booga
  5545. VoidTpbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5546. VoidTpbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5547. VoidTpbtn.BorderSizePixel = 2
  5548. VoidTpbtn.Position = UDim2.new(0.700421929, 0, 0.329059809, 0)
  5549. VoidTpbtn.Size = UDim2.new(0, 116, 0, 27)
  5550. VoidTpbtn.Font = Enum.Font.SourceSansSemibold
  5551. VoidTpbtn.Text = "Void TP"
  5552. VoidTpbtn.TextColor3 = Color3.new(1, 1, 1)
  5553. VoidTpbtn.TextScaled = true
  5554. VoidTpbtn.TextSize = 14
  5555. VoidTpbtn.TextWrapped = true
  5556.  
  5557. RemoveAllEffectsbtn.Name = "RemoveAllEffectsbtn"
  5558. RemoveAllEffectsbtn.Parent = Booga
  5559. RemoveAllEffectsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5560. RemoveAllEffectsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5561. RemoveAllEffectsbtn.BorderSizePixel = 2
  5562. RemoveAllEffectsbtn.Position = UDim2.new(0.702531636, 0, 0.410256416, 0)
  5563. RemoveAllEffectsbtn.Size = UDim2.new(0, 116, 0, 27)
  5564. RemoveAllEffectsbtn.Font = Enum.Font.SourceSansSemibold
  5565. RemoveAllEffectsbtn.Text = "Remove All Effects"
  5566. RemoveAllEffectsbtn.TextColor3 = Color3.new(1, 1, 1)
  5567. RemoveAllEffectsbtn.TextScaled = true
  5568. RemoveAllEffectsbtn.TextSize = 14
  5569. RemoveAllEffectsbtn.TextWrapped = true
  5570.  
  5571. CraftAnyItem.Name = "CraftAnyItem"
  5572. CraftAnyItem.Parent = Booga
  5573. CraftAnyItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5574. CraftAnyItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5575. CraftAnyItem.BorderSizePixel = 2
  5576. CraftAnyItem.Position = UDim2.new(0.0421940945, 0, 0.232905984, 0)
  5577. CraftAnyItem.Size = UDim2.new(0, 116, 0, 27)
  5578. CraftAnyItem.Font = Enum.Font.SourceSansSemibold
  5579. CraftAnyItem.Text = "Craft Any Item"
  5580. CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
  5581. CraftAnyItem.TextScaled = true
  5582. CraftAnyItem.TextSize = 14
  5583. CraftAnyItem.TextWrapped = true
  5584.  
  5585. CraftItem.Name = "CraftItem"
  5586. CraftItem.Parent = Booga
  5587. CraftItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5588. CraftItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5589. CraftItem.BorderSizePixel = 2
  5590. CraftItem.Position = UDim2.new(0.035864979, 0, 0.316239327, 0)
  5591. CraftItem.Size = UDim2.new(0, 116, 0, 27)
  5592. CraftItem.Font = Enum.Font.SourceSans
  5593. CraftItem.Text = "Item Name"
  5594. CraftItem.TextColor3 = Color3.new(1, 1, 1)
  5595. CraftItem.TextScaled = true
  5596. CraftItem.TextSize = 14
  5597. CraftItem.TextWrapped = true
  5598.  
  5599. ESPbtn.Name = "ESPbtn"
  5600. ESPbtn.Parent = Booga
  5601. ESPbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5602. ESPbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5603. ESPbtn.BorderSizePixel = 2
  5604. ESPbtn.Position = UDim2.new(0.364978909, 0, 0.487179488, 0)
  5605. ESPbtn.Size = UDim2.new(0, 116, 0, 27)
  5606. ESPbtn.Font = Enum.Font.SourceSansSemibold
  5607. ESPbtn.Text = "ESP"
  5608. ESPbtn.TextColor3 = Color3.new(1, 1, 1)
  5609. ESPbtn.TextScaled = true
  5610. ESPbtn.TextSize = 14
  5611. ESPbtn.TextWrapped = true
  5612.  
  5613. DropAllItemsbtn.Name = "DropAllItemsbtn"
  5614. DropAllItemsbtn.Parent = Booga
  5615. DropAllItemsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5616. DropAllItemsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5617. DropAllItemsbtn.BorderSizePixel = 2
  5618. DropAllItemsbtn.Position = UDim2.new(0.0337552726, 0, 0.56410259, 0)
  5619. DropAllItemsbtn.Size = UDim2.new(0, 116, 0, 27)
  5620. DropAllItemsbtn.Font = Enum.Font.SourceSansSemibold
  5621. DropAllItemsbtn.Text = "Drop All Items"
  5622. DropAllItemsbtn.TextColor3 = Color3.new(1, 1, 1)
  5623. DropAllItemsbtn.TextScaled = true
  5624. DropAllItemsbtn.TextSize = 14
  5625. DropAllItemsbtn.TextWrapped = true
  5626.  
  5627. RemoveRainbtn.Name = "RemoveRainbtn"
  5628. RemoveRainbtn.Parent = Booga
  5629. RemoveRainbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5630. RemoveRainbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5631. RemoveRainbtn.BorderSizePixel = 2
  5632. RemoveRainbtn.Position = UDim2.new(0.035864979, 0, 0.482905984, 0)
  5633. RemoveRainbtn.Size = UDim2.new(0, 116, 0, 27)
  5634. RemoveRainbtn.Font = Enum.Font.SourceSansSemibold
  5635. RemoveRainbtn.Text = "Remove Rain"
  5636. RemoveRainbtn.TextColor3 = Color3.new(1, 1, 1)
  5637. RemoveRainbtn.TextScaled = true
  5638. RemoveRainbtn.TextSize = 14
  5639. RemoveRainbtn.TextWrapped = true
  5640.  
  5641. TpSpambtn.Name = "TpSpambtn"
  5642. TpSpambtn.Parent = Booga
  5643. TpSpambtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5644. TpSpambtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5645. TpSpambtn.BorderSizePixel = 2
  5646. TpSpambtn.Position = UDim2.new(0.362869203, 0, 0.241452992, 0)
  5647. TpSpambtn.Size = UDim2.new(0, 116, 0, 27)
  5648. TpSpambtn.Font = Enum.Font.SourceSansSemibold
  5649. TpSpambtn.Text = "TP Spam"
  5650. TpSpambtn.TextColor3 = Color3.new(1, 1, 1)
  5651. TpSpambtn.TextScaled = true
  5652. TpSpambtn.TextSize = 14
  5653. TpSpambtn.TextWrapped = true
  5654.  
  5655. AutoCampfirebtn.Name = "AutoCampfirebtn"
  5656. AutoCampfirebtn.Parent = Booga
  5657. AutoCampfirebtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5658. AutoCampfirebtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5659. AutoCampfirebtn.BorderSizePixel = 2
  5660. AutoCampfirebtn.Position = UDim2.new(0.702531636, 0, 0.487179428, 0)
  5661. AutoCampfirebtn.Size = UDim2.new(0, 116, 0, 27)
  5662. AutoCampfirebtn.Font = Enum.Font.SourceSansSemibold
  5663. AutoCampfirebtn.Text = "Auto Campfire"
  5664. AutoCampfirebtn.TextColor3 = Color3.new(1, 1, 1)
  5665. AutoCampfirebtn.TextScaled = true
  5666. AutoCampfirebtn.TextSize = 14
  5667. AutoCampfirebtn.TextWrapped = true
  5668.  
  5669. AutoWallTrapbtn.Name = "AutoWallTrapbtn"
  5670. AutoWallTrapbtn.Parent = Booga
  5671. AutoWallTrapbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5672. AutoWallTrapbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5673. AutoWallTrapbtn.BorderSizePixel = 2
  5674. AutoWallTrapbtn.Position = UDim2.new(0.367088586, 0, 0.566239357, 0)
  5675. AutoWallTrapbtn.Size = UDim2.new(0, 116, 0, 27)
  5676. AutoWallTrapbtn.Font = Enum.Font.SourceSansSemibold
  5677. AutoWallTrapbtn.Text = "Auto Wall"
  5678. AutoWallTrapbtn.TextColor3 = Color3.new(1, 1, 1)
  5679. AutoWallTrapbtn.TextScaled = true
  5680. AutoWallTrapbtn.TextSize = 14
  5681. AutoWallTrapbtn.TextWrapped = true
  5682.  
  5683. AutoEatFoodNamekb.Name = "AutoEatFoodNamekb"
  5684. AutoEatFoodNamekb.Parent = Booga
  5685. AutoEatFoodNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5686. AutoEatFoodNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5687. AutoEatFoodNamekb.BorderSizePixel = 2
  5688. AutoEatFoodNamekb.Position = UDim2.new(0.702531636, 0, 0.638888896, 0)
  5689. AutoEatFoodNamekb.Size = UDim2.new(0, 116, 0, 27)
  5690. AutoEatFoodNamekb.Font = Enum.Font.SourceSans
  5691. AutoEatFoodNamekb.Text = "Item Name"
  5692. AutoEatFoodNamekb.TextColor3 = Color3.new(1, 1, 1)
  5693. AutoEatFoodNamekb.TextScaled = true
  5694. AutoEatFoodNamekb.TextSize = 14
  5695. AutoEatFoodNamekb.TextWrapped = true
  5696.  
  5697. TpSpamPlayerNamekb.Name = "TpSpamPlayerNamekb"
  5698. TpSpamPlayerNamekb.Parent = Booga
  5699. TpSpamPlayerNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5700. TpSpamPlayerNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5701. TpSpamPlayerNamekb.BorderSizePixel = 2
  5702. TpSpamPlayerNamekb.Position = UDim2.new(0.35864979, 0, 0.326923072, 0)
  5703. TpSpamPlayerNamekb.Size = UDim2.new(0, 116, 0, 27)
  5704. TpSpamPlayerNamekb.Font = Enum.Font.SourceSans
  5705. TpSpamPlayerNamekb.Text = "Player Name"
  5706. TpSpamPlayerNamekb.TextColor3 = Color3.new(1, 1, 1)
  5707. TpSpamPlayerNamekb.TextScaled = true
  5708. TpSpamPlayerNamekb.TextSize = 14
  5709. TpSpamPlayerNamekb.TextWrapped = true
  5710.  
  5711. DropAllItemsItemNamekb.Name = "DropAllItemsItemNamekb"
  5712. DropAllItemsItemNamekb.Parent = Booga
  5713. DropAllItemsItemNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5714. DropAllItemsItemNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5715. DropAllItemsItemNamekb.BorderSizePixel = 2
  5716. DropAllItemsItemNamekb.Position = UDim2.new(0.0358649828, 0, 0.638888955, 0)
  5717. DropAllItemsItemNamekb.Size = UDim2.new(0, 116, 0, 27)
  5718. DropAllItemsItemNamekb.Font = Enum.Font.SourceSans
  5719. DropAllItemsItemNamekb.Text = "Item Name"
  5720. DropAllItemsItemNamekb.TextColor3 = Color3.new(1, 1, 1)
  5721. DropAllItemsItemNamekb.TextScaled = true
  5722. DropAllItemsItemNamekb.TextSize = 14
  5723. DropAllItemsItemNamekb.TextWrapped = true
  5724.  
  5725. DropAllItemskb.Name = "DropAllItemskb"
  5726. DropAllItemskb.Parent = Booga
  5727. DropAllItemskb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5728. DropAllItemskb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5729. DropAllItemskb.BorderSizePixel = 2
  5730. DropAllItemskb.Position = UDim2.new(0.035864979, 0, 0.713675261, 0)
  5731. DropAllItemskb.Size = UDim2.new(0, 116, 0, 27)
  5732. DropAllItemskb.Font = Enum.Font.SourceSans
  5733. DropAllItemskb.Text = "Keybind"
  5734. DropAllItemskb.TextColor3 = Color3.new(1, 1, 1)
  5735. DropAllItemskb.TextScaled = true
  5736. DropAllItemskb.TextSize = 14
  5737. DropAllItemskb.TextWrapped = true
  5738.  
  5739. AutoEatkb.Name = "AutoEatkb"
  5740. AutoEatkb.Parent = Booga
  5741. AutoEatkb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5742. AutoEatkb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5743. AutoEatkb.BorderSizePixel = 2
  5744. AutoEatkb.Position = UDim2.new(0.702531636, 0, 0.715811968, 0)
  5745. AutoEatkb.Size = UDim2.new(0, 116, 0, 27)
  5746. AutoEatkb.Font = Enum.Font.SourceSans
  5747. AutoEatkb.Text = "Keybind"
  5748. AutoEatkb.TextColor3 = Color3.new(1, 1, 1)
  5749. AutoEatkb.TextScaled = true
  5750. AutoEatkb.TextSize = 14
  5751. AutoEatkb.TextWrapped = true
  5752.  
  5753. Recipes.Name = "Recipes"
  5754. Recipes.Parent = Booga
  5755. Recipes.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5756. Recipes.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5757. Recipes.BorderSizePixel = 2
  5758. Recipes.Position = UDim2.new(0.360759497, 0, 0.839743614, 0)
  5759. Recipes.Size = UDim2.new(0, 116, 0, 27)
  5760. Recipes.Font = Enum.Font.SourceSansSemibold
  5761. Recipes.Text = "Recipes"
  5762. Recipes.TextColor3 = Color3.new(1, 1, 1)
  5763. Recipes.TextScaled = true
  5764. Recipes.TextSize = 14
  5765. Recipes.TextWrapped = true
  5766.  
  5767. Credits.Name = "Credits"
  5768. Credits.Parent = Booga
  5769. Credits.Active = true
  5770. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  5771. Credits.BackgroundTransparency = 1
  5772. Credits.BorderColor3 = Color3.new(1, 1, 0)
  5773. Credits.BorderSizePixel = 2
  5774. Credits.Position = UDim2.new(0.00210970454, 0, 0.929487169, 0)
  5775. Credits.Size = UDim2.new(0, 473, 0, 34)
  5776. Credits.Font = Enum.Font.SourceSansSemibold
  5777. Credits.Text = "GUI Made by Miu Iruma#4693"
  5778. Credits.TextColor3 = Color3.new(1, 1, 1)
  5779. Credits.TextScaled = true
  5780. Credits.TextSize = 14
  5781. Credits.TextWrapped = true
  5782.  
  5783. Booga2.Name = "Booga2"
  5784. Booga2.Parent = ScreenGui
  5785. Booga2.Active = true
  5786. Booga2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5787. Booga2.BackgroundTransparency = 0.30000001192093
  5788. Booga2.BorderColor3 = Color3.new(1, 0, 0.498039)
  5789. Booga2.BorderSizePixel = 2
  5790. Booga2.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
  5791. Booga2.Size = UDim2.new(0, 474, 0, 468)
  5792.  
  5793. BoogaTop2.Name = "BoogaTop2"
  5794. BoogaTop2.Parent = Booga2
  5795. BoogaTop2.Active = true
  5796. BoogaTop2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5797. BoogaTop2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5798. BoogaTop2.BorderSizePixel = 2
  5799. BoogaTop2.Size = UDim2.new(0, 474, 0, 27)
  5800.  
  5801. Exit2.Name = "Exit2"
  5802. Exit2.Parent = Booga2
  5803. Exit2.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
  5804. Exit2.BorderSizePixel = 0
  5805. Exit2.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
  5806. Exit2.Size = UDim2.new(0, 28, 0, 19)
  5807. Exit2.Font = Enum.Font.SourceSans
  5808. Exit2.Text = "X"
  5809. Exit2.TextColor3 = Color3.new(1, 1, 1)
  5810. Exit2.TextSize = 14
  5811.  
  5812. EmeraldHelmet.Name = "EmeraldHelmet"
  5813. EmeraldHelmet.Parent = Booga2
  5814. EmeraldHelmet.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5815. EmeraldHelmet.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5816. EmeraldHelmet.BorderSizePixel = 2
  5817. EmeraldHelmet.Position = UDim2.new(0.03164557, 0, 0.126068383, 0)
  5818. EmeraldHelmet.Size = UDim2.new(0, 93, 0, 27)
  5819. EmeraldHelmet.Font = Enum.Font.SourceSansSemibold
  5820. EmeraldHelmet.Text = "Emerald Helmet"
  5821. EmeraldHelmet.TextColor3 = Color3.new(1, 1, 1)
  5822. EmeraldHelmet.TextScaled = true
  5823. EmeraldHelmet.TextSize = 14
  5824. EmeraldHelmet.TextWrapped = true
  5825.  
  5826. EmeraldDivider.Name = "EmeraldDivider"
  5827. EmeraldDivider.Parent = Booga2
  5828. EmeraldDivider.Active = true
  5829. EmeraldDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5830. EmeraldDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5831. EmeraldDivider.BorderSizePixel = 2
  5832. EmeraldDivider.Position = UDim2.new(0.03164557, 0, 0.0769230798, 0)
  5833. EmeraldDivider.Size = UDim2.new(0, 447, 0, 11)
  5834.  
  5835. EmeraldChestplate.Name = "EmeraldChestplate"
  5836. EmeraldChestplate.Parent = Booga2
  5837. EmeraldChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5838. EmeraldChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5839. EmeraldChestplate.BorderSizePixel = 2
  5840. EmeraldChestplate.Position = UDim2.new(0.261603385, 0, 0.126068383, 0)
  5841. EmeraldChestplate.Size = UDim2.new(0, 93, 0, 27)
  5842. EmeraldChestplate.Font = Enum.Font.SourceSansSemibold
  5843. EmeraldChestplate.Text = "Emerald Chestplate"
  5844. EmeraldChestplate.TextColor3 = Color3.new(1, 1, 1)
  5845. EmeraldChestplate.TextScaled = true
  5846. EmeraldChestplate.TextSize = 14
  5847. EmeraldChestplate.TextWrapped = true
  5848.  
  5849. EmeraldPick.Name = "EmeraldPick"
  5850. EmeraldPick.Parent = Booga2
  5851. EmeraldPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5852. EmeraldPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5853. EmeraldPick.BorderSizePixel = 2
  5854. EmeraldPick.Position = UDim2.new(0.748945177, 0, 0.121794872, 0)
  5855. EmeraldPick.Size = UDim2.new(0, 93, 0, 27)
  5856. EmeraldPick.Font = Enum.Font.SourceSansSemibold
  5857. EmeraldPick.Text = "Emerald Pick"
  5858. EmeraldPick.TextColor3 = Color3.new(1, 1, 1)
  5859. EmeraldPick.TextScaled = true
  5860. EmeraldPick.TextSize = 14
  5861. EmeraldPick.TextWrapped = true
  5862.  
  5863. EmeraldGreaves.Name = "EmeraldGreaves"
  5864. EmeraldGreaves.Parent = Booga2
  5865. EmeraldGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5866. EmeraldGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5867. EmeraldGreaves.BorderSizePixel = 2
  5868. EmeraldGreaves.Position = UDim2.new(0.506329119, 0, 0.123931624, 0)
  5869. EmeraldGreaves.Size = UDim2.new(0, 93, 0, 27)
  5870. EmeraldGreaves.Font = Enum.Font.SourceSansSemibold
  5871. EmeraldGreaves.Text = "Emerald Greaves"
  5872. EmeraldGreaves.TextColor3 = Color3.new(1, 1, 1)
  5873. EmeraldGreaves.TextScaled = true
  5874. EmeraldGreaves.TextSize = 14
  5875. EmeraldGreaves.TextWrapped = true
  5876.  
  5877. EmeraldBlade.Name = "EmeraldBlade"
  5878. EmeraldBlade.Parent = Booga2
  5879. EmeraldBlade.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5880. EmeraldBlade.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5881. EmeraldBlade.BorderSizePixel = 2
  5882. EmeraldBlade.Position = UDim2.new(0.03164557, 0, 0.211538464, 0)
  5883. EmeraldBlade.Size = UDim2.new(0, 93, 0, 27)
  5884. EmeraldBlade.Font = Enum.Font.SourceSansSemibold
  5885. EmeraldBlade.Text = "Emerald Blade"
  5886. EmeraldBlade.TextColor3 = Color3.new(1, 1, 1)
  5887. EmeraldBlade.TextScaled = true
  5888. EmeraldBlade.TextSize = 14
  5889. EmeraldBlade.TextWrapped = true
  5890.  
  5891. EmeraldAxe.Name = "EmeraldAxe"
  5892. EmeraldAxe.Parent = Booga2
  5893. EmeraldAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5894. EmeraldAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5895. EmeraldAxe.BorderSizePixel = 2
  5896. EmeraldAxe.Position = UDim2.new(0.261603385, 0, 0.211538464, 0)
  5897. EmeraldAxe.Size = UDim2.new(0, 93, 0, 27)
  5898. EmeraldAxe.Font = Enum.Font.SourceSansSemibold
  5899. EmeraldAxe.Text = "Emerald Axe"
  5900. EmeraldAxe.TextColor3 = Color3.new(1, 1, 1)
  5901. EmeraldAxe.TextScaled = true
  5902. EmeraldAxe.TextSize = 14
  5903. EmeraldAxe.TextWrapped = true
  5904.  
  5905. EmeraldBag.Name = "EmeraldBag"
  5906. EmeraldBag.Parent = Booga2
  5907. EmeraldBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5908. EmeraldBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5909. EmeraldBag.BorderSizePixel = 2
  5910. EmeraldBag.Position = UDim2.new(0.506329119, 0, 0.209401712, 0)
  5911. EmeraldBag.Size = UDim2.new(0, 93, 0, 27)
  5912. EmeraldBag.Font = Enum.Font.SourceSansSemibold
  5913. EmeraldBag.Text = "EmeraldBag"
  5914. EmeraldBag.TextColor3 = Color3.new(1, 1, 1)
  5915. EmeraldBag.TextScaled = true
  5916. EmeraldBag.TextSize = 14
  5917. EmeraldBag.TextWrapped = true
  5918.  
  5919. VoidShroud.Name = "VoidShroud"
  5920. VoidShroud.Parent = Booga2
  5921. VoidShroud.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5922. VoidShroud.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5923. VoidShroud.BorderSizePixel = 2
  5924. VoidShroud.Position = UDim2.new(0.719409287, 0, 0.623931646, 0)
  5925. VoidShroud.Size = UDim2.new(0, 93, 0, 27)
  5926. VoidShroud.Font = Enum.Font.SourceSansSemibold
  5927. VoidShroud.Text = "Void Shroud"
  5928. VoidShroud.TextColor3 = Color3.new(1, 1, 1)
  5929. VoidShroud.TextScaled = true
  5930. VoidShroud.TextSize = 14
  5931. VoidShroud.TextWrapped = true
  5932.  
  5933. EmeraldDivider2.Name = "EmeraldDivider2"
  5934. EmeraldDivider2.Parent = Booga2
  5935. EmeraldDivider2.Active = true
  5936. EmeraldDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5937. EmeraldDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5938. EmeraldDivider2.BorderSizePixel = 2
  5939. EmeraldDivider2.Position = UDim2.new(0.0232067518, 0, 0.288461536, 0)
  5940. EmeraldDivider2.Size = UDim2.new(0, 447, 0, 11)
  5941.  
  5942. GodDivider.Name = "GodDivider"
  5943. GodDivider.Parent = Booga2
  5944. GodDivider.Active = true
  5945. GodDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5946. GodDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5947. GodDivider.BorderSizePixel = 2
  5948. GodDivider.Position = UDim2.new(0.0232067518, 0, 0.324786335, 0)
  5949. GodDivider.Size = UDim2.new(0, 447, 0, 11)
  5950.  
  5951. GodDivider2.Name = "GodDivider2"
  5952. GodDivider2.Parent = Booga2
  5953. GodDivider2.Active = true
  5954. GodDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5955. GodDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5956. GodDivider2.BorderSizePixel = 2
  5957. GodDivider2.Position = UDim2.new(0.0147679336, 0, 0.538461566, 0)
  5958. GodDivider2.Size = UDim2.new(0, 447, 0, 11)
  5959.  
  5960. GodRock.Name = "GodRock"
  5961. GodRock.Parent = Booga2
  5962. GodRock.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5963. GodRock.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5964. GodRock.BorderSizePixel = 2
  5965. GodRock.Position = UDim2.new(0.03164557, 0, 0.455128193, 0)
  5966. GodRock.Size = UDim2.new(0, 93, 0, 27)
  5967. GodRock.Font = Enum.Font.SourceSansSemibold
  5968. GodRock.Text = "God Rock"
  5969. GodRock.TextColor3 = Color3.new(1, 1, 1)
  5970. GodRock.TextScaled = true
  5971. GodRock.TextSize = 14
  5972. GodRock.TextWrapped = true
  5973.  
  5974. GodHalo.Name = "GodHalo"
  5975. GodHalo.Parent = Booga2
  5976. GodHalo.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5977. GodHalo.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5978. GodHalo.BorderSizePixel = 2
  5979. GodHalo.Position = UDim2.new(0.03164557, 0, 0.369658113, 0)
  5980. GodHalo.Size = UDim2.new(0, 93, 0, 27)
  5981. GodHalo.Font = Enum.Font.SourceSansSemibold
  5982. GodHalo.Text = "God Halo"
  5983. GodHalo.TextColor3 = Color3.new(1, 1, 1)
  5984. GodHalo.TextScaled = true
  5985. GodHalo.TextSize = 14
  5986. GodHalo.TextWrapped = true
  5987.  
  5988. GodChestplate.Name = "GodChestplate"
  5989. GodChestplate.Parent = Booga2
  5990. GodChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5991. GodChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5992. GodChestplate.BorderSizePixel = 2
  5993. GodChestplate.Position = UDim2.new(0.261603385, 0, 0.369658113, 0)
  5994. GodChestplate.Size = UDim2.new(0, 93, 0, 27)
  5995. GodChestplate.Font = Enum.Font.SourceSansSemibold
  5996. GodChestplate.Text = "God Chestplate"
  5997. GodChestplate.TextColor3 = Color3.new(1, 1, 1)
  5998. GodChestplate.TextScaled = true
  5999. GodChestplate.TextSize = 14
  6000. GodChestplate.TextWrapped = true
  6001.  
  6002. GodAxe.Name = "GodAxe"
  6003. GodAxe.Parent = Booga2
  6004. GodAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  6005. GodAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  6006. GodAxe.BorderSizePixel = 2
  6007. GodAxe.Position = UDim2.new(0.261603385, 0, 0.455128193, 0)
  6008. GodAxe.Size = UDim2.new(0, 93, 0, 27)
  6009. GodAxe.Font = Enum.Font.SourceSansSemibold
  6010. GodAxe.Text = "God Axe"
  6011. GodAxe.TextColor3 = Color3.new(1, 1, 1)
  6012. GodAxe.TextScaled = true
  6013. GodAxe.TextSize = 14
  6014. GodAxe.TextWrapped = true
  6015.  
  6016. GodBag.Name = "GodBag"
  6017. GodBag.Parent = Booga2
  6018. GodBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  6019. GodBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  6020. GodBag.BorderSizePixel = 2
  6021. GodBag.Position = UDim2.new(0.506329119, 0, 0.452991456, 0)
  6022. GodBag.Size = UDim2.new(0, 93, 0, 27)
  6023. GodBag.Font = Enum.Font.SourceSansSemibold
  6024. GodBag.Text = "God Bag"
  6025. GodBag.TextColor3 = Color3.new(1, 1, 1)
  6026. GodBag.TextScaled = true
  6027. GodBag.TextSize = 14
  6028. GodBag.TextWrapped = true
  6029.  
  6030. GodLegs.Name = "GodLegs"
  6031. GodLegs.Parent = Booga2
  6032. GodLegs.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  6033. GodLegs.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  6034. GodLegs.BorderSizePixel = 2
  6035. GodLegs.Position = UDim2.new(0.506329119, 0, 0.367521375, 0)
  6036. GodLegs.Size = UDim2.new(0, 93, 0, 27)
  6037. GodLegs.Font = Enum.Font.SourceSansSemibold
  6038. GodLegs.Text = "God Legs"
  6039. GodLegs.TextColor3 = Color3.new(1, 1, 1)
  6040. GodLegs.TextScaled = true
  6041. GodLegs.TextSize = 14
  6042. GodLegs.TextWrapped = true
  6043.  
  6044. GodPick.Name = "GodPick"
  6045. GodPick.Parent = Booga2
  6046. GodPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  6047. GodPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  6048. GodPick.BorderSizePixel = 2
  6049. GodPick.Position = UDim2.new(0.748945177, 0, 0.365384609, 0)
  6050. GodPick.Size = UDim2.new(0, 93, 0, 27)
  6051. GodPick.Font = Enum.Font.SourceSansSemibold
  6052. GodPick.Text = "God Pick"
  6053. GodPick.TextColor3 = Color3.new(1, 1, 1)
  6054. GodPick.TextScaled = true
  6055. GodPick.TextSize = 14
  6056. GodPick.TextWrapped = true
  6057.  
  6058. VoidChestplate.Name = "VoidChestplate"
  6059. VoidChestplate.Parent = Booga2
  6060. VoidChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  6061. VoidChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  6062. VoidChestplate.BorderSizePixel = 2
  6063. VoidChestplate.Position = UDim2.new(0.371308029, 0, 0.626068354, 0)
  6064. VoidChestplate.Size = UDim2.new(0, 93, 0, 27)
  6065. VoidChestplate.Font = Enum.Font.SourceSansSemibold
  6066. VoidChestplate.Text = "Void Chestplate"
  6067. VoidChestplate.TextColor3 = Color3.new(1, 1, 1)
  6068. VoidChestplate.TextScaled = true
  6069. VoidChestplate.TextSize = 14
  6070. VoidChestplate.TextWrapped = true
  6071.  
  6072. VoidDivider2.Name = "VoidDivider2"
  6073. VoidDivider2.Parent = Booga2
  6074. VoidDivider2.Active = true
  6075. VoidDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  6076. VoidDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  6077. VoidDivider2.BorderSizePixel = 2
  6078. VoidDivider2.Position = UDim2.new(0.00632911548, 0, 0.797008574, 0)
  6079. VoidDivider2.Size = UDim2.new(0, 447, 0, 11)
  6080.  
  6081. VoidDivider.Name = "VoidDivider"
  6082. VoidDivider.Parent = Booga2
  6083. VoidDivider.Active = true
  6084. VoidDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  6085. VoidDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  6086. VoidDivider.BorderSizePixel = 2
  6087. VoidDivider.Position = UDim2.new(0.0147679336, 0, 0.583333373, 0)
  6088. VoidDivider.Size = UDim2.new(0, 447, 0, 11)
  6089.  
  6090. VoidBag.Name = "VoidBag"
  6091. VoidBag.Parent = Booga2
  6092. VoidBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  6093. VoidBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  6094. VoidBag.BorderSizePixel = 2
  6095. VoidBag.Position = UDim2.new(0.373417735, 0, 0.715811968, 0)
  6096. VoidBag.Size = UDim2.new(0, 93, 0, 27)
  6097. VoidBag.Font = Enum.Font.SourceSansSemibold
  6098. VoidBag.Text = "Void Bag"
  6099. VoidBag.TextColor3 = Color3.new(1, 1, 1)
  6100. VoidBag.TextScaled = true
  6101. VoidBag.TextSize = 14
  6102. VoidBag.TextWrapped = true
  6103.  
  6104. VoidGreaves.Name = "VoidGreaves"
  6105. VoidGreaves.Parent = Booga2
  6106. VoidGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  6107. VoidGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  6108. VoidGreaves.BorderSizePixel = 2
  6109. VoidGreaves.Position = UDim2.new(0.03164557, 0, 0.630341887, 0)
  6110. VoidGreaves.Size = UDim2.new(0, 93, 0, 27)
  6111. VoidGreaves.Font = Enum.Font.SourceSansSemibold
  6112. VoidGreaves.Text = "Void Greaves"
  6113. VoidGreaves.TextColor3 = Color3.new(1, 1, 1)
  6114. VoidGreaves.TextScaled = true
  6115. VoidGreaves.TextSize = 14
  6116. VoidGreaves.TextWrapped = true
  6117.  
  6118. OOFHorn.Name = "OOFHorn"
  6119. OOFHorn.Parent = Booga2
  6120. OOFHorn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  6121. OOFHorn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  6122. OOFHorn.BorderSizePixel = 2
  6123. OOFHorn.Position = UDim2.new(0.748945177, 0, 0.450854689, 0)
  6124. OOFHorn.Size = UDim2.new(0, 93, 0, 27)
  6125. OOFHorn.Font = Enum.Font.SourceSansSemibold
  6126. OOFHorn.Text = "OOF Horn"
  6127. OOFHorn.TextColor3 = Color3.new(1, 1, 1)
  6128. OOFHorn.TextScaled = true
  6129. OOFHorn.TextSize = 14
  6130. OOFHorn.TextWrapped = true
  6131.  
  6132. Open.MouseButton1Down:connect(function()
  6133. Booga:TweenPosition(UDim2.new(0.079, 0, 0.074, 0), 'Out','Bounce', 1)
  6134. Open.Visible = true
  6135. Booga.Visible = true
  6136. end)
  6137.  
  6138. Exit.MouseButton1Down:connect(function()
  6139. Booga:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  6140. Open.Visible = true
  6141. end)
  6142.  
  6143. Recipes.MouseButton1Down:connect(function()
  6144. Booga2:TweenPosition(UDim2.new(0.433, 0, 0.074, 0), 'Out','Bounce', 1)
  6145. Booga2.Visible = true
  6146. end)
  6147.  
  6148. Exit2.MouseButton1Down:connect(function()
  6149. Booga2:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  6150. end)
  6151.  
  6152. VoidBag.MouseButton1Click:connect(function()
  6153. local A_1 = "Void Bag"
  6154. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6155. Event:FireServer(A_1)
  6156. end)
  6157.  
  6158. VoidShroud.MouseButton1Click:connect(function()
  6159. local A_1 = "Void Shroud"
  6160. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6161. Event:FireServer(A_1)
  6162. end)
  6163.  
  6164. VoidChestplate.MouseButton1Click:connect(function()
  6165. local A_1 = "Void Chestplate"
  6166. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6167. Event:FireServer(A_1)
  6168. end)
  6169.  
  6170. VoidGreaves.MouseButton1Click:connect(function()
  6171. local A_1 = "Void Greaves"
  6172. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6173. Event:FireServer(A_1)
  6174. end)
  6175.  
  6176.  
  6177.  
  6178. EmeraldAxe.MouseButton1Click:connect(function()
  6179. local A_1 = "Emerald Axe"
  6180. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6181. Event:FireServer(A_1)
  6182. end)
  6183.  
  6184. EmeraldBlade.MouseButton1Click:connect(function()
  6185. local A_1 = "Emerald Blade"
  6186. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6187. Event:FireServer(A_1)
  6188. end)
  6189.  
  6190. EmeraldPick.MouseButton1Click:connect(function()
  6191. local A_1 = "Emerald Pick"
  6192. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6193. Event:FireServer(A_1)
  6194. end)
  6195.  
  6196. EmeraldBag.MouseButton1Click:connect(function()
  6197. local A_1 = "Emerald Bag"
  6198. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6199. Event:FireServer(A_1)
  6200. end)
  6201.  
  6202. EmeraldHelmet.MouseButton1Click:connect(function()
  6203. local A_1 = "Emerald Helmet"
  6204. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6205. Event:FireServer(A_1)
  6206. end)
  6207.  
  6208. EmeraldChestplate.MouseButton1Click:connect(function()
  6209. local A_1 = "Emerald Chestplate"
  6210. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6211. Event:FireServer(A_1)
  6212. end)
  6213.  
  6214. EmeraldGreaves.MouseButton1Click:connect(function()
  6215. local A_1 = "Emerald Greaves"
  6216. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6217. Event:FireServer(A_1)
  6218. end)
  6219.  
  6220.  
  6221.  
  6222. GodAxe.MouseButton1Click:connect(function()
  6223. local A_1 = "God Axe"
  6224. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6225. Event:FireServer(A_1)
  6226. end)
  6227.  
  6228. GodRock.MouseButton1Click:connect(function()
  6229. local A_1 = "God Rock"
  6230. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6231. Event:FireServer(A_1)
  6232. end)
  6233.  
  6234. GodPick.MouseButton1Click:connect(function()
  6235. local A_1 = "God Pick"
  6236. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6237. Event:FireServer(A_1)
  6238. end)
  6239.  
  6240. GodHalo.MouseButton1Click:connect(function()
  6241. local A_1 = "God Halo"
  6242. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6243. Event:FireServer(A_1)
  6244. end)
  6245.  
  6246. GodChestplate.MouseButton1Click:connect(function()
  6247. local A_1 = "God Chestplate"
  6248. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6249. Event:FireServer(A_1)
  6250. end)
  6251.  
  6252. GodLegs.MouseButton1Click:connect(function()
  6253. local A_1 = "God Legs"
  6254. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6255. Event:FireServer(A_1)
  6256. end)
  6257.  
  6258. GodBag.MouseButton1Click:connect(function()
  6259. local A_1 = "God Bag"
  6260. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6261. Event:FireServer(A_1)
  6262. end)
  6263.  
  6264.  
  6265. OOFHorn.MouseButton1Click:connect(function()
  6266. local A_1 = "OOF Horn"
  6267. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6268. Event:FireServer(A_1)
  6269. end)
  6270.  
  6271.  
  6272.  
  6273. InfinityChest.MouseButton1Down:connect(function()
  6274. local plr = game:GetService("Players").LocalPlayer
  6275. local mouse = plr:GetMouse()
  6276. mouse.KeyDown:connect(function(key)
  6277. if key == "q" then
  6278. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6279. Torso = game.Players.LocalPlayer.Character.UpperTorso
  6280. b = Torso.Position + Torso.CFrame.lookVector * 10
  6281. local c = b.x
  6282. local d = b.y - 2
  6283. local e = b.z
  6284. for i = 1,1 do
  6285. local A_1 = "Infinity Chest"
  6286. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6287. local A_3 = 0
  6288. Event:FireServer(A_1, A_2, A_3)
  6289. end end end)
  6290. end)
  6291.  
  6292.  
  6293. CraftAnyItem.MouseButton1Click:connect(function()
  6294. local event = game.ReplicatedStorage.Events.CraftItem
  6295. local item = CraftItem.Text
  6296. event:FireServer(item)
  6297. end)
  6298.  
  6299. GodHut.MouseButton1Click:connect(function()
  6300. local plr = game:GetService("Players").LocalPlayer
  6301. local mouse = plr:GetMouse()
  6302. mouse.KeyDown:connect(function(key)
  6303. if key == "g" then
  6304. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6305. Torso = game.Players.LocalPlayer.Character.UpperTorso
  6306. b = Torso.Position + Torso.CFrame.lookVector * 10
  6307. local c = b.x
  6308. local d = b.y - 2
  6309. local e = b.z
  6310. for i = 1,1 do
  6311. local A_1 = "God Hut"
  6312. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6313. local A_3 = 0
  6314. Event:FireServer(A_1, A_2, A_3)
  6315. end end end)
  6316. end)
  6317.  
  6318. AutoPickUp.MouseButton1Click:connect(function()
  6319. local Objects;
  6320. local Pickup = function(Character)
  6321. local myPos = Character.HumanoidRootPart.Position
  6322. local Objects = {}
  6323. for i,v in pairs(workspace:GetChildren()) do
  6324. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  6325. local Pos = v.Position
  6326. local Distance = (myPos - Pos).magnitude
  6327. if Distance < 40 then
  6328. table.insert(Objects, v)
  6329. end
  6330. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  6331. local Pos = v.Part.Position
  6332. local Distance = (myPos - Pos).magnitude
  6333. if Distance < 40 then
  6334. table.insert(Objects, v)
  6335. end
  6336. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  6337. local Pos = v.Position
  6338. local Distance = (myPos - Pos).magnitude
  6339. if Distance < 40 then
  6340. table.insert(Objects, v)
  6341. end
  6342. end
  6343. end
  6344. for i,v in pairs(Objects) do
  6345. for i=1,10 do
  6346. v.Position = myPos
  6347. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  6348. end
  6349. end
  6350. end
  6351. wait(1)
  6352. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6353.  
  6354. mouse.KeyDown:connect(function(key)
  6355. if key == AutoPickUpBind.Text then
  6356. print'AutoPicked-up YEET'
  6357. Pickup(game.Players.LocalPlayer.Character)
  6358. end
  6359. end)
  6360. end)
  6361.  
  6362. local plr = game:GetService("Players").LocalPlayer
  6363. local char = plr.Character
  6364. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6365. local hum = char:FindFirstChild("HumanoidRootPart")
  6366.  
  6367. --SpeedVariables
  6368. local plr = game:GetService("Players").LocalPlayer
  6369. local char = plr.Character
  6370. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6371. local hum = char:FindFirstChild("HumanoidRootPart")
  6372. --yeet
  6373. Speed.MouseButton1Down:connect(function()
  6374. local plr = game:GetService("Players").LocalPlayer
  6375. local char = plr.Character
  6376. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6377. local hum = char:FindFirstChild("HumanoidRootPart")
  6378. mouse.KeyDown:connect(function(key)
  6379. if key == SpeedBind.Text then
  6380. loop = true
  6381. while loop do
  6382. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
  6383. wait()
  6384. end
  6385. end
  6386. end)
  6387. end)
  6388.  
  6389. mouse.KeyUp:connect(function(key)
  6390. if key == SpeedBind.Text then
  6391. loop = false
  6392. end
  6393. end)
  6394.  
  6395. AutoBreak.MouseButton1Click:connect(function()
  6396. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6397. local breaking=false
  6398. mouse.KeyDown:connect(function(key)
  6399. if key == Breakkey.Text then
  6400. breaking = true
  6401. while breaking and wait(0.1) do
  6402. local part = game:GetService("Players").LocalPlayer:GetMouse().Target
  6403. local one = game:GetService("ReplicatedStorage").RelativeTime.Value
  6404. local two = {part,part,part,part}
  6405. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
  6406. end
  6407. end
  6408. end)
  6409. mouse.KeyUp:connect(function(key)
  6410. if key == Breakkey.Text then
  6411. breaking = false
  6412. end
  6413. end)
  6414. end)
  6415.  
  6416. RevizV2.MouseButton1Click:connect(function()
  6417. loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
  6418. end)
  6419.  
  6420. RemoveRainbtn.MouseButton1Click:Connect(function()
  6421. if workspace:FindFirstChild('RainPart') ~= nil then
  6422. workspace.RainPart:Destroy()
  6423. game.ReplicatedStorage.Sounds.Nature.Rain:Stop()
  6424. game.ReplicatedStorage.Sounds.Nature.Thunder:Stop()
  6425. game.Lighting.Rain:Destroy()
  6426. game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting
  6427. end
  6428. end)
  6429.  
  6430. TpSpambtn.MouseButton1Down:connect(function()
  6431. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  6432. if v.Name:lower():find(TpSpamPlayerNamekb.Text:lower()) then
  6433. if v.Name == "Infinity_Chest" or v.Name == "BlueBearTimx" then
  6434. print("Fools you cannot kill the devs")
  6435. else
  6436. player = game.Players.LocalPlayer.Character
  6437. repeat
  6438. player.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  6439. wait(.001)
  6440. until v.Character.Humanoid.Health <= 0
  6441. end
  6442. end
  6443. end
  6444. end)
  6445.  
  6446. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  6447.  
  6448. local enabledesp = false
  6449.  
  6450. function CreateESP(plr)
  6451.  
  6452. if plr ~= nil then
  6453.  
  6454. local GetChar = plr.Character
  6455. if not GetChar then return end
  6456.  
  6457. local GetHead do
  6458.  
  6459. repeat wait() until GetChar:FindFirstChild("Head")
  6460.  
  6461. end
  6462. GetHead = GetChar.Head
  6463.  
  6464. local bb = Instance.new("BillboardGui", Important.CoreGui)
  6465. bb.Adornee = GetHead
  6466. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  6467. bb.AlwaysOnTop = true
  6468. bb.Size = UDim2.new(0, 5, 0, 5)
  6469. bb.StudsOffset = Vector3.new(0, 3, 0)
  6470. bb.Name = "ESP_PLAYER_" .. plr.Name
  6471.  
  6472. local displayframe = Instance.new("Frame", bb)
  6473. displayframe.ZIndex = 10
  6474. displayframe.BackgroundTransparency = 1
  6475. displayframe.Size = UDim2.new(1,0,1,0)
  6476.  
  6477. local name = Instance.new("TextLabel", displayframe)
  6478. name.Name = "Name"
  6479. name.ZIndex = 10
  6480. name.Text = plr.Name
  6481. name.Visible = true
  6482. name.TextColor3 = Color3.new(170,0,0)
  6483. name.BackgroundTransparency = 1
  6484. name.Size = UDim2.new(1,0,10,0)
  6485. name.Font = Enum.Font.SourceSansLight
  6486. name.TextSize = 20
  6487. name.TextStrokeTransparency = .5
  6488.  
  6489. end
  6490.  
  6491. end
  6492.  
  6493. ESPbtn.MouseButton1Click:Connect(function()
  6494. for i,v in pairs(Important.Players:GetChildren()) do
  6495.  
  6496. CreateESP(v)
  6497. end
  6498. end)
  6499.  
  6500. DropAllItemsbtn.MouseButton1Click:Connect(function()
  6501.  
  6502. Player = game.Players.LocalPlayer
  6503. Mouse = Player:GetMouse()
  6504.  
  6505. function PressedE(key)
  6506. Key = key:lower()
  6507. if Key == DropAllItemskb.Text then
  6508. for i=1, 100 do
  6509. game.ReplicatedStorage.Events.DropBagItem:FireServer(DropAllItemsItemNamekb.Text)
  6510. end
  6511. end
  6512. end
  6513. Mouse.KeyDown:connect(PressedE)
  6514. end)
  6515.  
  6516.  
  6517. RemoveAllEffectsbtn.MouseButton1Click:Connect(function()
  6518. game.Lighting.FogEnd = 1200000
  6519. game.Lighting.Brightness = 3
  6520. game.Lighting.GlobalShadows = false
  6521. end)
  6522.  
  6523. VoidTpbtn.MouseButton1Click:Connect(function()
  6524. game:GetService("TeleportService"):Teleport(2021740958)
  6525. print('VoidTP Credits: Flareo!')
  6526. end)
  6527.  
  6528. AutoEatbtn.MouseButton1Click:Connect(function()
  6529. if game.PlaceId == 1262182609 or game.PlaceId == 2021740958 then
  6530. local lol = 1
  6531. local plr = game:GetService("Players").LocalPlayer
  6532. local mouse = plr:GetMouse()
  6533. mouse.KeyDown:connect(function(key)
  6534. if key == AutoEatkb.Text then
  6535. lol = 0
  6536. while lol == 0 do
  6537. wait()
  6538. local Event = game:GetService("ReplicatedStorage").Events.UseBagItem
  6539. Event:FireServer(AutoEatFoodNamekb.Text)
  6540. Event:FireServer(AutoEatFoodNamekb.Text)
  6541. Event:FireServer(AutoEatFoodNamekb.Text)
  6542. end end end)
  6543. local plr = game:GetService("Players").LocalPlayer
  6544. local mouse = plr:GetMouse()
  6545. mouse.KeyUp:connect(function(key)
  6546. if key == AutoEatkb.Text then
  6547. lol = 1
  6548. end end) end
  6549. end)
  6550. AutoCampfirebtn.MouseButton1Click:Connect(function()
  6551. local Fires = 1
  6552. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6553. h = game.Players.LocalPlayer.Character.LowerTorso.Position
  6554. local c = h.x + 5
  6555. local d = h.y - 2
  6556. local e = h.z
  6557. local j = h.x
  6558. local k = h.y - 2
  6559. local l = h.z
  6560. local aa = h.x - 5
  6561. local bb = h.y - 2
  6562. local cc = h.z
  6563. local aaa = h.x
  6564. local bbb = h.y - 2
  6565. local ccc = h.z + 5
  6566. local aaaa = h.x
  6567. local bbbb = h.y - 2
  6568. local cccc = h.z - 5
  6569. for i = 1,1 do
  6570. local C_1 = "Chest"
  6571. local C_2 = CFrame.new(j, k, l, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6572. local C_3 = 0
  6573. Event:FireServer(C_1, C_2, C_3)
  6574. end
  6575. for i = 1,Fires do
  6576. local A_1 = "Campfire"
  6577. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6578. local A_3 = 0
  6579. Event:FireServer(A_1, A_2, A_3)
  6580. end
  6581. for i = 1,Fires do
  6582. local B_1 = "Campfire"
  6583. local B_2 = CFrame.new(aa, bb, cc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6584. local B_3 = 0
  6585. Event:FireServer(B_1, B_2, B_3)
  6586. end
  6587. for i = 1,Fires do
  6588. local D_1 = "Campfire"
  6589. local D_2 = CFrame.new(aaa, bbb, ccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6590. local D_3 = 0
  6591. Event:FireServer(D_1, D_2, D_3)
  6592. end
  6593. for i = 1,Fires do
  6594. local E_1 = "Campfire"
  6595. local E_2 = CFrame.new(aaaa, bbbb, cccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6596. local E_3 = 0
  6597. Event:FireServer(E_1, E_2, E_3)
  6598. end
  6599. end)
  6600.  
  6601. AutoWallTrapbtn.MouseButton1Click:Connect(function()
  6602. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6603. h = game.Players.LocalPlayer.Character.LowerTorso.Position
  6604. local aa = h.x + 13
  6605. local bb = h.y - 2
  6606. local cc = h.z
  6607. local aaa = h.x - 13
  6608. local bbb = h.y - 2
  6609. local ccc = h.z
  6610. local aaaa = h.x
  6611. local bbbb = h.y - 2
  6612. local cccc = h.z + 13
  6613. local aaaaa = h.x
  6614. local bbbbb = h.y - 2
  6615. local ccccc = h.z - 13
  6616. local k_1 = "Stone Wall"
  6617. local k_2 = CFrame.new(aaaa, bbbb, cccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
  6618. local k_3 = 177
  6619. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6620. Event:FireServer(k_1, k_2, k_3)
  6621. local l_1 = "Stone Wall"
  6622. local l_2 = CFrame.new(aaaaa, bbbbb, ccccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
  6623. local l_3 = 177
  6624. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6625. Event:FireServer(l_1, l_2, l_3)
  6626. local m_1 = "Stone Wall"
  6627. local m_2 = CFrame.new(aaa, bbb, ccc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
  6628. local m_3 = 270
  6629. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6630. Event:FireServer(m_1, m_2, m_3)
  6631. local n_1 = "Stone Wall"
  6632. local n_2 = CFrame.new(aa, bb, cc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
  6633. local n_3 = 270
  6634. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6635. Event:FireServer(n_1, n_2, n_3)
  6636. end)
  6637. end)
  6638. BoogaKicker.MouseButton1Down:connect(function()
  6639. -- Made by Tokumei/Aresuu
  6640. -- Instances:
  6641. local BoogaBV1 = Instance.new("ScreenGui")
  6642. local BoogaBV1_2 = Instance.new("Frame")
  6643. local Speed = Instance.new("TextButton")
  6644. local SpeedBind = Instance.new("TextBox")
  6645. local AutoPickUp = Instance.new("TextButton")
  6646. local AutoPickUpBind = Instance.new("TextBox")
  6647. local CraftAnyItem = Instance.new("TextButton")
  6648. local CraftItem = Instance.new("TextBox")
  6649. local Title = Instance.new("TextLabel")
  6650. local InfinityChest = Instance.new("TextButton")
  6651. local RevizV2 = Instance.new("TextButton")
  6652. local GodHut = Instance.new("TextButton")
  6653. local MadebyTokumeiAresuu = Instance.new("TextLabel")
  6654. local CreditOwners = Instance.new("TextLabel")
  6655. local AutoBreak = Instance.new("TextButton")
  6656. local Breakkey = Instance.new("TextBox")
  6657. local EmeraldSetCrafter = Instance.new("TextButton")
  6658. local FEme = Instance.new("Frame")
  6659. local SFrameEme = Instance.new("ScrollingFrame")
  6660. local EmeraldHelmet = Instance.new("TextButton")
  6661. local EmeraldChestplate = Instance.new("TextButton")
  6662. local EmeraldGreaves = Instance.new("TextButton")
  6663. local EmeraldPick = Instance.new("TextButton")
  6664. local EmeraldBlade = Instance.new("TextButton")
  6665. local EmeraldAxe = Instance.new("TextButton")
  6666. local EmeraldBag = Instance.new("TextButton")
  6667. local GodSetCrafter = Instance.new("TextButton")
  6668. local FGod = Instance.new("Frame")
  6669. local SFrameGod = Instance.new("ScrollingFrame")
  6670. local GodHalo = Instance.new("TextButton")
  6671. local GodChestplate = Instance.new("TextButton")
  6672. local GodLegs = Instance.new("TextButton")
  6673. local GodRock = Instance.new("TextButton")
  6674. local GodPick = Instance.new("TextButton")
  6675. local GodAxe = Instance.new("TextButton")
  6676. local GodBag = Instance.new("TextButton")
  6677. local OOFHorn = Instance.new("TextButton")
  6678. local VoidSetCrafter = Instance.new("TextButton")
  6679. local FVOID = Instance.new("Frame")
  6680. local SFrameVoid = Instance.new("ScrollingFrame")
  6681. local VoidShroud = Instance.new("TextButton")
  6682. local VoidChestplate = Instance.new("TextButton")
  6683. local VoidGreaves = Instance.new("TextButton")
  6684. local VoidBag = Instance.new("TextButton")
  6685. local TeletoVoid = Instance.new("TextButton")
  6686. local Open = Instance.new("TextButton")
  6687. local Close = Instance.new("TextButton")
  6688. --Properties:
  6689. BoogaBV1.Name = "BoogaBV1"
  6690. BoogaBV1.Parent = game.CoreGui
  6691.  
  6692. BoogaBV1_2.Name = "BoogaBV1"
  6693. BoogaBV1_2.Parent = BoogaBV1
  6694. BoogaBV1_2.Active = true
  6695. BoogaBV1_2.BackgroundColor3 = Color3.new(1, 0.65098, 0)
  6696. BoogaBV1_2.BackgroundTransparency = 0.30000001192093
  6697. BoogaBV1_2.BorderColor3 = Color3.new(0, 0, 0)
  6698. BoogaBV1_2.BorderSizePixel = 5
  6699. BoogaBV1_2.Position = UDim2.new(0.315448642, 0, 0.254980087, 0)
  6700. BoogaBV1_2.Size = UDim2.new(0, 487, 0, 245)
  6701. BoogaBV1_2.Draggable = true
  6702.  
  6703. Speed.Name = "Speed"
  6704. Speed.Parent = BoogaBV1_2
  6705. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  6706. Speed.BorderColor3 = Color3.new(0, 0, 0)
  6707. Speed.BorderSizePixel = 3
  6708. Speed.Position = UDim2.new(0.0164271053, 0, 0.877551019, 0)
  6709. Speed.Size = UDim2.new(0, 117, 0, 25)
  6710. Speed.Font = Enum.Font.Cartoon
  6711. Speed.Text = "Speed"
  6712. Speed.TextColor3 = Color3.new(1, 1, 1)
  6713. Speed.TextScaled = true
  6714. Speed.TextSize = 14
  6715. Speed.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6716. Speed.TextWrapped = true
  6717.  
  6718. SpeedBind.Name = "SpeedBind"
  6719. SpeedBind.Parent = Speed
  6720. SpeedBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  6721. SpeedBind.BorderColor3 = Color3.new(0, 0, 0)
  6722. SpeedBind.BorderSizePixel = 3
  6723. SpeedBind.Position = UDim2.new(1.15199995, 0, 0, 0)
  6724. SpeedBind.Size = UDim2.new(0, 83, 0, 26)
  6725. SpeedBind.Font = Enum.Font.Cartoon
  6726. SpeedBind.Text = "Key Bind"
  6727. SpeedBind.TextColor3 = Color3.new(0, 0, 0)
  6728. SpeedBind.TextScaled = true
  6729. SpeedBind.TextSize = 14
  6730. SpeedBind.TextWrapped = true
  6731.  
  6732. AutoPickUp.Name = "Auto Pick Up"
  6733. AutoPickUp.Parent = BoogaBV1_2
  6734. AutoPickUp.BackgroundColor3 = Color3.new(0, 0, 0)
  6735. AutoPickUp.BorderColor3 = Color3.new(0, 0, 0)
  6736. AutoPickUp.BorderSizePixel = 3
  6737. AutoPickUp.Position = UDim2.new(0.0164271053, 0, 0.596045792, 0)
  6738. AutoPickUp.Size = UDim2.new(0, 117, 0, 25)
  6739. AutoPickUp.Font = Enum.Font.Cartoon
  6740. AutoPickUp.Text = "Auto Pick Up"
  6741. AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
  6742. AutoPickUp.TextScaled = true
  6743. AutoPickUp.TextSize = 14
  6744. AutoPickUp.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6745. AutoPickUp.TextWrapped = true
  6746.  
  6747. AutoPickUpBind.Name = "AutoPickUpBind"
  6748. AutoPickUpBind.Parent = AutoPickUp
  6749. AutoPickUpBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  6750. AutoPickUpBind.BorderColor3 = Color3.new(0, 0, 0)
  6751. AutoPickUpBind.BorderSizePixel = 3
  6752. AutoPickUpBind.Position = UDim2.new(1.15199995, 0, 0, 0)
  6753. AutoPickUpBind.Size = UDim2.new(0, 83, 0, 25)
  6754. AutoPickUpBind.Font = Enum.Font.Cartoon
  6755. AutoPickUpBind.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  6756. AutoPickUpBind.Text = "Key Bind"
  6757. AutoPickUpBind.TextColor3 = Color3.new(0, 0, 0)
  6758. AutoPickUpBind.TextScaled = true
  6759. AutoPickUpBind.TextSize = 14
  6760. AutoPickUpBind.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6761. AutoPickUpBind.TextWrapped = true
  6762.  
  6763. CraftAnyItem.Name = "Craft Any Item"
  6764. CraftAnyItem.Parent = BoogaBV1_2
  6765. CraftAnyItem.BackgroundColor3 = Color3.new(0, 0, 0)
  6766. CraftAnyItem.BorderColor3 = Color3.new(0, 0, 0)
  6767. CraftAnyItem.BorderSizePixel = 2
  6768. CraftAnyItem.Position = UDim2.new(0.0164271053, 0, 0.461892724, 0)
  6769. CraftAnyItem.Size = UDim2.new(0, 117, 0, 25)
  6770. CraftAnyItem.Font = Enum.Font.Cartoon
  6771. CraftAnyItem.Text = "Craft Any Item"
  6772. CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
  6773. CraftAnyItem.TextScaled = true
  6774. CraftAnyItem.TextSize = 14
  6775. CraftAnyItem.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6776. CraftAnyItem.TextWrapped = true
  6777.  
  6778. CraftItem.Name = "Craft Item"
  6779. CraftItem.Parent = CraftAnyItem
  6780. CraftItem.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  6781. CraftItem.BorderColor3 = Color3.new(0, 0, 0)
  6782. CraftItem.BorderSizePixel = 3
  6783. CraftItem.Position = UDim2.new(1.15384614, 0, 0, 0)
  6784. CraftItem.Size = UDim2.new(0, 84, 0, 25)
  6785. CraftItem.Font = Enum.Font.Cartoon
  6786. CraftItem.Text = "Item Name"
  6787. CraftItem.TextColor3 = Color3.new(0, 0, 0)
  6788. CraftItem.TextScaled = true
  6789. CraftItem.TextSize = 14
  6790. CraftItem.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6791. CraftItem.TextWrapped = true
  6792.  
  6793. Title.Name = "Title"
  6794. Title.Parent = BoogaBV1_2
  6795. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  6796. Title.Size = UDim2.new(0, 487, 0, 29)
  6797. Title.Font = Enum.Font.Cartoon
  6798. Title.Text = "BoogaBitchesV1"
  6799. Title.TextColor3 = Color3.new(0, 0, 0)
  6800. Title.TextScaled = true
  6801. Title.TextSize = 16
  6802. Title.TextWrapped = true
  6803.  
  6804. InfinityChest.Name = "Infinity Chest"
  6805. InfinityChest.Parent = BoogaBV1_2
  6806. InfinityChest.BackgroundColor3 = Color3.new(0, 0, 0)
  6807. InfinityChest.BorderColor3 = Color3.new(0, 0, 0)
  6808. InfinityChest.BorderSizePixel = 3
  6809. InfinityChest.Position = UDim2.new(0.291581094, 0, 0.32911393, 0)
  6810. InfinityChest.Size = UDim2.new(0, 117, 0, 21)
  6811. InfinityChest.Font = Enum.Font.Cartoon
  6812. InfinityChest.Text = "Infinity Chest [Q]"
  6813. InfinityChest.TextColor3 = Color3.new(1, 1, 1)
  6814. InfinityChest.TextScaled = true
  6815. InfinityChest.TextSize = 14
  6816. InfinityChest.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6817. InfinityChest.TextWrapped = true
  6818.  
  6819. RevizV2.Name = "Reviz V2"
  6820. RevizV2.Parent = BoogaBV1_2
  6821. RevizV2.BackgroundColor3 = Color3.new(0, 0, 0)
  6822. RevizV2.BorderColor3 = Color3.new(0, 0, 0)
  6823. RevizV2.BorderSizePixel = 3
  6824. RevizV2.Position = UDim2.new(0.572895288, 0, 0.15611814, 0)
  6825. RevizV2.Size = UDim2.new(0, 194, 0, 25)
  6826. RevizV2.Font = Enum.Font.Cartoon
  6827. RevizV2.Text = "Reviz V2"
  6828. RevizV2.TextColor3 = Color3.new(1, 1, 1)
  6829. RevizV2.TextScaled = true
  6830. RevizV2.TextSize = 14
  6831. RevizV2.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6832. RevizV2.TextWrapped = true
  6833.  
  6834. GodHut.Name = "God Hut"
  6835. GodHut.Parent = BoogaBV1_2
  6836. GodHut.BackgroundColor3 = Color3.new(0, 0, 0)
  6837. GodHut.BorderColor3 = Color3.new(0, 0, 0)
  6838. GodHut.BorderSizePixel = 3
  6839. GodHut.Position = UDim2.new(0.572895288, 0, 0.327337861, 0)
  6840. GodHut.Size = UDim2.new(0, 194, 0, 25)
  6841. GodHut.Font = Enum.Font.Cartoon
  6842. GodHut.Text = "God Hut [G]"
  6843. GodHut.TextColor3 = Color3.new(1, 1, 1)
  6844. GodHut.TextScaled = true
  6845. GodHut.TextSize = 14
  6846. GodHut.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6847. GodHut.TextWrapped = true
  6848.  
  6849. MadebyTokumeiAresuu.Name = "Made by Tokumei/Aresuu"
  6850. MadebyTokumeiAresuu.Parent = BoogaBV1_2
  6851. MadebyTokumeiAresuu.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  6852. MadebyTokumeiAresuu.BorderColor3 = Color3.new(0, 0, 0)
  6853. MadebyTokumeiAresuu.BorderSizePixel = 5
  6854. MadebyTokumeiAresuu.Position = UDim2.new(0.704355955, 0, 0.699711502, 0)
  6855. MadebyTokumeiAresuu.Size = UDim2.new(0, 144, 0, 34)
  6856. MadebyTokumeiAresuu.Font = Enum.Font.Cartoon
  6857. MadebyTokumeiAresuu.Text = "Made by Tokumei/Aresuu"
  6858. MadebyTokumeiAresuu.TextColor3 = Color3.new(0, 0, 0)
  6859. MadebyTokumeiAresuu.TextSize = 14
  6860.  
  6861. CreditOwners.Name = "Credit Owners"
  6862. CreditOwners.Parent = MadebyTokumeiAresuu
  6863. CreditOwners.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  6864. CreditOwners.BorderColor3 = Color3.new(0, 0, 0)
  6865. CreditOwners.BorderSizePixel = 5
  6866. CreditOwners.Position = UDim2.new(-0.686473131, 0, 1.04991567, 0)
  6867. CreditOwners.Size = UDim2.new(0, 243, 0, 34)
  6868. CreditOwners.Font = Enum.Font.Cartoon
  6869. CreditOwners.Text = "Credit to the Owners of Scripts that i Used for this GUI"
  6870. CreditOwners.TextColor3 = Color3.new(0, 0, 0)
  6871. CreditOwners.TextScaled = true
  6872. CreditOwners.TextSize = 14
  6873. CreditOwners.TextWrapped = true
  6874.  
  6875. AutoBreak.Name = "AutoBreak"
  6876. AutoBreak.Parent = BoogaBV1_2
  6877. AutoBreak.BackgroundColor3 = Color3.new(0, 0, 0)
  6878. AutoBreak.BorderColor3 = Color3.new(0, 0, 0)
  6879. AutoBreak.BorderSizePixel = 3
  6880. AutoBreak.Position = UDim2.new(0.0164271053, 0, 0.735780597, 0)
  6881. AutoBreak.Size = UDim2.new(0, 117, 0, 25)
  6882. AutoBreak.Font = Enum.Font.Cartoon
  6883. AutoBreak.Text = "Auto Break"
  6884. AutoBreak.TextColor3 = Color3.new(1, 1, 1)
  6885. AutoBreak.TextScaled = true
  6886. AutoBreak.TextSize = 14
  6887. AutoBreak.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6888. AutoBreak.TextWrapped = true
  6889.  
  6890. Breakkey.Name = "Breakkey"
  6891. Breakkey.Parent = AutoBreak
  6892. Breakkey.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  6893. Breakkey.BorderColor3 = Color3.new(0, 0, 0)
  6894. Breakkey.BorderSizePixel = 3
  6895. Breakkey.Position = UDim2.new(1.15199995, 0, 0, 0)
  6896. Breakkey.Size = UDim2.new(0, 83, 0, 25)
  6897. Breakkey.Font = Enum.Font.Cartoon
  6898. Breakkey.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  6899. Breakkey.Text = "Key Bind"
  6900. Breakkey.TextColor3 = Color3.new(0, 0, 0)
  6901. Breakkey.TextScaled = true
  6902. Breakkey.TextSize = 14
  6903. Breakkey.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6904. Breakkey.TextWrapped = true
  6905.  
  6906. EmeraldSetCrafter.Name = "Emerald Set Crafter"
  6907. EmeraldSetCrafter.Parent = BoogaBV1_2
  6908. EmeraldSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
  6909. EmeraldSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
  6910. EmeraldSetCrafter.BorderSizePixel = 3
  6911. EmeraldSetCrafter.Position = UDim2.new(0.0164271053, 0, 0.156479806, 0)
  6912. EmeraldSetCrafter.Size = UDim2.new(0, 117, 0, 25)
  6913. EmeraldSetCrafter.Font = Enum.Font.Cartoon
  6914. EmeraldSetCrafter.Text = "Emerald Set Crafter"
  6915. EmeraldSetCrafter.TextColor3 = Color3.new(1, 1, 1)
  6916. EmeraldSetCrafter.TextScaled = true
  6917. EmeraldSetCrafter.TextSize = 14
  6918. EmeraldSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6919. EmeraldSetCrafter.TextWrapped = true
  6920.  
  6921. FEme.Name = "FEme"
  6922. FEme.Parent = EmeraldSetCrafter
  6923. FEme.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  6924. FEme.BorderColor3 = Color3.new(0, 0, 0)
  6925. FEme.BorderSizePixel = 5
  6926. FEme.Position = UDim2.new(-1.64102566, 0, -1.47999966, 0)
  6927. FEme.Size = UDim2.new(0, 169, 0, 199)
  6928. FEme.Visible = false
  6929.  
  6930. SFrameEme.Name = "SFrameEme"
  6931. SFrameEme.Parent = FEme
  6932. SFrameEme.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  6933. SFrameEme.Size = UDim2.new(0, 157, 0, 199)
  6934.  
  6935. EmeraldHelmet.Name = "Emerald Helmet"
  6936. EmeraldHelmet.Parent = SFrameEme
  6937. EmeraldHelmet.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6938. EmeraldHelmet.Position = UDim2.new(0.055555556, 0, 0.0355654769, 0)
  6939. EmeraldHelmet.Size = UDim2.new(0, 131, 0, 39)
  6940. EmeraldHelmet.Font = Enum.Font.SourceSans
  6941. EmeraldHelmet.Text = "Emerald Helmet"
  6942. EmeraldHelmet.TextColor3 = Color3.new(0, 0, 0)
  6943. EmeraldHelmet.TextSize = 14
  6944.  
  6945. EmeraldChestplate.Name = "Emerald Chestplate"
  6946. EmeraldChestplate.Parent = SFrameEme
  6947. EmeraldChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6948. EmeraldChestplate.Position = UDim2.new(0.055555556, 0, 0.131398827, 0)
  6949. EmeraldChestplate.Size = UDim2.new(0, 131, 0, 39)
  6950. EmeraldChestplate.Font = Enum.Font.SourceSans
  6951. EmeraldChestplate.Text = "Emerald Chestplate"
  6952. EmeraldChestplate.TextColor3 = Color3.new(0, 0, 0)
  6953. EmeraldChestplate.TextSize = 14
  6954.  
  6955. EmeraldGreaves.Name = "Emerald Greaves"
  6956. EmeraldGreaves.Parent = SFrameEme
  6957. EmeraldGreaves.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6958. EmeraldGreaves.Position = UDim2.new(0.055555556, 0, 0.231398791, 0)
  6959. EmeraldGreaves.Size = UDim2.new(0, 131, 0, 39)
  6960. EmeraldGreaves.Font = Enum.Font.SourceSans
  6961. EmeraldGreaves.Text = "Emerald Greaves"
  6962. EmeraldGreaves.TextColor3 = Color3.new(0, 0, 0)
  6963. EmeraldGreaves.TextSize = 14
  6964.  
  6965. EmeraldPick.Name = "Emerald Pick"
  6966. EmeraldPick.Parent = SFrameEme
  6967. EmeraldPick.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6968. EmeraldPick.Position = UDim2.new(0.055555556, 0, 0.333482146, 0)
  6969. EmeraldPick.Size = UDim2.new(0, 131, 0, 39)
  6970. EmeraldPick.Font = Enum.Font.SourceSans
  6971. EmeraldPick.Text = "Emerald Pick"
  6972. EmeraldPick.TextColor3 = Color3.new(0, 0, 0)
  6973. EmeraldPick.TextSize = 14
  6974.  
  6975. EmeraldBlade.Name = "Emerald Blade"
  6976. EmeraldBlade.Parent = SFrameEme
  6977. EmeraldBlade.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6978. EmeraldBlade.Position = UDim2.new(0.0555555597, 0, 0.433482111, 0)
  6979. EmeraldBlade.Size = UDim2.new(0, 131, 0, 39)
  6980. EmeraldBlade.Font = Enum.Font.SourceSans
  6981. EmeraldBlade.Text = "Emerald Blade"
  6982. EmeraldBlade.TextColor3 = Color3.new(0, 0, 0)
  6983. EmeraldBlade.TextSize = 14
  6984.  
  6985. EmeraldAxe.Name = "Emerald Axe"
  6986. EmeraldAxe.Parent = SFrameEme
  6987. EmeraldAxe.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6988. EmeraldAxe.Position = UDim2.new(0.0555555597, 0, 0.539732158, 0)
  6989. EmeraldAxe.Size = UDim2.new(0, 131, 0, 39)
  6990. EmeraldAxe.Font = Enum.Font.SourceSans
  6991. EmeraldAxe.Text = "Emerald Axe"
  6992. EmeraldAxe.TextColor3 = Color3.new(0, 0, 0)
  6993. EmeraldAxe.TextSize = 14
  6994.  
  6995. EmeraldBag.Name = "Emerald Bag"
  6996. EmeraldBag.Parent = SFrameEme
  6997. EmeraldBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6998. EmeraldBag.Position = UDim2.new(0.0555555597, 0, 0.637648761, 0)
  6999. EmeraldBag.Size = UDim2.new(0, 131, 0, 39)
  7000. EmeraldBag.Font = Enum.Font.SourceSans
  7001. EmeraldBag.Text = "Emerald Bag"
  7002. EmeraldBag.TextColor3 = Color3.new(0, 0, 0)
  7003. EmeraldBag.TextSize = 14
  7004.  
  7005. GodSetCrafter.Name = "God Set Crafter"
  7006. GodSetCrafter.Parent = BoogaBV1_2
  7007. GodSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
  7008. GodSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
  7009. GodSetCrafter.BorderSizePixel = 3
  7010. GodSetCrafter.Position = UDim2.new(0.0164270997, 0, 0.310994625, 0)
  7011. GodSetCrafter.Size = UDim2.new(0, 117, 0, 25)
  7012. GodSetCrafter.Font = Enum.Font.Cartoon
  7013. GodSetCrafter.Text = "God Set Crafter"
  7014. GodSetCrafter.TextColor3 = Color3.new(1, 1, 1)
  7015. GodSetCrafter.TextScaled = true
  7016. GodSetCrafter.TextSize = 14
  7017. GodSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  7018. GodSetCrafter.TextWrapped = true
  7019.  
  7020. FGod.Name = "FGod"
  7021. FGod.Parent = GodSetCrafter
  7022. FGod.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  7023. FGod.BorderColor3 = Color3.new(0, 0, 0)
  7024. FGod.BorderSizePixel = 5
  7025. FGod.Position = UDim2.new(-1.64102578, 0, -2.95999932, 0)
  7026. FGod.Size = UDim2.new(0, 169, 0, 199)
  7027. FGod.Visible = false
  7028.  
  7029. SFrameGod.Name = "SFrameGod"
  7030. SFrameGod.Parent = FGod
  7031. SFrameGod.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  7032. SFrameGod.Size = UDim2.new(0, 161, 0, 199)
  7033.  
  7034. GodHalo.Name = "God Halo"
  7035. GodHalo.Parent = SFrameGod
  7036. GodHalo.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  7037. GodHalo.Position = UDim2.new(0.055555556, 0, 0.0334821418, 0)
  7038. GodHalo.Size = UDim2.new(0, 131, 0, 39)
  7039. GodHalo.Font = Enum.Font.SourceSans
  7040. GodHalo.Text = "God Halo"
  7041. GodHalo.TextColor3 = Color3.new(0, 0, 0)
  7042. GodHalo.TextSize = 14
  7043.  
  7044. GodChestplate.Name = "God Chestplate"
  7045. GodChestplate.Parent = SFrameGod
  7046. GodChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  7047. GodChestplate.Position = UDim2.new(0.055555556, 0, 0.135565475, 0)
  7048. GodChestplate.Size = UDim2.new(0, 131, 0, 39)
  7049. GodChestplate.Font = Enum.Font.SourceSans
  7050. GodChestplate.Text = "God Chestplate"
  7051. GodChestplate.TextColor3 = Color3.new(0, 0, 0)
  7052. GodChestplate.TextSize = 14
  7053.  
  7054. GodLegs.Name = "God Legs"
  7055. GodLegs.Parent = SFrameGod
  7056. GodLegs.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  7057. GodLegs.Position = UDim2.new(0.055555556, 0, 0.237648815, 0)
  7058. GodLegs.Size = UDim2.new(0, 131, 0, 39)
  7059. GodLegs.Font = Enum.Font.SourceSans
  7060. GodLegs.Text = "God Legs"
  7061. GodLegs.TextColor3 = Color3.new(0, 0, 0)
  7062. GodLegs.TextSize = 14
  7063.  
  7064. GodRock.Name = "God Rock"
  7065. GodRock.Parent = SFrameGod
  7066. GodRock.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  7067. GodRock.Position = UDim2.new(0.055555556, 0, 0.337648839, 0)
  7068. GodRock.Size = UDim2.new(0, 131, 0, 39)
  7069. GodRock.Font = Enum.Font.SourceSans
  7070. GodRock.Text = "God Rock"
  7071. GodRock.TextColor3 = Color3.new(0, 0, 0)
  7072. GodRock.TextSize = 14
  7073.  
  7074. GodPick.Name = "God Pick"
  7075. GodPick.Parent = SFrameGod
  7076. GodPick.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  7077. GodPick.Position = UDim2.new(0.0555555597, 0, 0.541815639, 0)
  7078. GodPick.Size = UDim2.new(0, 131, 0, 39)
  7079. GodPick.Font = Enum.Font.SourceSans
  7080. GodPick.Text = "God Pick"
  7081. GodPick.TextColor3 = Color3.new(0, 0, 0)
  7082. GodPick.TextSize = 14
  7083.  
  7084. GodAxe.Name = "God Axe"
  7085. GodAxe.Parent = SFrameGod
  7086. GodAxe.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  7087. GodAxe.Position = UDim2.new(0.0555555597, 0, 0.443898767, 0)
  7088. GodAxe.Size = UDim2.new(0, 131, 0, 39)
  7089. GodAxe.Font = Enum.Font.SourceSans
  7090. GodAxe.Text = "God Axe"
  7091. GodAxe.TextColor3 = Color3.new(0, 0, 0)
  7092. GodAxe.TextSize = 14
  7093.  
  7094. GodBag.Name = "God Bag"
  7095. GodBag.Parent = SFrameGod
  7096. GodBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  7097. GodBag.Position = UDim2.new(0.0555555597, 0, 0.739732146, 0)
  7098. GodBag.Size = UDim2.new(0, 131, 0, 39)
  7099. GodBag.Font = Enum.Font.SourceSans
  7100. GodBag.Text = "God Bag"
  7101. GodBag.TextColor3 = Color3.new(0, 0, 0)
  7102. GodBag.TextSize = 14
  7103.  
  7104. OOFHorn.Name = "OOF Horn"
  7105. OOFHorn.Parent = SFrameGod
  7106. OOFHorn.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  7107. OOFHorn.Position = UDim2.new(0.055555556, 0, 0.641815484, 0)
  7108. OOFHorn.Size = UDim2.new(0, 131, 0, 39)
  7109. OOFHorn.Font = Enum.Font.SourceSans
  7110. OOFHorn.Text = "OOF Horn"
  7111. OOFHorn.TextColor3 = Color3.new(0, 0, 0)
  7112. OOFHorn.TextSize = 14
  7113.  
  7114. VoidSetCrafter.Name = "Void Set Crafter"
  7115. VoidSetCrafter.Parent = BoogaBV1_2
  7116. VoidSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
  7117. VoidSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
  7118. VoidSetCrafter.BorderSizePixel = 3
  7119. VoidSetCrafter.Position = UDim2.new(0.291581094, 0, 0.155744419, 0)
  7120. VoidSetCrafter.Size = UDim2.new(0, 117, 0, 25)
  7121. VoidSetCrafter.Font = Enum.Font.Cartoon
  7122. VoidSetCrafter.Text = "Void Set Crafter"
  7123. VoidSetCrafter.TextColor3 = Color3.new(1, 1, 1)
  7124. VoidSetCrafter.TextScaled = true
  7125. VoidSetCrafter.TextSize = 14
  7126. VoidSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  7127. VoidSetCrafter.TextWrapped = true
  7128.  
  7129. FVOID.Name = "FVOID"
  7130. FVOID.Parent = VoidSetCrafter
  7131. FVOID.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  7132. FVOID.BorderColor3 = Color3.new(0, 0, 0)
  7133. FVOID.BorderSizePixel = 5
  7134. FVOID.Position = UDim2.new(-2.78632498, 0, -1.47999954, 0)
  7135. FVOID.Size = UDim2.new(0, 169, 0, 199)
  7136. FVOID.Visible = false
  7137.  
  7138. SFrameVoid.Name = "SFrameVoid"
  7139. SFrameVoid.Parent = FVOID
  7140. SFrameVoid.Active = true
  7141. SFrameVoid.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  7142. SFrameVoid.Size = UDim2.new(0, 157, 0, 199)
  7143.  
  7144. VoidShroud.Name = "Void Shroud"
  7145. VoidShroud.Parent = SFrameVoid
  7146. VoidShroud.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  7147. VoidShroud.Position = UDim2.new(0.055555556, 0, 0.0334821418, 0)
  7148. VoidShroud.Size = UDim2.new(0, 131, 0, 39)
  7149. VoidShroud.Font = Enum.Font.SourceSans
  7150. VoidShroud.Text = "Void Shroud"
  7151. VoidShroud.TextColor3 = Color3.new(0, 0, 0)
  7152. VoidShroud.TextSize = 14
  7153.  
  7154. VoidChestplate.Name = "Void Chestplate"
  7155. VoidChestplate.Parent = SFrameVoid
  7156. VoidChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  7157. VoidChestplate.Position = UDim2.new(0.055555556, 0, 0.151785716, 0)
  7158. VoidChestplate.Size = UDim2.new(0, 131, 0, 39)
  7159. VoidChestplate.Font = Enum.Font.SourceSans
  7160. VoidChestplate.Text = "Void Shroud"
  7161. VoidChestplate.TextColor3 = Color3.new(0, 0, 0)
  7162. VoidChestplate.TextSize = 14
  7163.  
  7164. VoidGreaves.Name = "Void Greaves"
  7165. VoidGreaves.Parent = SFrameVoid
  7166. VoidGreaves.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  7167. VoidGreaves.Position = UDim2.new(0.055555556, 0, 0.272321433, 0)
  7168. VoidGreaves.Size = UDim2.new(0, 131, 0, 39)
  7169. VoidGreaves.Font = Enum.Font.SourceSans
  7170. VoidGreaves.Text = "Void Shroud"
  7171. VoidGreaves.TextColor3 = Color3.new(0, 0, 0)
  7172. VoidGreaves.TextSize = 14
  7173.  
  7174. VoidBag.Name = "Void Bag"
  7175. VoidBag.Parent = SFrameVoid
  7176. VoidBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  7177. VoidBag.Position = UDim2.new(0.055555556, 0, 0.383928567, 0)
  7178. VoidBag.Size = UDim2.new(0, 131, 0, 39)
  7179. VoidBag.Font = Enum.Font.SourceSans
  7180. VoidBag.Text = "Void Shroud"
  7181. VoidBag.TextColor3 = Color3.new(0, 0, 0)
  7182. VoidBag.TextSize = 14
  7183.  
  7184. TeletoVoid.Name = "Tele to Void"
  7185. TeletoVoid.Parent = BoogaBV1_2
  7186. TeletoVoid.BackgroundColor3 = Color3.new(0, 0, 0)
  7187. TeletoVoid.BorderColor3 = Color3.new(0, 0, 0)
  7188. TeletoVoid.BorderSizePixel = 3
  7189. TeletoVoid.Position = UDim2.new(0.50102669, 0, 0.502848029, 0)
  7190. TeletoVoid.Size = UDim2.new(0, 194, 0, 25)
  7191. TeletoVoid.Font = Enum.Font.Cartoon
  7192. TeletoVoid.Text = "Teleport to Void"
  7193. TeletoVoid.TextColor3 = Color3.new(1, 1, 1)
  7194. TeletoVoid.TextScaled = true
  7195. TeletoVoid.TextSize = 14
  7196. TeletoVoid.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  7197. TeletoVoid.TextWrapped = true
  7198.  
  7199. Open.Name = "Open"
  7200. Open.Parent = BoogaBV1
  7201. Open.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  7202. Open.BorderColor3 = Color3.new(0.709804, 0, 0.0117647)
  7203. Open.BorderSizePixel = 6
  7204. Open.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
  7205. Open.Size = UDim2.new(0, 114, 0, 21)
  7206. Open.Font = Enum.Font.Cartoon
  7207. Open.Text = "Open"
  7208. Open.TextColor3 = Color3.new(0, 0, 0)
  7209. Open.TextScaled = true
  7210. Open.TextSize = 14
  7211. Open.TextWrapped = true
  7212.  
  7213. Close.Name = "Close"
  7214. Close.Parent = BoogaBV1
  7215. Close.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  7216. Close.BorderColor3 = Color3.new(0, 0, 0)
  7217. Close.BorderSizePixel = 6
  7218. Close.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
  7219. Close.Size = UDim2.new(0, 114, 0, 21)
  7220. Close.Font = Enum.Font.Cartoon
  7221. Close.Text = "Close"
  7222. Close.TextColor3 = Color3.new(0, 0, 0)
  7223. Close.TextScaled = true
  7224. Close.TextSize = 14
  7225. Close.TextWrapped = true
  7226. -- Scripts:
  7227.  
  7228. EmeraldSetCrafter.MouseButton1Click:connect(function()
  7229. if EmeraldSetCrafter == true then
  7230. EmeraldSetCrafter = false
  7231. FEme.Visible = false
  7232. else
  7233. EmeraldSetCrafter = true
  7234. FEme.Visible = true
  7235. end
  7236. end)
  7237.  
  7238. GodSetCrafter.MouseButton1Click:connect(function()
  7239. if GodSetCrafter == true then
  7240. GodSetCrafter = false
  7241. FGod.Visible = false
  7242. else
  7243. GodSetCrafter = true
  7244. FGod.Visible = true
  7245. end
  7246. end)
  7247.  
  7248. VoidSetCrafter.MouseButton1Click:connect(function()
  7249. if VoidSetCrafter == true then
  7250. VoidSetCrafter = false
  7251. FVOID.Visible = false
  7252. else
  7253. VoidSetCrafter = true
  7254. FVOID.Visible = true
  7255. end
  7256. end)
  7257.  
  7258. VoidBag.MouseButton1Click:connect(function()
  7259. local A_1 = "Void Bag"
  7260. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7261. Event:FireServer(A_1)
  7262. end)
  7263.  
  7264. VoidShroud.MouseButton1Click:connect(function()
  7265. local A_1 = "Void Shroud"
  7266. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7267. Event:FireServer(A_1)
  7268. end)
  7269.  
  7270. VoidChestplate.MouseButton1Click:connect(function()
  7271. local A_1 = "Void Chestplate"
  7272. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7273. Event:FireServer(A_1)
  7274. end)
  7275.  
  7276. VoidGreaves.MouseButton1Click:connect(function()
  7277. local A_1 = "Void Greaves"
  7278. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7279. Event:FireServer(A_1)
  7280. end)
  7281.  
  7282. EmeraldAxe.MouseButton1Click:connect(function()
  7283. local A_1 = "Emerald Axe"
  7284. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7285. Event:FireServer(A_1)
  7286. end)
  7287.  
  7288. EmeraldBlade.MouseButton1Click:connect(function()
  7289. local A_1 = "Emerald Blade"
  7290. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7291. Event:FireServer(A_1)
  7292. end)
  7293.  
  7294. EmeraldPick.MouseButton1Click:connect(function()
  7295. local A_1 = "Emerald Pick"
  7296. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7297. Event:FireServer(A_1)
  7298. end)
  7299.  
  7300. EmeraldBag.MouseButton1Click:connect(function()
  7301. local A_1 = "Emerald Bag"
  7302. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7303. Event:FireServer(A_1)
  7304. end)
  7305.  
  7306. EmeraldHelmet.MouseButton1Click:connect(function()
  7307. local A_1 = "Emerald Helmet"
  7308. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7309. Event:FireServer(A_1)
  7310. end)
  7311.  
  7312. EmeraldChestplate.MouseButton1Click:connect(function()
  7313. local A_1 = "Emerald Chestplate"
  7314. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7315. Event:FireServer(A_1)
  7316. end)
  7317.  
  7318. EmeraldGreaves.MouseButton1Click:connect(function()
  7319. local A_1 = "Emerald Greaves"
  7320. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7321. Event:FireServer(A_1)
  7322. end)
  7323.  
  7324. GodAxe.MouseButton1Click:connect(function()
  7325. local A_1 = "God Axe"
  7326. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7327. Event:FireServer(A_1)
  7328. end)
  7329.  
  7330. GodRock.MouseButton1Click:connect(function()
  7331. local A_1 = "God Rock"
  7332. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7333. Event:FireServer(A_1)
  7334. end)
  7335.  
  7336. GodPick.MouseButton1Click:connect(function()
  7337. local A_1 = "God Pick"
  7338. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7339. Event:FireServer(A_1)
  7340. end)
  7341.  
  7342. GodHalo.MouseButton1Click:connect(function()
  7343. local A_1 = "God Halo"
  7344. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7345. Event:FireServer(A_1)
  7346. end)
  7347.  
  7348. GodChestplate.MouseButton1Click:connect(function()
  7349. local A_1 = "God Chestplate"
  7350. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7351. Event:FireServer(A_1)
  7352. end)
  7353.  
  7354. GodLegs.MouseButton1Click:connect(function()
  7355. local A_1 = "God Legs"
  7356. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7357. Event:FireServer(A_1)
  7358. end)
  7359.  
  7360. GodBag.MouseButton1Click:connect(function()
  7361. local A_1 = "God Bag"
  7362. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7363. Event:FireServer(A_1)
  7364. end)
  7365.  
  7366. OOFHorn.MouseButton1Click:connect(function()
  7367. local A_1 = "OOF Horn"
  7368. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7369. Event:FireServer(A_1)
  7370. end)
  7371.  
  7372.  
  7373. Open.MouseButton1Click:connect(function()
  7374. BoogaBV1_2.Visible = true
  7375. Open.Visible = false
  7376. Close.Visible = true
  7377. end)
  7378.  
  7379. Close.MouseButton1Click:connect(function()
  7380. BoogaBV1_2.Visible = false
  7381. Open.Visible = true
  7382. Close.Visible = false
  7383. end)
  7384.  
  7385.  
  7386. InfinityChest.MouseButton1Down:connect(function()
  7387. local plr = game:GetService("Players").LocalPlayer
  7388. local mouse = plr:GetMouse()
  7389. mouse.KeyDown:connect(function(key)
  7390. if key == "q" then
  7391. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  7392. Torso = game.Players.LocalPlayer.Character.UpperTorso
  7393. b = Torso.Position + Torso.CFrame.lookVector * 10
  7394. local c = b.x
  7395. local d = b.y - 2
  7396. local e = b.z
  7397. for i = 1,1 do
  7398. local A_1 = "Infinity Chest"
  7399. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  7400. local A_3 = 0
  7401. Event:FireServer(A_1, A_2, A_3)
  7402. end end end)
  7403. end)
  7404.  
  7405.  
  7406. CraftAnyItem.MouseButton1Click:connect(function()
  7407. local event = game.ReplicatedStorage.Events.CraftItem
  7408. local item = CraftItem.Text
  7409. event:FireServer(item)
  7410. end)
  7411.  
  7412. GodHut.MouseButton1Click:connect(function()
  7413. local plr = game:GetService("Players").LocalPlayer
  7414. local mouse = plr:GetMouse()
  7415. mouse.KeyDown:connect(function(key)
  7416. if key == "g" then
  7417. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  7418. Torso = game.Players.LocalPlayer.Character.UpperTorso
  7419. b = Torso.Position + Torso.CFrame.lookVector * 10
  7420. local c = b.x
  7421. local d = b.y - 2
  7422. local e = b.z
  7423. for i = 1,1 do
  7424. local A_1 = "God Hut"
  7425. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  7426. local A_3 = 0
  7427. Event:FireServer(A_1, A_2, A_3)
  7428. end end end)
  7429. end)
  7430.  
  7431. AutoPickUp.MouseButton1Click:connect(function()
  7432. local Objects;
  7433. local Pickup = function(Character)
  7434. local myPos = Character.HumanoidRootPart.Position
  7435. local Objects = {}
  7436. for i,v in pairs(workspace:GetChildren()) do
  7437. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  7438. local Pos = v.Position
  7439. local Distance = (myPos - Pos).magnitude
  7440. if Distance < 40 then
  7441. table.insert(Objects, v)
  7442. end
  7443. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  7444. local Pos = v.Part.Position
  7445. local Distance = (myPos - Pos).magnitude
  7446. if Distance < 40 then
  7447. table.insert(Objects, v)
  7448. end
  7449. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  7450. local Pos = v.Position
  7451. local Distance = (myPos - Pos).magnitude
  7452. if Distance < 40 then
  7453. table.insert(Objects, v)
  7454. end
  7455. end
  7456. end
  7457. for i,v in pairs(Objects) do
  7458. for i=1,10 do
  7459. v.Position = myPos
  7460. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  7461. end
  7462. end
  7463. end
  7464. wait(1)
  7465. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  7466.  
  7467. mouse.KeyDown:connect(function(key)
  7468. if key == AutoPickUpBind.Text then
  7469. print'AutoPicked-up YEET'
  7470. Pickup(game.Players.LocalPlayer.Character)
  7471. end
  7472. end)
  7473. end)
  7474.  
  7475. local plr = game:GetService("Players").LocalPlayer
  7476. local char = plr.Character
  7477. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  7478. local hum = char:FindFirstChild("HumanoidRootPart")
  7479.  
  7480. --SpeedVariables
  7481. local plr = game:GetService("Players").LocalPlayer
  7482. local char = plr.Character
  7483. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  7484. local hum = char:FindFirstChild("HumanoidRootPart")
  7485. --yeet
  7486. Speed.MouseButton1Down:connect(function()
  7487. local plr = game:GetService("Players").LocalPlayer
  7488. local char = plr.Character
  7489. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  7490. local hum = char:FindFirstChild("HumanoidRootPart")
  7491. mouse.KeyDown:connect(function(key)
  7492. if key == SpeedBind.Text then
  7493. loop = true
  7494. while loop do
  7495. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
  7496. wait()
  7497. end
  7498. end
  7499. end)
  7500. end)
  7501.  
  7502. mouse.KeyUp:connect(function(key)
  7503. if key == SpeedBind.Text then
  7504. loop = false
  7505. end
  7506. end)
  7507.  
  7508. AutoBreak.MouseButton1Click:connect(function()
  7509. local mouse = game:GetService("Players").LocalPlayer:GetMouse().hit
  7510. local breaking=false
  7511. local killing = false
  7512. local hum = char:FindFirstChild("Humanoid")
  7513. mouse.KeyDown:connect(function(key)
  7514. if key == Breakkey.Text then
  7515. breaking = true
  7516. killing = true
  7517. while breaking and killing and wait(0.1) do
  7518. local part = game:GetService("Players").LocalPlayer:GetMouse().hit
  7519. local one = game:GetService("ReplicatedStorage").RelativeTime.Value
  7520. local two = {part,part,part,part}
  7521. local hum = char:FindFirstChild("Humanoid")
  7522. mouse.KeyDown:connect(function(key)
  7523. if key == Breakkey.Text then
  7524. loop = true
  7525. while loop do
  7526. hum.CFrame = hum.Health - hum.Health.lookVector * 100
  7527. wait()
  7528. end
  7529. end
  7530. end)
  7531.  
  7532.  
  7533. mouse.KeyUp:connect(function(key)
  7534. if key == Breakkey.Text then
  7535. loop = false
  7536. end
  7537. end)
  7538.  
  7539.  
  7540.  
  7541. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two )
  7542. end
  7543. end
  7544. end)
  7545. mouse.KeyUp:connect(function(key)
  7546. if key == Breakkey.Text then
  7547. breaking = false
  7548. end
  7549. end)
  7550. end)
  7551.  
  7552. RevizV2.MouseButton1Click:connect(function()
  7553. loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
  7554. end)
  7555.  
  7556. TeletoVoid.MouseButton1Click:connect(function()
  7557. game:GetService("TeleportService"):Teleport(2021740958, game.Players.LocalPlayer)
  7558. end)
  7559. end)
  7560.  
  7561. ETeleport.MouseButton1Down:connect(function()
  7562. plr = game.Players.LocalPlayer
  7563. hum = plr.Character.HumanoidRootPart
  7564. mouse = plr:GetMouse()
  7565.  
  7566. mouse.KeyDown:connect(function(key)
  7567. if key == "e" then
  7568. if mouse.Target then
  7569. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  7570. end
  7571. end
  7572. end)
  7573. end)
  7574.  
  7575. InfiniteJump.MouseButton1Down:connect(function()
  7576. -- //~ F to toggle ~\\ --
  7577.  
  7578. _G.infinjump = true
  7579.  
  7580. local Player = game:GetService("Players").LocalPlayer
  7581. local Mouse = Player:GetMouse()
  7582. Mouse.KeyDown:connect(function(k)
  7583. if _G.infinjump then
  7584. if k:byte() == 32 then
  7585. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  7586. Humanoid:ChangeState("Jumping")
  7587. wait(0.1)
  7588. Humanoid:ChangeState("Seated")
  7589. end
  7590. end
  7591. end)
  7592.  
  7593. local Player = game:GetService("Players").LocalPlayer
  7594. local Mouse = Player:GetMouse()
  7595. Mouse.KeyDown:connect(function(k)
  7596. k = k:lower()
  7597. if k == "l" then
  7598. if _G.infinjump == true then
  7599. _G.infinjump = false
  7600. else
  7601. _G.infinjump = true
  7602. end
  7603. end
  7604. end)
  7605. end)
  7606.  
  7607. BoogaHubV2.MouseButton1Down:connect(function()
  7608. --Made By EclipesX#2444
  7609. -- Objects
  7610.  
  7611. local BoggaHub = Instance.new("ScreenGui")
  7612. local Main = Instance.new("Frame")
  7613. local Title = Instance.new("TextLabel")
  7614. local Jump = Instance.new("TextButton")
  7615. local reffects = Instance.new("TextButton")
  7616. local craftitem = Instance.new("TextBox")
  7617. local craft = Instance.new("TextButton")
  7618. local credits = Instance.new("TextLabel")
  7619.  
  7620. -- Properties
  7621.  
  7622. BoggaHub.Name = "Bogga Hub"
  7623. BoggaHub.Parent = game.Players.LocalPlayer.PlayerGui
  7624.  
  7625. Main.Name = "Main"
  7626. Main.Parent = BoggaHub
  7627. Main.Active = true
  7628. Main.Draggable = true
  7629. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7630. Main.BackgroundTransparency = 0.10000000149012
  7631. Main.BorderSizePixel = 0
  7632. Main.ClipsDescendants = true
  7633. Main.Position = UDim2.new(0.440909088, 0, 0.289044321, 0)
  7634. Main.Selectable = true
  7635. Main.Size = UDim2.new(0, 195, 0, 254)
  7636.  
  7637. Title.Name = "Title"
  7638. Title.Parent = Main
  7639. Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7640. Title.BackgroundTransparency = 0.10000000149012
  7641. Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  7642. Title.BorderSizePixel = 4
  7643. Title.Position = UDim2.new(0.164102569, 0, 0.0705394223, 0)
  7644. Title.Size = UDim2.new(0, 130, 0, 41)
  7645. Title.Font = Enum.Font.ArialBold
  7646. Title.Text = "Bogga Hub"
  7647. Title.TextColor3 = Color3.new(1, 1, 1)
  7648. Title.TextScaled = true
  7649. Title.TextSize = 14
  7650. Title.TextWrapped = true
  7651.  
  7652. Jump.Name = "Jump"
  7653. Jump.Parent = Main
  7654. Jump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7655. Jump.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  7656. Jump.BorderSizePixel = 4
  7657. Jump.Position = UDim2.new(0.164102569, 0, 0.294605821, 0)
  7658. Jump.Size = UDim2.new(0, 56, 0, 29)
  7659. Jump.Font = Enum.Font.ArialBold
  7660. Jump.Text = "Infinite Jump"
  7661. Jump.TextColor3 = Color3.new(1, 1, 1)
  7662. Jump.TextScaled = true
  7663. Jump.TextSize = 14
  7664. Jump.TextWrapped = true
  7665.  
  7666. reffects.Name = "reffects"
  7667. reffects.Parent = Main
  7668. reffects.Active = false
  7669. reffects.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7670. reffects.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  7671. reffects.BorderSizePixel = 4
  7672. reffects.Position = UDim2.new(0.543589771, 0, 0.294605821, 0)
  7673. reffects.Size = UDim2.new(0, 56, 0, 29)
  7674. reffects.Font = Enum.Font.ArialBold
  7675. reffects.Text = "Remove effects"
  7676. reffects.TextColor3 = Color3.new(1, 1, 1)
  7677. reffects.TextScaled = true
  7678. reffects.TextSize = 14
  7679. reffects.TextWrapped = true
  7680.  
  7681. craftitem.Name = "craft item"
  7682. craftitem.Parent = Main
  7683. craftitem.Active = false
  7684. craftitem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7685. craftitem.BackgroundTransparency = 0.10000000149012
  7686. craftitem.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  7687. craftitem.BorderSizePixel = 4
  7688. craftitem.Position = UDim2.new(0.200000003, 0, 0.74219954, 0)
  7689. craftitem.Size = UDim2.new(0, 116, 0, 23)
  7690. craftitem.Font = Enum.Font.ArialBold
  7691. craftitem.Text = "Item To Craft Here!"
  7692. craftitem.TextColor3 = Color3.new(1, 1, 1)
  7693. craftitem.TextScaled = true
  7694. craftitem.TextSize = 14
  7695. craftitem.TextWrapped = true
  7696.  
  7697. craft.Name = "craft"
  7698. craft.Parent = Main
  7699. craft.Active = false
  7700. craft.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7701. craft.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  7702. craft.BorderSizePixel = 4
  7703. craft.Position = UDim2.new(0.225641027, 0, 0.517283678, 0)
  7704. craft.Size = UDim2.new(0, 106, 0, 43)
  7705. craft.Font = Enum.Font.ArialBold
  7706. craft.Text = "Craft Item"
  7707. craft.TextColor3 = Color3.new(1, 1, 1)
  7708. craft.TextScaled = true
  7709. craft.TextSize = 14
  7710. craft.TextWrapped = true
  7711.  
  7712. credits.Name = "credits"
  7713. credits.Parent = Main
  7714. credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7715. credits.BackgroundTransparency = 0.10000000149012
  7716. credits.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  7717. credits.BorderSizePixel = 0
  7718. credits.Position = UDim2.new(0.0153846154, 0, 0.905511796, 0)
  7719. credits.Size = UDim2.new(0, 114, 0, 17)
  7720. credits.Font = Enum.Font.ArialBold
  7721. credits.Text = "Made By EclipesX#2444"
  7722. credits.TextColor3 = Color3.new(1, 1, 1)
  7723. credits.TextScaled = true
  7724. credits.TextSize = 14
  7725. credits.TextWrapped = true
  7726.  
  7727. -- Scripts
  7728. Jump.MouseButton1Down:connect(function()
  7729. local Player = game:GetService'Players'.LocalPlayer;
  7730. local UIS = game:GetService'UserInputService';
  7731.  
  7732. _G.JumpHeight = 50;
  7733.  
  7734. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  7735.  
  7736. UIS.InputBegan:connect(function(UserInput)
  7737. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  7738. Action(Player.Character.Humanoid, function(self)
  7739. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  7740. Action(self.Parent.HumanoidRootPart, function(self)
  7741. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  7742. end)
  7743. end
  7744. end)
  7745. end
  7746. end)
  7747. end)
  7748.  
  7749.  
  7750. reffects.MouseButton1Down:connect(function()
  7751. game.Lighting.FogEnd = 1200000
  7752. game.Lighting.Brightness = 3
  7753. game.Lighting.GlobalShadows = false
  7754. end)
  7755.  
  7756.  
  7757. craft.MouseButton1Down:connect(function()
  7758. local item = craftitem.Text
  7759. local CI = item
  7760. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  7761. Event:FireServer(CI)
  7762. end)
  7763. end)
  7764. end)
Add Comment
Please, Sign In to add comment