Guest User

HACKS

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