Guest User

Untitled

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