Guest User

Untitled

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