alek_

BamBoozle - BasicXploits Premium | LEAKED!

Apr 13th, 2020
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 34.88 KB | None | 0 0
  1. -- BamBoozle
  2. -- by isaraw8912
  3.  
  4. -- Output line prints
  5.  
  6. print("-////= BAMBOOZLE =\\\\-")
  7. print("Powered by BasicXplois Premium")
  8. print("By Aleksandar#2880 / isaraw8912")
  9.  
  10. -- Notification Box
  11.  
  12. game:GetService("StarterGui"):SetCore("SendNotification",{
  13. Title = "BamBoozle";
  14. Text = "Powered by BasicXploits Premium";})
  15.  
  16. -- Instances
  17.  
  18. local ScreenGui = Instance.new("ScreenGui")
  19. local main = Instance.new("Frame")
  20. local tnabutton = Instance.new("TextButton")
  21. local tna = Instance.new("Frame")
  22. local tanda = Instance.new("TextLabel")
  23. local agree = Instance.new("TextButton")
  24. local BasicXploits = Instance.new("ImageButton")
  25. local close = Instance.new("TextButton")
  26. local creditsbutton = Instance.new("TextButton")
  27. local credits = Instance.new("Frame")
  28. local cback = Instance.new("TextButton")
  29. local creator = Instance.new("TextLabel")
  30. local note = Instance.new("TextLabel")
  31. local functionsbutton = Instance.new("TextButton")
  32. local functions = Instance.new("Frame")
  33. local clicktp = Instance.new("TextButton")
  34. local noclip = Instance.new("TextButton")
  35. local jumppower = Instance.new("TextButton")
  36. local jpframe = Instance.new("Frame")
  37. local jpnormal = Instance.new("TextButton")
  38. local jp2 = Instance.new("TextButton")
  39. local jp5 = Instance.new("TextButton")
  40. local jp10 = Instance.new("TextButton")
  41. local jpback = Instance.new("TextButton")
  42. local walkspeed = Instance.new("TextButton")
  43. local wsframe = Instance.new("Frame")
  44. local wsnormal = Instance.new("TextButton")
  45. local ws2 = Instance.new("TextButton")
  46. local ws5 = Instance.new("TextButton")
  47. local ws10 = Instance.new("TextButton")
  48. local wsback = Instance.new("TextButton")
  49. local infjump = Instance.new("TextButton")
  50. local btools = Instance.new("TextButton")
  51. local fback = Instance.new("TextButton")
  52. local guibutton = Instance.new("TextButton")
  53. local gui = Instance.new("Frame")
  54. local gback = Instance.new("TextButton")
  55. local energize = Instance.new("TextButton")
  56. local harked = Instance.new("TextButton")
  57. local r15anims = Instance.new("TextButton")
  58. local mm2 = Instance.new("TextButton")
  59. local aimbotgui = Instance.new("TextButton")
  60. local plife = Instance.new("TextButton")
  61. local guiwip = Instance.new("TextLabel")
  62. local infobutton = Instance.new("TextButton")
  63. local info = Instance.new("Frame")
  64. local prem = Instance.new("TextLabel")
  65. local iback = Instance.new("TextButton")
  66. local prom = Instance.new("TextLabel")
  67. local scriptsbutton = Instance.new("TextButton")
  68. local scripts = Instance.new("ScrollingFrame")
  69. local xester = Instance.new("TextButton")
  70. local infyield = Instance.new("TextButton")
  71. local reviz = Instance.new("TextButton")
  72. local dex = Instance.new("TextButton")
  73. local mc2 = Instance.new("TextButton")
  74. local mc3 = Instance.new("TextButton")
  75. local shattervest = Instance.new("TextButton")
  76. local arsaim = Instance.new("TextButton")
  77. local soon = Instance.new("TextLabel")
  78. local sback = Instance.new("TextButton")
  79. local Title = Instance.new("TextLabel")
  80. local open = Instance.new("TextButton")
  81.  
  82. -- Properties
  83.  
  84. -- Main Screen
  85.  
  86. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  87.  
  88. main.Name = "main"
  89. main.Parent = ScreenGui
  90. main.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  91. main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  92. main.Position = UDim2.new(0.35, 0, 0.25, 0)
  93. main.Size = UDim2.new(0, 444, 0, 381)
  94.  
  95. -- Terms & Agreements
  96.  
  97. guibutton.Visible = false
  98. functionsbutton.Visible = false
  99. scriptsbutton.Visible = false
  100. creditsbutton.Visible = false
  101. BasicXploits.Visible = false
  102. infobutton.Visible = false
  103.  
  104. tnabutton.Name = "tnabutton"
  105. tnabutton.Parent = main
  106. tnabutton.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  107. tnabutton.Position = UDim2.new(0.551923096, 0, 0.603935957, 0)
  108. tnabutton.Size = UDim2.new(0, 137, 0, 44)
  109. tnabutton.Font = Enum.Font.SourceSans
  110. tnabutton.Text = "Terms & Agreements"
  111. tnabutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. tnabutton.TextScaled = true
  113. tnabutton.TextSize = 14.000
  114. tnabutton.TextWrapped = true
  115. tnabutton.MouseButton1Click:Connect(function()
  116.     tna.Visible = true
  117.     tanda.Visible = true
  118.     agree.Visible = true
  119.     guibutton.Visible = false
  120. functionsbutton.Visible = false
  121. scriptsbutton.Visible = false
  122. creditsbutton.Visible = false
  123. BasicXploits.Visible = false
  124. infobutton.Visible = false
  125. end)
  126.  
  127. tna.Name = "tna"
  128. tna.Parent = tnabutton
  129. tna.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  130. tna.Position = UDim2.new(-1.78871405, 0, -5.22953653, 0)
  131. tna.Size = UDim2.new(0, 443, 0, 381)
  132.  
  133. tanda.Name = "tanda"
  134. tanda.Parent = tna
  135. tanda.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  136. tanda.BackgroundTransparency = 1.000
  137. tanda.Position = UDim2.new(0.0022573364, 0, 0.157480314, 0)
  138. tanda.Size = UDim2.new(0, 443, 0, 259)
  139. tanda.Font = Enum.Font.SourceSans
  140. tanda.Text = "By agreeing the terms and agreements you confirm that I have nothing to do with your actions and the way that ROBLOX treats them. I'm not partnered with ROBLOX or any other company in any way and please note that you are doing this at your own risk."
  141. tanda.TextColor3 = Color3.fromRGB(0, 0, 0)
  142. tanda.TextScaled = true
  143. tanda.TextSize = 14.000
  144. tanda.TextWrapped = true
  145.  
  146. agree.Name = "agree"
  147. agree.Parent = tna
  148. agree.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  149. agree.BorderColor3 = Color3.fromRGB(0, 85, 255)
  150. agree.Position = UDim2.new(0.2764422, 0, 0.821768045, 0)
  151. agree.Size = UDim2.new(0, 200, 0, 50)
  152. agree.Font = Enum.Font.SourceSans
  153. agree.Text = "I agree."
  154. agree.TextColor3 = Color3.fromRGB(85, 0, 255)
  155. agree.TextScaled = true
  156. agree.TextSize = 14.000
  157. agree.TextWrapped = true
  158. agree.MouseButton1Click:Connect(function()
  159.     tna.Visible = false
  160.     main.Visible = true
  161. guibutton.Visible = true
  162. functionsbutton.Visible = true
  163. scriptsbutton.Visible = true
  164. creditsbutton.Visible = true
  165. BasicXploits.Visible = true
  166. infobutton.Visible = true
  167. tanda.Visible = false
  168. end)
  169.  
  170. -- BasicXploits Loader
  171.  
  172. BasicXploits.Name = "BasicXploits"
  173. BasicXploits.Parent = main
  174. BasicXploits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. BasicXploits.BackgroundTransparency = 1.000
  176. BasicXploits.BorderSizePixel = 0
  177. BasicXploits.Position = UDim2.new(0.239017189, 0, 0.807781339, 0)
  178. BasicXploits.Size = UDim2.new(0, 231, 0, 61)
  179. BasicXploits.Image = "rbxassetid://4852157250"
  180.  
  181. -- Close Button
  182.  
  183. close.Name = "close"
  184. close.Parent = main
  185. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  186. close.Position = UDim2.new(0.938516498, 0, -0.00121299177, 0)
  187. close.Size = UDim2.new(0, 27, 0, 26)
  188. close.Font = Enum.Font.SourceSans
  189. close.Text = "X"
  190. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  191. close.TextSize = 14.000
  192. close.MouseButton1Click:Connect(function()
  193.     main.Visible = false
  194.     open.Visible = true
  195. end)
  196.  
  197. -- Credits
  198.  
  199. creditsbutton.Name = "creditsbutton"
  200. creditsbutton.Parent = main
  201. creditsbutton.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  202. creditsbutton.Position = UDim2.new(0.551923096, 0, 0.444761634, 0)
  203. creditsbutton.Size = UDim2.new(0, 137, 0, 43)
  204. creditsbutton.Font = Enum.Font.SourceSans
  205. creditsbutton.Text = "Credits"
  206. creditsbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  207. creditsbutton.TextScaled = true
  208. creditsbutton.TextSize = 14.000
  209. creditsbutton.TextWrapped = true
  210. creditsbutton.MouseButton1Click:Connect(function()
  211.     credits.Visible = true
  212.     guibutton.Visible = false
  213.     scriptsbutton.Visible = false
  214.     infobutton.Visible = false
  215.     functionsbutton.Visible = false
  216. end)
  217.  
  218. credits.Name = "credits"
  219. credits.Parent = creditsbutton
  220. credits.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  221. credits.Position = UDim2.new(-1.78871405, 0, -3.95154238, 0)
  222. credits.Size = UDim2.new(0, 443, 0, 381)
  223. credits.Visible = false
  224.  
  225. cback.Name = "cback"
  226. cback.Parent = credits
  227. cback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  228. cback.Size = UDim2.new(0, 30, 0, 25)
  229. cback.Font = Enum.Font.SourceSans
  230. cback.Text = "Back"
  231. cback.TextColor3 = Color3.fromRGB(255, 255, 255)
  232. cback.TextSize = 14.000
  233. cback.MouseButton1Click:Connect(function()
  234.     credits.Visible = false
  235.     guibutton.Visible = true
  236.     scriptsbutton.Visible = true
  237.     infobutton.Visible = true
  238.     functionsbutton.Visible = true
  239. end)
  240.  
  241. creator.Name = "creator"
  242. creator.Parent = credits
  243. creator.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  244. creator.BackgroundTransparency = 1.000
  245. creator.BorderSizePixel = 0
  246. creator.Position = UDim2.new(0.063205421, 0, 0.236220509, 0)
  247. creator.Size = UDim2.new(0, 386, 0, 79)
  248. creator.Font = Enum.Font.SourceSans
  249. creator.Text = "Creator - isaraw8912 / Aleksandar#2880"
  250. creator.TextColor3 = Color3.fromRGB(255, 0, 127)
  251. creator.TextScaled = true
  252. creator.TextSize = 14.000
  253. creator.TextWrapped = true
  254.  
  255. note.Name = "note"
  256. note.Parent = credits
  257. note.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  258. note.BackgroundTransparency = 1.000
  259. note.BorderSizePixel = 0
  260. note.Position = UDim2.new(0.0902934521, 0, 0.488188922, 0)
  261. note.Size = UDim2.new(0, 374, 0, 176)
  262. note.Font = Enum.Font.SourceSans
  263. note.Text = "Please note that all the scripts and GUI's belong to their rightful owner. I do not own any other company other than BasicXploits and BamBoozle."
  264. note.TextColor3 = Color3.fromRGB(0, 0, 0)
  265. note.TextScaled = true
  266. note.TextSize = 14.000
  267. note.TextWrapped = true
  268.  
  269. -- Functions
  270.  
  271. functionsbutton.Name = "functionsbutton"
  272. functionsbutton.Parent = main
  273. functionsbutton.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  274. functionsbutton.Position = UDim2.new(0.138547987, 0, 0.603935957, 0)
  275. functionsbutton.Size = UDim2.new(0, 137, 0, 44)
  276. functionsbutton.Font = Enum.Font.SourceSans
  277. functionsbutton.Text = "Functions"
  278. functionsbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  279. functionsbutton.TextScaled = true
  280. functionsbutton.TextSize = 14.000
  281. functionsbutton.TextWrapped = true
  282. functionsbutton.MouseButton1Click:Connect(function()
  283.     functions.Visible = true
  284.     scriptsbutton.Visible = false
  285.     guibutton.Visible = false
  286.     infobutton.Visible = false
  287. end)
  288.  
  289. functions.Name = "functions"
  290. functions.Parent = functionsbutton
  291. functions.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  292. functions.Position = UDim2.new(-0.449016929, 0, -5.2503171, 0)
  293. functions.Size = UDim2.new(0, 445, 0, 381)
  294. functions.Visible = false
  295.  
  296. -- Actual functions
  297.  
  298. -- Click Teleport
  299.  
  300. clicktp.Name = "clicktp"
  301. clicktp.Parent = functions
  302. clicktp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  303. clicktp.Position = UDim2.new(0.539325833, 0, 0.446194232, 0)
  304. clicktp.Size = UDim2.new(0, 188, 0, 50)
  305. clicktp.Font = Enum.Font.SourceSans
  306. clicktp.Text = "Click Teleport"
  307. clicktp.TextColor3 = Color3.fromRGB(0, 0, 0)
  308. clicktp.TextSize = 14.000
  309. clicktp.MouseButton1Click:Connect(function()
  310.     clicktp.Text = "Loading."
  311.     wait(0.2)
  312.     clicktp.Text = "Loading.."
  313.     wait(0.2)
  314.     clicktp.Text = "Loaded!"
  315.     wait(1)
  316.     clicktp.Text = "Click Teleport"
  317.     noclip = false
  318. local UIS = game:GetService("UserInputService")
  319. local Player = game.Players.LocalPlayer
  320. local Mouse = Player:GetMouse()
  321.  
  322.  
  323. function GetCharacter()
  324.    return game.Players.LocalPlayer.Character
  325. end
  326.  
  327. function Teleport(pos)
  328.    local Char = GetCharacter()
  329.    if Char then
  330.        Char:MoveTo(pos)
  331.    end
  332. end
  333.  
  334.  
  335. UIS.InputBegan:Connect(function(input)
  336.    if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  337.        Teleport(Mouse.Hit.p)
  338.    end
  339. end)
  340. end)
  341.  
  342. -- NoClip
  343.  
  344. noclip.Name = "noclip"
  345. noclip.Parent = functions
  346. noclip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  347. noclip.Position = UDim2.new(0.058426965, 0, 0.446194232, 0)
  348. noclip.Size = UDim2.new(0, 172, 0, 50)
  349. noclip.Font = Enum.Font.SourceSans
  350. noclip.Text = "NoClip"
  351. noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  352. noclip.TextSize = 14.000
  353. noclip.MouseButton1Click:Connect(function()
  354. noclip.Text = "Loading."
  355.     wait(0.2)
  356.     noclip.Text = "Loading.."
  357.     wait(0.2)
  358.     noclip.Text = "Loaded!"
  359.     wait(1)
  360.     noclip.Text = "NoClip"
  361.     noclip = false
  362. game:GetService('RunService').Stepped:connect(function()
  363. if noclip then
  364. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  365. end
  366. end)
  367. plr = game.Players.LocalPlayer
  368. mouse = plr:GetMouse()
  369. mouse.KeyDown:connect(function(key)
  370.  
  371. if key == "e" then
  372. noclip = not noclip
  373. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  374. end
  375. end)   
  376. end)
  377.  
  378. -- Jump Power
  379.  
  380. jumppower.Name = "jumppower"
  381. jumppower.Parent = functions
  382. jumppower.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  383. jumppower.Position = UDim2.new(0.539325833, 0, 0.23884514, 0)
  384. jumppower.Size = UDim2.new(0, 188, 0, 50)
  385. jumppower.Font = Enum.Font.SourceSans
  386. jumppower.Text = "Jump Power"
  387. jumppower.TextColor3 = Color3.fromRGB(0, 0, 0)
  388. jumppower.TextSize = 14.000
  389. jumppower.MouseButton1Click:Connect(function()
  390.     jpframe.Visible = true
  391.     walkspeed.Visible = false
  392.     fback.Visible = false
  393.     btools.Visible = false
  394.     infjump.Visible = false
  395. end)
  396.  
  397. jpframe.Name = "jpframe"
  398. jpframe.Parent = jumppower
  399. jpframe.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  400. jpframe.Position = UDim2.new(-1.27659571, 0, -1.82000005, 0)
  401. jpframe.Size = UDim2.new(0, 444, 0, 381)
  402. jpframe.Visible = false
  403.  
  404. jpnormal.Name = "jpnormal"
  405. jpnormal.Parent = jpframe
  406. jpnormal.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  407. jpnormal.Position = UDim2.new(0.27477476, 0, 0.784776926, 0)
  408. jpnormal.Size = UDim2.new(0, 200, 0, 50)
  409. jpnormal.Font = Enum.Font.SourceSans
  410. jpnormal.Text = "Normal Jump Power"
  411. jpnormal.TextColor3 = Color3.fromRGB(0, 0, 0)
  412. jpnormal.TextSize = 14.000
  413. jpnormal.MouseButton1Click:Connect(function()
  414.  game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  415. end)
  416.  
  417. jp2.Name = "jp2"
  418. jp2.Parent = jpframe
  419. jp2.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  420. jp2.Position = UDim2.new(0.27477476, 0, 0.606299222, 0)
  421. jp2.Size = UDim2.new(0, 200, 0, 50)
  422. jp2.Font = Enum.Font.SourceSans
  423. jp2.Text = "Jump Power x2"
  424. jp2.TextColor3 = Color3.fromRGB(0, 0, 0)
  425. jp2.TextSize = 14.000
  426. jp2.MouseButton1Click:Connect(function()
  427.  game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100   
  428. end)
  429.  
  430. jp5.Name = "jp5"
  431. jp5.Parent = jpframe
  432. jp5.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  433. jp5.Position = UDim2.new(0.27477476, 0, 0.427821517, 0)
  434. jp5.Size = UDim2.new(0, 200, 0, 50)
  435. jp5.Font = Enum.Font.SourceSans
  436. jp5.Text = "Jump Power x5"
  437. jp5.TextColor3 = Color3.fromRGB(0, 0, 0)
  438. jp5.TextSize = 14.000
  439. jp5.MouseButton1Click:Connect(function()
  440.  game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250   
  441. end)
  442.  
  443. jp10.Name = "jp10"
  444. jp10.Parent = jpframe
  445. jp10.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  446. jp10.Position = UDim2.new(0.27477476, 0, 0.23884514, 0)
  447. jp10.Size = UDim2.new(0, 200, 0, 50)
  448. jp10.Font = Enum.Font.SourceSans
  449. jp10.Text = "Jump Power x10"
  450. jp10.TextColor3 = Color3.fromRGB(0, 0, 0)
  451. jp10.TextSize = 14.000
  452. jp10.MouseButton1Click:Connect(function()
  453.  game.Players.LocalPlayer.Character.Humanoid.JumpPower = 500   
  454. end)
  455.  
  456. jpback.Name = "jpback"
  457. jpback.Parent = jpframe
  458. jpback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  459. jpback.Size = UDim2.new(0, 26, 0, 26)
  460. jpback.Font = Enum.Font.SourceSans
  461. jpback.Text = "Back"
  462. jpback.TextColor3 = Color3.fromRGB(255, 255, 255)
  463. jpback.TextSize = 14.000
  464. jpback.MouseButton1Click:Connect(function()
  465.     jpframe.Visible = false
  466.     walkspeed.Visible = true
  467.     functions.Visible = true
  468.     fback.Visible = true
  469.     btools.Visible = true
  470.     infjump.Visible = true
  471. end)
  472.  
  473. -- Walk Speed
  474.  
  475. walkspeed.Name = "walkspeed"
  476. walkspeed.Parent = functions
  477. walkspeed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  478. walkspeed.Position = UDim2.new(0.058426965, 0, 0.23884514, 0)
  479. walkspeed.Size = UDim2.new(0, 172, 0, 50)
  480. walkspeed.Font = Enum.Font.SourceSans
  481. walkspeed.Text = "Walk Speed"
  482. walkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  483. walkspeed.TextSize = 14.000
  484. walkspeed.MouseButton1Click:Connect(function()
  485.     wsframe.Visible = true
  486.     fback.Visible = false
  487.     btools.Visible = false
  488.     infjump.Visible = false
  489. end)
  490.  
  491. wsframe.Name = "wsframe"
  492. wsframe.Parent = walkspeed
  493. wsframe.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  494. wsframe.Position = UDim2.new(-0.151162788, 0, -1.82000005, 0)
  495. wsframe.Size = UDim2.new(0, 445, 0, 381)
  496. wsframe.Visible = false
  497.  
  498. wsnormal.Name = "wsnormal"
  499. wsnormal.Parent = wsframe
  500. wsnormal.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  501. wsnormal.Position = UDim2.new(0.274157315, 0, 0.776902914, 0)
  502. wsnormal.Size = UDim2.new(0, 200, 0, 50)
  503. wsnormal.Font = Enum.Font.SourceSans
  504. wsnormal.Text = "Normal Walk Speed"
  505. wsnormal.TextColor3 = Color3.fromRGB(0, 0, 0)
  506. wsnormal.TextSize = 14.000
  507. wsnormal.MouseButton1Click:Connect(function()
  508.  game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  509. end)
  510.  
  511. ws2.Name = "ws2"
  512. ws2.Parent = wsframe
  513. ws2.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  514. ws2.Position = UDim2.new(0.274157315, 0, 0.606299222, 0)
  515. ws2.Size = UDim2.new(0, 200, 0, 50)
  516. ws2.Font = Enum.Font.SourceSans
  517. ws2.Text = "Walk Speed x2"
  518. ws2.TextColor3 = Color3.fromRGB(0, 0, 0)
  519. ws2.TextSize = 14.000
  520. ws2.MouseButton1Click:Connect(function()
  521.  game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 40
  522. end)
  523.  
  524. ws5.Name = "ws5"
  525. ws5.Parent = wsframe
  526. ws5.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  527. ws5.Position = UDim2.new(0.274157315, 0, 0.435695529, 0)
  528. ws5.Size = UDim2.new(0, 200, 0, 50)
  529. ws5.Font = Enum.Font.SourceSans
  530. ws5.Text = "Walk Speed x5"
  531. ws5.TextColor3 = Color3.fromRGB(0, 0, 0)
  532. ws5.TextSize = 14.000
  533. ws5.MouseButton1Click:Connect(function()
  534.  game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100   
  535. end)
  536.  
  537. ws10.Name = "ws10"
  538. ws10.Parent = wsframe
  539. ws10.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  540. ws10.Position = UDim2.new(0.274157315, 0, 0.259842515, 0)
  541. ws10.Size = UDim2.new(0, 200, 0, 50)
  542. ws10.Font = Enum.Font.SourceSans
  543. ws10.Text = "Walk Speed x10"
  544. ws10.TextColor3 = Color3.fromRGB(0, 0, 0)
  545. ws10.TextSize = 14.000
  546. ws10.MouseButton1Click:Connect(function()
  547.  game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200   
  548. end)
  549.  
  550. wsback.Name = "wsback"
  551. wsback.Parent = wsframe
  552. wsback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  553. wsback.Size = UDim2.new(0, 26, 0, 26)
  554. wsback.Font = Enum.Font.SourceSans
  555. wsback.Text = "Back"
  556. wsback.TextColor3 = Color3.fromRGB(255, 255, 255)
  557. wsback.TextSize = 14.000
  558. wsback.MouseButton1Click:Connect(function()
  559.     wsframe.Visible = false
  560.     functions.Visible = true
  561.     fback.Visible = true
  562.     btools.Visible = true
  563.     infjump.Visible = true
  564. end)
  565.  
  566. -- Infinite Jump
  567.  
  568. infjump.Name = "infjump"
  569. infjump.Parent = functions
  570. infjump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  571. infjump.Position = UDim2.new(0.539325833, 0, 0.64041996, 0)
  572. infjump.Size = UDim2.new(0, 188, 0, 50)
  573. infjump.Font = Enum.Font.SourceSans
  574. infjump.Text = "Infinite Jump"
  575. infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
  576. infjump.TextSize = 14.000
  577. infjump.MouseButton1Click:Connect(function()
  578.     infjump.Text = "Loading."
  579.     wait(0.2)
  580.     infjump.Text = "Loading.."
  581.     wait(0.2)
  582.     infjump.Text = "Loading..."
  583.     wait(0.2)
  584.     infjump.Text = "Loaded!"
  585.     wait(1)
  586.     infjump.Text = "Infinite Jump"
  587. loadstring(game:HttpGet("https://pastebin.com/raw/HQsQysa8", true))()
  588. end)   
  589.  
  590. -- BTools
  591.  
  592. btools.Name = "btools"
  593. btools.Parent = functions
  594. btools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  595. btools.Position = UDim2.new(0.058426965, 0, 0.643044531, 0)
  596. btools.Size = UDim2.new(0, 174, 0, 49)
  597. btools.Font = Enum.Font.SourceSans
  598. btools.Text = "BTools"
  599. btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  600. btools.TextSize = 14.000
  601. btools.MouseButton1Click:Connect(function()
  602.     btools.Text = "Loading."
  603.     wait(0.2)
  604.     btools.Text = "Loading.."
  605.     wait(0.2)
  606.     btools.Text = "Loading..."
  607.     wait(0.2)
  608.     btools.Text = "Loading."
  609.     wait(0.2)
  610.     btools.Text = "Loaded!"
  611.     wait(1)
  612.     btools.Text = "BTools"
  613. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  614. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  615.    if child.ClassName == "Part" then
  616.        child.Locked = false
  617.    end
  618.    if child.ClassName == "MeshPart" then
  619.        child.Locked = false
  620.    end
  621.    if child.ClassName == "UnionOperation" then
  622.        child.Locked = false
  623.    end
  624.    if child.ClassName == "Model" then
  625.        for index, chil in pairs(child:GetChildren()) do
  626.            if chil.ClassName == "Part" then
  627.                chil.Locked = false
  628.            end
  629.            if chil.ClassName == "MeshPart" then
  630.                chil.Locked = false
  631.            end
  632.            if chil.ClassName == "UnionOperation" then
  633.                chil.Locked = false
  634.            end
  635.            if chil.ClassName == "Model" then
  636.                for index, childe in pairs(chil:GetChildren()) do
  637.                    if childe.ClassName == "Part" then
  638.                        childe.Locked = false
  639.                    end
  640.                    if childe.ClassName == "MeshPart" then
  641.                        childe.Locked = false
  642.                    end
  643.                    if childe.ClassName == "UnionOperation" then
  644.                        childe.Locked = false
  645.                    end
  646.                    if childe.ClassName == "Model" then
  647.                        for index, childeo in pairs(childe:GetChildren()) do
  648.                            if childeo.ClassName == "Part" then
  649.                                childeo.Locked = false
  650.                            end
  651.                            if childeo.ClassName == "MeshPart" then
  652.                                childeo.Locked = false
  653.                            end
  654.                            if childeo.ClassName == "UnionOperation" then
  655.                                childeo.Locked = false
  656.                            end
  657.                            if childeo.ClassName == "Model" then
  658.                            end
  659.                        end
  660.                    end
  661.                end
  662.            end
  663.        end
  664.    end
  665. end
  666. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  667. c.BinType = Enum.BinType.Hammer
  668. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  669. c.BinType = Enum.BinType.Clone
  670. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  671. c.BinType = Enum.BinType.Grab
  672. end)
  673.  
  674.  
  675. fback.Name = "fback"
  676. fback.Parent = functions
  677. fback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  678. fback.Size = UDim2.new(0, 26, 0, 26)
  679. fback.Font = Enum.Font.SourceSans
  680. fback.Text = "Back"
  681. fback.TextColor3 = Color3.fromRGB(255, 255, 255)
  682. fback.TextSize = 14.000
  683. fback.MouseButton1Click:Connect(function()
  684.     functions.Visible = false
  685.     scriptsbutton.Visible = true
  686.     guibutton.Visible = true
  687.     infobutton.Visible = true
  688. end)
  689.  
  690. -- GUI's
  691.  
  692. guibutton.Name = "guibutton"
  693. guibutton.Parent = main
  694. guibutton.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  695. guibutton.Position = UDim2.new(0.138547987, 0, 0.440144986, 0)
  696. guibutton.Size = UDim2.new(0, 137, 0, 44)
  697. guibutton.Font = Enum.Font.SourceSans
  698. guibutton.Text = "GUI's"
  699. guibutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  700. guibutton.TextScaled = true
  701. guibutton.TextSize = 14.000
  702. guibutton.TextWrapped = true
  703. guibutton.MouseButton1Click:Connect(function()
  704.     gui.Visible = true
  705.     scriptsbutton.Visible = false
  706.     infobutton.Visible = false
  707. end)
  708.  
  709. gui.Name = "gui"
  710. gui.Parent = guibutton
  711. gui.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  712. gui.Position = UDim2.new(-0.449016929, 0, -3.81125546, 0)
  713. gui.Size = UDim2.new(0, 443, 0, 380)
  714. gui.Visible = false
  715.  
  716. gback.Name = "gback"
  717. gback.Parent = gui
  718. gback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  719. gback.Size = UDim2.new(0, 25, 0, 25)
  720. gback.Font = Enum.Font.SourceSans
  721. gback.Text = "Back"
  722. gback.TextColor3 = Color3.fromRGB(255, 255, 255)
  723. gback.TextSize = 14.000
  724. gback.MouseButton1Click:Connect(function()
  725.     gui.Visible = false
  726.     scriptsbutton.Visible = true
  727.     infobutton.Visible = true
  728. end)
  729.  
  730. -- Actual GUI's
  731.  
  732. energize.Name = "energize"
  733. energize.Parent = gui
  734. energize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  735. energize.Position = UDim2.new(0.586907446, 0, 0.444736838, 0)
  736. energize.Size = UDim2.new(0, 156, 0, 50)
  737. energize.Font = Enum.Font.SourceSans
  738. energize.Text = "Energize"
  739. energize.TextColor3 = Color3.fromRGB(0, 0, 0)
  740. energize.TextSize = 14.000
  741. energize.MouseButton1Click:Connect(function()
  742.  loadstring(game:HttpGet("https://pastebin.com/raw/0MLPL32f", true))()
  743. end)
  744.  
  745. harked.Name = "harked"
  746. harked.Parent = gui
  747. harked.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  748. harked.Position = UDim2.new(0.0564334095, 0, 0.439473689, 0)
  749. harked.Size = UDim2.new(0, 152, 0, 50)
  750. harked.Font = Enum.Font.SourceSans
  751. harked.Text = "Harked"
  752. harked.TextColor3 = Color3.fromRGB(0, 0, 0)
  753. harked.TextSize = 14.000
  754. harked.MouseButton1Click:Connect(function()
  755.  loadstring(game:HttpGet("https://pastebin.com/raw/LXJjrh2L", true))()
  756. end)
  757.  
  758. r15anims.Name = "r15anims"
  759. r15anims.Parent = gui
  760. r15anims.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  761. r15anims.Position = UDim2.new(0.58702898, 0, 0.221052632, 0)
  762. r15anims.Size = UDim2.new(0, 156, 0, 50)
  763. r15anims.Font = Enum.Font.SourceSans
  764. r15anims.Text = "Sochi"
  765. r15anims.TextColor3 = Color3.fromRGB(0, 0, 0)
  766. r15anims.TextSize = 14.000
  767. r15anims.MouseButton1Click:Connect(function()
  768.  loadstring(game:GetObjects("rbxassetid://3190159494")[1].Source)()
  769. end)
  770.  
  771. mm2.Name = "mm2"
  772. mm2.Parent = gui
  773. mm2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  774. mm2.Position = UDim2.new(0.0564334095, 0, 0.221052632, 0)
  775. mm2.Size = UDim2.new(0, 152, 0, 50)
  776. mm2.Font = Enum.Font.SourceSans
  777. mm2.Text = "Vynixu's Murder Mystery 2"
  778. mm2.TextColor3 = Color3.fromRGB(0, 0, 0)
  779. mm2.TextSize = 14.000
  780. mm2.MouseButton1Click:Connect(function()
  781.  loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  782. end)
  783.  
  784. aimbotgui.Name = "aimbotgui"
  785. aimbotgui.Parent = gui
  786. aimbotgui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  787. aimbotgui.Position = UDim2.new(0.586907446, 0, 0.639473677, 0)
  788. aimbotgui.Size = UDim2.new(0, 156, 0, 50)
  789. aimbotgui.Font = Enum.Font.SourceSans
  790. aimbotgui.Text = "Aimbot, ESP & Chams"
  791. aimbotgui.TextColor3 = Color3.fromRGB(0, 0, 0)
  792. aimbotgui.TextSize = 14.000
  793. aimbotgui.MouseButton1Click:Connect(function()
  794.  loadstring(game:HttpGet("https://pastebin.com/raw/x0vqjWXT", true))()
  795. end)
  796.  
  797. plife.Name = "plife"
  798. plife.Parent = gui
  799. plife.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  800. plife.Position = UDim2.new(0.0564334095, 0, 0.639473677, 0)
  801. plife.Size = UDim2.new(0, 152, 0, 50)
  802. plife.Font = Enum.Font.SourceSans
  803. plife.Text = "Prison Life OP"
  804. plife.TextColor3 = Color3.fromRGB(0, 0, 0)
  805. plife.TextSize = 14.000
  806. plife.MouseButton1Click:Connect(function()
  807.  loadstring(game:HttpGet("https://pastebin.com/raw/yHuqYsYn", true))()
  808. end)
  809.  
  810. guiwip.Parent = gui
  811. guiwip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  812. guiwip.BackgroundTransparency = 1.000
  813. guiwip.Position = UDim2.new(0.0564334095, 0, 0.823684216, 0)
  814. guiwip.Size = UDim2.new(0, 391, 0, 50)
  815. guiwip.Font = Enum.Font.SourceSans
  816. guiwip.Text = "More GUI's coming soon, stay tuned!"
  817. guiwip.TextColor3 = Color3.fromRGB(0, 0, 0)
  818. guiwip.TextSize = 14.000
  819.  
  820. -- Information / Instructions
  821.  
  822. infobutton.Name = "infobutton"
  823. infobutton.Parent = main
  824. infobutton.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  825. infobutton.Position = UDim2.new(0.551923096, 0, 0.294188052, 0)
  826. infobutton.Size = UDim2.new(0, 137, 0, 41)
  827. infobutton.Font = Enum.Font.SourceSans
  828. infobutton.Text = "Instructions"
  829. infobutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  830. infobutton.TextScaled = true
  831. infobutton.TextSize = 14.000
  832. infobutton.TextWrapped = true
  833. infobutton.MouseButton1Click:Connect(function()
  834.     info.Visible = true
  835.     scriptsbutton.Visible = false
  836. end)
  837.  
  838. info.Name = "info"
  839. info.Parent = infobutton
  840. info.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  841. info.Position = UDim2.new(-1.78871405, 0, -2.73379636, 0)
  842. info.Size = UDim2.new(0, 444, 0, 380)
  843. info.Visible = false
  844.  
  845. prem.Name = "prem"
  846. prem.Parent = info
  847. prem.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  848. prem.BackgroundTransparency = 1.000
  849. prem.BorderSizePixel = 0
  850. prem.Position = UDim2.new(0.0355343223, 0, 0.238941848, 0)
  851. prem.Size = UDim2.new(0, 412, 0, 103)
  852. prem.Font = Enum.Font.SourceSans
  853. prem.Text = "Make sure to run BamBoozle GUI on a Premium Executor else might cause malfunctions in scripts..."
  854. prem.TextColor3 = Color3.fromRGB(0, 0, 0)
  855. prem.TextScaled = true
  856. prem.TextSize = 14.000
  857. prem.TextWrapped = true
  858.  
  859. iback.Name = "iback"
  860. iback.Parent = info
  861. iback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  862. iback.Size = UDim2.new(0, 27, 0, 25)
  863. iback.Font = Enum.Font.SourceSans
  864. iback.Text = "Back"
  865. iback.TextColor3 = Color3.fromRGB(255, 255, 255)
  866. iback.TextSize = 14.000
  867. iback.MouseButton1Click:Connect(function()
  868.     info.Visible = false
  869.     scriptsbutton.Visible = true
  870. end)
  871.  
  872. prom.Name = "prom"
  873. prom.Parent = info
  874. prom.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  875. prom.BackgroundTransparency = 1.000
  876. prom.BorderSizePixel = 0
  877. prom.Position = UDim2.new(0.0608108118, 0, 0.528947413, 0)
  878. prom.Size = UDim2.new(0, 389, 0, 149)
  879. prom.Font = Enum.Font.SourceSans
  880. prom.Text = "Want your Script / GUI featured on BamBoozle? Contact me on Discord at Aleksandar#2880"
  881. prom.TextColor3 = Color3.fromRGB(255, 85, 255)
  882. prom.TextScaled = true
  883. prom.TextSize = 14.000
  884. prom.TextWrapped = true
  885.  
  886. -- Scripts
  887.  
  888. scriptsbutton.Name = "scriptsbutton"
  889. scriptsbutton.Parent = main
  890. scriptsbutton.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
  891. scriptsbutton.Position = UDim2.new(0.140800208, 0, 0.294188082, 0)
  892. scriptsbutton.Selectable = false
  893. scriptsbutton.Size = UDim2.new(0, 137, 0, 41)
  894. scriptsbutton.Font = Enum.Font.SourceSans
  895. scriptsbutton.Text = "Scripts"
  896. scriptsbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  897. scriptsbutton.TextScaled = true
  898. scriptsbutton.TextSize = 14.000
  899. scriptsbutton.TextWrapped = true
  900. scriptsbutton.MouseButton1Click:Connect(function()
  901.     scripts.Visible  = true
  902. end)
  903.  
  904. scripts.Name = "scripts"
  905. scripts.Parent = scriptsbutton
  906. scripts.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  907. scripts.Position = UDim2.new(-0.456315994, 0, -2.7337966, 0)
  908. scripts.Size = UDim2.new(0, 443, 0, 380)
  909. scripts.Visible = false
  910.  
  911. -- Actual scripts
  912.  
  913. xester.Name = "xester"
  914. xester.Parent = scripts
  915. xester.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  916. xester.Position = UDim2.new(0.109849639, 0, 0.294962257, 0)
  917. xester.Size = UDim2.new(0, 135, 0, 30)
  918. xester.Font = Enum.Font.SourceSans
  919. xester.Text = "Xester"
  920. xester.TextColor3 = Color3.fromRGB(0, 0, 0)
  921. xester.TextSize = 14.000
  922. xester.MouseButton1Click:Connect(function()
  923.  loadstring(game:HttpGet("https://pastebin.com/raw/ti1g3XWQ", true))() 
  924. end)
  925.  
  926. infyield.Name = "infyield" -- FIXED
  927. infyield.Parent = scripts
  928. infyield.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  929. infyield.Position = UDim2.new(0.592079759, 0, 0.294962257, 0)
  930. infyield.Size = UDim2.new(0, 135, 0, 30)
  931. infyield.Font = Enum.Font.SourceSans
  932. infyield.Text = "Infinite Yield"
  933. infyield.TextColor3 = Color3.fromRGB(0, 0, 0)
  934. infyield.TextSize = 14.000
  935. infyield.MouseButton1Click:Connect(function()
  936.  loadstring(game:HttpGet("https://pastebin.com/raw/X8uEMy7T", true))()
  937. end)
  938.  
  939. reviz.Name = "reviz" -- FIXED
  940. reviz.Parent = scripts
  941. reviz.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  942. reviz.Position = UDim2.new(0.111565515, 0, 0.450199246, 0)
  943. reviz.Size = UDim2.new(0, 135, 0, 35)
  944. reviz.Font = Enum.Font.SourceSans
  945. reviz.Text = "Reviz"
  946. reviz.TextColor3 = Color3.fromRGB(0, 0, 0)
  947. reviz.TextSize = 14.000
  948. reviz.MouseButton1Click:Connect(function()
  949.  loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7", true))() 
  950. end)
  951.  
  952. dex.Name = "dex" -- FIXED
  953. dex.Parent = scripts
  954. dex.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  955. dex.Position = UDim2.new(0.592079759, 0, 0.450199246, 0)
  956. dex.Size = UDim2.new(0, 136, 0, 35)
  957. dex.Font = Enum.Font.SourceSans
  958. dex.Text = "Dex Explorer v2"
  959. dex.TextColor3 = Color3.fromRGB(0, 0, 0)
  960. dex.TextSize = 14.000
  961. dex.MouseButton1Click:Connect(function()
  962.  loadstring(game:HttpGet("https://pastebin.com/raw/Ht4zRXj8", true))()
  963. end)
  964.  
  965. mc2.Name = "mc2"
  966. mc2.Parent = scripts
  967. mc2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  968. mc2.Position = UDim2.new(0.111565515, 0, 0.615707397, 0)
  969. mc2.Size = UDim2.new(0, 135, 0, 34)
  970. mc2.Font = Enum.Font.SourceSans
  971. mc2.Text = "Mega Combat v2"
  972. mc2.TextColor3 = Color3.fromRGB(0, 0, 0)
  973. mc2.TextSize = 14.000
  974. mc2.MouseButton1Click:Connect(function()
  975.  loadstring(game:HttpGet("https://pastebin.com/raw/KCgid8pH", true))()
  976. end)
  977.  
  978. mc3.Name = "mc3" -- FIXED
  979. mc3.Parent = scripts
  980. mc3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  981. mc3.Position = UDim2.new(0.592079759, 0, 0.615707397, 0)
  982. mc3.Size = UDim2.new(0, 136, 0, 34)
  983. mc3.Font = Enum.Font.SourceSans
  984. mc3.Text = "Grab Knife V4"
  985. mc3.TextColor3 = Color3.fromRGB(0, 0, 0)
  986. mc3.TextSize = 14.000
  987. mc3.MouseButton1Click:Connect(function()
  988.  loadstring(game:HttpGet("https://pastebin.com/raw/iHgU71Df", true))()
  989. end)
  990.  
  991. shattervest.Name = "shattervest"
  992. shattervest.Parent = scripts
  993. shattervest.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  994. shattervest.Position = UDim2.new(0.111565515, 0, 0.787038088, 0)
  995. shattervest.Size = UDim2.new(0, 135, 0, 33)
  996. shattervest.Font = Enum.Font.SourceSans
  997. shattervest.Text = "Shattervast"
  998. shattervest.TextColor3 = Color3.fromRGB(0, 0, 0)
  999. shattervest.TextSize = 14.000
  1000. shattervest.MouseButton1Click:Connect(function()
  1001.  loadstring(game:HttpGet("https://pastebin.com/raw/iL4NRDux", true))()
  1002. end)
  1003.  
  1004. arsaim.Name = "arsaim" -- FIXED
  1005. arsaim.Parent = scripts
  1006. arsaim.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1007. arsaim.Position = UDim2.new(0.588979602, 0, 0.787038088, 0)
  1008. arsaim.Size = UDim2.new(0, 136, 0, 33)
  1009. arsaim.Font = Enum.Font.SourceSans
  1010. arsaim.Text = "Arsenal"
  1011. arsaim.TextColor3 = Color3.fromRGB(0, 0, 0)
  1012. arsaim.TextSize = 14.000
  1013. arsaim.MouseButton1Click:Connect(function()
  1014. loadstring(game:HttpGet("https://pastebin.com/raw/s1C5zKAj", true))()
  1015. end)
  1016.  
  1017. soon.Name = "soon"
  1018. soon.Parent = scripts
  1019. soon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1020. soon.BackgroundTransparency = 1.000
  1021. soon.BorderColor3 = Color3.fromRGB(27, 42, 53)
  1022. soon.BorderSizePixel = 0
  1023. soon.Position = UDim2.new(0.00418588519, 0, 0.892381668, 0)
  1024. soon.Size = UDim2.new(0, 442, 0, 41)
  1025. soon.Font = Enum.Font.SourceSans
  1026. soon.Text = "More scripts coming soon, stay updated!"
  1027. soon.TextColor3 = Color3.fromRGB(0, 0, 0)
  1028. soon.TextSize = 14.000
  1029.  
  1030. sback.Name = "sback"
  1031. sback.Parent = scripts
  1032. sback.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1033. sback.Position = UDim2.new(0.0026359472, 0, 0, 0)
  1034. sback.Size = UDim2.new(0, 36, 0, 25)
  1035. sback.Font = Enum.Font.SourceSans
  1036. sback.Text = "Back"
  1037. sback.TextColor3 = Color3.fromRGB(255, 255, 255)
  1038. sback.TextSize = 14.000
  1039. sback.MouseButton1Click:Connect(function()
  1040.     scripts.Visible = false
  1041. end)
  1042.  
  1043. -- BamBoozle Title
  1044.  
  1045. Title.Name = "Title"
  1046. Title.Parent = main
  1047. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1048. Title.BackgroundTransparency = 1.000
  1049. Title.BorderColor3 = Color3.fromRGB(27, 42, 53)
  1050. Title.BorderSizePixel = 0
  1051. Title.Position = UDim2.new(0.0365515836, 0, 0.0435528308, 0)
  1052. Title.Size = UDim2.new(0, 412, 0, 50)
  1053. Title.Font = Enum.Font.Highway
  1054. Title.Text = "BamBoozle"
  1055. Title.TextColor3 = Color3.fromRGB(0, 85, 0)
  1056. Title.TextScaled = true
  1057. Title.TextSize = 14.000
  1058. Title.TextWrapped = true
  1059.  
  1060. -- Open menu button
  1061.  
  1062. open.Name = "open"
  1063. open.Parent = ScreenGui
  1064. open.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1065. open.Position = UDim2.new(0, 0, 0.6, 0)
  1066. open.Size = UDim2.new(0, 149, 0, 32)
  1067. open.Visible = false
  1068. open.Font = Enum.Font.Cartoon
  1069. open.Text = "Open"
  1070. open.TextColor3 = Color3.fromRGB(0, 85, 0)
  1071. open.TextScaled = true
  1072. open.TextSize = 14.000
  1073. open.TextWrapped = true
  1074. open.MouseButton1Click:Connect(function()
  1075.     main.Visible = true
  1076.     open.Visible = false
  1077. end)
Add Comment
Please, Sign In to add comment