Guest User

Untitled

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