exxplooiitt

Untitled

Nov 9th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 166.66 KB | None | 0 0
  1. --Objects
  2. plr = game.Players.LocalPlayer
  3. local ZetoxV4new = Instance.new("ScreenGui")
  4. local ZetoxV4 = Instance.new("Frame")
  5. local GuiRadio = Instance.new("TextButton")
  6. local ShottyUstawienia = Instance.new("TextButton")
  7. local GuiSzybkos = Instance.new("TextButton")
  8. local Atakowanie = Instance.new("TextButton")
  9. local ZetoxV3 = Instance.new("TextButton")
  10. local Animacje = Instance.new("TextButton")
  11. local Ustawienia = Instance.new("TextButton")
  12. local Twurca = Instance.new("TextButton")
  13. local ZetoxV4_2 = Instance.new("TextLabel")
  14. local CloseZetoxV4 = Instance.new("TextButton")
  15. local Zetox = Instance.new("TextButton")
  16. --Properties:
  17. ZetoxV4new.Name = "ZetoxV4new"
  18. ZetoxV4new.Parent = plr.PlayerGui
  19.  
  20. ZetoxV4.Name = "ZetoxV4"
  21. ZetoxV4.Parent = ZetoxV4new
  22. ZetoxV4.BackgroundColor3 = Color3.new(0.388235, 0.423529, 0.419608)
  23. ZetoxV4.BorderSizePixel = 14
  24. ZetoxV4.Position = UDim2.new(0.00638686307, 0, 0.413662225, 0)
  25. ZetoxV4.Size = UDim2.new(0, 301, 0, 299)
  26.  
  27. GuiRadio.Name = "GuiRadio"
  28. GuiRadio.Parent = ZetoxV4
  29. GuiRadio.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  30. GuiRadio.BorderSizePixel = 9
  31. GuiRadio.Position = UDim2.new(0.514950156, 0, 0.728606164, 0)
  32. GuiRadio.Size = UDim2.new(0, 137, 0, 54)
  33. GuiRadio.Font = Enum.Font.Arial
  34. GuiRadio.Text = "[RADIO GUI]"
  35. GuiRadio.TextColor3 = Color3.new(0, 0, 0)
  36. GuiRadio.TextSize = 14
  37. GuiRadio.MouseButton1Down:connect(function()
  38. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Radio gui has been opened!" ,"All")
  39. wait (0.1)
  40. --Objects
  41. plr = game.Players.LocalPlayer
  42. local mama = Instance.new("ScreenGui")
  43. local RadioMum = Instance.new("Frame")
  44. local Wypiernie = Instance.new("TextLabel")
  45. local Trzymajoce = Instance.new("TextButton")
  46. local Niewidzialne = Instance.new("TextButton")
  47. local CloseFrameRadio = Instance.new("TextButton")
  48. --Properties:
  49. mama.Name = "mama"
  50. mama.Parent = plr.PlayerGui
  51.  
  52. RadioMum.Name = "RadioMum"
  53. RadioMum.Parent = mama
  54. RadioMum.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  55. RadioMum.BorderSizePixel = 5
  56. RadioMum.Position = UDim2.new(0.549674988, 0, 0.56356734, 0)
  57. RadioMum.Size = UDim2.new(0, 227, 0, 218)
  58. RadioMum.Active = true
  59. RadioMum.Draggable = true
  60.  
  61. Wypiernie.Name = "Wypiernie"
  62. Wypiernie.Parent = RadioMum
  63. Wypiernie.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  64. Wypiernie.BorderSizePixel = 5
  65. Wypiernie.Size = UDim2.new(0, 227, 0, 50)
  66. Wypiernie.Font = Enum.Font.SourceSans
  67. Wypiernie.Text = "RADIO GUI"
  68. Wypiernie.TextColor3 = Color3.new(0, 0, 0)
  69. Wypiernie.TextSize = 14
  70.  
  71. Trzymajoce.Name = "Trzymajoce"
  72. Trzymajoce.Parent = RadioMum
  73. Trzymajoce.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  74. Trzymajoce.BorderSizePixel = 5
  75. Trzymajoce.Position = UDim2.new(0.0572687238, 0, 0.651983738, 0)
  76. Trzymajoce.Size = UDim2.new(0, 200, 0, 50)
  77. Trzymajoce.Font = Enum.Font.SourceSans
  78. Trzymajoce.Text = "HOLDING RADIO"
  79. Trzymajoce.TextColor3 = Color3.new(0, 0, 0)
  80. Trzymajoce.TextSize = 14
  81. Trzymajoce.MouseButton1Down:connect(function()
  82. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Holding radio has been turned on!" ,"All")
  83. wait (0.1)
  84. game.Players.LocalPlayer.Backpack.BoomBox.GripPos = Vector3.new(0,0.8,0)
  85. game.Players.LocalPlayer.Backpack.BoomBox.GripRight = Vector3.new(-6,0,90)
  86. game.Players.LocalPlayer.Backpack.BoomBox.GripForward = Vector3.new(6,-120,0)
  87. end)
  88.  
  89.  
  90. Niewidzialne.Name = "Niewidzialne"
  91. Niewidzialne.Parent = RadioMum
  92. Niewidzialne.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  93. Niewidzialne.BorderSizePixel = 5
  94. Niewidzialne.Position = UDim2.new(0.0572687238, 0, 0.32110092, 0)
  95. Niewidzialne.Size = UDim2.new(0, 200, 0, 50)
  96. Niewidzialne.Font = Enum.Font.SourceSans
  97. Niewidzialne.Text = "INVISIBLE RADIO"
  98. Niewidzialne.TextColor3 = Color3.new(0, 0, 0)
  99. Niewidzialne.TextSize = 14
  100. Niewidzialne.MouseButton1Down:connect(function()
  101. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Invisible radio has been turned on!" ,"All")
  102. wait (0.1)
  103. game.Players.LocalPlayer.Backpack.BoomBox.GripPos = Vector3.new(0,0.0,8)
  104. game.Players.LocalPlayer.Backpack.BoomBox.GripRight = Vector3.new(0,0,0)
  105. game.Players.LocalPlayer.Backpack.BoomBox.GripForward = Vector3.new(-300,-300,-300)
  106. end)
  107.  
  108. CloseFrameRadio.Name = "CloseFrameRadio"
  109. CloseFrameRadio.Parent = RadioMum
  110. CloseFrameRadio.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  111. CloseFrameRadio.BorderSizePixel = 5
  112. CloseFrameRadio.Position = UDim2.new(0.894273102, 0, 0, 0)
  113. CloseFrameRadio.Size = UDim2.new(0, 24, 0, 22)
  114. CloseFrameRadio.Font = Enum.Font.SourceSans
  115. CloseFrameRadio.Text = "X"
  116. CloseFrameRadio.TextColor3 = Color3.new(0, 0, 0)
  117. CloseFrameRadio.TextSize = 14
  118. CloseFrameRadio.MouseButton1Down:connect(function()
  119. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Radio gui has been closed!" ,"All")
  120. wait (0.1)
  121. RadioMum.Visible = false
  122. end)
  123.  
  124. -- RADIO GUI IS GOOD
  125.  
  126. end)
  127.  
  128. ShottyUstawienia.Name = "ShottyUstawienia"
  129. ShottyUstawienia.Parent = ZetoxV4
  130. ShottyUstawienia.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  131. ShottyUstawienia.BorderSizePixel = 9
  132. ShottyUstawienia.Position = UDim2.new(0.0299003329, 0, 0.728606164, 0)
  133. ShottyUstawienia.Size = UDim2.new(0, 131, 0, 54)
  134. ShottyUstawienia.Font = Enum.Font.Arial
  135. ShottyUstawienia.Text = "[SHOTTY GUI]"
  136. ShottyUstawienia.TextColor3 = Color3.new(0, 0, 0)
  137. ShottyUstawienia.TextSize = 14
  138. ShottyUstawienia.MouseButton1Down:connect(function()
  139. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Shotty gui has been opened!" ,"All")
  140. wait (0.1)
  141. --Objects
  142. plr = game.Players.LocalPlayer
  143. local Mom = Instance.new("ScreenGui")
  144. local DraggFrame10 = Instance.new("Frame")
  145. local ShottyCamera = Instance.new("TextButton")
  146. local ShottyDuck = Instance.new("TextButton")
  147. local ShottyDrag = Instance.new("TextButton")
  148. local ShottyN10 = Instance.new("TextLabel")
  149. local CloseMum = Instance.new("TextButton")
  150. --Properties:
  151. Mom.Name = "Mom"
  152. Mom.Parent = plr.PlayerGui
  153.  
  154. DraggFrame10.Name = "DraggFrame10"
  155. DraggFrame10.Parent = Mom
  156. DraggFrame10.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  157. DraggFrame10.BorderSizePixel = 5
  158. DraggFrame10.Position = UDim2.new(0.803156912, 0, 0.242884248, 0)
  159. DraggFrame10.Size = UDim2.new(0, 196, 0, 270)
  160. DraggFrame10.Active = true
  161. DraggFrame10.Draggable = true
  162.  
  163. ShottyCamera.Name = "ShottyCamera"
  164. ShottyCamera.Parent = DraggFrame10
  165. ShottyCamera.BackgroundColor3 = Color3.new(1, 0, 1)
  166. ShottyCamera.BorderSizePixel = 5
  167. ShottyCamera.Position = UDim2.new(0.0918367356, 0, 0.748148143, 0)
  168. ShottyCamera.Size = UDim2.new(0, 160, 0, 50)
  169. ShottyCamera.Font = Enum.Font.SourceSans
  170. ShottyCamera.Text = "SHOTTY CAMERA"
  171. ShottyCamera.TextColor3 = Color3.new(0, 0, 0)
  172. ShottyCamera.TextSize = 14
  173. ShottyCamera.MouseButton1Down:connect(function()
  174. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Shotty camera has been turned on!" ,"All")
  175. wait (0.1)
  176. game.Players.LocalPlayer.Backpack.Shotty.GripPos = Vector3.new(0,0.1,36)
  177. game.Players.LocalPlayer.Backpack.Shotty.GripRight = Vector3.new(-6,0,90)
  178. game.Players.LocalPlayer.Backpack.Shotty.GripForward = Vector3.new(6,-120,0)
  179. end)
  180.  
  181. ShottyDuck.Name = "ShottyDuck"
  182. ShottyDuck.Parent = DraggFrame10
  183. ShottyDuck.BackgroundColor3 = Color3.new(1, 0, 1)
  184. ShottyDuck.BorderSizePixel = 5
  185. ShottyDuck.Position = UDim2.new(0.0918367356, 0, 0.448148161, 0)
  186. ShottyDuck.Size = UDim2.new(0, 160, 0, 50)
  187. ShottyDuck.Font = Enum.Font.SourceSans
  188. ShottyDuck.Text = "SHOTTY DICK"
  189. ShottyDuck.TextColor3 = Color3.new(0, 0, 0)
  190. ShottyDuck.TextSize = 14
  191. ShottyDuck.MouseButton1Down:connect(function()
  192. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Shotty dick has been turned on!" ,"All")
  193. wait (0.1)
  194. game.Players.LocalPlayer.Shotty.GripPos = Vector3.new(1, 2, -1)
  195. end)
  196.  
  197.  
  198. ShottyDrag.Name = "ShottyDrag"
  199. ShottyDrag.Parent = DraggFrame10
  200. ShottyDrag.BackgroundColor3 = Color3.new(1, 0, 1)
  201. ShottyDrag.BorderSizePixel = 5
  202. ShottyDrag.Position = UDim2.new(0.0918367356, 0, 0.19629629, 0)
  203. ShottyDrag.Size = UDim2.new(0, 160, 0, 50)
  204. ShottyDrag.Font = Enum.Font.SourceSans
  205. ShottyDrag.Text = "DRAG SHOTTY"
  206. ShottyDrag.TextColor3 = Color3.new(0, 0, 0)
  207. ShottyDrag.TextSize = 14
  208. ShottyDrag.MouseButton1Down:connect(function()
  209. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Drag shotty has been turned on!" ,"All")
  210. wait (0.1)
  211. game.Players.LocalPlayer.Backpack.Shotty.GripUp = Vector3.new(45,-1,-24)
  212. game.Players.LocalPlayer.Backpack.Shotty.GripRight = Vector3.new(1.2,0.6,-0.2)
  213. end)
  214.  
  215. ShottyN10.Name = "ShottyN10"
  216. ShottyN10.Parent = DraggFrame10
  217. ShottyN10.BackgroundColor3 = Color3.new(1, 0.576471, 0.603922)
  218. ShottyN10.BorderSizePixel = 5
  219. ShottyN10.Size = UDim2.new(0, 196, 0, 42)
  220. ShottyN10.Font = Enum.Font.SourceSans
  221. ShottyN10.Text = "SHOTTY GUI"
  222. ShottyN10.TextColor3 = Color3.new(0, 0, 0)
  223. ShottyN10.TextSize = 14
  224.  
  225. CloseMum.Name = "CloseMum"
  226. CloseMum.Parent = DraggFrame10
  227. CloseMum.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  228. CloseMum.BorderSizePixel = 5
  229. CloseMum.Position = UDim2.new(0.908163249, 0, 0, 0)
  230. CloseMum.Size = UDim2.new(0, 18, 0, 20)
  231. CloseMum.Font = Enum.Font.SourceSans
  232. CloseMum.Text = "X"
  233. CloseMum.TextColor3 = Color3.new(0, 0, 0)
  234. CloseMum.TextSize = 14
  235. CloseMum.MouseButton1Down:connect(function()
  236. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Shotty gui has been closed!" ,"All")
  237. wait (0.1)
  238. DraggFrame10.Visible = false
  239. end)
  240. -- MUM XD
  241. end)
  242.  
  243. GuiSzybkos.Name = "GuiSzybkos"
  244. GuiSzybkos.Parent = ZetoxV4
  245. GuiSzybkos.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  246. GuiSzybkos.BorderSizePixel = 9
  247. GuiSzybkos.Position = UDim2.new(0.514950156, 0, 0.499845862, 0)
  248. GuiSzybkos.Size = UDim2.new(0, 137, 0, 54)
  249. GuiSzybkos.Font = Enum.Font.Arial
  250. GuiSzybkos.Text = "[BYPASS GUI]"
  251. GuiSzybkos.TextColor3 = Color3.new(0, 0, 0)
  252. GuiSzybkos.TextSize = 14
  253. GuiSzybkos.MouseButton1Down:connect(function()
  254. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Bypass opened!" ,"All")
  255. wait (0.1)
  256. --Objects
  257. plr = game.Players.LocalPlayer
  258. local BoogaFucker = Instance.new("ScreenGui")
  259. local BoogaFuckerPackageFrame = Instance.new("Frame")
  260. local MainFrame = Instance.new("Frame")
  261. local Brandname = Instance.new("TextLabel")
  262. local Border = Instance.new("ImageLabel")
  263. local Border_2 = Instance.new("ImageLabel")
  264. local Border_3 = Instance.new("ImageLabel")
  265. local Border_4 = Instance.new("ImageLabel")
  266. local Border_5 = Instance.new("ImageLabel")
  267. local Border_6 = Instance.new("ImageLabel")
  268. local Border_7 = Instance.new("ImageLabel")
  269. local Border_8 = Instance.new("ImageLabel")
  270. local BackGround = Instance.new("Frame")
  271. local Border_9 = Instance.new("Frame")
  272. local ShadowBrandName = Instance.new("TextLabel")
  273. local KeyBindsMain = Instance.new("Frame")
  274. local Border_10 = Instance.new("ImageLabel")
  275. local Border_11 = Instance.new("ImageLabel")
  276. local Border_12 = Instance.new("ImageLabel")
  277. local Border_13 = Instance.new("ImageLabel")
  278. local Border_14 = Instance.new("ImageLabel")
  279. local SpeedInstaDestroytext = Instance.new("TextLabel")
  280. local Speedkeybindtextbox = Instance.new("TextBox")
  281. local Keybindsname = Instance.new("TextLabel")
  282. local ShadowKeybindsname = Instance.new("TextLabel")
  283. local Dropallitemstext = Instance.new("TextLabel")
  284. local Dropallitemskeybindtextbox = Instance.new("TextBox")
  285. local Redtheme = Instance.new("TextButton")
  286. local Pinktheme = Instance.new("TextButton")
  287. local Bluetheme = Instance.new("TextButton")
  288. local Autopickuptext = Instance.new("TextLabel")
  289. local Dropallitemskeybindtextbox_2 = Instance.new("TextBox")
  290. local Speed = Instance.new("TextButton")
  291. local TextButton = Instance.new("Frame")
  292. local CreditsMain = Instance.new("Frame")
  293. local Border_15 = Instance.new("ImageLabel")
  294. local Border_16 = Instance.new("ImageLabel")
  295. local Border_17 = Instance.new("ImageLabel")
  296. local Border_18 = Instance.new("ImageLabel")
  297. local Border_19 = Instance.new("ImageLabel")
  298. local Speedchangetext = Instance.new("TextLabel")
  299. local Changespeedtextbox = Instance.new("TextBox")
  300. local JumpPower = Instance.new("TextButton")
  301. local TextButtonnoyou = Instance.new("Frame")
  302. local JumpPowernumber = Instance.new("TextBox")
  303. local Dropallitemstext_2 = Instance.new("TextButton")
  304. local TextButtonyougey = Instance.new("Frame")
  305. local Dropallinventorynumber = Instance.new("TextBox")
  306. local KeybindsOpenClose = Instance.new("TextButton")
  307. local InfiniteJump = Instance.new("TextButton")
  308. local TextButton_2 = Instance.new("Frame")
  309. local CreditsOpenClose = Instance.new("TextButton")
  310. local esptrack = Instance.new("TextButton")
  311. local TextButtonEsp = Instance.new("Frame")
  312. local Removealleffects = Instance.new("TextButton")
  313. local TextButtonRAE = Instance.new("Frame")
  314. local AutoPickup = Instance.new("TextButton")
  315. local TextButtonAP = Instance.new("Frame")
  316. local StartFrame = Instance.new("Frame")
  317. local StartHeaderBorder = Instance.new("Frame")
  318. local StartFooterBorder = Instance.new("Frame")
  319. local StartName = Instance.new("TextLabel")
  320. local FREEbutton = Instance.new("TextButton")
  321. local PREMIUMbutton = Instance.new("TextButton")
  322. local StartMidBorder = Instance.new("Frame")
  323. local StartRightBorder = Instance.new("Frame")
  324. local StartLeftBorder = Instance.new("Frame")
  325. local StartFreeText = Instance.new("TextLabel")
  326. local StartPremiumText = Instance.new("TextLabel")
  327. local StartName_2 = Instance.new("TextLabel")
  328. local LoginFrame = Instance.new("Frame")
  329. local LoginHeaderBorder = Instance.new("Frame")
  330. local LoginFooterBorder = Instance.new("Frame")
  331. local LoginName = Instance.new("TextLabel")
  332. local LoginConfirm = Instance.new("TextButton")
  333. local LoginRightBorder = Instance.new("Frame")
  334. local LoginLeftBorder = Instance.new("Frame")
  335. local LoginBackButton = Instance.new("TextButton")
  336. local LoginUser = Instance.new("TextBox")
  337. local LoginPass = Instance.new("TextBox")
  338. local KeyBind = Instance.new("Frame")
  339. local KeyBindFinishStartupButton = Instance.new("TextButton")
  340. local KeyBindHeather = Instance.new("Frame")
  341. local KeyBindStartupTextBox = Instance.new("TextBox")
  342. local KeyBindSetupText = Instance.new("TextLabel")
  343. local KeyBindName = Instance.new("TextLabel")
  344.  
  345. -- Properties
  346.  
  347. BoogaFucker.Name = "BoogaFucker"
  348. BoogaFucker.Parent = plr.PlayerGui
  349.  
  350. BoogaFuckerPackageFrame.Name = "BoogaFucker PackageFrame"
  351. BoogaFuckerPackageFrame.Parent = BoogaFucker
  352. BoogaFuckerPackageFrame.Active = true
  353. BoogaFuckerPackageFrame.BackgroundColor3 = Color3.new(1, 1, 0.921569)
  354. BoogaFuckerPackageFrame.BackgroundTransparency = 1
  355. BoogaFuckerPackageFrame.BorderSizePixel = 0
  356. BoogaFuckerPackageFrame.Position = UDim2.new(0.63731128, -275, 0.766912699, -150)
  357. BoogaFuckerPackageFrame.Selectable = true
  358. BoogaFuckerPackageFrame.Size = UDim2.new(0, 550, 0, 300)
  359. BoogaFuckerPackageFrame.ZIndex = 2
  360. BoogaFuckerPackageFrame.Draggable = true
  361.  
  362. MainFrame.Name = "MainFrame"
  363. MainFrame.Parent = BoogaFuckerPackageFrame
  364. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  365. MainFrame.BackgroundTransparency = 1
  366. MainFrame.BorderSizePixel = 0
  367. MainFrame.NextSelectionLeft = Border_3
  368. MainFrame.Position = UDim2.new(0, 12, 0, 12)
  369. MainFrame.Size = UDim2.new(1, -24, 1, -24)
  370.  
  371. Brandname.Name = "Brandname"
  372. Brandname.Parent = MainFrame
  373. Brandname.BackgroundColor3 = Color3.new(1, 1, 1)
  374. Brandname.BackgroundTransparency = 1
  375. Brandname.Position = UDim2.new(0.24809885, 0, -0.0217391308, 0)
  376. Brandname.Size = UDim2.new(0.503802299, 0, 0.177536234, 0)
  377. Brandname.ZIndex = 2
  378. Brandname.Font = Enum.Font.SourceSansBold
  379. Brandname.FontSize = Enum.FontSize.Size14
  380. Brandname.Text = "THE STREETS"
  381. Brandname.TextColor3 = Color3.new(1, 1, 1)
  382. Brandname.TextScaled = true
  383. Brandname.TextSize = 14
  384. Brandname.TextStrokeTransparency = 0
  385. Brandname.TextWrapped = true
  386.  
  387. Border.Name = "Border"
  388. Border.Parent = MainFrame
  389. Border.BackgroundColor3 = Color3.new(1, 1, 1)
  390. Border.BackgroundTransparency = 1
  391. Border.BorderSizePixel = 0
  392. Border.Position = UDim2.new(1, 0, 0, 0)
  393. Border.Size = UDim2.new(0, 12, 1, 0)
  394. Border.Image = "http://www.roblox.com/asset/?id=238725003"
  395. Border.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  396. Border.ImageRectOffset = Vector2.new(24, 12)
  397. Border.ImageRectSize = Vector2.new(12, 12)
  398.  
  399. Border_2.Name = "Border"
  400. Border_2.Parent = MainFrame
  401. Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
  402. Border_2.BackgroundTransparency = 1
  403. Border_2.BorderSizePixel = 0
  404. Border_2.Position = UDim2.new(1, 0, 1, 0)
  405. Border_2.Size = UDim2.new(0, 12, 0, 12)
  406. Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
  407. Border_2.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  408. Border_2.ImageRectOffset = Vector2.new(24, 24)
  409. Border_2.ImageRectSize = Vector2.new(12, 12)
  410.  
  411. Border_3.Name = "Border"
  412. Border_3.Parent = MainFrame
  413. Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
  414. Border_3.BackgroundTransparency = 1
  415. Border_3.BorderSizePixel = 0
  416. Border_3.Position = UDim2.new(0, -12, 0, 0)
  417. Border_3.Size = UDim2.new(0, 12, 1, 0)
  418. Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
  419. Border_3.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  420. Border_3.ImageRectOffset = Vector2.new(0, 12)
  421. Border_3.ImageRectSize = Vector2.new(12, 12)
  422.  
  423. Border_4.Name = "Border"
  424. Border_4.Parent = MainFrame
  425. Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
  426. Border_4.BackgroundTransparency = 1
  427. Border_4.BorderSizePixel = 0
  428. Border_4.Position = UDim2.new(0, 0, 1, 0)
  429. Border_4.Size = UDim2.new(1, 0, 0, 12)
  430. Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
  431. Border_4.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  432. Border_4.ImageRectOffset = Vector2.new(12, 24)
  433. Border_4.ImageRectSize = Vector2.new(12, 12)
  434.  
  435. Border_5.Name = "Border"
  436. Border_5.Parent = MainFrame
  437. Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
  438. Border_5.BackgroundTransparency = 1
  439. Border_5.BorderSizePixel = 0
  440. Border_5.Position = UDim2.new(0, 0, 0, -12)
  441. Border_5.Size = UDim2.new(1, 0, 0, 12)
  442. Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
  443. Border_5.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  444. Border_5.ImageRectOffset = Vector2.new(12, 0)
  445. Border_5.ImageRectSize = Vector2.new(12, 12)
  446.  
  447. Border_6.Name = "Border"
  448. Border_6.Parent = MainFrame
  449. Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
  450. Border_6.BackgroundTransparency = 1
  451. Border_6.BorderSizePixel = 0
  452. Border_6.Position = UDim2.new(0, -12, 1, 0)
  453. Border_6.Size = UDim2.new(0, 12, 0, 12)
  454. Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
  455. Border_6.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  456. Border_6.ImageRectOffset = Vector2.new(0, 24)
  457. Border_6.ImageRectSize = Vector2.new(12, 12)
  458.  
  459. Border_7.Name = "Border"
  460. Border_7.Parent = MainFrame
  461. Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
  462. Border_7.BackgroundTransparency = 1
  463. Border_7.BorderSizePixel = 0
  464. Border_7.Position = UDim2.new(1, 0, 0, -12)
  465. Border_7.Size = UDim2.new(0, 12, 0, 12)
  466. Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
  467. Border_7.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  468. Border_7.ImageRectOffset = Vector2.new(24, 0)
  469. Border_7.ImageRectSize = Vector2.new(12, 12)
  470.  
  471. Border_8.Name = "Border"
  472. Border_8.Parent = MainFrame
  473. Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
  474. Border_8.BackgroundTransparency = 1
  475. Border_8.BorderSizePixel = 0
  476. Border_8.Position = UDim2.new(0, -12, 0, -12)
  477. Border_8.Size = UDim2.new(0, 12, 0, 12)
  478. Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
  479. Border_8.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  480. Border_8.ImageRectSize = Vector2.new(12, 12)
  481.  
  482. BackGround.Name = "BackGround"
  483. BackGround.Parent = MainFrame
  484. BackGround.Active = true
  485. BackGround.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  486. BackGround.BackgroundTransparency = 0.20000000298023
  487. BackGround.BorderSizePixel = 0
  488. BackGround.Size = UDim2.new(1, 0, 1, 0)
  489.  
  490. Border_9.Name = "Border"
  491. Border_9.Parent = MainFrame
  492. Border_9.Active = true
  493. Border_9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  494. Border_9.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  495. Border_9.BorderSizePixel = 0
  496. Border_9.Position = UDim2.new(0, 0, 0.155797094, 0)
  497. Border_9.Size = UDim2.new(1, 0, 0.0507246368, 0)
  498.  
  499. ShadowBrandName.Name = "ShadowBrandName"
  500. ShadowBrandName.Parent = MainFrame
  501. ShadowBrandName.BackgroundColor3 = Color3.new(1, 1, 1)
  502. ShadowBrandName.BackgroundTransparency = 1
  503. ShadowBrandName.Position = UDim2.new(0.281368822, 0, -0.0434782617, 0)
  504. ShadowBrandName.Size = UDim2.new(0.437262356, 0, 0.19927536, 0)
  505. ShadowBrandName.Font = Enum.Font.SourceSansBold
  506. ShadowBrandName.FontSize = Enum.FontSize.Size14
  507. ShadowBrandName.Text = "BoogaFucker"
  508. ShadowBrandName.TextColor3 = Color3.new(0, 0, 0)
  509. ShadowBrandName.TextScaled = true
  510. ShadowBrandName.TextSize = 14
  511. ShadowBrandName.TextStrokeTransparency = 0
  512. ShadowBrandName.TextWrapped = true
  513.  
  514. KeyBindsMain.Name = "KeyBindsMain"
  515. KeyBindsMain.Parent = MainFrame
  516. KeyBindsMain.Active = true
  517. KeyBindsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  518. KeyBindsMain.BackgroundTransparency = 0.20000000298023
  519. KeyBindsMain.BorderSizePixel = 0
  520. KeyBindsMain.Position = UDim2.new(-0.370722443, 0, 0, 0)
  521. KeyBindsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
  522.  
  523. Border_10.Name = "Border"
  524. Border_10.Parent = KeyBindsMain
  525. Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
  526. Border_10.BackgroundTransparency = 1
  527. Border_10.BorderSizePixel = 0
  528. Border_10.Position = UDim2.new(0, 0, 0, -12)
  529. Border_10.Size = UDim2.new(1.06557381, 0, 0, 12)
  530. Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
  531. Border_10.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  532. Border_10.ImageRectOffset = Vector2.new(12, 0)
  533. Border_10.ImageRectSize = Vector2.new(12, 12)
  534.  
  535. Border_11.Name = "Border"
  536. Border_11.Parent = KeyBindsMain
  537. Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
  538. Border_11.BackgroundTransparency = 1
  539. Border_11.BorderSizePixel = 0
  540. Border_11.Position = UDim2.new(0, -12, 0, -12)
  541. Border_11.Size = UDim2.new(0, 12, 0, 12)
  542. Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
  543. Border_11.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  544. Border_11.ImageRectSize = Vector2.new(12, 12)
  545.  
  546. Border_12.Name = "Border"
  547. Border_12.Parent = KeyBindsMain
  548. Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
  549. Border_12.BackgroundTransparency = 1
  550. Border_12.BorderSizePixel = 0
  551. Border_12.Position = UDim2.new(0, -12, 0, 0)
  552. Border_12.Size = UDim2.new(0, 12, 1, 0)
  553. Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
  554. Border_12.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  555. Border_12.ImageRectOffset = Vector2.new(0, 12)
  556. Border_12.ImageRectSize = Vector2.new(12, 12)
  557.  
  558. Border_13.Name = "Border"
  559. Border_13.Parent = KeyBindsMain
  560. Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
  561. Border_13.BackgroundTransparency = 1
  562. Border_13.BorderSizePixel = 0
  563. Border_13.Position = UDim2.new(0, -12, 1, 0)
  564. Border_13.Size = UDim2.new(0, 12, 0, 12)
  565. Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
  566. Border_13.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  567. Border_13.ImageRectOffset = Vector2.new(0, 24)
  568. Border_13.ImageRectSize = Vector2.new(12, 12)
  569.  
  570. Border_14.Name = "Border"
  571. Border_14.Parent = KeyBindsMain
  572. Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
  573. Border_14.BackgroundTransparency = 1
  574. Border_14.BorderSizePixel = 0
  575. Border_14.Position = UDim2.new(0, 0, 0, 276)
  576. Border_14.Size = UDim2.new(1.06557381, 0, 0, 12)
  577. Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
  578. Border_14.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  579. Border_14.ImageRectOffset = Vector2.new(12, 0)
  580. Border_14.ImageRectSize = Vector2.new(12, 12)
  581.  
  582. SpeedInstaDestroytext.Name = "Speed | Insta Destroy text"
  583. SpeedInstaDestroytext.Parent = KeyBindsMain
  584. SpeedInstaDestroytext.BackgroundColor3 = Color3.new(1, 1, 1)
  585. SpeedInstaDestroytext.BackgroundTransparency = 1
  586. SpeedInstaDestroytext.Position = UDim2.new(0.0437158458, 0, 0.173913032, 0)
  587. SpeedInstaDestroytext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
  588. SpeedInstaDestroytext.ZIndex = 2
  589. SpeedInstaDestroytext.Font = Enum.Font.SourceSansBold
  590. SpeedInstaDestroytext.FontSize = Enum.FontSize.Size24
  591. SpeedInstaDestroytext.Text = "speed"
  592. SpeedInstaDestroytext.TextColor3 = Color3.new(1, 1, 1)
  593. SpeedInstaDestroytext.TextSize = 20
  594. SpeedInstaDestroytext.TextStrokeTransparency = 0
  595. SpeedInstaDestroytext.TextWrapped = true
  596.  
  597. Speedkeybindtextbox.Name = "Speed keybind textbox"
  598. Speedkeybindtextbox.Parent = KeyBindsMain
  599. Speedkeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  600. Speedkeybindtextbox.Position = UDim2.new(0.0491803288, 0, 0.318840593, 0)
  601. Speedkeybindtextbox.Selectable = false
  602. Speedkeybindtextbox.Size = UDim2.new(0, 165, 0, 23)
  603. Speedkeybindtextbox.Font = Enum.Font.SourceSans
  604. Speedkeybindtextbox.FontSize = Enum.FontSize.Size24
  605. Speedkeybindtextbox.Text = "q"
  606. Speedkeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
  607. Speedkeybindtextbox.TextScaled = true
  608. Speedkeybindtextbox.TextSize = 20
  609. Speedkeybindtextbox.TextWrapped = true
  610.  
  611. Keybindsname.Name = "Keybindsname"
  612. Keybindsname.Parent = KeyBindsMain
  613. Keybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
  614. Keybindsname.BackgroundTransparency = 1
  615. Keybindsname.Position = UDim2.new(0.0765027329, 0, 0.0108695654, 0)
  616. Keybindsname.Size = UDim2.new(0.841530025, 0, 0.177536234, 0)
  617. Keybindsname.ZIndex = 2
  618. Keybindsname.Font = Enum.Font.SourceSansBold
  619. Keybindsname.FontSize = Enum.FontSize.Size14
  620. Keybindsname.Text = "Keybinds"
  621. Keybindsname.TextColor3 = Color3.new(1, 1, 1)
  622. Keybindsname.TextScaled = true
  623. Keybindsname.TextSize = 14
  624. Keybindsname.TextStrokeTransparency = 0
  625. Keybindsname.TextWrapped = true
  626.  
  627. ShadowKeybindsname.Name = "ShadowKeybindsname"
  628. ShadowKeybindsname.Parent = KeyBindsMain
  629. ShadowKeybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
  630. ShadowKeybindsname.BackgroundTransparency = 1
  631. ShadowKeybindsname.Position = UDim2.new(0.114754096, 0, 0.0108695654, 0)
  632. ShadowKeybindsname.Size = UDim2.new(0.83606559, 0, 0.177536234, 0)
  633. ShadowKeybindsname.Font = Enum.Font.SourceSansBold
  634. ShadowKeybindsname.FontSize = Enum.FontSize.Size14
  635. ShadowKeybindsname.Text = "Keybinds"
  636. ShadowKeybindsname.TextColor3 = Color3.new(0, 0, 0)
  637. ShadowKeybindsname.TextScaled = true
  638. ShadowKeybindsname.TextSize = 14
  639. ShadowKeybindsname.TextStrokeTransparency = 0
  640. ShadowKeybindsname.TextWrapped = true
  641.  
  642. Dropallitemstext.Name = "Drop all items text"
  643. Dropallitemstext.Parent = KeyBindsMain
  644. Dropallitemstext.BackgroundColor3 = Color3.new(1, 1, 1)
  645. Dropallitemstext.BackgroundTransparency = 1
  646. Dropallitemstext.Position = UDim2.new(0.0491803251, 0, 0.432971001, 0)
  647. Dropallitemstext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
  648. Dropallitemstext.ZIndex = 2
  649. Dropallitemstext.Font = Enum.Font.SourceSansBold
  650. Dropallitemstext.FontSize = Enum.FontSize.Size24
  651. Dropallitemstext.Text = "Drop all items"
  652. Dropallitemstext.TextColor3 = Color3.new(1, 1, 1)
  653. Dropallitemstext.TextSize = 20
  654. Dropallitemstext.TextStrokeTransparency = 0
  655. Dropallitemstext.TextWrapped = true
  656.  
  657. Dropallitemskeybindtextbox.Name = "Drop all items keybind textbox"
  658. Dropallitemskeybindtextbox.Parent = KeyBindsMain
  659. Dropallitemskeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  660. Dropallitemskeybindtextbox.Position = UDim2.new(0.0464480855, 0, 0.577898502, 0)
  661. Dropallitemskeybindtextbox.Selectable = false
  662. Dropallitemskeybindtextbox.Size = UDim2.new(0, 166, 0, 23)
  663. Dropallitemskeybindtextbox.Font = Enum.Font.SourceSans
  664. Dropallitemskeybindtextbox.FontSize = Enum.FontSize.Size24
  665. Dropallitemskeybindtextbox.Text = "h"
  666. Dropallitemskeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
  667. Dropallitemskeybindtextbox.TextScaled = true
  668. Dropallitemskeybindtextbox.TextSize = 20
  669. Dropallitemskeybindtextbox.TextWrapped = true
  670.  
  671. Redtheme.Name = "Red theme"
  672. Redtheme.Parent = KeyBindsMain
  673. Redtheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  674. Redtheme.BackgroundTransparency = 0.60000002384186
  675. Redtheme.BorderSizePixel = 0
  676. Redtheme.Position = UDim2.new(0.0491803065, 0, 0.884057999, 0)
  677. Redtheme.Size = UDim2.new(0, 37, 0, 24)
  678. Redtheme.ZIndex = 2
  679. Redtheme.Font = Enum.Font.SourceSansBold
  680. Redtheme.FontSize = Enum.FontSize.Size24
  681. Redtheme.Text = "Red"
  682. Redtheme.TextColor3 = Color3.new(1, 1, 1)
  683. Redtheme.TextScaled = true
  684. Redtheme.TextSize = 20
  685. Redtheme.TextWrapped = true
  686. Redtheme.MouseButton1Down:connect(function()
  687. BackGround.BackgroundColor3 = Color3.fromRGB(246,16,16)
  688. KeyBindsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
  689. CreditsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
  690. end)
  691.  
  692. Pinktheme.Name = "Pink theme"
  693. Pinktheme.Parent = KeyBindsMain
  694. Pinktheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  695. Pinktheme.BackgroundTransparency = 0.60000002384186
  696. Pinktheme.BorderSizePixel = 0
  697. Pinktheme.Position = UDim2.new(0.748633862, 0, 0.884057999, 0)
  698. Pinktheme.Size = UDim2.new(0, 37, 0, 24)
  699. Pinktheme.ZIndex = 2
  700. Pinktheme.Font = Enum.Font.SourceSansBold
  701. Pinktheme.FontSize = Enum.FontSize.Size24
  702. Pinktheme.Text = "Pink"
  703. Pinktheme.TextColor3 = Color3.new(1, 1, 1)
  704. Pinktheme.TextScaled = true
  705. Pinktheme.TextSize = 20
  706. Pinktheme.TextWrapped = true
  707. Pinktheme.MouseButton1Down:connect(function()
  708. BackGround.BackgroundColor3 = Color3.fromRGB(247,0,255)
  709. KeyBindsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
  710. CreditsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
  711. end)
  712.  
  713. Bluetheme.Name = "Blue theme"
  714. Bluetheme.Parent = KeyBindsMain
  715. Bluetheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  716. Bluetheme.BackgroundTransparency = 0.60000002384186
  717. Bluetheme.BorderSizePixel = 0
  718. Bluetheme.Position = UDim2.new(0.396174848, 0, 0.884057999, 0)
  719. Bluetheme.Size = UDim2.new(0, 37, 0, 24)
  720. Bluetheme.ZIndex = 2
  721. Bluetheme.Font = Enum.Font.SourceSansBold
  722. Bluetheme.FontSize = Enum.FontSize.Size24
  723. Bluetheme.Text = "Blue"
  724. Bluetheme.TextColor3 = Color3.new(1, 1, 1)
  725. Bluetheme.TextScaled = true
  726. Bluetheme.TextSize = 20
  727. Bluetheme.TextWrapped = true
  728. Bluetheme.MouseButton1Down:connect(function()
  729. BackGround.BackgroundColor3 = Color3.fromRGB(0,34,255)
  730. KeyBindsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
  731. CreditsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
  732. end)
  733.  
  734. Autopickuptext.Name = "Auto pickup text"
  735. Autopickuptext.Parent = KeyBindsMain
  736. Autopickuptext.BackgroundColor3 = Color3.new(1, 1, 1)
  737. Autopickuptext.BackgroundTransparency = 1
  738. Autopickuptext.Position = UDim2.new(0.0437158458, 0, 0.661231875, 0)
  739. Autopickuptext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
  740. Autopickuptext.ZIndex = 2
  741. Autopickuptext.Font = Enum.Font.SourceSansBold
  742. Autopickuptext.FontSize = Enum.FontSize.Size24
  743. Autopickuptext.Text = "AUTO PIPE"
  744. Autopickuptext.TextColor3 = Color3.new(1, 1, 1)
  745. Autopickuptext.TextSize = 20
  746. Autopickuptext.TextStrokeTransparency = 0
  747. Autopickuptext.TextWrapped = true
  748.  
  749. Dropallitemskeybindtextbox_2.Name = "Drop all items keybind textbox"
  750. Dropallitemskeybindtextbox_2.Parent = KeyBindsMain
  751. Dropallitemskeybindtextbox_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  752. Dropallitemskeybindtextbox_2.Position = UDim2.new(0.0409836061, 0, 0.773550689, 0)
  753. Dropallitemskeybindtextbox_2.Selectable = false
  754. Dropallitemskeybindtextbox_2.Size = UDim2.new(0, 166, 0, 23)
  755. Dropallitemskeybindtextbox_2.Font = Enum.Font.SourceSans
  756. Dropallitemskeybindtextbox_2.FontSize = Enum.FontSize.Size24
  757. Dropallitemskeybindtextbox_2.Text = "y"
  758. Dropallitemskeybindtextbox_2.TextColor3 = Color3.new(1, 1, 1)
  759. Dropallitemskeybindtextbox_2.TextScaled = true
  760. Dropallitemskeybindtextbox_2.TextSize = 20
  761. Dropallitemskeybindtextbox_2.TextWrapped = true
  762.  
  763. Speed.Name = "Speed"
  764. Speed.Parent = MainFrame
  765. Speed.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  766. Speed.BorderSizePixel = 0
  767. Speed.Position = UDim2.new(0.674904943, -350, 0.137681156, 25)
  768. Speed.Size = UDim2.new(0, 126, 0, 39)
  769. Speed.ZIndex = 2
  770. Speed.Font = Enum.Font.SourceSansBold
  771. Speed.FontSize = Enum.FontSize.Size28
  772. Speed.Text = "Speed"
  773. Speed.TextColor3 = Color3.new(1, 1, 1)
  774. Speed.TextSize = 25
  775. Speed.TextWrapped = true
  776.  
  777. local plr = game:GetService("Players").LocalPlayer
  778. local char = plr.Character
  779. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  780. local hum = char:FindFirstChild("HumanoidRootPart")
  781.  
  782. Speed.MouseButton1Down:connect(function()
  783. local plr = game:GetService("Players").LocalPlayer
  784. local char = plr.Character
  785. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  786. local hum = char:FindFirstChild("HumanoidRootPart")
  787. mouse.KeyDown:connect(function(key)
  788. if key == Speedkeybindtextbox.Text then
  789. loop = true
  790. while loop do
  791. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * Changespeedtextbox.Text
  792. wait()
  793. end
  794. end
  795. end)
  796. end)
  797.  
  798. mouse.KeyUp:connect(function(key)
  799. if key == Speedkeybindtextbox.Text then
  800. loop = false
  801. end
  802. end)
  803.  
  804. TextButton.Name = "TextButton"
  805. TextButton.Parent = Speed
  806. TextButton.Active = true
  807. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  808. TextButton.BorderSizePixel = 0
  809. TextButton.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  810. TextButton.Size = UDim2.new(1, 0, 1, 0)
  811.  
  812. CreditsMain.Name = "CreditsMain"
  813. CreditsMain.Parent = MainFrame
  814. CreditsMain.Active = true
  815. CreditsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  816. CreditsMain.BackgroundTransparency = 0.20000000298023
  817. CreditsMain.BorderSizePixel = 0
  818. CreditsMain.Position = UDim2.new(1.02281368, 0, 0, 0)
  819. CreditsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
  820.  
  821. Border_15.Name = "Border"
  822. Border_15.Parent = CreditsMain
  823. Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
  824. Border_15.BackgroundTransparency = 1
  825. Border_15.BorderSizePixel = 0
  826. Border_15.Position = UDim2.new(0, -12, 0, -12)
  827. Border_15.Size = UDim2.new(1.06557381, 0, 0, 12)
  828. Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
  829. Border_15.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  830. Border_15.ImageRectOffset = Vector2.new(12, 0)
  831. Border_15.ImageRectSize = Vector2.new(12, 12)
  832.  
  833. Border_16.Name = "Border"
  834. Border_16.Parent = CreditsMain
  835. Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
  836. Border_16.BackgroundTransparency = 1
  837. Border_16.BorderSizePixel = 0
  838. Border_16.Position = UDim2.new(0, -12, 0, 276)
  839. Border_16.Size = UDim2.new(1.06557381, 0, 0, 12)
  840. Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
  841. Border_16.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  842. Border_16.ImageRectOffset = Vector2.new(12, 0)
  843. Border_16.ImageRectSize = Vector2.new(12, 12)
  844.  
  845. Border_17.Name = "Border"
  846. Border_17.Parent = CreditsMain
  847. Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
  848. Border_17.BackgroundTransparency = 1
  849. Border_17.BorderSizePixel = 0
  850. Border_17.Position = UDim2.new(1, 0, 1, 0)
  851. Border_17.Size = UDim2.new(0, 12, 0, 12)
  852. Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
  853. Border_17.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  854. Border_17.ImageRectOffset = Vector2.new(24, 24)
  855. Border_17.ImageRectSize = Vector2.new(12, 12)
  856.  
  857. Border_18.Name = "Border"
  858. Border_18.Parent = CreditsMain
  859. Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
  860. Border_18.BackgroundTransparency = 1
  861. Border_18.BorderSizePixel = 0
  862. Border_18.Position = UDim2.new(1, 0, 0, -12)
  863. Border_18.Size = UDim2.new(0, 12, 0, 12)
  864. Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
  865. Border_18.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  866. Border_18.ImageRectOffset = Vector2.new(24, 0)
  867. Border_18.ImageRectSize = Vector2.new(12, 12)
  868.  
  869. Border_19.Name = "Border"
  870. Border_19.Parent = CreditsMain
  871. Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
  872. Border_19.BackgroundTransparency = 1
  873. Border_19.BorderSizePixel = 0
  874. Border_19.Position = UDim2.new(0, 183, 0, 0)
  875. Border_19.Size = UDim2.new(0, 12, 1, 0)
  876. Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
  877. Border_19.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  878. Border_19.ImageRectOffset = Vector2.new(0, 12)
  879. Border_19.ImageRectSize = Vector2.new(12, 12)
  880.  
  881. Speedchangetext.Name = "Speed change text"
  882. Speedchangetext.Parent = CreditsMain
  883. Speedchangetext.BackgroundColor3 = Color3.new(1, 1, 1)
  884. Speedchangetext.BackgroundTransparency = 1
  885. Speedchangetext.Position = UDim2.new(0.0983606577, 0, 0.612318814, 0)
  886. Speedchangetext.Size = UDim2.new(0.808743179, 0, 0.144927531, 0)
  887. Speedchangetext.ZIndex = 2
  888. Speedchangetext.Font = Enum.Font.SourceSansBold
  889. Speedchangetext.FontSize = Enum.FontSize.Size14
  890. Speedchangetext.Text = "Change speed number"
  891. Speedchangetext.TextColor3 = Color3.new(1, 1, 1)
  892. Speedchangetext.TextScaled = true
  893. Speedchangetext.TextSize = 14
  894. Speedchangetext.TextStrokeTransparency = 0
  895. Speedchangetext.TextWrapped = true
  896.  
  897. Changespeedtextbox.Name = "Change speed textbox"
  898. Changespeedtextbox.Parent = CreditsMain
  899. Changespeedtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  900. Changespeedtextbox.BackgroundTransparency = 0.60000002384186
  901. Changespeedtextbox.Position = UDim2.new(0.338454872, 0, 0.788043499, 0)
  902. Changespeedtextbox.Selectable = false
  903. Changespeedtextbox.Size = UDim2.new(0, 59, 0, 20)
  904. Changespeedtextbox.Font = Enum.Font.SourceSans
  905. Changespeedtextbox.FontSize = Enum.FontSize.Size14
  906. Changespeedtextbox.Text = "3"
  907. Changespeedtextbox.TextColor3 = Color3.new(1, 1, 1)
  908. Changespeedtextbox.TextSize = 14
  909.  
  910. JumpPower.Name = "JumpPower"
  911. JumpPower.Parent = CreditsMain
  912. JumpPower.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  913. JumpPower.BorderSizePixel = 0
  914. JumpPower.Position = UDim2.new(2.01092887, -350, -0.0362318829, 25)
  915. JumpPower.Size = UDim2.new(0, 146, 0, 28)
  916. JumpPower.ZIndex = 2
  917. JumpPower.Font = Enum.Font.SourceSansBold
  918. JumpPower.FontSize = Enum.FontSize.Size24
  919. JumpPower.Text = "Set JumpPower"
  920. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  921. JumpPower.TextSize = 21
  922. JumpPower.TextWrapped = true
  923. JumpPower.MouseButton1Down:connect(function()
  924. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpPowernumber.text
  925. end)
  926.  
  927. TextButtonnoyou.Name = "TextButtonnoyou"
  928. TextButtonnoyou.Parent = JumpPower
  929. TextButtonnoyou.Active = true
  930. TextButtonnoyou.BackgroundColor3 = Color3.new(0, 0, 0)
  931. TextButtonnoyou.BorderSizePixel = 0
  932. TextButtonnoyou.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  933. TextButtonnoyou.Size = UDim2.new(1, 0, 1, 0)
  934.  
  935. JumpPowernumber.Name = "JumpPower number"
  936. JumpPowernumber.Parent = CreditsMain
  937. JumpPowernumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  938. JumpPowernumber.Position = UDim2.new(0.29781419, 0, 0.181159422, 0)
  939. JumpPowernumber.Selectable = false
  940. JumpPowernumber.Size = UDim2.new(0, 73, 0, 26)
  941. JumpPowernumber.Font = Enum.Font.SourceSans
  942. JumpPowernumber.FontSize = Enum.FontSize.Size14
  943. JumpPowernumber.Text = "Number here."
  944. JumpPowernumber.TextColor3 = Color3.new(1, 1, 1)
  945. JumpPowernumber.TextSize = 14
  946.  
  947. Dropallitemstext_2.Name = "Dropallitemstext"
  948. Dropallitemstext_2.Parent = CreditsMain
  949. Dropallitemstext_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  950. Dropallitemstext_2.BorderSizePixel = 0
  951. Dropallitemstext_2.Position = UDim2.new(2.00826621, -350, 0.229492694, 25)
  952. Dropallitemstext_2.Size = UDim2.new(0, 146, 0, 28)
  953. Dropallitemstext_2.ZIndex = 2
  954. Dropallitemstext_2.Font = Enum.Font.SourceSansBold
  955. Dropallitemstext_2.FontSize = Enum.FontSize.Size24
  956. Dropallitemstext_2.Text = "Drop All Items"
  957. Dropallitemstext_2.TextColor3 = Color3.new(1, 1, 1)
  958. Dropallitemstext_2.TextSize = 21
  959. Dropallitemstext_2.TextWrapped = true
  960. Dropallitemstext_2.MouseButton1Down:connect(function()
  961. Player = game.Players.LocalPlayer
  962. Mouse = Player:GetMouse()
  963.  
  964. function PressedE(key)
  965. Key = key:lower()
  966. if Key == Dropallitemskeybindtextbox.Text then
  967. for i=1, 100 do
  968. game.ReplicatedStorage.Events.DropBagItem:FireServer(Dropallinventorynumber.Text)
  969. end
  970. end
  971. end
  972. Mouse.KeyDown:connect(PressedE)
  973. end)
  974.  
  975. TextButtonyougey.Name = "TextButtonyougey"
  976. TextButtonyougey.Parent = Dropallitemstext_2
  977. TextButtonyougey.Active = true
  978. TextButtonyougey.BackgroundColor3 = Color3.new(0, 0, 0)
  979. TextButtonyougey.BorderSizePixel = 0
  980. TextButtonyougey.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  981. TextButtonyougey.Size = UDim2.new(1, 0, 1, 0)
  982.  
  983. Dropallinventorynumber.Name = "Drop all inventory number"
  984. Dropallinventorynumber.Parent = CreditsMain
  985. Dropallinventorynumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  986. Dropallinventorynumber.Position = UDim2.new(0.29781419, 0, 0.452898562, 0)
  987. Dropallinventorynumber.Selectable = false
  988. Dropallinventorynumber.Size = UDim2.new(0, 73, 0, 26)
  989. Dropallinventorynumber.Font = Enum.Font.SourceSans
  990. Dropallinventorynumber.FontSize = Enum.FontSize.Size14
  991. Dropallinventorynumber.Text = "Item here."
  992. Dropallinventorynumber.TextColor3 = Color3.new(1, 1, 1)
  993. Dropallinventorynumber.TextSize = 14
  994.  
  995. KeybindsOpenClose.Name = "Keybinds Open/Close"
  996. KeybindsOpenClose.Parent = BoogaFuckerPackageFrame
  997. KeybindsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  998. KeybindsOpenClose.BackgroundTransparency = 0.60000002384186
  999. KeybindsOpenClose.BorderSizePixel = 0
  1000. KeybindsOpenClose.Position = UDim2.new(0.670909107, -350, -0.0133333337, 25)
  1001. KeybindsOpenClose.Size = UDim2.new(0, 102, 0, 24)
  1002. KeybindsOpenClose.ZIndex = 2
  1003. KeybindsOpenClose.Font = Enum.Font.SourceSansBold
  1004. KeybindsOpenClose.FontSize = Enum.FontSize.Size24
  1005. KeybindsOpenClose.Text = "Keybinds"
  1006. KeybindsOpenClose.TextColor3 = Color3.new(1, 1, 1)
  1007. KeybindsOpenClose.TextScaled = true
  1008. KeybindsOpenClose.TextSize = 20
  1009. KeybindsOpenClose.TextWrapped = true
  1010. KeybindsOpenClose.MouseButton1Down:connect(function()
  1011. if Openn == true then
  1012. Openn = false
  1013. KeyBindsMain.Visible = false
  1014. else
  1015. Openn = true
  1016. KeyBindsMain.Visible = true
  1017. end
  1018. end)
  1019.  
  1020. InfiniteJump.Name = "Infinite Jump"
  1021. InfiniteJump.Parent = BoogaFuckerPackageFrame
  1022. InfiniteJump.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1023. InfiniteJump.BorderSizePixel = 0
  1024. InfiniteJump.Position = UDim2.new(0.923636317, -350, 0.166666627, 25)
  1025. InfiniteJump.Size = UDim2.new(0, 126, 0, 39)
  1026. InfiniteJump.ZIndex = 2
  1027. InfiniteJump.Font = Enum.Font.SourceSansBold
  1028. InfiniteJump.FontSize = Enum.FontSize.Size24
  1029. InfiniteJump.Text = "Infinite jump"
  1030. InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
  1031. InfiniteJump.TextSize = 21
  1032. InfiniteJump.TextWrapped = true
  1033. InfiniteJump.MouseButton1Down:connect(function()
  1034. loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
  1035. end)
  1036.  
  1037. TextButton_2.Name = "TextButton"
  1038. TextButton_2.Parent = InfiniteJump
  1039. TextButton_2.Active = true
  1040. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1041. TextButton_2.BorderSizePixel = 0
  1042. TextButton_2.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1043. TextButton_2.Size = UDim2.new(1, 0, 1, 0)
  1044.  
  1045. CreditsOpenClose.Name = "Credits Open/Close"
  1046. CreditsOpenClose.Parent = BoogaFuckerPackageFrame
  1047. CreditsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1048. CreditsOpenClose.BackgroundTransparency = 0.60000002384186
  1049. CreditsOpenClose.BorderSizePixel = 0
  1050. CreditsOpenClose.Position = UDim2.new(1.41636372, -350, -0.0133333337, 25)
  1051. CreditsOpenClose.Size = UDim2.new(0, 102, 0, 24)
  1052. CreditsOpenClose.ZIndex = 2
  1053. CreditsOpenClose.Font = Enum.Font.SourceSansBold
  1054. CreditsOpenClose.FontSize = Enum.FontSize.Size24
  1055. CreditsOpenClose.Text = "Editable buttons"
  1056. CreditsOpenClose.TextColor3 = Color3.new(1, 1, 1)
  1057. CreditsOpenClose.TextScaled = true
  1058. CreditsOpenClose.TextSize = 20
  1059. CreditsOpenClose.TextWrapped = true
  1060.  
  1061. CreditsOpenClose.MouseButton1Down:connect(function()
  1062. if Openn == true then
  1063. Openn = false
  1064. CreditsMain.Visible = false
  1065. else
  1066. Openn = true
  1067. CreditsMain.Visible = true
  1068. end
  1069. end)
  1070.  
  1071. esptrack.Name = "esptrack"
  1072. esptrack.Parent = BoogaFuckerPackageFrame
  1073. esptrack.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1074. esptrack.BorderSizePixel = 0
  1075. esptrack.Position = UDim2.new(0.923636317, -350, 0.359999955, 25)
  1076. esptrack.Size = UDim2.new(0, 126, 0, 39)
  1077. esptrack.ZIndex = 2
  1078. esptrack.Font = Enum.Font.SourceSansBold
  1079. esptrack.FontSize = Enum.FontSize.Size24
  1080. esptrack.Text = "ESP"
  1081. esptrack.TextColor3 = Color3.new(1, 1, 1)
  1082. esptrack.TextSize = 19
  1083. esptrack.TextWrapped = true
  1084.  
  1085. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  1086.  
  1087. local enabledesp = false
  1088.  
  1089. function CreateESP(plr)
  1090.  
  1091. if plr ~= nil then
  1092.  
  1093. local GetChar = plr.Character
  1094. if not GetChar then return end
  1095.  
  1096. local GetHead do
  1097.  
  1098. repeat wait() until GetChar:FindFirstChild("Head")
  1099.  
  1100. end
  1101. GetHead = GetChar.Head
  1102.  
  1103. local bb = Instance.new("BillboardGui", Important.CoreGui)
  1104. bb.Adornee = GetHead
  1105. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  1106. bb.AlwaysOnTop = true
  1107. bb.Size = UDim2.new(0, 5, 0, 5)
  1108. bb.StudsOffset = Vector3.new(0, 3, 0)
  1109. bb.Name = "ESP_PLAYER_" .. plr.Name
  1110.  
  1111. local displayframe = Instance.new("Frame", bb)
  1112. displayframe.ZIndex = 10
  1113. displayframe.BackgroundTransparency = 1
  1114. displayframe.Size = UDim2.new(1,0,1,0)
  1115.  
  1116. local name = Instance.new("TextLabel", displayframe)
  1117. name.Name = "Name"
  1118. name.ZIndex = 10
  1119. name.Text = plr.Name
  1120. name.Visible = true
  1121. name.TextColor3 = Color3.new(170,0,0)
  1122. name.BackgroundTransparency = 1
  1123. name.Size = UDim2.new(1,0,10,0)
  1124. name.Font = Enum.Font.SourceSansLight
  1125. name.TextSize = 20
  1126. name.TextStrokeTransparency = .5
  1127.  
  1128. end
  1129.  
  1130. end
  1131.  
  1132. esptrack.MouseButton1Click:connect(function()
  1133.  
  1134. for i,v in pairs(Important.Players:GetChildren()) do
  1135.  
  1136. CreateESP(v)
  1137.  
  1138. end
  1139.  
  1140. end)
  1141.  
  1142. TextButtonEsp.Name = "TextButtonEsp"
  1143. TextButtonEsp.Parent = esptrack
  1144. TextButtonEsp.Active = true
  1145. TextButtonEsp.BackgroundColor3 = Color3.new(0, 0, 0)
  1146. TextButtonEsp.BorderSizePixel = 0
  1147. TextButtonEsp.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1148. TextButtonEsp.Size = UDim2.new(1, 0, 1, 0)
  1149.  
  1150. Removealleffects.Name = "Remove all effects"
  1151. Removealleffects.Parent = BoogaFuckerPackageFrame
  1152. Removealleffects.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1153. Removealleffects.BorderSizePixel = 0
  1154. Removealleffects.Position = UDim2.new(0.666999996, -350, 0.360000014, 25)
  1155. Removealleffects.Size = UDim2.new(0, 126, 0, 39)
  1156. Removealleffects.ZIndex = 2
  1157. Removealleffects.Font = Enum.Font.SourceSansBold
  1158. Removealleffects.FontSize = Enum.FontSize.Size24
  1159. Removealleffects.Text = "Remove all effects"
  1160. Removealleffects.TextColor3 = Color3.new(1, 1, 1)
  1161. Removealleffects.TextSize = 19
  1162. Removealleffects.TextWrapped = true
  1163. Removealleffects.MouseButton1Down:connect(function()
  1164. game.Lighting.FogEnd = 1200000
  1165. game.Lighting.Brightness = 3
  1166. game.Lighting.GlobalShadows = false
  1167. end)
  1168.  
  1169. TextButtonRAE.Name = "TextButtonRAE"
  1170. TextButtonRAE.Parent = Removealleffects
  1171. TextButtonRAE.Active = true
  1172. TextButtonRAE.BackgroundColor3 = Color3.new(0, 0, 0)
  1173. TextButtonRAE.BorderSizePixel = 0
  1174. TextButtonRAE.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1175. TextButtonRAE.Size = UDim2.new(1, 0, 1, 0)
  1176.  
  1177. AutoPickup.Name = "Auto Pickup"
  1178. AutoPickup.Parent = BoogaFuckerPackageFrame
  1179. AutoPickup.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1180. AutoPickup.BorderSizePixel = 0
  1181. AutoPickup.Position = UDim2.new(0.666999996, -350, 0.566666663, 25)
  1182. AutoPickup.Size = UDim2.new(0, 126, 0, 39)
  1183. AutoPickup.ZIndex = 2
  1184. AutoPickup.Font = Enum.Font.SourceSansBold
  1185. AutoPickup.FontSize = Enum.FontSize.Size24
  1186. AutoPickup.Text = "AUTO PIPE"
  1187. AutoPickup.TextColor3 = Color3.new(1, 1, 1)
  1188. AutoPickup.TextSize = 19
  1189. AutoPickup.TextWrapped = true
  1190. AutoPickup.MouseButton1Down:connect(function()
  1191. local Objects;
  1192.  
  1193. local Pickup = function(Character)
  1194. local myPos = Character.HumanoidRootPart.Position
  1195. local Objects = {}
  1196. for i,v in pairs(workspace:GetChildren()) do
  1197. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  1198. local Pos = v.Position
  1199. local Distance = (myPos - Pos).magnitude
  1200. if Distance < 40 then
  1201. table.insert(Objects, v)
  1202. end
  1203. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  1204. local Pos = v.Part.Position
  1205. local Distance = (myPos - Pos).magnitude
  1206. if Distance < 40 then
  1207. table.insert(Objects, v)
  1208. end
  1209. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  1210. local Pos = v.Position
  1211. local Distance = (myPos - Pos).magnitude
  1212. if Distance < 40 then
  1213. table.insert(Objects, v)
  1214. end
  1215. end
  1216. end
  1217. for i,v in pairs(Objects) do
  1218. for i=1,10 do
  1219. v.Position = myPos
  1220. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  1221. end
  1222. end
  1223. end
  1224. wait(1)
  1225. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1226.  
  1227. mouse.KeyDown:connect(function(key)
  1228. if key == Dropallitemskeybindtextbox_2.Text then
  1229. print'howdi neighbor'
  1230. Pickup(game.Players.LocalPlayer.Character)
  1231. end
  1232. end)
  1233. end)
  1234.  
  1235. TextButtonAP.Name = "TextButtonAP"
  1236. TextButtonAP.Parent = AutoPickup
  1237. TextButtonAP.Active = true
  1238. TextButtonAP.BackgroundColor3 = Color3.new(0, 0, 0)
  1239. TextButtonAP.BorderSizePixel = 0
  1240. TextButtonAP.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1241. TextButtonAP.Size = UDim2.new(1, 0, 1, 0)
  1242.  
  1243. StartFrame.Name = "StartFrame"
  1244. StartFrame.Parent = BoogaFucker
  1245. StartFrame.Active = true
  1246. StartFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  1247. StartFrame.BorderSizePixel = 0
  1248. StartFrame.Position = UDim2.new(0.546333909, 0, 0.603372216, 0)
  1249. StartFrame.Selectable = true
  1250. StartFrame.Size = UDim2.new(0, 369, 0, 220)
  1251. StartFrame.Visible = false
  1252.  
  1253. StartHeaderBorder.Name = "StartHeaderBorder"
  1254. StartHeaderBorder.Parent = StartFrame
  1255. StartHeaderBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1256. StartHeaderBorder.BorderSizePixel = 0
  1257. StartHeaderBorder.Size = UDim2.new(0, 369, 0, 24)
  1258.  
  1259. StartFooterBorder.Name = "StartFooterBorder"
  1260. StartFooterBorder.Parent = StartFrame
  1261. StartFooterBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1262. StartFooterBorder.BorderSizePixel = 0
  1263. StartFooterBorder.Position = UDim2.new(-0.000273272395, 0, 0.971862733, 0)
  1264. StartFooterBorder.Size = UDim2.new(0, 369, 0, 6)
  1265.  
  1266. StartName.Name = "StartName"
  1267. StartName.Parent = StartFrame
  1268. StartName.BackgroundColor3 = Color3.new(1, 1, 1)
  1269. StartName.BackgroundTransparency = 1
  1270. StartName.BorderSizePixel = 0
  1271. StartName.Position = UDim2.new(0.249322489, 0, 0, 0)
  1272. StartName.Size = UDim2.new(0, 185, 0, 17)
  1273. StartName.Font = Enum.Font.SourceSansItalic
  1274. StartName.FontSize = Enum.FontSize.Size28
  1275. StartName.Text = "The Streets GUI"
  1276. StartName.TextColor3 = Color3.new(1, 1, 1)
  1277. StartName.TextSize = 25
  1278.  
  1279. FREEbutton.Name = "FREEbutton"
  1280. FREEbutton.Parent = StartFrame
  1281. FREEbutton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1282. FREEbutton.BackgroundTransparency = 0.60000002384186
  1283. FREEbutton.BorderColor3 = Color3.new(1, 1, 1)
  1284. FREEbutton.BorderSizePixel = 2
  1285. FREEbutton.Position = UDim2.new(1.02654481, -350, 0.106568247, 25)
  1286. FREEbutton.Size = UDim2.new(0, 126, 0, 39)
  1287. FREEbutton.ZIndex = 2
  1288. FREEbutton.Font = Enum.Font.SourceSansBold
  1289. FREEbutton.FontSize = Enum.FontSize.Size24
  1290. FREEbutton.Text = "FREE"
  1291. FREEbutton.TextColor3 = Color3.new(1, 1, 1)
  1292. FREEbutton.TextSize = 21
  1293. FREEbutton.TextWrapped = true
  1294.  
  1295. PREMIUMbutton.Name = "PREMIUMbutton"
  1296. PREMIUMbutton.Parent = StartFrame
  1297. PREMIUMbutton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1298. PREMIUMbutton.BackgroundTransparency = 0.60000002384186
  1299. PREMIUMbutton.BorderColor3 = Color3.new(1, 1, 1)
  1300. PREMIUMbutton.BorderSizePixel = 2
  1301. PREMIUMbutton.Position = UDim2.new(1.52906132, -350, 0.104295552, 25)
  1302. PREMIUMbutton.Size = UDim2.new(0, 126, 0, 39)
  1303. PREMIUMbutton.ZIndex = 2
  1304. PREMIUMbutton.Font = Enum.Font.SourceSansBold
  1305. PREMIUMbutton.FontSize = Enum.FontSize.Size24
  1306. PREMIUMbutton.Text = "PREMIUM"
  1307. PREMIUMbutton.TextColor3 = Color3.new(1, 1, 1)
  1308. PREMIUMbutton.TextSize = 21
  1309. PREMIUMbutton.TextWrapped = true
  1310.  
  1311. StartMidBorder.Name = "StartMidBorder"
  1312. StartMidBorder.Parent = StartFrame
  1313. StartMidBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1314. StartMidBorder.BorderSizePixel = 0
  1315. StartMidBorder.Position = UDim2.new(0.495934963, 0, 0.218181819, 0)
  1316. StartMidBorder.Size = UDim2.new(0, 3, 0, 166)
  1317.  
  1318. StartRightBorder.Name = "StartRightBorder"
  1319. StartRightBorder.Parent = StartFrame
  1320. StartRightBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1321. StartRightBorder.BorderSizePixel = 0
  1322. StartRightBorder.Position = UDim2.new(0.991869926, 0, 0.109090909, 0)
  1323. StartRightBorder.Size = UDim2.new(0, 3, 0, 190)
  1324.  
  1325. StartLeftBorder.Name = "StartLeftBorder"
  1326. StartLeftBorder.Parent = StartFrame
  1327. StartLeftBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1328. StartLeftBorder.BorderSizePixel = 0
  1329. StartLeftBorder.Position = UDim2.new(0, 0, 0.109090909, 0)
  1330. StartLeftBorder.Size = UDim2.new(0, 3, 0, 190)
  1331.  
  1332. StartFreeText.Name = "StartFreeText"
  1333. StartFreeText.Parent = StartFrame
  1334. StartFreeText.BackgroundColor3 = Color3.new(1, 1, 1)
  1335. StartFreeText.BackgroundTransparency = 1
  1336. StartFreeText.BorderSizePixel = 0
  1337. StartFreeText.Position = UDim2.new(0.0298102982, 0, 0.427272737, 0)
  1338. StartFreeText.Size = UDim2.new(0, 162, 0, 106)
  1339. StartFreeText.Font = Enum.Font.SourceSansItalic
  1340. StartFreeText.FontSize = Enum.FontSize.Size28
  1341. 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."
  1342. StartFreeText.TextColor3 = Color3.new(1, 1, 1)
  1343. StartFreeText.TextScaled = true
  1344. StartFreeText.TextSize = 25
  1345. StartFreeText.TextWrapped = true
  1346.  
  1347. StartPremiumText.Name = "StartPremiumText"
  1348. StartPremiumText.Parent = StartFrame
  1349. StartPremiumText.BackgroundColor3 = Color3.new(1, 1, 1)
  1350. StartPremiumText.BackgroundTransparency = 1
  1351. StartPremiumText.BorderSizePixel = 0
  1352. StartPremiumText.Position = UDim2.new(0.52439028, 0, 0.395454556, 0)
  1353. StartPremiumText.Size = UDim2.new(0, 167, 0, 120)
  1354. StartPremiumText.Font = Enum.Font.SourceSansItalic
  1355. StartPremiumText.FontSize = Enum.FontSize.Size28
  1356. StartPremiumText.Text = "Premium: alot more options and extra options. over all highter quality and faster updates. (For more update watch the discords Premium channel.)"
  1357. StartPremiumText.TextColor3 = Color3.new(1, 1, 1)
  1358. StartPremiumText.TextScaled = true
  1359. StartPremiumText.TextSize = 25
  1360. StartPremiumText.TextWrapped = true
  1361.  
  1362. StartName_2.Name = "StartName"
  1363. StartName_2.Parent = StartFrame
  1364. StartName_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1365. StartName_2.BackgroundTransparency = 1
  1366. StartName_2.BorderSizePixel = 0
  1367. StartName_2.Position = UDim2.new(0, 0, 0.109090909, 0)
  1368. StartName_2.Size = UDim2.new(0, 369, 0, 16)
  1369. StartName_2.Font = Enum.Font.SourceSansItalic
  1370. StartName_2.FontSize = Enum.FontSize.Size28
  1371. StartName_2.Text = "discord.gg/s85fc"
  1372. StartName_2.TextColor3 = Color3.new(1, 1, 1)
  1373. StartName_2.TextScaled = true
  1374. StartName_2.TextSize = 25
  1375. StartName_2.TextWrapped = true
  1376.  
  1377. LoginFrame.Name = "LoginFrame"
  1378. LoginFrame.Parent = BoogaFucker
  1379. LoginFrame.Active = true
  1380. LoginFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  1381. LoginFrame.BorderSizePixel = 0
  1382. LoginFrame.Position = UDim2.new(0.548215687, 0, 0.603298247, 0)
  1383. LoginFrame.Selectable = true
  1384. LoginFrame.Size = UDim2.new(0, 369, 0, 220)
  1385. LoginFrame.Visible = false
  1386.  
  1387. LoginHeaderBorder.Name = "LoginHeaderBorder"
  1388. LoginHeaderBorder.Parent = LoginFrame
  1389. LoginHeaderBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1390. LoginHeaderBorder.BorderSizePixel = 0
  1391. LoginHeaderBorder.Size = UDim2.new(0, 369, 0, 24)
  1392.  
  1393. LoginFooterBorder.Name = "LoginFooterBorder"
  1394. LoginFooterBorder.Parent = LoginFrame
  1395. LoginFooterBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1396. LoginFooterBorder.BorderSizePixel = 0
  1397. LoginFooterBorder.Position = UDim2.new(-0.000273272395, 0, 0.971862733, 0)
  1398. LoginFooterBorder.Size = UDim2.new(0, 369, 0, 6)
  1399.  
  1400. LoginName.Name = "LoginName"
  1401. LoginName.Parent = LoginFrame
  1402. LoginName.BackgroundColor3 = Color3.new(1, 1, 1)
  1403. LoginName.BackgroundTransparency = 1
  1404. LoginName.BorderSizePixel = 0
  1405. LoginName.Position = UDim2.new(0.249322489, 0, 0, 0)
  1406. LoginName.Size = UDim2.new(0, 185, 0, 17)
  1407. LoginName.Font = Enum.Font.SourceSansItalic
  1408. LoginName.FontSize = Enum.FontSize.Size28
  1409. LoginName.Text = "The streets Login"
  1410. LoginName.TextColor3 = Color3.new(1, 1, 1)
  1411. LoginName.TextSize = 25
  1412.  
  1413. LoginConfirm.Name = "LoginConfirm"
  1414. LoginConfirm.Parent = LoginFrame
  1415. LoginConfirm.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1416. LoginConfirm.BackgroundTransparency = 0.60000002384186
  1417. LoginConfirm.BorderColor3 = Color3.new(1, 1, 1)
  1418. LoginConfirm.BorderSizePixel = 2
  1419. LoginConfirm.Position = UDim2.new(1.19783199, -350, 0.631818175, 25)
  1420. LoginConfirm.Size = UDim2.new(0, 185, 0, 23)
  1421. LoginConfirm.ZIndex = 2
  1422. LoginConfirm.Font = Enum.Font.SourceSansBold
  1423. LoginConfirm.FontSize = Enum.FontSize.Size24
  1424. LoginConfirm.Text = "Confirm"
  1425. LoginConfirm.TextColor3 = Color3.new(1, 1, 1)
  1426. LoginConfirm.TextSize = 21
  1427. LoginConfirm.TextWrapped = true
  1428.  
  1429. LoginRightBorder.Name = "LoginRightBorder"
  1430. LoginRightBorder.Parent = LoginFrame
  1431. LoginRightBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1432. LoginRightBorder.BorderSizePixel = 0
  1433. LoginRightBorder.Position = UDim2.new(0.991869926, 0, 0.109090909, 0)
  1434. LoginRightBorder.Size = UDim2.new(0, 3, 0, 190)
  1435.  
  1436. LoginLeftBorder.Name = "LoginLeftBorder"
  1437. LoginLeftBorder.Parent = LoginFrame
  1438. LoginLeftBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1439. LoginLeftBorder.BorderSizePixel = 0
  1440. LoginLeftBorder.Position = UDim2.new(0, 0, 0.109090909, 0)
  1441. LoginLeftBorder.Size = UDim2.new(0, 3, 0, 190)
  1442.  
  1443. LoginBackButton.Name = "LoginBackButton"
  1444. LoginBackButton.Parent = LoginFrame
  1445. LoginBackButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1446. LoginBackButton.BackgroundTransparency = 0.60000002384186
  1447. LoginBackButton.BorderColor3 = Color3.new(1, 1, 1)
  1448. LoginBackButton.BorderSizePixel = 2
  1449. LoginBackButton.Position = UDim2.new(0.956639588, -350, -0.100000001, 25)
  1450. LoginBackButton.Size = UDim2.new(0, 40, 0, 18)
  1451. LoginBackButton.ZIndex = 2
  1452. LoginBackButton.Font = Enum.Font.SourceSansBold
  1453. LoginBackButton.FontSize = Enum.FontSize.Size24
  1454. LoginBackButton.Text = "<-"
  1455. LoginBackButton.TextColor3 = Color3.new(1, 1, 1)
  1456. LoginBackButton.TextSize = 21
  1457. LoginBackButton.TextWrapped = true
  1458.  
  1459. LoginUser.Name = "LoginUser"
  1460. LoginUser.Parent = LoginFrame
  1461. LoginUser.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1462. LoginUser.BackgroundTransparency = 0.20000000298023
  1463. LoginUser.BorderColor3 = Color3.new(1, 1, 1)
  1464. LoginUser.Position = UDim2.new(0.292682946, 0, 0.272727281, 0)
  1465. LoginUser.Size = UDim2.new(0, 153, 0, 31)
  1466. LoginUser.Font = Enum.Font.SourceSans
  1467. LoginUser.FontSize = Enum.FontSize.Size28
  1468. LoginUser.Text = "Username"
  1469. LoginUser.TextColor3 = Color3.new(1, 1, 1)
  1470. LoginUser.TextSize = 25
  1471. LoginUser.TextXAlignment = Enum.TextXAlignment.Left
  1472.  
  1473. LoginPass.Name = "LoginPass"
  1474. LoginPass.Parent = LoginFrame
  1475. LoginPass.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1476. LoginPass.BackgroundTransparency = 0.20000000298023
  1477. LoginPass.BorderColor3 = Color3.new(1, 1, 1)
  1478. LoginPass.Position = UDim2.new(0.292682916, 0, 0.481818199, 0)
  1479. LoginPass.Size = UDim2.new(0, 153, 0, 31)
  1480. LoginPass.Font = Enum.Font.SourceSans
  1481. LoginPass.FontSize = Enum.FontSize.Size28
  1482. LoginPass.Text = "Password"
  1483. LoginPass.TextColor3 = Color3.new(1, 1, 1)
  1484. LoginPass.TextSize = 25
  1485. LoginPass.TextXAlignment = Enum.TextXAlignment.Left
  1486.  
  1487. KeyBind.Name = "KeyBind"
  1488. KeyBind.Parent = BoogaFucker
  1489. KeyBind.BackgroundColor3 = Color3.new(0, 0, 0)
  1490. KeyBind.BackgroundTransparency = 0.5
  1491. KeyBind.Position = UDim2.new(0.509393454, 0, 0.599304438, 0)
  1492. KeyBind.Size = UDim2.new(0, 274, 0, 162)
  1493. KeyBind.Visible = false
  1494.  
  1495. KeyBindFinishStartupButton.Name = "KeyBindFinishStartupButton"
  1496. KeyBindFinishStartupButton.Parent = KeyBind
  1497. KeyBindFinishStartupButton.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1498. KeyBindFinishStartupButton.BackgroundTransparency = 0.60000002384186
  1499. KeyBindFinishStartupButton.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1500. KeyBindFinishStartupButton.BorderSizePixel = 2
  1501. KeyBindFinishStartupButton.Position = UDim2.new(0.312275499, 0, 0.592000008, 0)
  1502. KeyBindFinishStartupButton.Size = UDim2.new(0, 102, 0, 34)
  1503. KeyBindFinishStartupButton.Font = Enum.Font.SourceSans
  1504. KeyBindFinishStartupButton.FontSize = Enum.FontSize.Size24
  1505. KeyBindFinishStartupButton.Text = "Finish startup"
  1506. KeyBindFinishStartupButton.TextColor3 = Color3.new(1, 0.333333, 0)
  1507. KeyBindFinishStartupButton.TextSize = 20
  1508.  
  1509. KeyBindHeather.Name = "KeyBindHeather"
  1510. KeyBindHeather.Parent = KeyBind
  1511. KeyBindHeather.BackgroundColor3 = Color3.new(0, 0, 0)
  1512. KeyBindHeather.BackgroundTransparency = 0.5
  1513. KeyBindHeather.Size = UDim2.new(0, 274, 0, 15)
  1514.  
  1515. KeyBindStartupTextBox.Name = "KeyBindStartupTextBox"
  1516. KeyBindStartupTextBox.Parent = KeyBind
  1517. KeyBindStartupTextBox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1518. KeyBindStartupTextBox.BackgroundTransparency = 0.40000000596046
  1519. KeyBindStartupTextBox.BorderSizePixel = 0
  1520. KeyBindStartupTextBox.Position = UDim2.new(0.416225731, 0, 0.842592537, 0)
  1521. KeyBindStartupTextBox.Size = UDim2.new(0, 45, 0, 19)
  1522. KeyBindStartupTextBox.Font = Enum.Font.SourceSans
  1523. KeyBindStartupTextBox.FontSize = Enum.FontSize.Size14
  1524. KeyBindStartupTextBox.Text = "G"
  1525. KeyBindStartupTextBox.TextColor3 = Color3.new(1, 0.333333, 0)
  1526. KeyBindStartupTextBox.TextSize = 14
  1527.  
  1528. KeyBindSetupText.Name = "KeyBindSetupText"
  1529. KeyBindSetupText.Parent = KeyBind
  1530. KeyBindSetupText.BackgroundColor3 = Color3.new(1, 1, 1)
  1531. KeyBindSetupText.BackgroundTransparency = 1
  1532. KeyBindSetupText.Position = UDim2.new(0.0748175159, 0, 0.129629627, 0)
  1533. KeyBindSetupText.Size = UDim2.new(0, 236, 0, 69)
  1534. KeyBindSetupText.Font = Enum.Font.SourceSans
  1535. KeyBindSetupText.FontSize = Enum.FontSize.Size24
  1536. KeyBindSetupText.Text = "Okay, we are almost done! setup your GUI keybind and then press the \"Finish startup\" button!"
  1537. KeyBindSetupText.TextColor3 = Color3.new(1, 0.333333, 0)
  1538. KeyBindSetupText.TextSize = 20
  1539. KeyBindSetupText.TextWrapped = true
  1540. KeyBindSetupText.TextXAlignment = Enum.TextXAlignment.Left
  1541. KeyBindSetupText.TextYAlignment = Enum.TextYAlignment.Top
  1542.  
  1543. KeyBindName.Name = "KeyBindName"
  1544. KeyBindName.Parent = KeyBind
  1545. KeyBindName.BackgroundColor3 = Color3.new(1, 1, 1)
  1546. KeyBindName.BackgroundTransparency = 1
  1547. KeyBindName.Position = UDim2.new(0.270072997, 0, -0.0216049384, 0)
  1548. KeyBindName.Size = UDim2.new(0, 130, 0, 16)
  1549. KeyBindName.Font = Enum.Font.SourceSansBold
  1550. KeyBindName.FontSize = Enum.FontSize.Size18
  1551. KeyBindName.Text = "The streets Setup"
  1552. KeyBindName.TextColor3 = Color3.new(1, 0.333333, 0)
  1553. KeyBindName.TextSize = 18
  1554. KeyBindName.TextWrapped = true
  1555. KeyBindName.TextXAlignment = Enum.TextXAlignment.Left
  1556. KeyBindName.TextYAlignment = Enum.TextYAlignment.Top
  1557. end)
  1558.  
  1559. Atakowanie.Name = "Atakowanie"
  1560. Atakowanie.Parent = ZetoxV4
  1561. Atakowanie.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  1562. Atakowanie.BorderSizePixel = 9
  1563. Atakowanie.Position = UDim2.new(0.0299003329, 0, 0.499845862, 0)
  1564. Atakowanie.Size = UDim2.new(0, 131, 0, 54)
  1565. Atakowanie.Font = Enum.Font.Arial
  1566. Atakowanie.Text = "[ATTACK PACK]"
  1567. Atakowanie.TextColor3 = Color3.new(0, 0, 0)
  1568. Atakowanie.TextSize = 14
  1569. Atakowanie.MouseButton1Down:connect(function()
  1570. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Attack pack has been opened [ read settings]!" ,"All")
  1571. wait (0.1)
  1572. --Objects
  1573. plr = game.Players.LocalPlayer
  1574. local Tpkiz = Instance.new("ScreenGui")
  1575. local DraggLul = Instance.new("Frame")
  1576. local TornadoAtack = Instance.new("TextButton")
  1577. local PipeFinish = Instance.new("TextButton")
  1578. local DabAtack = Instance.new("TextButton")
  1579. local kuzleka = Instance.new("TextLabel")
  1580. local CloseLul = Instance.new("TextButton")
  1581. --Properties:
  1582. Tpkiz.Name = "Tpkiz"
  1583. Tpkiz.Parent = plr.PlayerGui
  1584.  
  1585. DraggLul.Name = "DraggLul"
  1586. DraggLul.Parent = Tpkiz
  1587. DraggLul.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  1588. DraggLul.BorderSizePixel = 5
  1589. DraggLul.Position = UDim2.new(0.497678727, 0, 0.531309307, 0)
  1590. DraggLul.Size = UDim2.new(0, 214, 0, 234)
  1591. DraggLul.Active = true
  1592. DraggLul.Draggable = true
  1593.  
  1594. TornadoAtack.Name = "TornadoAtack"
  1595. TornadoAtack.Parent = DraggLul
  1596. TornadoAtack.BackgroundColor3 = Color3.new(1, 0.243137, 0.772549)
  1597. TornadoAtack.BorderSizePixel = 5
  1598. TornadoAtack.Position = UDim2.new(0.0981308445, 0, 0.790598273, 0)
  1599. TornadoAtack.Size = UDim2.new(0, 171, 0, 41)
  1600. TornadoAtack.Font = Enum.Font.SourceSans
  1601. TornadoAtack.Text = "TORNADO MASTER"
  1602. TornadoAtack.TextColor3 = Color3.new(0, 0, 0)
  1603. TornadoAtack.TextSize = 14
  1604. TornadoAtack.MouseButton1Down:connect(function()
  1605. AnimationId = "345332316"
  1606. local Anim = Instance.new("Animation")
  1607. Anim.AnimationId = "rbxassetid://"..AnimationId
  1608. local k = plr.Character.Humanoid:LoadAnimation(Anim)
  1609. k:Play()
  1610. k:AdjustSpeed(2)
  1611. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.RightHand, true) -- complite
  1612. end)
  1613.  
  1614. PipeFinish.Name = "PipeFinish"
  1615. PipeFinish.Parent = DraggLul
  1616. PipeFinish.BackgroundColor3 = Color3.new(1, 0.243137, 0.772549)
  1617. PipeFinish.BorderSizePixel = 5
  1618. PipeFinish.Position = UDim2.new(0.0981308818, 0, 0.547008514, 0)
  1619. PipeFinish.Size = UDim2.new(0, 171, 0, 41)
  1620. PipeFinish.Font = Enum.Font.SourceSans
  1621. PipeFinish.Text = "FINISH PIPE"
  1622. PipeFinish.TextColor3 = Color3.new(0, 0, 0)
  1623. PipeFinish.TextSize = 14
  1624. PipeFinish.MouseButton1Down:connect(function()
  1625. AnimationId = "503258358"
  1626. local Anim = Instance.new("Animation")
  1627. Anim.AnimationId = "rbxassetid://"..AnimationId
  1628. local k = plr.Character.Humanoid:LoadAnimation(Anim)
  1629. k:Play()
  1630. k:AdjustSpeed(2)
  1631. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.RightHand, true) -- complite
  1632. end)
  1633.  
  1634. DabAtack.Name = "DabAtack"
  1635. DabAtack.Parent = DraggLul
  1636. DabAtack.BackgroundColor3 = Color3.new(1, 0.243137, 0.772549)
  1637. DabAtack.BorderSizePixel = 5
  1638. DabAtack.Position = UDim2.new(0.0981308371, 0, 0.299145311, 0)
  1639. DabAtack.Size = UDim2.new(0, 171, 0, 41)
  1640. DabAtack.Font = Enum.Font.SourceSans
  1641. DabAtack.Text = "DAB ATTACK"
  1642. DabAtack.TextColor3 = Color3.new(0, 0, 0)
  1643. DabAtack.TextSize = 14
  1644. DabAtack.MouseButton1Down:connect(function()
  1645. AnimationId = "526812070"
  1646. local Anim = Instance.new("Animation")
  1647. Anim.AnimationId = "rbxassetid://"..AnimationId
  1648. local k = plr.Character.Humanoid:LoadAnimation(Anim)
  1649. k:Play()
  1650. k:AdjustSpeed(2)
  1651. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.RightHand, true) -- complite
  1652. end)
  1653.  
  1654. kuzleka.Name = "kuzleka"
  1655. kuzleka.Parent = DraggLul
  1656. kuzleka.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  1657. kuzleka.BorderSizePixel = 5
  1658. kuzleka.Size = UDim2.new(0, 214, 0, 50)
  1659. kuzleka.Font = Enum.Font.SourceSans
  1660. kuzleka.Text = "[ATTACK PACK]"
  1661. kuzleka.TextColor3 = Color3.new(0, 0, 0)
  1662. kuzleka.TextSize = 14
  1663.  
  1664. CloseLul.Name = "CloseLul"
  1665. CloseLul.Parent = DraggLul
  1666. CloseLul.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  1667. CloseLul.BorderSizePixel = 5
  1668. CloseLul.Position = UDim2.new(0.897196233, 0, 0, 0)
  1669. CloseLul.Size = UDim2.new(0, 22, 0, 22)
  1670. CloseLul.Font = Enum.Font.SourceSans
  1671. CloseLul.Text = "X"
  1672. CloseLul.TextColor3 = Color3.new(0, 0, 0)
  1673. CloseLul.TextSize = 14
  1674. CloseLul.MouseButton1Down:connect(function()
  1675. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Attack pack has been closed!" ,"All")
  1676. wait (0.1)
  1677. DraggLul.Visible = false
  1678. end)
  1679. -- Scripts:
  1680. end)
  1681.  
  1682. ZetoxV3.Name = "ZetoxV3"
  1683. ZetoxV3.Parent = ZetoxV4
  1684. ZetoxV3.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  1685. ZetoxV3.BorderSizePixel = 9
  1686. ZetoxV3.Position = UDim2.new(0.514950156, 0, 0.259139776, 0)
  1687. ZetoxV3.Size = UDim2.new(0, 137, 0, 54)
  1688. ZetoxV3.Font = Enum.Font.Arial
  1689. ZetoxV3.Text = "[BFG]"
  1690. ZetoxV3.TextColor3 = Color3.new(0, 0, 0)
  1691. ZetoxV3.TextSize = 14
  1692. ZetoxV3.MouseButton1Down:connect(function()
  1693. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] for bfg to be enabled write in chat [bfg]! " ,"All")
  1694. wait (0.1)
  1695. local plr = game.Players.LocalPlayer
  1696. local m = plr:GetMouse()
  1697. local r = game:GetService("RunService").Heartbeat
  1698. local h = plr.Character.Humanoid
  1699. local prefix = ""
  1700.  
  1701. local guns = {}
  1702.  
  1703. local aim = false
  1704.  
  1705. plr.Chatted:connect(function(cmd)
  1706. cmd=cmd:lower()
  1707. if cmd == prefix.."bfgaim" then
  1708. aim = not aim
  1709. end
  1710. end)
  1711.  
  1712. function addGuns()
  1713. local Weapons = plr.Backpack:GetChildren()
  1714. for c,f in ipairs(Weapons) do
  1715. if f.Name == "Uzi" or f.Name == "Shotty" or f.Name == "Glock" or f.Name == "Sawed Off" then
  1716. table.insert(guns, f)
  1717. end
  1718. end
  1719. end
  1720.  
  1721. function removeGuns()
  1722. h:UnequipTools()
  1723. for c,f in ipairs(guns) do
  1724. table.remove(guns, f)
  1725. end
  1726. end
  1727.  
  1728. local State = false
  1729. plr.Chatted:connect(function(cmd)
  1730. cmd=cmd:lower()
  1731. if cmd == prefix.."bfg" then
  1732. if State == false then
  1733. State = true
  1734. addGuns()
  1735. elseif State == true then
  1736. State = false
  1737. removeGuns()
  1738. end
  1739. end
  1740. end)
  1741.  
  1742. m.Button1Down:connect(function()
  1743. if State == true then
  1744. for a,b in ipairs(guns) do
  1745. b.Fire:FireServer(m.Hit)
  1746. end
  1747. end
  1748. end)
  1749.  
  1750. r:connect(function()
  1751. if aim == true then
  1752. for a,b in ipairs(guns) do
  1753. if b and m.Target then
  1754. local h = m.Target.Parent:FindFirstChild("Humanoid")
  1755. if h then
  1756. local p = game.Players:FindFirstChild(h.Parent.Name)
  1757. if p then
  1758. b.Fire:FireServer(m.Hit)
  1759. end
  1760. end
  1761. end
  1762. end
  1763. end
  1764. end)
  1765.  
  1766. while true do
  1767. r:wait()
  1768. if State == true then
  1769. for a,b in ipairs(guns) do
  1770. b.Parent = plr.Character
  1771. end
  1772. end
  1773. end
  1774.  
  1775. end)
  1776.  
  1777. Animacje.Name = "Animacje"
  1778. Animacje.Parent = ZetoxV4
  1779. Animacje.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  1780. Animacje.BorderSizePixel = 9
  1781. Animacje.Position = UDim2.new(0.0299003329, 0, 0.259139776, 0)
  1782. Animacje.Size = UDim2.new(0, 131, 0, 54)
  1783. Animacje.Font = Enum.Font.Arial
  1784. Animacje.Text = "[ANIMATION PACK]"
  1785. Animacje.TextColor3 = Color3.new(0, 0, 0)
  1786. Animacje.TextSize = 14
  1787. Animacje.MouseButton1Down:connect(function()
  1788. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Animation Pack has been opened!" ,"All")
  1789. wait (0.1)
  1790. --Objects
  1791. plr = game.Players.LocalPlayer
  1792. local AnimarionPack10 = Instance.new("ScreenGui")
  1793. local DragFrame = Instance.new("Frame")
  1794. local ninja = Instance.new("TextButton")
  1795. local NameNieDotykac = Instance.new("TextLabel")
  1796. local backflip = Instance.new("TextButton")
  1797. local golem = Instance.new("TextButton")
  1798. local tired = Instance.new("TextButton")
  1799. local CloseApack = Instance.new("TextButton")
  1800. --Properties:
  1801. AnimarionPack10.Name = "AnimarionPack10"
  1802. AnimarionPack10.Parent = plr.PlayerGui
  1803.  
  1804. DragFrame.Name = "DragFrame"
  1805. DragFrame.Parent = AnimarionPack10
  1806. DragFrame.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  1807. DragFrame.BorderSizePixel = 5
  1808. DragFrame.Position = UDim2.new(0.636026025, 0, 0.0189753268, 0)
  1809. DragFrame.Size = UDim2.new(0, 330, 0, 200)
  1810. DragFrame.Active = true
  1811. DragFrame.Draggable = true
  1812.  
  1813. ninja.Name = "ninja"
  1814. ninja.Parent = DragFrame
  1815. ninja.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  1816. ninja.BorderSizePixel = 5
  1817. ninja.Position = UDim2.new(0.0393939391, 0, 0.660000026, 0)
  1818. ninja.Size = UDim2.new(0, 139, 0, 50)
  1819. ninja.Font = Enum.Font.SourceSans
  1820. ninja.Text = "NINJA WALK"
  1821. ninja.TextColor3 = Color3.new(0, 0, 0)
  1822. ninja.TextSize = 14
  1823. ninja.MouseButton1Down:connect(function()
  1824. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Ninja Walk is now on!" ,"All")
  1825. wait(0.1)
  1826. -- BACKFLIP JUMP --
  1827. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.walk:GetChildren()) do
  1828. v.AnimationId = 'rbxassetid://144393647'
  1829. end
  1830. end)
  1831.  
  1832. NameNieDotykac.Name = "NameNieDotykac"
  1833. NameNieDotykac.Parent = DragFrame
  1834. NameNieDotykac.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  1835. NameNieDotykac.BorderSizePixel = 5
  1836. NameNieDotykac.Size = UDim2.new(0, 330, 0, 50)
  1837. NameNieDotykac.Font = Enum.Font.SourceSans
  1838. NameNieDotykac.Text = "ANIMATION PACK"
  1839. NameNieDotykac.TextColor3 = Color3.new(0, 0, 0)
  1840. NameNieDotykac.TextSize = 14
  1841.  
  1842. backflip.Name = "backflip"
  1843. backflip.Parent = DragFrame
  1844. backflip.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  1845. backflip.BorderSizePixel = 5
  1846. backflip.Position = UDim2.new(0.551515162, 0, 0.660000026, 0)
  1847. backflip.Size = UDim2.new(0, 139, 0, 50)
  1848. backflip.Font = Enum.Font.SourceSans
  1849. backflip.Text = "BACKFLIP JUMP"
  1850. backflip.TextColor3 = Color3.new(0, 0, 0)
  1851. backflip.TextSize = 14
  1852. backflip.MouseButton1Down:connect(function()
  1853. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] BackFlip Jump is now on!" ,"All")
  1854. wait(0.1)
  1855. -- BACKFLIP JUMP --
  1856. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  1857. v.AnimationId = 'rbxassetid://229782914'
  1858. end
  1859. end)
  1860.  
  1861.  
  1862. golem.Name = "golem"
  1863. golem.Parent = DragFrame
  1864. golem.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  1865. golem.BorderSizePixel = 5
  1866. golem.Position = UDim2.new(0.0393939391, 0, 0.319999993, 0)
  1867. golem.Size = UDim2.new(0, 139, 0, 50)
  1868. golem.Font = Enum.Font.SourceSans
  1869. golem.Text = "GOLEM WALK"
  1870. golem.TextColor3 = Color3.new(0, 0, 0)
  1871. golem.TextSize = 14
  1872. golem.MouseButton1Down:connect(function()
  1873. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Golem Walk is now on!" ,"All")
  1874. wait(0.1)
  1875. -- BACKFLIP JUMP --
  1876. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.walk:GetChildren()) do
  1877. v.AnimationId = 'rbxassetid://553240602'
  1878. end
  1879. end)
  1880.  
  1881. tired.Name = "tired"
  1882. tired.Parent = DragFrame
  1883. tired.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  1884. tired.BorderSizePixel = 5
  1885. tired.Position = UDim2.new(0.551515162, 0, 0.319999993, 0)
  1886. tired.Size = UDim2.new(0, 139, 0, 50)
  1887. tired.Font = Enum.Font.SourceSans
  1888. tired.Text = "TIRED WALK"
  1889. tired.TextColor3 = Color3.new(0, 0, 0)
  1890. tired.TextSize = 14
  1891. tired.MouseButton1Down:connect(function()
  1892. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Tired Walk is now on !" ,"All")
  1893. wait(0.1)
  1894. -- BACKFLIP JUMP --
  1895. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.walk:GetChildren()) do
  1896. v.AnimationId = 'rbxassetid://453069115'
  1897. end
  1898. end)
  1899.  
  1900. CloseApack.Name = "CloseApack"
  1901. CloseApack.Parent = DragFrame
  1902. CloseApack.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  1903. CloseApack.BorderSizePixel = 4
  1904. CloseApack.Position = UDim2.new(0.936363637, 0, 0, 0)
  1905. CloseApack.Size = UDim2.new(0, 21, 0, 22)
  1906. CloseApack.Font = Enum.Font.SourceSans
  1907. CloseApack.Text = "X"
  1908. CloseApack.TextColor3 = Color3.new(0, 0, 0)
  1909. CloseApack.TextSize = 14
  1910. CloseApack.MouseButton1Down:connect(function()
  1911. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Animation Pack has been closed!" ,"All")
  1912. wait(0.1)
  1913. DragFrame.Visible = false
  1914. end)
  1915.  
  1916. -- LUL
  1917. end)
  1918.  
  1919. Ustawienia.Name = "Ustawienia"
  1920. Ustawienia.Parent = ZetoxV4
  1921. Ustawienia.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  1922. Ustawienia.BorderSizePixel = 9
  1923. Ustawienia.Position = UDim2.new(0.514950156, 0, 0.0334448144, 0)
  1924. Ustawienia.Size = UDim2.new(0, 137, 0, 54)
  1925. Ustawienia.Font = Enum.Font.Arial
  1926. Ustawienia.Text = "[SETTINGS]"
  1927. Ustawienia.TextColor3 = Color3.new(0, 0, 0)
  1928. Ustawienia.TextSize = 14
  1929. Ustawienia.MouseButton1Down:connect(function()
  1930. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Settings are now open!" ,"All")
  1931. wait(1.2)
  1932. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Remember, you must have turned on attack pack to work!" ,"All")
  1933. ---- Objects
  1934. plr = game.Players.LocalPlayer
  1935. local SettingGui = Instance.new("ScreenGui")
  1936. local SettingFrame = Instance.new("Frame")
  1937. local Setting = Instance.new("TextLabel")
  1938. local CloseSetting = Instance.new("TextButton")
  1939. local TornadoMaster = Instance.new("TextLabel")
  1940. local KickAtack = Instance.new("TextLabel")
  1941. local FinishPipe = Instance.new("TextLabel")
  1942. local SpinAtack = Instance.new("TextLabel")
  1943. local DabAtack = Instance.new("TextLabel")
  1944. --Properties:
  1945. SettingGui.Name = "SettingGui"
  1946. SettingGui.Parent = plr.PlayerGui
  1947.  
  1948. SettingFrame.Name = "SettingFrame"
  1949. SettingFrame.Parent = SettingGui
  1950. SettingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1951. SettingFrame.BorderSizePixel = 5
  1952. SettingFrame.Position = UDim2.new(0.785515308, 0, 0.0436432622, 0)
  1953. SettingFrame.Size = UDim2.new(0, 219, 0, 278)
  1954. SettingFrame.Active = true
  1955. SettingFrame.draggable = true
  1956.  
  1957. Setting.Name = "Setting"
  1958. Setting.Parent = SettingFrame
  1959. Setting.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  1960. Setting.BorderSizePixel = 5
  1961. Setting.Size = UDim2.new(0, 219, 0, 52)
  1962. Setting.Font = Enum.Font.SourceSans
  1963. Setting.Text = "[SETTINGS]"
  1964. Setting.TextColor3 = Color3.new(0, 0, 0)
  1965. Setting.TextSize = 14
  1966. Setting.Active = true
  1967. Setting.draggable = true
  1968.  
  1969. CloseSetting.Name = "CloseSetting"
  1970. CloseSetting.Parent = SettingFrame
  1971. CloseSetting.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  1972. CloseSetting.BorderSizePixel = 5
  1973. CloseSetting.Position = UDim2.new(0.904109597, 0, 0, 0)
  1974. CloseSetting.Size = UDim2.new(0, 21, 0, 19)
  1975. CloseSetting.Font = Enum.Font.SourceSans
  1976. CloseSetting.Text = "X"
  1977. CloseSetting.TextColor3 = Color3.new(0, 0, 0)
  1978. CloseSetting.TextSize = 14
  1979. CloseSetting.MouseButton1Down:connect(function()
  1980. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Settings has been closed!" ,"All")
  1981. wait(0.7)
  1982. SettingFrame.Visible = false
  1983. end)
  1984.  
  1985. TornadoMaster.Name = "TornadoMaster"
  1986. TornadoMaster.Parent = SettingFrame
  1987. TornadoMaster.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  1988. TornadoMaster.BorderSizePixel = 5
  1989. TornadoMaster.Position = UDim2.new(0, 0, 0.83959043, 0)
  1990. TornadoMaster.Size = UDim2.new(0, 219, 0, 47)
  1991. TornadoMaster.Font = Enum.Font.SourceSans
  1992. TornadoMaster.Text = "TORNADO MASTER PUNCH"
  1993. TornadoMaster.TextColor3 = Color3.new(0, 0, 0)
  1994. TornadoMaster.TextSize = 14
  1995.  
  1996. KickAtack.Name = "KickAtack"
  1997. KickAtack.Parent = SettingFrame
  1998. KickAtack.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  1999. KickAtack.BorderSizePixel = 5
  2000. KickAtack.Position = UDim2.new(0, 0, 0.679180861, 0)
  2001. KickAtack.Size = UDim2.new(0, 219, 0, 47)
  2002. KickAtack.Font = Enum.Font.SourceSans
  2003. KickAtack.Text = "KICK ATACK PUNCH"
  2004. KickAtack.TextColor3 = Color3.new(0, 0, 0)
  2005. KickAtack.TextSize = 14
  2006.  
  2007. FinishPipe.Name = "FinishPipe"
  2008. FinishPipe.Parent = SettingFrame
  2009. FinishPipe.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  2010. FinishPipe.BorderSizePixel = 5
  2011. FinishPipe.Position = UDim2.new(0, 0, 0.518771291, 0)
  2012. FinishPipe.Size = UDim2.new(0, 219, 0, 47)
  2013. FinishPipe.Font = Enum.Font.SourceSans
  2014. FinishPipe.Text = "END PIPE PUNCH"
  2015. FinishPipe.TextColor3 = Color3.new(0, 0, 0)
  2016. FinishPipe.TextSize = 14
  2017.  
  2018. SpinAtack.Name = "SpinAtack"
  2019. SpinAtack.Parent = SettingFrame
  2020. SpinAtack.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  2021. SpinAtack.BorderSizePixel = 5
  2022. SpinAtack.Position = UDim2.new(0, 0, 0.358361721, 0)
  2023. SpinAtack.Size = UDim2.new(0, 219, 0, 47)
  2024. SpinAtack.Font = Enum.Font.SourceSans
  2025. SpinAtack.Text = "SPIN PUNCH"
  2026. SpinAtack.TextColor3 = Color3.new(0, 0, 0)
  2027. SpinAtack.TextSize = 14
  2028.  
  2029. DabAtack.Name = "DabAtack"
  2030. DabAtack.Parent = SettingFrame
  2031. DabAtack.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  2032. DabAtack.BorderSizePixel = 5
  2033. DabAtack.Position = UDim2.new(0, 0, 0.197952166, 0)
  2034. DabAtack.Size = UDim2.new(0, 219, 0, 47)
  2035. DabAtack.Font = Enum.Font.SourceSans
  2036. DabAtack.Text = "DAB PUNCH"
  2037. DabAtack.TextColor3 = Color3.new(0, 0, 0)
  2038. DabAtack.TextSize = 14
  2039. -- OSKAR IS GOOD ---
  2040. end)
  2041.  
  2042. Twurca.Name = "Twurca"
  2043. Twurca.Parent = ZetoxV4
  2044. Twurca.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  2045. Twurca.BorderSizePixel = 9
  2046. Twurca.Position = UDim2.new(0.0299003329, 0, 0.0326574892, 0)
  2047. Twurca.Size = UDim2.new(0, 131, 0, 54)
  2048. Twurca.Font = Enum.Font.Arial
  2049. Twurca.Text = "[ CREDITS]"
  2050. Twurca.TextColor3 = Color3.new(0, 0, 0)
  2051. Twurca.TextSize = 14
  2052. Twurca.MouseButton1Down:connect(function()
  2053. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Credits have been opened!" ,"All")
  2054. wait(0.7)
  2055. ---- Objects
  2056. plr = game.Players.LocalPlayer
  2057. local TwurcaV9kd = Instance.new("ScreenGui")
  2058. local Frame = Instance.new("Frame")
  2059. local NazwaTego = Instance.new("TextLabel")
  2060. local CloseCredits = Instance.new("TextButton")
  2061. local NazwaTego2 = Instance.new("TextLabel")
  2062. local NazwaTego3 = Instance.new("TextLabel")
  2063. --Properties:
  2064. TwurcaV9kd.Name = "TwurcaV9kd"
  2065. TwurcaV9kd.Parent = plr.PlayerGui
  2066.  
  2067. Frame.Parent = TwurcaV9kd
  2068. Frame.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  2069. Frame.BorderSizePixel = 5
  2070. Frame.Position = UDim2.new(0.796483696, 0, 0.497153699, 0)
  2071. Frame.Size = UDim2.new(0, 207, 0, 255)
  2072.  
  2073. NazwaTego.Name = "NazwaTego"
  2074. NazwaTego.Parent = Frame
  2075. NazwaTego.BackgroundColor3 = Color3.new(1, 0.662745, 0.945098)
  2076. NazwaTego.BorderSizePixel = 5
  2077. NazwaTego.Size = UDim2.new(0, 207, 0, 50)
  2078. NazwaTego.Font = Enum.Font.SourceSans
  2079. NazwaTego.Text = "[CREDITS]"
  2080. NazwaTego.TextColor3 = Color3.new(0, 0, 0)
  2081. NazwaTego.TextSize = 14
  2082. NazwaTego.Active = true
  2083. NazwaTego.draggable = true
  2084.  
  2085. CloseCredits.Name = "CloseCredits"
  2086. CloseCredits.Parent = Frame
  2087. CloseCredits.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  2088. CloseCredits.BorderSizePixel = 5
  2089. CloseCredits.Position = UDim2.new(0.908212543, 0, 0, 0)
  2090. CloseCredits.Size = UDim2.new(0, 19, 0, 19)
  2091. CloseCredits.Font = Enum.Font.SourceSans
  2092. CloseCredits.Text = "X"
  2093. CloseCredits.TextColor3 = Color3.new(0, 0, 0)
  2094. CloseCredits.TextSize = 14
  2095. CloseCredits.MouseButton1Down:connect(function()
  2096. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Credits have been closed!" ,"All")
  2097. wait(0.2)
  2098. NazwaTego.Visible = false
  2099. end)
  2100.  
  2101. NazwaTego2.Name = "NazwaTego2"
  2102. NazwaTego2.Parent = Frame
  2103. NazwaTego2.BackgroundColor3 = Color3.new(1, 0.631373, 0.415686)
  2104. NazwaTego2.Position = UDim2.new(0.12560387, 0, 0.345098048, 0)
  2105. NazwaTego2.Size = UDim2.new(0, 162, 0, 50)
  2106. NazwaTego2.Font = Enum.Font.SourceSans
  2107. NazwaTego2.Text = "Discord oskar#8412"
  2108. NazwaTego2.TextColor3 = Color3.new(0, 0, 0)
  2109. NazwaTego2.TextSize = 14
  2110.  
  2111. NazwaTego3.Name = "NazwaTego3"
  2112. NazwaTego3.Parent = Frame
  2113. NazwaTego3.BackgroundColor3 = Color3.new(1, 0.631373, 0.415686)
  2114. NazwaTego3.Position = UDim2.new(0.12560387, 0, 0.674509823, 0)
  2115. NazwaTego3.Size = UDim2.new(0, 162, 0, 50)
  2116. NazwaTego3.Font = Enum.Font.SourceSans
  2117. NazwaTego3.Text = "Discord [??K?0??]#6654"
  2118. NazwaTego3.TextColor3 = Color3.new(0, 0, 0)
  2119. NazwaTego3.TextSize = 14
  2120. --HACKING IS GOOD--
  2121. end)
  2122.  
  2123. ZetoxV4_2.Name = "ZetoxV4"
  2124. ZetoxV4_2.Parent = ZetoxV4
  2125. ZetoxV4_2.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.666667)
  2126. ZetoxV4_2.BorderSizePixel = 9
  2127. ZetoxV4_2.Position = UDim2.new(0, 0, 0.939799309, 0)
  2128. ZetoxV4_2.Size = UDim2.new(0, 301, 0, 18)
  2129. ZetoxV4_2.Text = "ZETOX V4"
  2130. ZetoxV4_2.TextColor3 = Color3.new(0, 0, 0)
  2131. ZetoxV4_2.TextSize = 14
  2132.  
  2133. CloseZetoxV4.Name = "CloseZetoxV4"
  2134. CloseZetoxV4.Parent = ZetoxV4
  2135. CloseZetoxV4.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  2136. CloseZetoxV4.BorderSizePixel = 2
  2137. CloseZetoxV4.Position = UDim2.new(0.970099688, 0, -0.0234113708, 0)
  2138. CloseZetoxV4.Size = UDim2.new(0, 16, 0, 17)
  2139. CloseZetoxV4.Font = Enum.Font.SourceSans
  2140. CloseZetoxV4.Text = "X"
  2141. CloseZetoxV4.TextColor3 = Color3.new(0, 0, 0)
  2142. CloseZetoxV4.TextSize = 14
  2143. CloseZetoxV4.MouseButton1Down:connect(function()
  2144. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Thanks for using Zetox V4,Hope too see you soon!" ,"All")
  2145. wait(0.2)
  2146. ZetoxV4.Visible = false
  2147. end)
  2148.  
  2149. Zetox.Name = "Zetox"
  2150. Zetox.Parent = ZetoxV4
  2151. Zetox.BackgroundColor3 = Color3.new(1, 1, 1)
  2152. Zetox.BorderSizePixel = 4
  2153. Zetox.Position = UDim2.new(-0.0299003329, 0, -0.729097009, 0)
  2154. Zetox.Size = UDim2.new(0, 1366, 0, 527)
  2155. Zetox.Style = Enum.ButtonStyle.RobloxRoundButton
  2156. Zetox.Font = Enum.Font.Fantasy
  2157. Zetox.Text = "- [CLICK TO OPEN ZETOX V4 Improved Grammar by SoDxpressed#1763] -"
  2158. Zetox.TextColor3 = Color3.new(0, 0, 0)
  2159. Zetox.TextSize = 50
  2160. Zetox.MouseButton1Down:connect(function()
  2161. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] RobuxMan Gui has successfully loaded" ,"All")
  2162. wait(0.2)
  2163. Zetox.Visible = false
  2164. end)
  2165. -- Zetox V4.
  2166. RAW Paste Data
  2167.  
  2168. --Objects
  2169. plr = game.Players.LocalPlayer
  2170. local ZetoxV4new = Instance.new("ScreenGui")
  2171. local ZetoxV4 = Instance.new("Frame")
  2172. local GuiRadio = Instance.new("TextButton")
  2173. local ShottyUstawienia = Instance.new("TextButton")
  2174. local GuiSzybkos = Instance.new("TextButton")
  2175. local Atakowanie = Instance.new("TextButton")
  2176. local ZetoxV3 = Instance.new("TextButton")
  2177. local Animacje = Instance.new("TextButton")
  2178. local Ustawienia = Instance.new("TextButton")
  2179. local Twurca = Instance.new("TextButton")
  2180. local ZetoxV4_2 = Instance.new("TextLabel")
  2181. local CloseZetoxV4 = Instance.new("TextButton")
  2182. local Zetox = Instance.new("TextButton")
  2183. --Properties:
  2184. ZetoxV4new.Name = "ZetoxV4new"
  2185. ZetoxV4new.Parent = plr.PlayerGui
  2186.  
  2187. ZetoxV4.Name = "ZetoxV4"
  2188. ZetoxV4.Parent = ZetoxV4new
  2189. ZetoxV4.BackgroundColor3 = Color3.new(0.388235, 0.423529, 0.419608)
  2190. ZetoxV4.BorderSizePixel = 14
  2191. ZetoxV4.Position = UDim2.new(0.00638686307, 0, 0.413662225, 0)
  2192. ZetoxV4.Size = UDim2.new(0, 301, 0, 299)
  2193.  
  2194. GuiRadio.Name = "GuiRadio"
  2195. GuiRadio.Parent = ZetoxV4
  2196. GuiRadio.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  2197. GuiRadio.BorderSizePixel = 9
  2198. GuiRadio.Position = UDim2.new(0.514950156, 0, 0.728606164, 0)
  2199. GuiRadio.Size = UDim2.new(0, 137, 0, 54)
  2200. GuiRadio.Font = Enum.Font.Arial
  2201. GuiRadio.Text = "[RADIO GUI]"
  2202. GuiRadio.TextColor3 = Color3.new(0, 0, 0)
  2203. GuiRadio.TextSize = 14
  2204. GuiRadio.MouseButton1Down:connect(function()
  2205. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Radio gui has been opened!" ,"All")
  2206. wait (0.1)
  2207. --Objects
  2208. plr = game.Players.LocalPlayer
  2209. local mama = Instance.new("ScreenGui")
  2210. local RadioMum = Instance.new("Frame")
  2211. local Wypiernie = Instance.new("TextLabel")
  2212. local Trzymajoce = Instance.new("TextButton")
  2213. local Niewidzialne = Instance.new("TextButton")
  2214. local CloseFrameRadio = Instance.new("TextButton")
  2215. --Properties:
  2216. mama.Name = "mama"
  2217. mama.Parent = plr.PlayerGui
  2218.  
  2219. RadioMum.Name = "RadioMum"
  2220. RadioMum.Parent = mama
  2221. RadioMum.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  2222. RadioMum.BorderSizePixel = 5
  2223. RadioMum.Position = UDim2.new(0.549674988, 0, 0.56356734, 0)
  2224. RadioMum.Size = UDim2.new(0, 227, 0, 218)
  2225. RadioMum.Active = true
  2226. RadioMum.Draggable = true
  2227.  
  2228. Wypiernie.Name = "Wypiernie"
  2229. Wypiernie.Parent = RadioMum
  2230. Wypiernie.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  2231. Wypiernie.BorderSizePixel = 5
  2232. Wypiernie.Size = UDim2.new(0, 227, 0, 50)
  2233. Wypiernie.Font = Enum.Font.SourceSans
  2234. Wypiernie.Text = "RADIO GUI"
  2235. Wypiernie.TextColor3 = Color3.new(0, 0, 0)
  2236. Wypiernie.TextSize = 14
  2237.  
  2238. Trzymajoce.Name = "Trzymajoce"
  2239. Trzymajoce.Parent = RadioMum
  2240. Trzymajoce.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  2241. Trzymajoce.BorderSizePixel = 5
  2242. Trzymajoce.Position = UDim2.new(0.0572687238, 0, 0.651983738, 0)
  2243. Trzymajoce.Size = UDim2.new(0, 200, 0, 50)
  2244. Trzymajoce.Font = Enum.Font.SourceSans
  2245. Trzymajoce.Text = "HOLDING RADIO"
  2246. Trzymajoce.TextColor3 = Color3.new(0, 0, 0)
  2247. Trzymajoce.TextSize = 14
  2248. Trzymajoce.MouseButton1Down:connect(function()
  2249. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Holding radio has been turned on!" ,"All")
  2250. wait (0.1)
  2251. game.Players.LocalPlayer.Backpack.BoomBox.GripPos = Vector3.new(0,0.8,0)
  2252. game.Players.LocalPlayer.Backpack.BoomBox.GripRight = Vector3.new(-6,0,90)
  2253. game.Players.LocalPlayer.Backpack.BoomBox.GripForward = Vector3.new(6,-120,0)
  2254. end)
  2255.  
  2256.  
  2257. Niewidzialne.Name = "Niewidzialne"
  2258. Niewidzialne.Parent = RadioMum
  2259. Niewidzialne.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  2260. Niewidzialne.BorderSizePixel = 5
  2261. Niewidzialne.Position = UDim2.new(0.0572687238, 0, 0.32110092, 0)
  2262. Niewidzialne.Size = UDim2.new(0, 200, 0, 50)
  2263. Niewidzialne.Font = Enum.Font.SourceSans
  2264. Niewidzialne.Text = "INVISIBLE RADIO"
  2265. Niewidzialne.TextColor3 = Color3.new(0, 0, 0)
  2266. Niewidzialne.TextSize = 14
  2267. Niewidzialne.MouseButton1Down:connect(function()
  2268. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Invisible radio has been turned on!" ,"All")
  2269. wait (0.1)
  2270. game.Players.LocalPlayer.Backpack.BoomBox.GripPos = Vector3.new(0,0.0,8)
  2271. game.Players.LocalPlayer.Backpack.BoomBox.GripRight = Vector3.new(0,0,0)
  2272. game.Players.LocalPlayer.Backpack.BoomBox.GripForward = Vector3.new(-300,-300,-300)
  2273. end)
  2274.  
  2275. CloseFrameRadio.Name = "CloseFrameRadio"
  2276. CloseFrameRadio.Parent = RadioMum
  2277. CloseFrameRadio.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  2278. CloseFrameRadio.BorderSizePixel = 5
  2279. CloseFrameRadio.Position = UDim2.new(0.894273102, 0, 0, 0)
  2280. CloseFrameRadio.Size = UDim2.new(0, 24, 0, 22)
  2281. CloseFrameRadio.Font = Enum.Font.SourceSans
  2282. CloseFrameRadio.Text = "X"
  2283. CloseFrameRadio.TextColor3 = Color3.new(0, 0, 0)
  2284. CloseFrameRadio.TextSize = 14
  2285. CloseFrameRadio.MouseButton1Down:connect(function()
  2286. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Radio gui has been closed!" ,"All")
  2287. wait (0.1)
  2288. RadioMum.Visible = false
  2289. end)
  2290.  
  2291. -- RADIO GUI IS GOOD
  2292.  
  2293. end)
  2294.  
  2295. ShottyUstawienia.Name = "ShottyUstawienia"
  2296. ShottyUstawienia.Parent = ZetoxV4
  2297. ShottyUstawienia.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  2298. ShottyUstawienia.BorderSizePixel = 9
  2299. ShottyUstawienia.Position = UDim2.new(0.0299003329, 0, 0.728606164, 0)
  2300. ShottyUstawienia.Size = UDim2.new(0, 131, 0, 54)
  2301. ShottyUstawienia.Font = Enum.Font.Arial
  2302. ShottyUstawienia.Text = "[SHOTTY GUI]"
  2303. ShottyUstawienia.TextColor3 = Color3.new(0, 0, 0)
  2304. ShottyUstawienia.TextSize = 14
  2305. ShottyUstawienia.MouseButton1Down:connect(function()
  2306. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Shotty gui has been opened!" ,"All")
  2307. wait (0.1)
  2308. --Objects
  2309. plr = game.Players.LocalPlayer
  2310. local Mom = Instance.new("ScreenGui")
  2311. local DraggFrame10 = Instance.new("Frame")
  2312. local ShottyCamera = Instance.new("TextButton")
  2313. local ShottyDuck = Instance.new("TextButton")
  2314. local ShottyDrag = Instance.new("TextButton")
  2315. local ShottyN10 = Instance.new("TextLabel")
  2316. local CloseMum = Instance.new("TextButton")
  2317. --Properties:
  2318. Mom.Name = "Mom"
  2319. Mom.Parent = plr.PlayerGui
  2320.  
  2321. DraggFrame10.Name = "DraggFrame10"
  2322. DraggFrame10.Parent = Mom
  2323. DraggFrame10.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  2324. DraggFrame10.BorderSizePixel = 5
  2325. DraggFrame10.Position = UDim2.new(0.803156912, 0, 0.242884248, 0)
  2326. DraggFrame10.Size = UDim2.new(0, 196, 0, 270)
  2327. DraggFrame10.Active = true
  2328. DraggFrame10.Draggable = true
  2329.  
  2330. ShottyCamera.Name = "ShottyCamera"
  2331. ShottyCamera.Parent = DraggFrame10
  2332. ShottyCamera.BackgroundColor3 = Color3.new(1, 0, 1)
  2333. ShottyCamera.BorderSizePixel = 5
  2334. ShottyCamera.Position = UDim2.new(0.0918367356, 0, 0.748148143, 0)
  2335. ShottyCamera.Size = UDim2.new(0, 160, 0, 50)
  2336. ShottyCamera.Font = Enum.Font.SourceSans
  2337. ShottyCamera.Text = "SHOTTY CAMERA"
  2338. ShottyCamera.TextColor3 = Color3.new(0, 0, 0)
  2339. ShottyCamera.TextSize = 14
  2340. ShottyCamera.MouseButton1Down:connect(function()
  2341. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Shotty camera has been turned on!" ,"All")
  2342. wait (0.1)
  2343. game.Players.LocalPlayer.Backpack.Shotty.GripPos = Vector3.new(0,0.1,36)
  2344. game.Players.LocalPlayer.Backpack.Shotty.GripRight = Vector3.new(-6,0,90)
  2345. game.Players.LocalPlayer.Backpack.Shotty.GripForward = Vector3.new(6,-120,0)
  2346. end)
  2347.  
  2348. ShottyDuck.Name = "ShottyDuck"
  2349. ShottyDuck.Parent = DraggFrame10
  2350. ShottyDuck.BackgroundColor3 = Color3.new(1, 0, 1)
  2351. ShottyDuck.BorderSizePixel = 5
  2352. ShottyDuck.Position = UDim2.new(0.0918367356, 0, 0.448148161, 0)
  2353. ShottyDuck.Size = UDim2.new(0, 160, 0, 50)
  2354. ShottyDuck.Font = Enum.Font.SourceSans
  2355. ShottyDuck.Text = "SHOTTY DICK"
  2356. ShottyDuck.TextColor3 = Color3.new(0, 0, 0)
  2357. ShottyDuck.TextSize = 14
  2358. ShottyDuck.MouseButton1Down:connect(function()
  2359. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Shotty dick has been turned on!" ,"All")
  2360. wait (0.1)
  2361. game.Players.LocalPlayer.Shotty.GripPos = Vector3.new(1, 2, -1)
  2362. end)
  2363.  
  2364.  
  2365. ShottyDrag.Name = "ShottyDrag"
  2366. ShottyDrag.Parent = DraggFrame10
  2367. ShottyDrag.BackgroundColor3 = Color3.new(1, 0, 1)
  2368. ShottyDrag.BorderSizePixel = 5
  2369. ShottyDrag.Position = UDim2.new(0.0918367356, 0, 0.19629629, 0)
  2370. ShottyDrag.Size = UDim2.new(0, 160, 0, 50)
  2371. ShottyDrag.Font = Enum.Font.SourceSans
  2372. ShottyDrag.Text = "DRAG SHOTTY"
  2373. ShottyDrag.TextColor3 = Color3.new(0, 0, 0)
  2374. ShottyDrag.TextSize = 14
  2375. ShottyDrag.MouseButton1Down:connect(function()
  2376. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Drag shotty has been turned on!" ,"All")
  2377. wait (0.1)
  2378. game.Players.LocalPlayer.Backpack.Shotty.GripUp = Vector3.new(45,-1,-24)
  2379. game.Players.LocalPlayer.Backpack.Shotty.GripRight = Vector3.new(1.2,0.6,-0.2)
  2380. end)
  2381.  
  2382. ShottyN10.Name = "ShottyN10"
  2383. ShottyN10.Parent = DraggFrame10
  2384. ShottyN10.BackgroundColor3 = Color3.new(1, 0.576471, 0.603922)
  2385. ShottyN10.BorderSizePixel = 5
  2386. ShottyN10.Size = UDim2.new(0, 196, 0, 42)
  2387. ShottyN10.Font = Enum.Font.SourceSans
  2388. ShottyN10.Text = "SHOTTY GUI"
  2389. ShottyN10.TextColor3 = Color3.new(0, 0, 0)
  2390. ShottyN10.TextSize = 14
  2391.  
  2392. CloseMum.Name = "CloseMum"
  2393. CloseMum.Parent = DraggFrame10
  2394. CloseMum.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  2395. CloseMum.BorderSizePixel = 5
  2396. CloseMum.Position = UDim2.new(0.908163249, 0, 0, 0)
  2397. CloseMum.Size = UDim2.new(0, 18, 0, 20)
  2398. CloseMum.Font = Enum.Font.SourceSans
  2399. CloseMum.Text = "X"
  2400. CloseMum.TextColor3 = Color3.new(0, 0, 0)
  2401. CloseMum.TextSize = 14
  2402. CloseMum.MouseButton1Down:connect(function()
  2403. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Shotty gui has been closed!" ,"All")
  2404. wait (0.1)
  2405. DraggFrame10.Visible = false
  2406. end)
  2407. -- MUM XD
  2408. end)
  2409.  
  2410. GuiSzybkos.Name = "GuiSzybkos"
  2411. GuiSzybkos.Parent = ZetoxV4
  2412. GuiSzybkos.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  2413. GuiSzybkos.BorderSizePixel = 9
  2414. GuiSzybkos.Position = UDim2.new(0.514950156, 0, 0.499845862, 0)
  2415. GuiSzybkos.Size = UDim2.new(0, 137, 0, 54)
  2416. GuiSzybkos.Font = Enum.Font.Arial
  2417. GuiSzybkos.Text = "[BYPASS GUI]"
  2418. GuiSzybkos.TextColor3 = Color3.new(0, 0, 0)
  2419. GuiSzybkos.TextSize = 14
  2420. GuiSzybkos.MouseButton1Down:connect(function()
  2421. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Bypass opened!" ,"All")
  2422. wait (0.1)
  2423. --Objects
  2424. plr = game.Players.LocalPlayer
  2425. local BoogaFucker = Instance.new("ScreenGui")
  2426. local BoogaFuckerPackageFrame = Instance.new("Frame")
  2427. local MainFrame = Instance.new("Frame")
  2428. local Brandname = Instance.new("TextLabel")
  2429. local Border = Instance.new("ImageLabel")
  2430. local Border_2 = Instance.new("ImageLabel")
  2431. local Border_3 = Instance.new("ImageLabel")
  2432. local Border_4 = Instance.new("ImageLabel")
  2433. local Border_5 = Instance.new("ImageLabel")
  2434. local Border_6 = Instance.new("ImageLabel")
  2435. local Border_7 = Instance.new("ImageLabel")
  2436. local Border_8 = Instance.new("ImageLabel")
  2437. local BackGround = Instance.new("Frame")
  2438. local Border_9 = Instance.new("Frame")
  2439. local ShadowBrandName = Instance.new("TextLabel")
  2440. local KeyBindsMain = Instance.new("Frame")
  2441. local Border_10 = Instance.new("ImageLabel")
  2442. local Border_11 = Instance.new("ImageLabel")
  2443. local Border_12 = Instance.new("ImageLabel")
  2444. local Border_13 = Instance.new("ImageLabel")
  2445. local Border_14 = Instance.new("ImageLabel")
  2446. local SpeedInstaDestroytext = Instance.new("TextLabel")
  2447. local Speedkeybindtextbox = Instance.new("TextBox")
  2448. local Keybindsname = Instance.new("TextLabel")
  2449. local ShadowKeybindsname = Instance.new("TextLabel")
  2450. local Dropallitemstext = Instance.new("TextLabel")
  2451. local Dropallitemskeybindtextbox = Instance.new("TextBox")
  2452. local Redtheme = Instance.new("TextButton")
  2453. local Pinktheme = Instance.new("TextButton")
  2454. local Bluetheme = Instance.new("TextButton")
  2455. local Autopickuptext = Instance.new("TextLabel")
  2456. local Dropallitemskeybindtextbox_2 = Instance.new("TextBox")
  2457. local Speed = Instance.new("TextButton")
  2458. local TextButton = Instance.new("Frame")
  2459. local CreditsMain = Instance.new("Frame")
  2460. local Border_15 = Instance.new("ImageLabel")
  2461. local Border_16 = Instance.new("ImageLabel")
  2462. local Border_17 = Instance.new("ImageLabel")
  2463. local Border_18 = Instance.new("ImageLabel")
  2464. local Border_19 = Instance.new("ImageLabel")
  2465. local Speedchangetext = Instance.new("TextLabel")
  2466. local Changespeedtextbox = Instance.new("TextBox")
  2467. local JumpPower = Instance.new("TextButton")
  2468. local TextButtonnoyou = Instance.new("Frame")
  2469. local JumpPowernumber = Instance.new("TextBox")
  2470. local Dropallitemstext_2 = Instance.new("TextButton")
  2471. local TextButtonyougey = Instance.new("Frame")
  2472. local Dropallinventorynumber = Instance.new("TextBox")
  2473. local KeybindsOpenClose = Instance.new("TextButton")
  2474. local InfiniteJump = Instance.new("TextButton")
  2475. local TextButton_2 = Instance.new("Frame")
  2476. local CreditsOpenClose = Instance.new("TextButton")
  2477. local esptrack = Instance.new("TextButton")
  2478. local TextButtonEsp = Instance.new("Frame")
  2479. local Removealleffects = Instance.new("TextButton")
  2480. local TextButtonRAE = Instance.new("Frame")
  2481. local AutoPickup = Instance.new("TextButton")
  2482. local TextButtonAP = Instance.new("Frame")
  2483. local StartFrame = Instance.new("Frame")
  2484. local StartHeaderBorder = Instance.new("Frame")
  2485. local StartFooterBorder = Instance.new("Frame")
  2486. local StartName = Instance.new("TextLabel")
  2487. local FREEbutton = Instance.new("TextButton")
  2488. local PREMIUMbutton = Instance.new("TextButton")
  2489. local StartMidBorder = Instance.new("Frame")
  2490. local StartRightBorder = Instance.new("Frame")
  2491. local StartLeftBorder = Instance.new("Frame")
  2492. local StartFreeText = Instance.new("TextLabel")
  2493. local StartPremiumText = Instance.new("TextLabel")
  2494. local StartName_2 = Instance.new("TextLabel")
  2495. local LoginFrame = Instance.new("Frame")
  2496. local LoginHeaderBorder = Instance.new("Frame")
  2497. local LoginFooterBorder = Instance.new("Frame")
  2498. local LoginName = Instance.new("TextLabel")
  2499. local LoginConfirm = Instance.new("TextButton")
  2500. local LoginRightBorder = Instance.new("Frame")
  2501. local LoginLeftBorder = Instance.new("Frame")
  2502. local LoginBackButton = Instance.new("TextButton")
  2503. local LoginUser = Instance.new("TextBox")
  2504. local LoginPass = Instance.new("TextBox")
  2505. local KeyBind = Instance.new("Frame")
  2506. local KeyBindFinishStartupButton = Instance.new("TextButton")
  2507. local KeyBindHeather = Instance.new("Frame")
  2508. local KeyBindStartupTextBox = Instance.new("TextBox")
  2509. local KeyBindSetupText = Instance.new("TextLabel")
  2510. local KeyBindName = Instance.new("TextLabel")
  2511.  
  2512. -- Properties
  2513.  
  2514. BoogaFucker.Name = "BoogaFucker"
  2515. BoogaFucker.Parent = plr.PlayerGui
  2516.  
  2517. BoogaFuckerPackageFrame.Name = "BoogaFucker PackageFrame"
  2518. BoogaFuckerPackageFrame.Parent = BoogaFucker
  2519. BoogaFuckerPackageFrame.Active = true
  2520. BoogaFuckerPackageFrame.BackgroundColor3 = Color3.new(1, 1, 0.921569)
  2521. BoogaFuckerPackageFrame.BackgroundTransparency = 1
  2522. BoogaFuckerPackageFrame.BorderSizePixel = 0
  2523. BoogaFuckerPackageFrame.Position = UDim2.new(0.63731128, -275, 0.766912699, -150)
  2524. BoogaFuckerPackageFrame.Selectable = true
  2525. BoogaFuckerPackageFrame.Size = UDim2.new(0, 550, 0, 300)
  2526. BoogaFuckerPackageFrame.ZIndex = 2
  2527. BoogaFuckerPackageFrame.Draggable = true
  2528.  
  2529. MainFrame.Name = "MainFrame"
  2530. MainFrame.Parent = BoogaFuckerPackageFrame
  2531. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2532. MainFrame.BackgroundTransparency = 1
  2533. MainFrame.BorderSizePixel = 0
  2534. MainFrame.NextSelectionLeft = Border_3
  2535. MainFrame.Position = UDim2.new(0, 12, 0, 12)
  2536. MainFrame.Size = UDim2.new(1, -24, 1, -24)
  2537.  
  2538. Brandname.Name = "Brandname"
  2539. Brandname.Parent = MainFrame
  2540. Brandname.BackgroundColor3 = Color3.new(1, 1, 1)
  2541. Brandname.BackgroundTransparency = 1
  2542. Brandname.Position = UDim2.new(0.24809885, 0, -0.0217391308, 0)
  2543. Brandname.Size = UDim2.new(0.503802299, 0, 0.177536234, 0)
  2544. Brandname.ZIndex = 2
  2545. Brandname.Font = Enum.Font.SourceSansBold
  2546. Brandname.FontSize = Enum.FontSize.Size14
  2547. Brandname.Text = "THE STREETS"
  2548. Brandname.TextColor3 = Color3.new(1, 1, 1)
  2549. Brandname.TextScaled = true
  2550. Brandname.TextSize = 14
  2551. Brandname.TextStrokeTransparency = 0
  2552. Brandname.TextWrapped = true
  2553.  
  2554. Border.Name = "Border"
  2555. Border.Parent = MainFrame
  2556. Border.BackgroundColor3 = Color3.new(1, 1, 1)
  2557. Border.BackgroundTransparency = 1
  2558. Border.BorderSizePixel = 0
  2559. Border.Position = UDim2.new(1, 0, 0, 0)
  2560. Border.Size = UDim2.new(0, 12, 1, 0)
  2561. Border.Image = "http://www.roblox.com/asset/?id=238725003"
  2562. Border.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2563. Border.ImageRectOffset = Vector2.new(24, 12)
  2564. Border.ImageRectSize = Vector2.new(12, 12)
  2565.  
  2566. Border_2.Name = "Border"
  2567. Border_2.Parent = MainFrame
  2568. Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2569. Border_2.BackgroundTransparency = 1
  2570. Border_2.BorderSizePixel = 0
  2571. Border_2.Position = UDim2.new(1, 0, 1, 0)
  2572. Border_2.Size = UDim2.new(0, 12, 0, 12)
  2573. Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
  2574. Border_2.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2575. Border_2.ImageRectOffset = Vector2.new(24, 24)
  2576. Border_2.ImageRectSize = Vector2.new(12, 12)
  2577.  
  2578. Border_3.Name = "Border"
  2579. Border_3.Parent = MainFrame
  2580. Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2581. Border_3.BackgroundTransparency = 1
  2582. Border_3.BorderSizePixel = 0
  2583. Border_3.Position = UDim2.new(0, -12, 0, 0)
  2584. Border_3.Size = UDim2.new(0, 12, 1, 0)
  2585. Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
  2586. Border_3.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2587. Border_3.ImageRectOffset = Vector2.new(0, 12)
  2588. Border_3.ImageRectSize = Vector2.new(12, 12)
  2589.  
  2590. Border_4.Name = "Border"
  2591. Border_4.Parent = MainFrame
  2592. Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
  2593. Border_4.BackgroundTransparency = 1
  2594. Border_4.BorderSizePixel = 0
  2595. Border_4.Position = UDim2.new(0, 0, 1, 0)
  2596. Border_4.Size = UDim2.new(1, 0, 0, 12)
  2597. Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
  2598. Border_4.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2599. Border_4.ImageRectOffset = Vector2.new(12, 24)
  2600. Border_4.ImageRectSize = Vector2.new(12, 12)
  2601.  
  2602. Border_5.Name = "Border"
  2603. Border_5.Parent = MainFrame
  2604. Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
  2605. Border_5.BackgroundTransparency = 1
  2606. Border_5.BorderSizePixel = 0
  2607. Border_5.Position = UDim2.new(0, 0, 0, -12)
  2608. Border_5.Size = UDim2.new(1, 0, 0, 12)
  2609. Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
  2610. Border_5.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2611. Border_5.ImageRectOffset = Vector2.new(12, 0)
  2612. Border_5.ImageRectSize = Vector2.new(12, 12)
  2613.  
  2614. Border_6.Name = "Border"
  2615. Border_6.Parent = MainFrame
  2616. Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
  2617. Border_6.BackgroundTransparency = 1
  2618. Border_6.BorderSizePixel = 0
  2619. Border_6.Position = UDim2.new(0, -12, 1, 0)
  2620. Border_6.Size = UDim2.new(0, 12, 0, 12)
  2621. Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
  2622. Border_6.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2623. Border_6.ImageRectOffset = Vector2.new(0, 24)
  2624. Border_6.ImageRectSize = Vector2.new(12, 12)
  2625.  
  2626. Border_7.Name = "Border"
  2627. Border_7.Parent = MainFrame
  2628. Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
  2629. Border_7.BackgroundTransparency = 1
  2630. Border_7.BorderSizePixel = 0
  2631. Border_7.Position = UDim2.new(1, 0, 0, -12)
  2632. Border_7.Size = UDim2.new(0, 12, 0, 12)
  2633. Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
  2634. Border_7.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2635. Border_7.ImageRectOffset = Vector2.new(24, 0)
  2636. Border_7.ImageRectSize = Vector2.new(12, 12)
  2637.  
  2638. Border_8.Name = "Border"
  2639. Border_8.Parent = MainFrame
  2640. Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
  2641. Border_8.BackgroundTransparency = 1
  2642. Border_8.BorderSizePixel = 0
  2643. Border_8.Position = UDim2.new(0, -12, 0, -12)
  2644. Border_8.Size = UDim2.new(0, 12, 0, 12)
  2645. Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
  2646. Border_8.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2647. Border_8.ImageRectSize = Vector2.new(12, 12)
  2648.  
  2649. BackGround.Name = "BackGround"
  2650. BackGround.Parent = MainFrame
  2651. BackGround.Active = true
  2652. BackGround.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  2653. BackGround.BackgroundTransparency = 0.20000000298023
  2654. BackGround.BorderSizePixel = 0
  2655. BackGround.Size = UDim2.new(1, 0, 1, 0)
  2656.  
  2657. Border_9.Name = "Border"
  2658. Border_9.Parent = MainFrame
  2659. Border_9.Active = true
  2660. Border_9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2661. Border_9.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  2662. Border_9.BorderSizePixel = 0
  2663. Border_9.Position = UDim2.new(0, 0, 0.155797094, 0)
  2664. Border_9.Size = UDim2.new(1, 0, 0.0507246368, 0)
  2665.  
  2666. ShadowBrandName.Name = "ShadowBrandName"
  2667. ShadowBrandName.Parent = MainFrame
  2668. ShadowBrandName.BackgroundColor3 = Color3.new(1, 1, 1)
  2669. ShadowBrandName.BackgroundTransparency = 1
  2670. ShadowBrandName.Position = UDim2.new(0.281368822, 0, -0.0434782617, 0)
  2671. ShadowBrandName.Size = UDim2.new(0.437262356, 0, 0.19927536, 0)
  2672. ShadowBrandName.Font = Enum.Font.SourceSansBold
  2673. ShadowBrandName.FontSize = Enum.FontSize.Size14
  2674. ShadowBrandName.Text = "BoogaFucker"
  2675. ShadowBrandName.TextColor3 = Color3.new(0, 0, 0)
  2676. ShadowBrandName.TextScaled = true
  2677. ShadowBrandName.TextSize = 14
  2678. ShadowBrandName.TextStrokeTransparency = 0
  2679. ShadowBrandName.TextWrapped = true
  2680.  
  2681. KeyBindsMain.Name = "KeyBindsMain"
  2682. KeyBindsMain.Parent = MainFrame
  2683. KeyBindsMain.Active = true
  2684. KeyBindsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  2685. KeyBindsMain.BackgroundTransparency = 0.20000000298023
  2686. KeyBindsMain.BorderSizePixel = 0
  2687. KeyBindsMain.Position = UDim2.new(-0.370722443, 0, 0, 0)
  2688. KeyBindsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
  2689.  
  2690. Border_10.Name = "Border"
  2691. Border_10.Parent = KeyBindsMain
  2692. Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
  2693. Border_10.BackgroundTransparency = 1
  2694. Border_10.BorderSizePixel = 0
  2695. Border_10.Position = UDim2.new(0, 0, 0, -12)
  2696. Border_10.Size = UDim2.new(1.06557381, 0, 0, 12)
  2697. Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
  2698. Border_10.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2699. Border_10.ImageRectOffset = Vector2.new(12, 0)
  2700. Border_10.ImageRectSize = Vector2.new(12, 12)
  2701.  
  2702. Border_11.Name = "Border"
  2703. Border_11.Parent = KeyBindsMain
  2704. Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
  2705. Border_11.BackgroundTransparency = 1
  2706. Border_11.BorderSizePixel = 0
  2707. Border_11.Position = UDim2.new(0, -12, 0, -12)
  2708. Border_11.Size = UDim2.new(0, 12, 0, 12)
  2709. Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
  2710. Border_11.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2711. Border_11.ImageRectSize = Vector2.new(12, 12)
  2712.  
  2713. Border_12.Name = "Border"
  2714. Border_12.Parent = KeyBindsMain
  2715. Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
  2716. Border_12.BackgroundTransparency = 1
  2717. Border_12.BorderSizePixel = 0
  2718. Border_12.Position = UDim2.new(0, -12, 0, 0)
  2719. Border_12.Size = UDim2.new(0, 12, 1, 0)
  2720. Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
  2721. Border_12.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2722. Border_12.ImageRectOffset = Vector2.new(0, 12)
  2723. Border_12.ImageRectSize = Vector2.new(12, 12)
  2724.  
  2725. Border_13.Name = "Border"
  2726. Border_13.Parent = KeyBindsMain
  2727. Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
  2728. Border_13.BackgroundTransparency = 1
  2729. Border_13.BorderSizePixel = 0
  2730. Border_13.Position = UDim2.new(0, -12, 1, 0)
  2731. Border_13.Size = UDim2.new(0, 12, 0, 12)
  2732. Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
  2733. Border_13.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2734. Border_13.ImageRectOffset = Vector2.new(0, 24)
  2735. Border_13.ImageRectSize = Vector2.new(12, 12)
  2736.  
  2737. Border_14.Name = "Border"
  2738. Border_14.Parent = KeyBindsMain
  2739. Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
  2740. Border_14.BackgroundTransparency = 1
  2741. Border_14.BorderSizePixel = 0
  2742. Border_14.Position = UDim2.new(0, 0, 0, 276)
  2743. Border_14.Size = UDim2.new(1.06557381, 0, 0, 12)
  2744. Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
  2745. Border_14.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2746. Border_14.ImageRectOffset = Vector2.new(12, 0)
  2747. Border_14.ImageRectSize = Vector2.new(12, 12)
  2748.  
  2749. SpeedInstaDestroytext.Name = "Speed | Insta Destroy text"
  2750. SpeedInstaDestroytext.Parent = KeyBindsMain
  2751. SpeedInstaDestroytext.BackgroundColor3 = Color3.new(1, 1, 1)
  2752. SpeedInstaDestroytext.BackgroundTransparency = 1
  2753. SpeedInstaDestroytext.Position = UDim2.new(0.0437158458, 0, 0.173913032, 0)
  2754. SpeedInstaDestroytext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
  2755. SpeedInstaDestroytext.ZIndex = 2
  2756. SpeedInstaDestroytext.Font = Enum.Font.SourceSansBold
  2757. SpeedInstaDestroytext.FontSize = Enum.FontSize.Size24
  2758. SpeedInstaDestroytext.Text = "speed"
  2759. SpeedInstaDestroytext.TextColor3 = Color3.new(1, 1, 1)
  2760. SpeedInstaDestroytext.TextSize = 20
  2761. SpeedInstaDestroytext.TextStrokeTransparency = 0
  2762. SpeedInstaDestroytext.TextWrapped = true
  2763.  
  2764. Speedkeybindtextbox.Name = "Speed keybind textbox"
  2765. Speedkeybindtextbox.Parent = KeyBindsMain
  2766. Speedkeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2767. Speedkeybindtextbox.Position = UDim2.new(0.0491803288, 0, 0.318840593, 0)
  2768. Speedkeybindtextbox.Selectable = false
  2769. Speedkeybindtextbox.Size = UDim2.new(0, 165, 0, 23)
  2770. Speedkeybindtextbox.Font = Enum.Font.SourceSans
  2771. Speedkeybindtextbox.FontSize = Enum.FontSize.Size24
  2772. Speedkeybindtextbox.Text = "q"
  2773. Speedkeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
  2774. Speedkeybindtextbox.TextScaled = true
  2775. Speedkeybindtextbox.TextSize = 20
  2776. Speedkeybindtextbox.TextWrapped = true
  2777.  
  2778. Keybindsname.Name = "Keybindsname"
  2779. Keybindsname.Parent = KeyBindsMain
  2780. Keybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
  2781. Keybindsname.BackgroundTransparency = 1
  2782. Keybindsname.Position = UDim2.new(0.0765027329, 0, 0.0108695654, 0)
  2783. Keybindsname.Size = UDim2.new(0.841530025, 0, 0.177536234, 0)
  2784. Keybindsname.ZIndex = 2
  2785. Keybindsname.Font = Enum.Font.SourceSansBold
  2786. Keybindsname.FontSize = Enum.FontSize.Size14
  2787. Keybindsname.Text = "Keybinds"
  2788. Keybindsname.TextColor3 = Color3.new(1, 1, 1)
  2789. Keybindsname.TextScaled = true
  2790. Keybindsname.TextSize = 14
  2791. Keybindsname.TextStrokeTransparency = 0
  2792. Keybindsname.TextWrapped = true
  2793.  
  2794. ShadowKeybindsname.Name = "ShadowKeybindsname"
  2795. ShadowKeybindsname.Parent = KeyBindsMain
  2796. ShadowKeybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
  2797. ShadowKeybindsname.BackgroundTransparency = 1
  2798. ShadowKeybindsname.Position = UDim2.new(0.114754096, 0, 0.0108695654, 0)
  2799. ShadowKeybindsname.Size = UDim2.new(0.83606559, 0, 0.177536234, 0)
  2800. ShadowKeybindsname.Font = Enum.Font.SourceSansBold
  2801. ShadowKeybindsname.FontSize = Enum.FontSize.Size14
  2802. ShadowKeybindsname.Text = "Keybinds"
  2803. ShadowKeybindsname.TextColor3 = Color3.new(0, 0, 0)
  2804. ShadowKeybindsname.TextScaled = true
  2805. ShadowKeybindsname.TextSize = 14
  2806. ShadowKeybindsname.TextStrokeTransparency = 0
  2807. ShadowKeybindsname.TextWrapped = true
  2808.  
  2809. Dropallitemstext.Name = "Drop all items text"
  2810. Dropallitemstext.Parent = KeyBindsMain
  2811. Dropallitemstext.BackgroundColor3 = Color3.new(1, 1, 1)
  2812. Dropallitemstext.BackgroundTransparency = 1
  2813. Dropallitemstext.Position = UDim2.new(0.0491803251, 0, 0.432971001, 0)
  2814. Dropallitemstext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
  2815. Dropallitemstext.ZIndex = 2
  2816. Dropallitemstext.Font = Enum.Font.SourceSansBold
  2817. Dropallitemstext.FontSize = Enum.FontSize.Size24
  2818. Dropallitemstext.Text = "Drop all items"
  2819. Dropallitemstext.TextColor3 = Color3.new(1, 1, 1)
  2820. Dropallitemstext.TextSize = 20
  2821. Dropallitemstext.TextStrokeTransparency = 0
  2822. Dropallitemstext.TextWrapped = true
  2823.  
  2824. Dropallitemskeybindtextbox.Name = "Drop all items keybind textbox"
  2825. Dropallitemskeybindtextbox.Parent = KeyBindsMain
  2826. Dropallitemskeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2827. Dropallitemskeybindtextbox.Position = UDim2.new(0.0464480855, 0, 0.577898502, 0)
  2828. Dropallitemskeybindtextbox.Selectable = false
  2829. Dropallitemskeybindtextbox.Size = UDim2.new(0, 166, 0, 23)
  2830. Dropallitemskeybindtextbox.Font = Enum.Font.SourceSans
  2831. Dropallitemskeybindtextbox.FontSize = Enum.FontSize.Size24
  2832. Dropallitemskeybindtextbox.Text = "h"
  2833. Dropallitemskeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
  2834. Dropallitemskeybindtextbox.TextScaled = true
  2835. Dropallitemskeybindtextbox.TextSize = 20
  2836. Dropallitemskeybindtextbox.TextWrapped = true
  2837.  
  2838. Redtheme.Name = "Red theme"
  2839. Redtheme.Parent = KeyBindsMain
  2840. Redtheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2841. Redtheme.BackgroundTransparency = 0.60000002384186
  2842. Redtheme.BorderSizePixel = 0
  2843. Redtheme.Position = UDim2.new(0.0491803065, 0, 0.884057999, 0)
  2844. Redtheme.Size = UDim2.new(0, 37, 0, 24)
  2845. Redtheme.ZIndex = 2
  2846. Redtheme.Font = Enum.Font.SourceSansBold
  2847. Redtheme.FontSize = Enum.FontSize.Size24
  2848. Redtheme.Text = "Red"
  2849. Redtheme.TextColor3 = Color3.new(1, 1, 1)
  2850. Redtheme.TextScaled = true
  2851. Redtheme.TextSize = 20
  2852. Redtheme.TextWrapped = true
  2853. Redtheme.MouseButton1Down:connect(function()
  2854. BackGround.BackgroundColor3 = Color3.fromRGB(246,16,16)
  2855. KeyBindsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
  2856. CreditsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
  2857. end)
  2858.  
  2859. Pinktheme.Name = "Pink theme"
  2860. Pinktheme.Parent = KeyBindsMain
  2861. Pinktheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2862. Pinktheme.BackgroundTransparency = 0.60000002384186
  2863. Pinktheme.BorderSizePixel = 0
  2864. Pinktheme.Position = UDim2.new(0.748633862, 0, 0.884057999, 0)
  2865. Pinktheme.Size = UDim2.new(0, 37, 0, 24)
  2866. Pinktheme.ZIndex = 2
  2867. Pinktheme.Font = Enum.Font.SourceSansBold
  2868. Pinktheme.FontSize = Enum.FontSize.Size24
  2869. Pinktheme.Text = "Pink"
  2870. Pinktheme.TextColor3 = Color3.new(1, 1, 1)
  2871. Pinktheme.TextScaled = true
  2872. Pinktheme.TextSize = 20
  2873. Pinktheme.TextWrapped = true
  2874. Pinktheme.MouseButton1Down:connect(function()
  2875. BackGround.BackgroundColor3 = Color3.fromRGB(247,0,255)
  2876. KeyBindsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
  2877. CreditsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
  2878. end)
  2879.  
  2880. Bluetheme.Name = "Blue theme"
  2881. Bluetheme.Parent = KeyBindsMain
  2882. Bluetheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2883. Bluetheme.BackgroundTransparency = 0.60000002384186
  2884. Bluetheme.BorderSizePixel = 0
  2885. Bluetheme.Position = UDim2.new(0.396174848, 0, 0.884057999, 0)
  2886. Bluetheme.Size = UDim2.new(0, 37, 0, 24)
  2887. Bluetheme.ZIndex = 2
  2888. Bluetheme.Font = Enum.Font.SourceSansBold
  2889. Bluetheme.FontSize = Enum.FontSize.Size24
  2890. Bluetheme.Text = "Blue"
  2891. Bluetheme.TextColor3 = Color3.new(1, 1, 1)
  2892. Bluetheme.TextScaled = true
  2893. Bluetheme.TextSize = 20
  2894. Bluetheme.TextWrapped = true
  2895. Bluetheme.MouseButton1Down:connect(function()
  2896. BackGround.BackgroundColor3 = Color3.fromRGB(0,34,255)
  2897. KeyBindsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
  2898. CreditsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
  2899. end)
  2900.  
  2901. Autopickuptext.Name = "Auto pickup text"
  2902. Autopickuptext.Parent = KeyBindsMain
  2903. Autopickuptext.BackgroundColor3 = Color3.new(1, 1, 1)
  2904. Autopickuptext.BackgroundTransparency = 1
  2905. Autopickuptext.Position = UDim2.new(0.0437158458, 0, 0.661231875, 0)
  2906. Autopickuptext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
  2907. Autopickuptext.ZIndex = 2
  2908. Autopickuptext.Font = Enum.Font.SourceSansBold
  2909. Autopickuptext.FontSize = Enum.FontSize.Size24
  2910. Autopickuptext.Text = "AUTO PIPE"
  2911. Autopickuptext.TextColor3 = Color3.new(1, 1, 1)
  2912. Autopickuptext.TextSize = 20
  2913. Autopickuptext.TextStrokeTransparency = 0
  2914. Autopickuptext.TextWrapped = true
  2915.  
  2916. Dropallitemskeybindtextbox_2.Name = "Drop all items keybind textbox"
  2917. Dropallitemskeybindtextbox_2.Parent = KeyBindsMain
  2918. Dropallitemskeybindtextbox_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2919. Dropallitemskeybindtextbox_2.Position = UDim2.new(0.0409836061, 0, 0.773550689, 0)
  2920. Dropallitemskeybindtextbox_2.Selectable = false
  2921. Dropallitemskeybindtextbox_2.Size = UDim2.new(0, 166, 0, 23)
  2922. Dropallitemskeybindtextbox_2.Font = Enum.Font.SourceSans
  2923. Dropallitemskeybindtextbox_2.FontSize = Enum.FontSize.Size24
  2924. Dropallitemskeybindtextbox_2.Text = "y"
  2925. Dropallitemskeybindtextbox_2.TextColor3 = Color3.new(1, 1, 1)
  2926. Dropallitemskeybindtextbox_2.TextScaled = true
  2927. Dropallitemskeybindtextbox_2.TextSize = 20
  2928. Dropallitemskeybindtextbox_2.TextWrapped = true
  2929.  
  2930. Speed.Name = "Speed"
  2931. Speed.Parent = MainFrame
  2932. Speed.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2933. Speed.BorderSizePixel = 0
  2934. Speed.Position = UDim2.new(0.674904943, -350, 0.137681156, 25)
  2935. Speed.Size = UDim2.new(0, 126, 0, 39)
  2936. Speed.ZIndex = 2
  2937. Speed.Font = Enum.Font.SourceSansBold
  2938. Speed.FontSize = Enum.FontSize.Size28
  2939. Speed.Text = "Speed"
  2940. Speed.TextColor3 = Color3.new(1, 1, 1)
  2941. Speed.TextSize = 25
  2942. Speed.TextWrapped = true
  2943.  
  2944. local plr = game:GetService("Players").LocalPlayer
  2945. local char = plr.Character
  2946. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  2947. local hum = char:FindFirstChild("HumanoidRootPart")
  2948.  
  2949. Speed.MouseButton1Down:connect(function()
  2950. local plr = game:GetService("Players").LocalPlayer
  2951. local char = plr.Character
  2952. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  2953. local hum = char:FindFirstChild("HumanoidRootPart")
  2954. mouse.KeyDown:connect(function(key)
  2955. if key == Speedkeybindtextbox.Text then
  2956. loop = true
  2957. while loop do
  2958. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * Changespeedtextbox.Text
  2959. wait()
  2960. end
  2961. end
  2962. end)
  2963. end)
  2964.  
  2965. mouse.KeyUp:connect(function(key)
  2966. if key == Speedkeybindtextbox.Text then
  2967. loop = false
  2968. end
  2969. end)
  2970.  
  2971. TextButton.Name = "TextButton"
  2972. TextButton.Parent = Speed
  2973. TextButton.Active = true
  2974. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  2975. TextButton.BorderSizePixel = 0
  2976. TextButton.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  2977. TextButton.Size = UDim2.new(1, 0, 1, 0)
  2978.  
  2979. CreditsMain.Name = "CreditsMain"
  2980. CreditsMain.Parent = MainFrame
  2981. CreditsMain.Active = true
  2982. CreditsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  2983. CreditsMain.BackgroundTransparency = 0.20000000298023
  2984. CreditsMain.BorderSizePixel = 0
  2985. CreditsMain.Position = UDim2.new(1.02281368, 0, 0, 0)
  2986. CreditsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
  2987.  
  2988. Border_15.Name = "Border"
  2989. Border_15.Parent = CreditsMain
  2990. Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
  2991. Border_15.BackgroundTransparency = 1
  2992. Border_15.BorderSizePixel = 0
  2993. Border_15.Position = UDim2.new(0, -12, 0, -12)
  2994. Border_15.Size = UDim2.new(1.06557381, 0, 0, 12)
  2995. Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
  2996. Border_15.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  2997. Border_15.ImageRectOffset = Vector2.new(12, 0)
  2998. Border_15.ImageRectSize = Vector2.new(12, 12)
  2999.  
  3000. Border_16.Name = "Border"
  3001. Border_16.Parent = CreditsMain
  3002. Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
  3003. Border_16.BackgroundTransparency = 1
  3004. Border_16.BorderSizePixel = 0
  3005. Border_16.Position = UDim2.new(0, -12, 0, 276)
  3006. Border_16.Size = UDim2.new(1.06557381, 0, 0, 12)
  3007. Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
  3008. Border_16.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3009. Border_16.ImageRectOffset = Vector2.new(12, 0)
  3010. Border_16.ImageRectSize = Vector2.new(12, 12)
  3011.  
  3012. Border_17.Name = "Border"
  3013. Border_17.Parent = CreditsMain
  3014. Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
  3015. Border_17.BackgroundTransparency = 1
  3016. Border_17.BorderSizePixel = 0
  3017. Border_17.Position = UDim2.new(1, 0, 1, 0)
  3018. Border_17.Size = UDim2.new(0, 12, 0, 12)
  3019. Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
  3020. Border_17.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3021. Border_17.ImageRectOffset = Vector2.new(24, 24)
  3022. Border_17.ImageRectSize = Vector2.new(12, 12)
  3023.  
  3024. Border_18.Name = "Border"
  3025. Border_18.Parent = CreditsMain
  3026. Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
  3027. Border_18.BackgroundTransparency = 1
  3028. Border_18.BorderSizePixel = 0
  3029. Border_18.Position = UDim2.new(1, 0, 0, -12)
  3030. Border_18.Size = UDim2.new(0, 12, 0, 12)
  3031. Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
  3032. Border_18.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3033. Border_18.ImageRectOffset = Vector2.new(24, 0)
  3034. Border_18.ImageRectSize = Vector2.new(12, 12)
  3035.  
  3036. Border_19.Name = "Border"
  3037. Border_19.Parent = CreditsMain
  3038. Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
  3039. Border_19.BackgroundTransparency = 1
  3040. Border_19.BorderSizePixel = 0
  3041. Border_19.Position = UDim2.new(0, 183, 0, 0)
  3042. Border_19.Size = UDim2.new(0, 12, 1, 0)
  3043. Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
  3044. Border_19.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3045. Border_19.ImageRectOffset = Vector2.new(0, 12)
  3046. Border_19.ImageRectSize = Vector2.new(12, 12)
  3047.  
  3048. Speedchangetext.Name = "Speed change text"
  3049. Speedchangetext.Parent = CreditsMain
  3050. Speedchangetext.BackgroundColor3 = Color3.new(1, 1, 1)
  3051. Speedchangetext.BackgroundTransparency = 1
  3052. Speedchangetext.Position = UDim2.new(0.0983606577, 0, 0.612318814, 0)
  3053. Speedchangetext.Size = UDim2.new(0.808743179, 0, 0.144927531, 0)
  3054. Speedchangetext.ZIndex = 2
  3055. Speedchangetext.Font = Enum.Font.SourceSansBold
  3056. Speedchangetext.FontSize = Enum.FontSize.Size14
  3057. Speedchangetext.Text = "Change speed number"
  3058. Speedchangetext.TextColor3 = Color3.new(1, 1, 1)
  3059. Speedchangetext.TextScaled = true
  3060. Speedchangetext.TextSize = 14
  3061. Speedchangetext.TextStrokeTransparency = 0
  3062. Speedchangetext.TextWrapped = true
  3063.  
  3064. Changespeedtextbox.Name = "Change speed textbox"
  3065. Changespeedtextbox.Parent = CreditsMain
  3066. Changespeedtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3067. Changespeedtextbox.BackgroundTransparency = 0.60000002384186
  3068. Changespeedtextbox.Position = UDim2.new(0.338454872, 0, 0.788043499, 0)
  3069. Changespeedtextbox.Selectable = false
  3070. Changespeedtextbox.Size = UDim2.new(0, 59, 0, 20)
  3071. Changespeedtextbox.Font = Enum.Font.SourceSans
  3072. Changespeedtextbox.FontSize = Enum.FontSize.Size14
  3073. Changespeedtextbox.Text = "3"
  3074. Changespeedtextbox.TextColor3 = Color3.new(1, 1, 1)
  3075. Changespeedtextbox.TextSize = 14
  3076.  
  3077. JumpPower.Name = "JumpPower"
  3078. JumpPower.Parent = CreditsMain
  3079. JumpPower.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3080. JumpPower.BorderSizePixel = 0
  3081. JumpPower.Position = UDim2.new(2.01092887, -350, -0.0362318829, 25)
  3082. JumpPower.Size = UDim2.new(0, 146, 0, 28)
  3083. JumpPower.ZIndex = 2
  3084. JumpPower.Font = Enum.Font.SourceSansBold
  3085. JumpPower.FontSize = Enum.FontSize.Size24
  3086. JumpPower.Text = "Set JumpPower"
  3087. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  3088. JumpPower.TextSize = 21
  3089. JumpPower.TextWrapped = true
  3090. JumpPower.MouseButton1Down:connect(function()
  3091. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpPowernumber.text
  3092. end)
  3093.  
  3094. TextButtonnoyou.Name = "TextButtonnoyou"
  3095. TextButtonnoyou.Parent = JumpPower
  3096. TextButtonnoyou.Active = true
  3097. TextButtonnoyou.BackgroundColor3 = Color3.new(0, 0, 0)
  3098. TextButtonnoyou.BorderSizePixel = 0
  3099. TextButtonnoyou.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  3100. TextButtonnoyou.Size = UDim2.new(1, 0, 1, 0)
  3101.  
  3102. JumpPowernumber.Name = "JumpPower number"
  3103. JumpPowernumber.Parent = CreditsMain
  3104. JumpPowernumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3105. JumpPowernumber.Position = UDim2.new(0.29781419, 0, 0.181159422, 0)
  3106. JumpPowernumber.Selectable = false
  3107. JumpPowernumber.Size = UDim2.new(0, 73, 0, 26)
  3108. JumpPowernumber.Font = Enum.Font.SourceSans
  3109. JumpPowernumber.FontSize = Enum.FontSize.Size14
  3110. JumpPowernumber.Text = "Number here."
  3111. JumpPowernumber.TextColor3 = Color3.new(1, 1, 1)
  3112. JumpPowernumber.TextSize = 14
  3113.  
  3114. Dropallitemstext_2.Name = "Dropallitemstext"
  3115. Dropallitemstext_2.Parent = CreditsMain
  3116. Dropallitemstext_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3117. Dropallitemstext_2.BorderSizePixel = 0
  3118. Dropallitemstext_2.Position = UDim2.new(2.00826621, -350, 0.229492694, 25)
  3119. Dropallitemstext_2.Size = UDim2.new(0, 146, 0, 28)
  3120. Dropallitemstext_2.ZIndex = 2
  3121. Dropallitemstext_2.Font = Enum.Font.SourceSansBold
  3122. Dropallitemstext_2.FontSize = Enum.FontSize.Size24
  3123. Dropallitemstext_2.Text = "Drop All Items"
  3124. Dropallitemstext_2.TextColor3 = Color3.new(1, 1, 1)
  3125. Dropallitemstext_2.TextSize = 21
  3126. Dropallitemstext_2.TextWrapped = true
  3127. Dropallitemstext_2.MouseButton1Down:connect(function()
  3128. Player = game.Players.LocalPlayer
  3129. Mouse = Player:GetMouse()
  3130.  
  3131. function PressedE(key)
  3132. Key = key:lower()
  3133. if Key == Dropallitemskeybindtextbox.Text then
  3134. for i=1, 100 do
  3135. game.ReplicatedStorage.Events.DropBagItem:FireServer(Dropallinventorynumber.Text)
  3136. end
  3137. end
  3138. end
  3139. Mouse.KeyDown:connect(PressedE)
  3140. end)
  3141.  
  3142. TextButtonyougey.Name = "TextButtonyougey"
  3143. TextButtonyougey.Parent = Dropallitemstext_2
  3144. TextButtonyougey.Active = true
  3145. TextButtonyougey.BackgroundColor3 = Color3.new(0, 0, 0)
  3146. TextButtonyougey.BorderSizePixel = 0
  3147. TextButtonyougey.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  3148. TextButtonyougey.Size = UDim2.new(1, 0, 1, 0)
  3149.  
  3150. Dropallinventorynumber.Name = "Drop all inventory number"
  3151. Dropallinventorynumber.Parent = CreditsMain
  3152. Dropallinventorynumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3153. Dropallinventorynumber.Position = UDim2.new(0.29781419, 0, 0.452898562, 0)
  3154. Dropallinventorynumber.Selectable = false
  3155. Dropallinventorynumber.Size = UDim2.new(0, 73, 0, 26)
  3156. Dropallinventorynumber.Font = Enum.Font.SourceSans
  3157. Dropallinventorynumber.FontSize = Enum.FontSize.Size14
  3158. Dropallinventorynumber.Text = "Item here."
  3159. Dropallinventorynumber.TextColor3 = Color3.new(1, 1, 1)
  3160. Dropallinventorynumber.TextSize = 14
  3161.  
  3162. KeybindsOpenClose.Name = "Keybinds Open/Close"
  3163. KeybindsOpenClose.Parent = BoogaFuckerPackageFrame
  3164. KeybindsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3165. KeybindsOpenClose.BackgroundTransparency = 0.60000002384186
  3166. KeybindsOpenClose.BorderSizePixel = 0
  3167. KeybindsOpenClose.Position = UDim2.new(0.670909107, -350, -0.0133333337, 25)
  3168. KeybindsOpenClose.Size = UDim2.new(0, 102, 0, 24)
  3169. KeybindsOpenClose.ZIndex = 2
  3170. KeybindsOpenClose.Font = Enum.Font.SourceSansBold
  3171. KeybindsOpenClose.FontSize = Enum.FontSize.Size24
  3172. KeybindsOpenClose.Text = "Keybinds"
  3173. KeybindsOpenClose.TextColor3 = Color3.new(1, 1, 1)
  3174. KeybindsOpenClose.TextScaled = true
  3175. KeybindsOpenClose.TextSize = 20
  3176. KeybindsOpenClose.TextWrapped = true
  3177. KeybindsOpenClose.MouseButton1Down:connect(function()
  3178. if Openn == true then
  3179. Openn = false
  3180. KeyBindsMain.Visible = false
  3181. else
  3182. Openn = true
  3183. KeyBindsMain.Visible = true
  3184. end
  3185. end)
  3186.  
  3187. InfiniteJump.Name = "Infinite Jump"
  3188. InfiniteJump.Parent = BoogaFuckerPackageFrame
  3189. InfiniteJump.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3190. InfiniteJump.BorderSizePixel = 0
  3191. InfiniteJump.Position = UDim2.new(0.923636317, -350, 0.166666627, 25)
  3192. InfiniteJump.Size = UDim2.new(0, 126, 0, 39)
  3193. InfiniteJump.ZIndex = 2
  3194. InfiniteJump.Font = Enum.Font.SourceSansBold
  3195. InfiniteJump.FontSize = Enum.FontSize.Size24
  3196. InfiniteJump.Text = "Infinite jump"
  3197. InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
  3198. InfiniteJump.TextSize = 21
  3199. InfiniteJump.TextWrapped = true
  3200. InfiniteJump.MouseButton1Down:connect(function()
  3201. loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
  3202. end)
  3203.  
  3204. TextButton_2.Name = "TextButton"
  3205. TextButton_2.Parent = InfiniteJump
  3206. TextButton_2.Active = true
  3207. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  3208. TextButton_2.BorderSizePixel = 0
  3209. TextButton_2.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  3210. TextButton_2.Size = UDim2.new(1, 0, 1, 0)
  3211.  
  3212. CreditsOpenClose.Name = "Credits Open/Close"
  3213. CreditsOpenClose.Parent = BoogaFuckerPackageFrame
  3214. CreditsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3215. CreditsOpenClose.BackgroundTransparency = 0.60000002384186
  3216. CreditsOpenClose.BorderSizePixel = 0
  3217. CreditsOpenClose.Position = UDim2.new(1.41636372, -350, -0.0133333337, 25)
  3218. CreditsOpenClose.Size = UDim2.new(0, 102, 0, 24)
  3219. CreditsOpenClose.ZIndex = 2
  3220. CreditsOpenClose.Font = Enum.Font.SourceSansBold
  3221. CreditsOpenClose.FontSize = Enum.FontSize.Size24
  3222. CreditsOpenClose.Text = "Editable buttons"
  3223. CreditsOpenClose.TextColor3 = Color3.new(1, 1, 1)
  3224. CreditsOpenClose.TextScaled = true
  3225. CreditsOpenClose.TextSize = 20
  3226. CreditsOpenClose.TextWrapped = true
  3227.  
  3228. CreditsOpenClose.MouseButton1Down:connect(function()
  3229. if Openn == true then
  3230. Openn = false
  3231. CreditsMain.Visible = false
  3232. else
  3233. Openn = true
  3234. CreditsMain.Visible = true
  3235. end
  3236. end)
  3237.  
  3238. esptrack.Name = "esptrack"
  3239. esptrack.Parent = BoogaFuckerPackageFrame
  3240. esptrack.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3241. esptrack.BorderSizePixel = 0
  3242. esptrack.Position = UDim2.new(0.923636317, -350, 0.359999955, 25)
  3243. esptrack.Size = UDim2.new(0, 126, 0, 39)
  3244. esptrack.ZIndex = 2
  3245. esptrack.Font = Enum.Font.SourceSansBold
  3246. esptrack.FontSize = Enum.FontSize.Size24
  3247. esptrack.Text = "ESP"
  3248. esptrack.TextColor3 = Color3.new(1, 1, 1)
  3249. esptrack.TextSize = 19
  3250. esptrack.TextWrapped = true
  3251.  
  3252. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  3253.  
  3254. local enabledesp = false
  3255.  
  3256. function CreateESP(plr)
  3257.  
  3258. if plr ~= nil then
  3259.  
  3260. local GetChar = plr.Character
  3261. if not GetChar then return end
  3262.  
  3263. local GetHead do
  3264.  
  3265. repeat wait() until GetChar:FindFirstChild("Head")
  3266.  
  3267. end
  3268. GetHead = GetChar.Head
  3269.  
  3270. local bb = Instance.new("BillboardGui", Important.CoreGui)
  3271. bb.Adornee = GetHead
  3272. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  3273. bb.AlwaysOnTop = true
  3274. bb.Size = UDim2.new(0, 5, 0, 5)
  3275. bb.StudsOffset = Vector3.new(0, 3, 0)
  3276. bb.Name = "ESP_PLAYER_" .. plr.Name
  3277.  
  3278. local displayframe = Instance.new("Frame", bb)
  3279. displayframe.ZIndex = 10
  3280. displayframe.BackgroundTransparency = 1
  3281. displayframe.Size = UDim2.new(1,0,1,0)
  3282.  
  3283. local name = Instance.new("TextLabel", displayframe)
  3284. name.Name = "Name"
  3285. name.ZIndex = 10
  3286. name.Text = plr.Name
  3287. name.Visible = true
  3288. name.TextColor3 = Color3.new(170,0,0)
  3289. name.BackgroundTransparency = 1
  3290. name.Size = UDim2.new(1,0,10,0)
  3291. name.Font = Enum.Font.SourceSansLight
  3292. name.TextSize = 20
  3293. name.TextStrokeTransparency = .5
  3294.  
  3295. end
  3296.  
  3297. end
  3298.  
  3299. esptrack.MouseButton1Click:connect(function()
  3300.  
  3301. for i,v in pairs(Important.Players:GetChildren()) do
  3302.  
  3303. CreateESP(v)
  3304.  
  3305. end
  3306.  
  3307. end)
  3308.  
  3309. TextButtonEsp.Name = "TextButtonEsp"
  3310. TextButtonEsp.Parent = esptrack
  3311. TextButtonEsp.Active = true
  3312. TextButtonEsp.BackgroundColor3 = Color3.new(0, 0, 0)
  3313. TextButtonEsp.BorderSizePixel = 0
  3314. TextButtonEsp.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  3315. TextButtonEsp.Size = UDim2.new(1, 0, 1, 0)
  3316.  
  3317. Removealleffects.Name = "Remove all effects"
  3318. Removealleffects.Parent = BoogaFuckerPackageFrame
  3319. Removealleffects.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3320. Removealleffects.BorderSizePixel = 0
  3321. Removealleffects.Position = UDim2.new(0.666999996, -350, 0.360000014, 25)
  3322. Removealleffects.Size = UDim2.new(0, 126, 0, 39)
  3323. Removealleffects.ZIndex = 2
  3324. Removealleffects.Font = Enum.Font.SourceSansBold
  3325. Removealleffects.FontSize = Enum.FontSize.Size24
  3326. Removealleffects.Text = "Remove all effects"
  3327. Removealleffects.TextColor3 = Color3.new(1, 1, 1)
  3328. Removealleffects.TextSize = 19
  3329. Removealleffects.TextWrapped = true
  3330. Removealleffects.MouseButton1Down:connect(function()
  3331. game.Lighting.FogEnd = 1200000
  3332. game.Lighting.Brightness = 3
  3333. game.Lighting.GlobalShadows = false
  3334. end)
  3335.  
  3336. TextButtonRAE.Name = "TextButtonRAE"
  3337. TextButtonRAE.Parent = Removealleffects
  3338. TextButtonRAE.Active = true
  3339. TextButtonRAE.BackgroundColor3 = Color3.new(0, 0, 0)
  3340. TextButtonRAE.BorderSizePixel = 0
  3341. TextButtonRAE.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  3342. TextButtonRAE.Size = UDim2.new(1, 0, 1, 0)
  3343.  
  3344. AutoPickup.Name = "Auto Pickup"
  3345. AutoPickup.Parent = BoogaFuckerPackageFrame
  3346. AutoPickup.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3347. AutoPickup.BorderSizePixel = 0
  3348. AutoPickup.Position = UDim2.new(0.666999996, -350, 0.566666663, 25)
  3349. AutoPickup.Size = UDim2.new(0, 126, 0, 39)
  3350. AutoPickup.ZIndex = 2
  3351. AutoPickup.Font = Enum.Font.SourceSansBold
  3352. AutoPickup.FontSize = Enum.FontSize.Size24
  3353. AutoPickup.Text = "AUTO PIPE"
  3354. AutoPickup.TextColor3 = Color3.new(1, 1, 1)
  3355. AutoPickup.TextSize = 19
  3356. AutoPickup.TextWrapped = true
  3357. AutoPickup.MouseButton1Down:connect(function()
  3358. local Objects;
  3359.  
  3360. local Pickup = function(Character)
  3361. local myPos = Character.HumanoidRootPart.Position
  3362. local Objects = {}
  3363. for i,v in pairs(workspace:GetChildren()) do
  3364. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  3365. local Pos = v.Position
  3366. local Distance = (myPos - Pos).magnitude
  3367. if Distance < 40 then
  3368. table.insert(Objects, v)
  3369. end
  3370. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  3371. local Pos = v.Part.Position
  3372. local Distance = (myPos - Pos).magnitude
  3373. if Distance < 40 then
  3374. table.insert(Objects, v)
  3375. end
  3376. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  3377. local Pos = v.Position
  3378. local Distance = (myPos - Pos).magnitude
  3379. if Distance < 40 then
  3380. table.insert(Objects, v)
  3381. end
  3382. end
  3383. end
  3384. for i,v in pairs(Objects) do
  3385. for i=1,10 do
  3386. v.Position = myPos
  3387. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  3388. end
  3389. end
  3390. end
  3391. wait(1)
  3392. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  3393.  
  3394. mouse.KeyDown:connect(function(key)
  3395. if key == Dropallitemskeybindtextbox_2.Text then
  3396. print'howdi neighbor'
  3397. Pickup(game.Players.LocalPlayer.Character)
  3398. end
  3399. end)
  3400. end)
  3401.  
  3402. TextButtonAP.Name = "TextButtonAP"
  3403. TextButtonAP.Parent = AutoPickup
  3404. TextButtonAP.Active = true
  3405. TextButtonAP.BackgroundColor3 = Color3.new(0, 0, 0)
  3406. TextButtonAP.BorderSizePixel = 0
  3407. TextButtonAP.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  3408. TextButtonAP.Size = UDim2.new(1, 0, 1, 0)
  3409.  
  3410. StartFrame.Name = "StartFrame"
  3411. StartFrame.Parent = BoogaFucker
  3412. StartFrame.Active = true
  3413. StartFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  3414. StartFrame.BorderSizePixel = 0
  3415. StartFrame.Position = UDim2.new(0.546333909, 0, 0.603372216, 0)
  3416. StartFrame.Selectable = true
  3417. StartFrame.Size = UDim2.new(0, 369, 0, 220)
  3418. StartFrame.Visible = false
  3419.  
  3420. StartHeaderBorder.Name = "StartHeaderBorder"
  3421. StartHeaderBorder.Parent = StartFrame
  3422. StartHeaderBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  3423. StartHeaderBorder.BorderSizePixel = 0
  3424. StartHeaderBorder.Size = UDim2.new(0, 369, 0, 24)
  3425.  
  3426. StartFooterBorder.Name = "StartFooterBorder"
  3427. StartFooterBorder.Parent = StartFrame
  3428. StartFooterBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  3429. StartFooterBorder.BorderSizePixel = 0
  3430. StartFooterBorder.Position = UDim2.new(-0.000273272395, 0, 0.971862733, 0)
  3431. StartFooterBorder.Size = UDim2.new(0, 369, 0, 6)
  3432.  
  3433. StartName.Name = "StartName"
  3434. StartName.Parent = StartFrame
  3435. StartName.BackgroundColor3 = Color3.new(1, 1, 1)
  3436. StartName.BackgroundTransparency = 1
  3437. StartName.BorderSizePixel = 0
  3438. StartName.Position = UDim2.new(0.249322489, 0, 0, 0)
  3439. StartName.Size = UDim2.new(0, 185, 0, 17)
  3440. StartName.Font = Enum.Font.SourceSansItalic
  3441. StartName.FontSize = Enum.FontSize.Size28
  3442. StartName.Text = "The Streets GUI"
  3443. StartName.TextColor3 = Color3.new(1, 1, 1)
  3444. StartName.TextSize = 25
  3445.  
  3446. FREEbutton.Name = "FREEbutton"
  3447. FREEbutton.Parent = StartFrame
  3448. FREEbutton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3449. FREEbutton.BackgroundTransparency = 0.60000002384186
  3450. FREEbutton.BorderColor3 = Color3.new(1, 1, 1)
  3451. FREEbutton.BorderSizePixel = 2
  3452. FREEbutton.Position = UDim2.new(1.02654481, -350, 0.106568247, 25)
  3453. FREEbutton.Size = UDim2.new(0, 126, 0, 39)
  3454. FREEbutton.ZIndex = 2
  3455. FREEbutton.Font = Enum.Font.SourceSansBold
  3456. FREEbutton.FontSize = Enum.FontSize.Size24
  3457. FREEbutton.Text = "FREE"
  3458. FREEbutton.TextColor3 = Color3.new(1, 1, 1)
  3459. FREEbutton.TextSize = 21
  3460. FREEbutton.TextWrapped = true
  3461.  
  3462. PREMIUMbutton.Name = "PREMIUMbutton"
  3463. PREMIUMbutton.Parent = StartFrame
  3464. PREMIUMbutton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3465. PREMIUMbutton.BackgroundTransparency = 0.60000002384186
  3466. PREMIUMbutton.BorderColor3 = Color3.new(1, 1, 1)
  3467. PREMIUMbutton.BorderSizePixel = 2
  3468. PREMIUMbutton.Position = UDim2.new(1.52906132, -350, 0.104295552, 25)
  3469. PREMIUMbutton.Size = UDim2.new(0, 126, 0, 39)
  3470. PREMIUMbutton.ZIndex = 2
  3471. PREMIUMbutton.Font = Enum.Font.SourceSansBold
  3472. PREMIUMbutton.FontSize = Enum.FontSize.Size24
  3473. PREMIUMbutton.Text = "PREMIUM"
  3474. PREMIUMbutton.TextColor3 = Color3.new(1, 1, 1)
  3475. PREMIUMbutton.TextSize = 21
  3476. PREMIUMbutton.TextWrapped = true
  3477.  
  3478. StartMidBorder.Name = "StartMidBorder"
  3479. StartMidBorder.Parent = StartFrame
  3480. StartMidBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  3481. StartMidBorder.BorderSizePixel = 0
  3482. StartMidBorder.Position = UDim2.new(0.495934963, 0, 0.218181819, 0)
  3483. StartMidBorder.Size = UDim2.new(0, 3, 0, 166)
  3484.  
  3485. StartRightBorder.Name = "StartRightBorder"
  3486. StartRightBorder.Parent = StartFrame
  3487. StartRightBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  3488. StartRightBorder.BorderSizePixel = 0
  3489. StartRightBorder.Position = UDim2.new(0.991869926, 0, 0.109090909, 0)
  3490. StartRightBorder.Size = UDim2.new(0, 3, 0, 190)
  3491.  
  3492. StartLeftBorder.Name = "StartLeftBorder"
  3493. StartLeftBorder.Parent = StartFrame
  3494. StartLeftBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  3495. StartLeftBorder.BorderSizePixel = 0
  3496. StartLeftBorder.Position = UDim2.new(0, 0, 0.109090909, 0)
  3497. StartLeftBorder.Size = UDim2.new(0, 3, 0, 190)
  3498.  
  3499. StartFreeText.Name = "StartFreeText"
  3500. StartFreeText.Parent = StartFrame
  3501. StartFreeText.BackgroundColor3 = Color3.new(1, 1, 1)
  3502. StartFreeText.BackgroundTransparency = 1
  3503. StartFreeText.BorderSizePixel = 0
  3504. StartFreeText.Position = UDim2.new(0.0298102982, 0, 0.427272737, 0)
  3505. StartFreeText.Size = UDim2.new(0, 162, 0, 106)
  3506. StartFreeText.Font = Enum.Font.SourceSansItalic
  3507. StartFreeText.FontSize = Enum.FontSize.Size28
  3508. 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."
  3509. StartFreeText.TextColor3 = Color3.new(1, 1, 1)
  3510. StartFreeText.TextScaled = true
  3511. StartFreeText.TextSize = 25
  3512. StartFreeText.TextWrapped = true
  3513.  
  3514. StartPremiumText.Name = "StartPremiumText"
  3515. StartPremiumText.Parent = StartFrame
  3516. StartPremiumText.BackgroundColor3 = Color3.new(1, 1, 1)
  3517. StartPremiumText.BackgroundTransparency = 1
  3518. StartPremiumText.BorderSizePixel = 0
  3519. StartPremiumText.Position = UDim2.new(0.52439028, 0, 0.395454556, 0)
  3520. StartPremiumText.Size = UDim2.new(0, 167, 0, 120)
  3521. StartPremiumText.Font = Enum.Font.SourceSansItalic
  3522. StartPremiumText.FontSize = Enum.FontSize.Size28
  3523. StartPremiumText.Text = "Premium: alot more options and extra options. over all highter quality and faster updates. (For more update watch the discords Premium channel.)"
  3524. StartPremiumText.TextColor3 = Color3.new(1, 1, 1)
  3525. StartPremiumText.TextScaled = true
  3526. StartPremiumText.TextSize = 25
  3527. StartPremiumText.TextWrapped = true
  3528.  
  3529. StartName_2.Name = "StartName"
  3530. StartName_2.Parent = StartFrame
  3531. StartName_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3532. StartName_2.BackgroundTransparency = 1
  3533. StartName_2.BorderSizePixel = 0
  3534. StartName_2.Position = UDim2.new(0, 0, 0.109090909, 0)
  3535. StartName_2.Size = UDim2.new(0, 369, 0, 16)
  3536. StartName_2.Font = Enum.Font.SourceSansItalic
  3537. StartName_2.FontSize = Enum.FontSize.Size28
  3538. StartName_2.Text = "discord.gg/s85fc"
  3539. StartName_2.TextColor3 = Color3.new(1, 1, 1)
  3540. StartName_2.TextScaled = true
  3541. StartName_2.TextSize = 25
  3542. StartName_2.TextWrapped = true
  3543.  
  3544. LoginFrame.Name = "LoginFrame"
  3545. LoginFrame.Parent = BoogaFucker
  3546. LoginFrame.Active = true
  3547. LoginFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  3548. LoginFrame.BorderSizePixel = 0
  3549. LoginFrame.Position = UDim2.new(0.548215687, 0, 0.603298247, 0)
  3550. LoginFrame.Selectable = true
  3551. LoginFrame.Size = UDim2.new(0, 369, 0, 220)
  3552. LoginFrame.Visible = false
  3553.  
  3554. LoginHeaderBorder.Name = "LoginHeaderBorder"
  3555. LoginHeaderBorder.Parent = LoginFrame
  3556. LoginHeaderBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  3557. LoginHeaderBorder.BorderSizePixel = 0
  3558. LoginHeaderBorder.Size = UDim2.new(0, 369, 0, 24)
  3559.  
  3560. LoginFooterBorder.Name = "LoginFooterBorder"
  3561. LoginFooterBorder.Parent = LoginFrame
  3562. LoginFooterBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  3563. LoginFooterBorder.BorderSizePixel = 0
  3564. LoginFooterBorder.Position = UDim2.new(-0.000273272395, 0, 0.971862733, 0)
  3565. LoginFooterBorder.Size = UDim2.new(0, 369, 0, 6)
  3566.  
  3567. LoginName.Name = "LoginName"
  3568. LoginName.Parent = LoginFrame
  3569. LoginName.BackgroundColor3 = Color3.new(1, 1, 1)
  3570. LoginName.BackgroundTransparency = 1
  3571. LoginName.BorderSizePixel = 0
  3572. LoginName.Position = UDim2.new(0.249322489, 0, 0, 0)
  3573. LoginName.Size = UDim2.new(0, 185, 0, 17)
  3574. LoginName.Font = Enum.Font.SourceSansItalic
  3575. LoginName.FontSize = Enum.FontSize.Size28
  3576. LoginName.Text = "The streets Login"
  3577. LoginName.TextColor3 = Color3.new(1, 1, 1)
  3578. LoginName.TextSize = 25
  3579.  
  3580. LoginConfirm.Name = "LoginConfirm"
  3581. LoginConfirm.Parent = LoginFrame
  3582. LoginConfirm.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3583. LoginConfirm.BackgroundTransparency = 0.60000002384186
  3584. LoginConfirm.BorderColor3 = Color3.new(1, 1, 1)
  3585. LoginConfirm.BorderSizePixel = 2
  3586. LoginConfirm.Position = UDim2.new(1.19783199, -350, 0.631818175, 25)
  3587. LoginConfirm.Size = UDim2.new(0, 185, 0, 23)
  3588. LoginConfirm.ZIndex = 2
  3589. LoginConfirm.Font = Enum.Font.SourceSansBold
  3590. LoginConfirm.FontSize = Enum.FontSize.Size24
  3591. LoginConfirm.Text = "Confirm"
  3592. LoginConfirm.TextColor3 = Color3.new(1, 1, 1)
  3593. LoginConfirm.TextSize = 21
  3594. LoginConfirm.TextWrapped = true
  3595.  
  3596. LoginRightBorder.Name = "LoginRightBorder"
  3597. LoginRightBorder.Parent = LoginFrame
  3598. LoginRightBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  3599. LoginRightBorder.BorderSizePixel = 0
  3600. LoginRightBorder.Position = UDim2.new(0.991869926, 0, 0.109090909, 0)
  3601. LoginRightBorder.Size = UDim2.new(0, 3, 0, 190)
  3602.  
  3603. LoginLeftBorder.Name = "LoginLeftBorder"
  3604. LoginLeftBorder.Parent = LoginFrame
  3605. LoginLeftBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  3606. LoginLeftBorder.BorderSizePixel = 0
  3607. LoginLeftBorder.Position = UDim2.new(0, 0, 0.109090909, 0)
  3608. LoginLeftBorder.Size = UDim2.new(0, 3, 0, 190)
  3609.  
  3610. LoginBackButton.Name = "LoginBackButton"
  3611. LoginBackButton.Parent = LoginFrame
  3612. LoginBackButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3613. LoginBackButton.BackgroundTransparency = 0.60000002384186
  3614. LoginBackButton.BorderColor3 = Color3.new(1, 1, 1)
  3615. LoginBackButton.BorderSizePixel = 2
  3616. LoginBackButton.Position = UDim2.new(0.956639588, -350, -0.100000001, 25)
  3617. LoginBackButton.Size = UDim2.new(0, 40, 0, 18)
  3618. LoginBackButton.ZIndex = 2
  3619. LoginBackButton.Font = Enum.Font.SourceSansBold
  3620. LoginBackButton.FontSize = Enum.FontSize.Size24
  3621. LoginBackButton.Text = "<-"
  3622. LoginBackButton.TextColor3 = Color3.new(1, 1, 1)
  3623. LoginBackButton.TextSize = 21
  3624. LoginBackButton.TextWrapped = true
  3625.  
  3626. LoginUser.Name = "LoginUser"
  3627. LoginUser.Parent = LoginFrame
  3628. LoginUser.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3629. LoginUser.BackgroundTransparency = 0.20000000298023
  3630. LoginUser.BorderColor3 = Color3.new(1, 1, 1)
  3631. LoginUser.Position = UDim2.new(0.292682946, 0, 0.272727281, 0)
  3632. LoginUser.Size = UDim2.new(0, 153, 0, 31)
  3633. LoginUser.Font = Enum.Font.SourceSans
  3634. LoginUser.FontSize = Enum.FontSize.Size28
  3635. LoginUser.Text = "Username"
  3636. LoginUser.TextColor3 = Color3.new(1, 1, 1)
  3637. LoginUser.TextSize = 25
  3638. LoginUser.TextXAlignment = Enum.TextXAlignment.Left
  3639.  
  3640. LoginPass.Name = "LoginPass"
  3641. LoginPass.Parent = LoginFrame
  3642. LoginPass.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  3643. LoginPass.BackgroundTransparency = 0.20000000298023
  3644. LoginPass.BorderColor3 = Color3.new(1, 1, 1)
  3645. LoginPass.Position = UDim2.new(0.292682916, 0, 0.481818199, 0)
  3646. LoginPass.Size = UDim2.new(0, 153, 0, 31)
  3647. LoginPass.Font = Enum.Font.SourceSans
  3648. LoginPass.FontSize = Enum.FontSize.Size28
  3649. LoginPass.Text = "Password"
  3650. LoginPass.TextColor3 = Color3.new(1, 1, 1)
  3651. LoginPass.TextSize = 25
  3652. LoginPass.TextXAlignment = Enum.TextXAlignment.Left
  3653.  
  3654. KeyBind.Name = "KeyBind"
  3655. KeyBind.Parent = BoogaFucker
  3656. KeyBind.BackgroundColor3 = Color3.new(0, 0, 0)
  3657. KeyBind.BackgroundTransparency = 0.5
  3658. KeyBind.Position = UDim2.new(0.509393454, 0, 0.599304438, 0)
  3659. KeyBind.Size = UDim2.new(0, 274, 0, 162)
  3660. KeyBind.Visible = false
  3661.  
  3662. KeyBindFinishStartupButton.Name = "KeyBindFinishStartupButton"
  3663. KeyBindFinishStartupButton.Parent = KeyBind
  3664. KeyBindFinishStartupButton.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  3665. KeyBindFinishStartupButton.BackgroundTransparency = 0.60000002384186
  3666. KeyBindFinishStartupButton.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  3667. KeyBindFinishStartupButton.BorderSizePixel = 2
  3668. KeyBindFinishStartupButton.Position = UDim2.new(0.312275499, 0, 0.592000008, 0)
  3669. KeyBindFinishStartupButton.Size = UDim2.new(0, 102, 0, 34)
  3670. KeyBindFinishStartupButton.Font = Enum.Font.SourceSans
  3671. KeyBindFinishStartupButton.FontSize = Enum.FontSize.Size24
  3672. KeyBindFinishStartupButton.Text = "Finish startup"
  3673. KeyBindFinishStartupButton.TextColor3 = Color3.new(1, 0.333333, 0)
  3674. KeyBindFinishStartupButton.TextSize = 20
  3675.  
  3676. KeyBindHeather.Name = "KeyBindHeather"
  3677. KeyBindHeather.Parent = KeyBind
  3678. KeyBindHeather.BackgroundColor3 = Color3.new(0, 0, 0)
  3679. KeyBindHeather.BackgroundTransparency = 0.5
  3680. KeyBindHeather.Size = UDim2.new(0, 274, 0, 15)
  3681.  
  3682. KeyBindStartupTextBox.Name = "KeyBindStartupTextBox"
  3683. KeyBindStartupTextBox.Parent = KeyBind
  3684. KeyBindStartupTextBox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  3685. KeyBindStartupTextBox.BackgroundTransparency = 0.40000000596046
  3686. KeyBindStartupTextBox.BorderSizePixel = 0
  3687. KeyBindStartupTextBox.Position = UDim2.new(0.416225731, 0, 0.842592537, 0)
  3688. KeyBindStartupTextBox.Size = UDim2.new(0, 45, 0, 19)
  3689. KeyBindStartupTextBox.Font = Enum.Font.SourceSans
  3690. KeyBindStartupTextBox.FontSize = Enum.FontSize.Size14
  3691. KeyBindStartupTextBox.Text = "G"
  3692. KeyBindStartupTextBox.TextColor3 = Color3.new(1, 0.333333, 0)
  3693. KeyBindStartupTextBox.TextSize = 14
  3694.  
  3695. KeyBindSetupText.Name = "KeyBindSetupText"
  3696. KeyBindSetupText.Parent = KeyBind
  3697. KeyBindSetupText.BackgroundColor3 = Color3.new(1, 1, 1)
  3698. KeyBindSetupText.BackgroundTransparency = 1
  3699. KeyBindSetupText.Position = UDim2.new(0.0748175159, 0, 0.129629627, 0)
  3700. KeyBindSetupText.Size = UDim2.new(0, 236, 0, 69)
  3701. KeyBindSetupText.Font = Enum.Font.SourceSans
  3702. KeyBindSetupText.FontSize = Enum.FontSize.Size24
  3703. KeyBindSetupText.Text = "Okay, we are almost done! setup your GUI keybind and then press the \"Finish startup\" button!"
  3704. KeyBindSetupText.TextColor3 = Color3.new(1, 0.333333, 0)
  3705. KeyBindSetupText.TextSize = 20
  3706. KeyBindSetupText.TextWrapped = true
  3707. KeyBindSetupText.TextXAlignment = Enum.TextXAlignment.Left
  3708. KeyBindSetupText.TextYAlignment = Enum.TextYAlignment.Top
  3709.  
  3710. KeyBindName.Name = "KeyBindName"
  3711. KeyBindName.Parent = KeyBind
  3712. KeyBindName.BackgroundColor3 = Color3.new(1, 1, 1)
  3713. KeyBindName.BackgroundTransparency = 1
  3714. KeyBindName.Position = UDim2.new(0.270072997, 0, -0.0216049384, 0)
  3715. KeyBindName.Size = UDim2.new(0, 130, 0, 16)
  3716. KeyBindName.Font = Enum.Font.SourceSansBold
  3717. KeyBindName.FontSize = Enum.FontSize.Size18
  3718. KeyBindName.Text = "The streets Setup"
  3719. KeyBindName.TextColor3 = Color3.new(1, 0.333333, 0)
  3720. KeyBindName.TextSize = 18
  3721. KeyBindName.TextWrapped = true
  3722. KeyBindName.TextXAlignment = Enum.TextXAlignment.Left
  3723. KeyBindName.TextYAlignment = Enum.TextYAlignment.Top
  3724. end)
  3725.  
  3726. Atakowanie.Name = "Atakowanie"
  3727. Atakowanie.Parent = ZetoxV4
  3728. Atakowanie.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  3729. Atakowanie.BorderSizePixel = 9
  3730. Atakowanie.Position = UDim2.new(0.0299003329, 0, 0.499845862, 0)
  3731. Atakowanie.Size = UDim2.new(0, 131, 0, 54)
  3732. Atakowanie.Font = Enum.Font.Arial
  3733. Atakowanie.Text = "[ATTACK PACK]"
  3734. Atakowanie.TextColor3 = Color3.new(0, 0, 0)
  3735. Atakowanie.TextSize = 14
  3736. Atakowanie.MouseButton1Down:connect(function()
  3737. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Attack pack has been opened [ read settings]!" ,"All")
  3738. wait (0.1)
  3739. --Objects
  3740. plr = game.Players.LocalPlayer
  3741. local Tpkiz = Instance.new("ScreenGui")
  3742. local DraggLul = Instance.new("Frame")
  3743. local TornadoAtack = Instance.new("TextButton")
  3744. local PipeFinish = Instance.new("TextButton")
  3745. local DabAtack = Instance.new("TextButton")
  3746. local kuzleka = Instance.new("TextLabel")
  3747. local CloseLul = Instance.new("TextButton")
  3748. --Properties:
  3749. Tpkiz.Name = "Tpkiz"
  3750. Tpkiz.Parent = plr.PlayerGui
  3751.  
  3752. DraggLul.Name = "DraggLul"
  3753. DraggLul.Parent = Tpkiz
  3754. DraggLul.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  3755. DraggLul.BorderSizePixel = 5
  3756. DraggLul.Position = UDim2.new(0.497678727, 0, 0.531309307, 0)
  3757. DraggLul.Size = UDim2.new(0, 214, 0, 234)
  3758. DraggLul.Active = true
  3759. DraggLul.Draggable = true
  3760.  
  3761. TornadoAtack.Name = "TornadoAtack"
  3762. TornadoAtack.Parent = DraggLul
  3763. TornadoAtack.BackgroundColor3 = Color3.new(1, 0.243137, 0.772549)
  3764. TornadoAtack.BorderSizePixel = 5
  3765. TornadoAtack.Position = UDim2.new(0.0981308445, 0, 0.790598273, 0)
  3766. TornadoAtack.Size = UDim2.new(0, 171, 0, 41)
  3767. TornadoAtack.Font = Enum.Font.SourceSans
  3768. TornadoAtack.Text = "TORNADO MASTER"
  3769. TornadoAtack.TextColor3 = Color3.new(0, 0, 0)
  3770. TornadoAtack.TextSize = 14
  3771. TornadoAtack.MouseButton1Down:connect(function()
  3772. AnimationId = "345332316"
  3773. local Anim = Instance.new("Animation")
  3774. Anim.AnimationId = "rbxassetid://"..AnimationId
  3775. local k = plr.Character.Humanoid:LoadAnimation(Anim)
  3776. k:Play()
  3777. k:AdjustSpeed(2)
  3778. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.RightHand, true) -- complite
  3779. end)
  3780.  
  3781. PipeFinish.Name = "PipeFinish"
  3782. PipeFinish.Parent = DraggLul
  3783. PipeFinish.BackgroundColor3 = Color3.new(1, 0.243137, 0.772549)
  3784. PipeFinish.BorderSizePixel = 5
  3785. PipeFinish.Position = UDim2.new(0.0981308818, 0, 0.547008514, 0)
  3786. PipeFinish.Size = UDim2.new(0, 171, 0, 41)
  3787. PipeFinish.Font = Enum.Font.SourceSans
  3788. PipeFinish.Text = "FINISH PIPE"
  3789. PipeFinish.TextColor3 = Color3.new(0, 0, 0)
  3790. PipeFinish.TextSize = 14
  3791. PipeFinish.MouseButton1Down:connect(function()
  3792. AnimationId = "503258358"
  3793. local Anim = Instance.new("Animation")
  3794. Anim.AnimationId = "rbxassetid://"..AnimationId
  3795. local k = plr.Character.Humanoid:LoadAnimation(Anim)
  3796. k:Play()
  3797. k:AdjustSpeed(2)
  3798. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.RightHand, true) -- complite
  3799. end)
  3800.  
  3801. DabAtack.Name = "DabAtack"
  3802. DabAtack.Parent = DraggLul
  3803. DabAtack.BackgroundColor3 = Color3.new(1, 0.243137, 0.772549)
  3804. DabAtack.BorderSizePixel = 5
  3805. DabAtack.Position = UDim2.new(0.0981308371, 0, 0.299145311, 0)
  3806. DabAtack.Size = UDim2.new(0, 171, 0, 41)
  3807. DabAtack.Font = Enum.Font.SourceSans
  3808. DabAtack.Text = "DAB ATTACK"
  3809. DabAtack.TextColor3 = Color3.new(0, 0, 0)
  3810. DabAtack.TextSize = 14
  3811. DabAtack.MouseButton1Down:connect(function()
  3812. AnimationId = "526812070"
  3813. local Anim = Instance.new("Animation")
  3814. Anim.AnimationId = "rbxassetid://"..AnimationId
  3815. local k = plr.Character.Humanoid:LoadAnimation(Anim)
  3816. k:Play()
  3817. k:AdjustSpeed(2)
  3818. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.RightHand, true) -- complite
  3819. end)
  3820.  
  3821. kuzleka.Name = "kuzleka"
  3822. kuzleka.Parent = DraggLul
  3823. kuzleka.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  3824. kuzleka.BorderSizePixel = 5
  3825. kuzleka.Size = UDim2.new(0, 214, 0, 50)
  3826. kuzleka.Font = Enum.Font.SourceSans
  3827. kuzleka.Text = "[ATTACK PACK]"
  3828. kuzleka.TextColor3 = Color3.new(0, 0, 0)
  3829. kuzleka.TextSize = 14
  3830.  
  3831. CloseLul.Name = "CloseLul"
  3832. CloseLul.Parent = DraggLul
  3833. CloseLul.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  3834. CloseLul.BorderSizePixel = 5
  3835. CloseLul.Position = UDim2.new(0.897196233, 0, 0, 0)
  3836. CloseLul.Size = UDim2.new(0, 22, 0, 22)
  3837. CloseLul.Font = Enum.Font.SourceSans
  3838. CloseLul.Text = "X"
  3839. CloseLul.TextColor3 = Color3.new(0, 0, 0)
  3840. CloseLul.TextSize = 14
  3841. CloseLul.MouseButton1Down:connect(function()
  3842. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Attack pack has been closed!" ,"All")
  3843. wait (0.1)
  3844. DraggLul.Visible = false
  3845. end)
  3846. -- Scripts:
  3847. end)
  3848.  
  3849. ZetoxV3.Name = "ZetoxV3"
  3850. ZetoxV3.Parent = ZetoxV4
  3851. ZetoxV3.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  3852. ZetoxV3.BorderSizePixel = 9
  3853. ZetoxV3.Position = UDim2.new(0.514950156, 0, 0.259139776, 0)
  3854. ZetoxV3.Size = UDim2.new(0, 137, 0, 54)
  3855. ZetoxV3.Font = Enum.Font.Arial
  3856. ZetoxV3.Text = "[BFG]"
  3857. ZetoxV3.TextColor3 = Color3.new(0, 0, 0)
  3858. ZetoxV3.TextSize = 14
  3859. ZetoxV3.MouseButton1Down:connect(function()
  3860. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] for bfg to be enabled write in chat [bfg]! " ,"All")
  3861. wait (0.1)
  3862. local plr = game.Players.LocalPlayer
  3863. local m = plr:GetMouse()
  3864. local r = game:GetService("RunService").Heartbeat
  3865. local h = plr.Character.Humanoid
  3866. local prefix = ""
  3867.  
  3868. local guns = {}
  3869.  
  3870. local aim = false
  3871.  
  3872. plr.Chatted:connect(function(cmd)
  3873. cmd=cmd:lower()
  3874. if cmd == prefix.."bfgaim" then
  3875. aim = not aim
  3876. end
  3877. end)
  3878.  
  3879. function addGuns()
  3880. local Weapons = plr.Backpack:GetChildren()
  3881. for c,f in ipairs(Weapons) do
  3882. if f.Name == "Uzi" or f.Name == "Shotty" or f.Name == "Glock" or f.Name == "Sawed Off" then
  3883. table.insert(guns, f)
  3884. end
  3885. end
  3886. end
  3887.  
  3888. function removeGuns()
  3889. h:UnequipTools()
  3890. for c,f in ipairs(guns) do
  3891. table.remove(guns, f)
  3892. end
  3893. end
  3894.  
  3895. local State = false
  3896. plr.Chatted:connect(function(cmd)
  3897. cmd=cmd:lower()
  3898. if cmd == prefix.."bfg" then
  3899. if State == false then
  3900. State = true
  3901. addGuns()
  3902. elseif State == true then
  3903. State = false
  3904. removeGuns()
  3905. end
  3906. end
  3907. end)
  3908.  
  3909. m.Button1Down:connect(function()
  3910. if State == true then
  3911. for a,b in ipairs(guns) do
  3912. b.Fire:FireServer(m.Hit)
  3913. end
  3914. end
  3915. end)
  3916.  
  3917. r:connect(function()
  3918. if aim == true then
  3919. for a,b in ipairs(guns) do
  3920. if b and m.Target then
  3921. local h = m.Target.Parent:FindFirstChild("Humanoid")
  3922. if h then
  3923. local p = game.Players:FindFirstChild(h.Parent.Name)
  3924. if p then
  3925. b.Fire:FireServer(m.Hit)
  3926. end
  3927. end
  3928. end
  3929. end
  3930. end
  3931. end)
  3932.  
  3933. while true do
  3934. r:wait()
  3935. if State == true then
  3936. for a,b in ipairs(guns) do
  3937. b.Parent = plr.Character
  3938. end
  3939. end
  3940. end
  3941.  
  3942. end)
  3943.  
  3944. Animacje.Name = "Animacje"
  3945. Animacje.Parent = ZetoxV4
  3946. Animacje.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  3947. Animacje.BorderSizePixel = 9
  3948. Animacje.Position = UDim2.new(0.0299003329, 0, 0.259139776, 0)
  3949. Animacje.Size = UDim2.new(0, 131, 0, 54)
  3950. Animacje.Font = Enum.Font.Arial
  3951. Animacje.Text = "[ANIMATION PACK]"
  3952. Animacje.TextColor3 = Color3.new(0, 0, 0)
  3953. Animacje.TextSize = 14
  3954. Animacje.MouseButton1Down:connect(function()
  3955. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Animation Pack has been opened!" ,"All")
  3956. wait (0.1)
  3957. --Objects
  3958. plr = game.Players.LocalPlayer
  3959. local AnimarionPack10 = Instance.new("ScreenGui")
  3960. local DragFrame = Instance.new("Frame")
  3961. local ninja = Instance.new("TextButton")
  3962. local NameNieDotykac = Instance.new("TextLabel")
  3963. local backflip = Instance.new("TextButton")
  3964. local golem = Instance.new("TextButton")
  3965. local tired = Instance.new("TextButton")
  3966. local CloseApack = Instance.new("TextButton")
  3967. --Properties:
  3968. AnimarionPack10.Name = "AnimarionPack10"
  3969. AnimarionPack10.Parent = plr.PlayerGui
  3970.  
  3971. DragFrame.Name = "DragFrame"
  3972. DragFrame.Parent = AnimarionPack10
  3973. DragFrame.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  3974. DragFrame.BorderSizePixel = 5
  3975. DragFrame.Position = UDim2.new(0.636026025, 0, 0.0189753268, 0)
  3976. DragFrame.Size = UDim2.new(0, 330, 0, 200)
  3977. DragFrame.Active = true
  3978. DragFrame.Draggable = true
  3979.  
  3980. ninja.Name = "ninja"
  3981. ninja.Parent = DragFrame
  3982. ninja.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  3983. ninja.BorderSizePixel = 5
  3984. ninja.Position = UDim2.new(0.0393939391, 0, 0.660000026, 0)
  3985. ninja.Size = UDim2.new(0, 139, 0, 50)
  3986. ninja.Font = Enum.Font.SourceSans
  3987. ninja.Text = "NINJA WALK"
  3988. ninja.TextColor3 = Color3.new(0, 0, 0)
  3989. ninja.TextSize = 14
  3990. ninja.MouseButton1Down:connect(function()
  3991. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Ninja Walk is now on!" ,"All")
  3992. wait(0.1)
  3993. -- BACKFLIP JUMP --
  3994. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.walk:GetChildren()) do
  3995. v.AnimationId = 'rbxassetid://144393647'
  3996. end
  3997. end)
  3998.  
  3999. NameNieDotykac.Name = "NameNieDotykac"
  4000. NameNieDotykac.Parent = DragFrame
  4001. NameNieDotykac.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  4002. NameNieDotykac.BorderSizePixel = 5
  4003. NameNieDotykac.Size = UDim2.new(0, 330, 0, 50)
  4004. NameNieDotykac.Font = Enum.Font.SourceSans
  4005. NameNieDotykac.Text = "ANIMATION PACK"
  4006. NameNieDotykac.TextColor3 = Color3.new(0, 0, 0)
  4007. NameNieDotykac.TextSize = 14
  4008.  
  4009. backflip.Name = "backflip"
  4010. backflip.Parent = DragFrame
  4011. backflip.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  4012. backflip.BorderSizePixel = 5
  4013. backflip.Position = UDim2.new(0.551515162, 0, 0.660000026, 0)
  4014. backflip.Size = UDim2.new(0, 139, 0, 50)
  4015. backflip.Font = Enum.Font.SourceSans
  4016. backflip.Text = "BACKFLIP JUMP"
  4017. backflip.TextColor3 = Color3.new(0, 0, 0)
  4018. backflip.TextSize = 14
  4019. backflip.MouseButton1Down:connect(function()
  4020. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] BackFlip Jump is now on!" ,"All")
  4021. wait(0.1)
  4022. -- BACKFLIP JUMP --
  4023. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  4024. v.AnimationId = 'rbxassetid://229782914'
  4025. end
  4026. end)
  4027.  
  4028.  
  4029. golem.Name = "golem"
  4030. golem.Parent = DragFrame
  4031. golem.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  4032. golem.BorderSizePixel = 5
  4033. golem.Position = UDim2.new(0.0393939391, 0, 0.319999993, 0)
  4034. golem.Size = UDim2.new(0, 139, 0, 50)
  4035. golem.Font = Enum.Font.SourceSans
  4036. golem.Text = "GOLEM WALK"
  4037. golem.TextColor3 = Color3.new(0, 0, 0)
  4038. golem.TextSize = 14
  4039. golem.MouseButton1Down:connect(function()
  4040. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Golem Walk is now on!" ,"All")
  4041. wait(0.1)
  4042. -- BACKFLIP JUMP --
  4043. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.walk:GetChildren()) do
  4044. v.AnimationId = 'rbxassetid://553240602'
  4045. end
  4046. end)
  4047.  
  4048. tired.Name = "tired"
  4049. tired.Parent = DragFrame
  4050. tired.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  4051. tired.BorderSizePixel = 5
  4052. tired.Position = UDim2.new(0.551515162, 0, 0.319999993, 0)
  4053. tired.Size = UDim2.new(0, 139, 0, 50)
  4054. tired.Font = Enum.Font.SourceSans
  4055. tired.Text = "TIRED WALK"
  4056. tired.TextColor3 = Color3.new(0, 0, 0)
  4057. tired.TextSize = 14
  4058. tired.MouseButton1Down:connect(function()
  4059. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Tired Walk is now on !" ,"All")
  4060. wait(0.1)
  4061. -- BACKFLIP JUMP --
  4062. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.walk:GetChildren()) do
  4063. v.AnimationId = 'rbxassetid://453069115'
  4064. end
  4065. end)
  4066.  
  4067. CloseApack.Name = "CloseApack"
  4068. CloseApack.Parent = DragFrame
  4069. CloseApack.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  4070. CloseApack.BorderSizePixel = 4
  4071. CloseApack.Position = UDim2.new(0.936363637, 0, 0, 0)
  4072. CloseApack.Size = UDim2.new(0, 21, 0, 22)
  4073. CloseApack.Font = Enum.Font.SourceSans
  4074. CloseApack.Text = "X"
  4075. CloseApack.TextColor3 = Color3.new(0, 0, 0)
  4076. CloseApack.TextSize = 14
  4077. CloseApack.MouseButton1Down:connect(function()
  4078. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Animation Pack has been closed!" ,"All")
  4079. wait(0.1)
  4080. DragFrame.Visible = false
  4081. end)
  4082.  
  4083. -- LUL
  4084. end)
  4085.  
  4086. Ustawienia.Name = "Ustawienia"
  4087. Ustawienia.Parent = ZetoxV4
  4088. Ustawienia.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  4089. Ustawienia.BorderSizePixel = 9
  4090. Ustawienia.Position = UDim2.new(0.514950156, 0, 0.0334448144, 0)
  4091. Ustawienia.Size = UDim2.new(0, 137, 0, 54)
  4092. Ustawienia.Font = Enum.Font.Arial
  4093. Ustawienia.Text = "[SETTINGS]"
  4094. Ustawienia.TextColor3 = Color3.new(0, 0, 0)
  4095. Ustawienia.TextSize = 14
  4096. Ustawienia.MouseButton1Down:connect(function()
  4097. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Settings are now open!" ,"All")
  4098. wait(1.2)
  4099. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Remember, you must have turned on attack pack to work!" ,"All")
  4100. ---- Objects
  4101. plr = game.Players.LocalPlayer
  4102. local SettingGui = Instance.new("ScreenGui")
  4103. local SettingFrame = Instance.new("Frame")
  4104. local Setting = Instance.new("TextLabel")
  4105. local CloseSetting = Instance.new("TextButton")
  4106. local TornadoMaster = Instance.new("TextLabel")
  4107. local KickAtack = Instance.new("TextLabel")
  4108. local FinishPipe = Instance.new("TextLabel")
  4109. local SpinAtack = Instance.new("TextLabel")
  4110. local DabAtack = Instance.new("TextLabel")
  4111. --Properties:
  4112. SettingGui.Name = "SettingGui"
  4113. SettingGui.Parent = plr.PlayerGui
  4114.  
  4115. SettingFrame.Name = "SettingFrame"
  4116. SettingFrame.Parent = SettingGui
  4117. SettingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  4118. SettingFrame.BorderSizePixel = 5
  4119. SettingFrame.Position = UDim2.new(0.785515308, 0, 0.0436432622, 0)
  4120. SettingFrame.Size = UDim2.new(0, 219, 0, 278)
  4121. SettingFrame.Active = true
  4122. SettingFrame.draggable = true
  4123.  
  4124. Setting.Name = "Setting"
  4125. Setting.Parent = SettingFrame
  4126. Setting.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  4127. Setting.BorderSizePixel = 5
  4128. Setting.Size = UDim2.new(0, 219, 0, 52)
  4129. Setting.Font = Enum.Font.SourceSans
  4130. Setting.Text = "[SETTINGS]"
  4131. Setting.TextColor3 = Color3.new(0, 0, 0)
  4132. Setting.TextSize = 14
  4133. Setting.Active = true
  4134. Setting.draggable = true
  4135.  
  4136. CloseSetting.Name = "CloseSetting"
  4137. CloseSetting.Parent = SettingFrame
  4138. CloseSetting.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  4139. CloseSetting.BorderSizePixel = 5
  4140. CloseSetting.Position = UDim2.new(0.904109597, 0, 0, 0)
  4141. CloseSetting.Size = UDim2.new(0, 21, 0, 19)
  4142. CloseSetting.Font = Enum.Font.SourceSans
  4143. CloseSetting.Text = "X"
  4144. CloseSetting.TextColor3 = Color3.new(0, 0, 0)
  4145. CloseSetting.TextSize = 14
  4146. CloseSetting.MouseButton1Down:connect(function()
  4147. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Settings has been closed!" ,"All")
  4148. wait(0.7)
  4149. SettingFrame.Visible = false
  4150. end)
  4151.  
  4152. TornadoMaster.Name = "TornadoMaster"
  4153. TornadoMaster.Parent = SettingFrame
  4154. TornadoMaster.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  4155. TornadoMaster.BorderSizePixel = 5
  4156. TornadoMaster.Position = UDim2.new(0, 0, 0.83959043, 0)
  4157. TornadoMaster.Size = UDim2.new(0, 219, 0, 47)
  4158. TornadoMaster.Font = Enum.Font.SourceSans
  4159. TornadoMaster.Text = "TORNADO MASTER PUNCH"
  4160. TornadoMaster.TextColor3 = Color3.new(0, 0, 0)
  4161. TornadoMaster.TextSize = 14
  4162.  
  4163. KickAtack.Name = "KickAtack"
  4164. KickAtack.Parent = SettingFrame
  4165. KickAtack.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  4166. KickAtack.BorderSizePixel = 5
  4167. KickAtack.Position = UDim2.new(0, 0, 0.679180861, 0)
  4168. KickAtack.Size = UDim2.new(0, 219, 0, 47)
  4169. KickAtack.Font = Enum.Font.SourceSans
  4170. KickAtack.Text = "KICK ATACK PUNCH"
  4171. KickAtack.TextColor3 = Color3.new(0, 0, 0)
  4172. KickAtack.TextSize = 14
  4173.  
  4174. FinishPipe.Name = "FinishPipe"
  4175. FinishPipe.Parent = SettingFrame
  4176. FinishPipe.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  4177. FinishPipe.BorderSizePixel = 5
  4178. FinishPipe.Position = UDim2.new(0, 0, 0.518771291, 0)
  4179. FinishPipe.Size = UDim2.new(0, 219, 0, 47)
  4180. FinishPipe.Font = Enum.Font.SourceSans
  4181. FinishPipe.Text = "END PIPE PUNCH"
  4182. FinishPipe.TextColor3 = Color3.new(0, 0, 0)
  4183. FinishPipe.TextSize = 14
  4184.  
  4185. SpinAtack.Name = "SpinAtack"
  4186. SpinAtack.Parent = SettingFrame
  4187. SpinAtack.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  4188. SpinAtack.BorderSizePixel = 5
  4189. SpinAtack.Position = UDim2.new(0, 0, 0.358361721, 0)
  4190. SpinAtack.Size = UDim2.new(0, 219, 0, 47)
  4191. SpinAtack.Font = Enum.Font.SourceSans
  4192. SpinAtack.Text = "SPIN PUNCH"
  4193. SpinAtack.TextColor3 = Color3.new(0, 0, 0)
  4194. SpinAtack.TextSize = 14
  4195.  
  4196. DabAtack.Name = "DabAtack"
  4197. DabAtack.Parent = SettingFrame
  4198. DabAtack.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  4199. DabAtack.BorderSizePixel = 5
  4200. DabAtack.Position = UDim2.new(0, 0, 0.197952166, 0)
  4201. DabAtack.Size = UDim2.new(0, 219, 0, 47)
  4202. DabAtack.Font = Enum.Font.SourceSans
  4203. DabAtack.Text = "DAB PUNCH"
  4204. DabAtack.TextColor3 = Color3.new(0, 0, 0)
  4205. DabAtack.TextSize = 14
  4206. -- OSKAR IS GOOD ---
  4207. end)
  4208.  
  4209. Twurca.Name = "Twurca"
  4210. Twurca.Parent = ZetoxV4
  4211. Twurca.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  4212. Twurca.BorderSizePixel = 9
  4213. Twurca.Position = UDim2.new(0.0299003329, 0, 0.0326574892, 0)
  4214. Twurca.Size = UDim2.new(0, 131, 0, 54)
  4215. Twurca.Font = Enum.Font.Arial
  4216. Twurca.Text = "[ CREDITS]"
  4217. Twurca.TextColor3 = Color3.new(0, 0, 0)
  4218. Twurca.TextSize = 14
  4219. Twurca.MouseButton1Down:connect(function()
  4220. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Credits have been opened!" ,"All")
  4221. wait(0.7)
  4222. ---- Objects
  4223. plr = game.Players.LocalPlayer
  4224. local TwurcaV9kd = Instance.new("ScreenGui")
  4225. local Frame = Instance.new("Frame")
  4226. local NazwaTego = Instance.new("TextLabel")
  4227. local CloseCredits = Instance.new("TextButton")
  4228. local NazwaTego2 = Instance.new("TextLabel")
  4229. local NazwaTego3 = Instance.new("TextLabel")
  4230. --Properties:
  4231. TwurcaV9kd.Name = "TwurcaV9kd"
  4232. TwurcaV9kd.Parent = plr.PlayerGui
  4233.  
  4234. Frame.Parent = TwurcaV9kd
  4235. Frame.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  4236. Frame.BorderSizePixel = 5
  4237. Frame.Position = UDim2.new(0.796483696, 0, 0.497153699, 0)
  4238. Frame.Size = UDim2.new(0, 207, 0, 255)
  4239.  
  4240. NazwaTego.Name = "NazwaTego"
  4241. NazwaTego.Parent = Frame
  4242. NazwaTego.BackgroundColor3 = Color3.new(1, 0.662745, 0.945098)
  4243. NazwaTego.BorderSizePixel = 5
  4244. NazwaTego.Size = UDim2.new(0, 207, 0, 50)
  4245. NazwaTego.Font = Enum.Font.SourceSans
  4246. NazwaTego.Text = "[CREDITS]"
  4247. NazwaTego.TextColor3 = Color3.new(0, 0, 0)
  4248. NazwaTego.TextSize = 14
  4249. NazwaTego.Active = true
  4250. NazwaTego.draggable = true
  4251.  
  4252. CloseCredits.Name = "CloseCredits"
  4253. CloseCredits.Parent = Frame
  4254. CloseCredits.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  4255. CloseCredits.BorderSizePixel = 5
  4256. CloseCredits.Position = UDim2.new(0.908212543, 0, 0, 0)
  4257. CloseCredits.Size = UDim2.new(0, 19, 0, 19)
  4258. CloseCredits.Font = Enum.Font.SourceSans
  4259. CloseCredits.Text = "X"
  4260. CloseCredits.TextColor3 = Color3.new(0, 0, 0)
  4261. CloseCredits.TextSize = 14
  4262. CloseCredits.MouseButton1Down:connect(function()
  4263. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Credits have been closed!" ,"All")
  4264. wait(0.2)
  4265. NazwaTego.Visible = false
  4266. end)
  4267.  
  4268. NazwaTego2.Name = "NazwaTego2"
  4269. NazwaTego2.Parent = Frame
  4270. NazwaTego2.BackgroundColor3 = Color3.new(1, 0.631373, 0.415686)
  4271. NazwaTego2.Position = UDim2.new(0.12560387, 0, 0.345098048, 0)
  4272. NazwaTego2.Size = UDim2.new(0, 162, 0, 50)
  4273. NazwaTego2.Font = Enum.Font.SourceSans
  4274. NazwaTego2.Text = "Discord oskar#8412"
  4275. NazwaTego2.TextColor3 = Color3.new(0, 0, 0)
  4276. NazwaTego2.TextSize = 14
  4277.  
  4278. NazwaTego3.Name = "NazwaTego3"
  4279. NazwaTego3.Parent = Frame
  4280. NazwaTego3.BackgroundColor3 = Color3.new(1, 0.631373, 0.415686)
  4281. NazwaTego3.Position = UDim2.new(0.12560387, 0, 0.674509823, 0)
  4282. NazwaTego3.Size = UDim2.new(0, 162, 0, 50)
  4283. NazwaTego3.Font = Enum.Font.SourceSans
  4284. NazwaTego3.Text = "Discord [??K?0??]#6654"
  4285. NazwaTego3.TextColor3 = Color3.new(0, 0, 0)
  4286. NazwaTego3.TextSize = 14
  4287. --HACKING IS GOOD--
  4288. end)
  4289.  
  4290. ZetoxV4_2.Name = "ZetoxV4"
  4291. ZetoxV4_2.Parent = ZetoxV4
  4292. ZetoxV4_2.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.666667)
  4293. ZetoxV4_2.BorderSizePixel = 9
  4294. ZetoxV4_2.Position = UDim2.new(0, 0, 0.939799309, 0)
  4295. ZetoxV4_2.Size = UDim2.new(0, 301, 0, 18)
  4296. ZetoxV4_2.Text = "ZETOX V4"
  4297. ZetoxV4_2.TextColor3 = Color3.new(0, 0, 0)
  4298. ZetoxV4_2.TextSize = 14
  4299.  
  4300. CloseZetoxV4.Name = "CloseZetoxV4"
  4301. CloseZetoxV4.Parent = ZetoxV4
  4302. CloseZetoxV4.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  4303. CloseZetoxV4.BorderSizePixel = 2
  4304. CloseZetoxV4.Position = UDim2.new(0.970099688, 0, -0.0234113708, 0)
  4305. CloseZetoxV4.Size = UDim2.new(0, 16, 0, 17)
  4306. CloseZetoxV4.Font = Enum.Font.SourceSans
  4307. CloseZetoxV4.Text = "X"
  4308. CloseZetoxV4.TextColor3 = Color3.new(0, 0, 0)
  4309. CloseZetoxV4.TextSize = 14
  4310. CloseZetoxV4.MouseButton1Down:connect(function()
  4311. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Thanks for using Zetox V4,Hope too see you soon!" ,"All")
  4312. wait(0.2)
  4313. ZetoxV4.Visible = false
  4314. end)
  4315.  
  4316. Zetox.Name = "Zetox"
  4317. Zetox.Parent = ZetoxV4
  4318. Zetox.BackgroundColor3 = Color3.new(1, 1, 1)
  4319. Zetox.BorderSizePixel = 4
  4320. Zetox.Position = UDim2.new(-0.0299003329, 0, -0.729097009, 0)
  4321. Zetox.Size = UDim2.new(0, 1366, 0, 527)
  4322. Zetox.Style = Enum.ButtonStyle.RobloxRoundButton
  4323. Zetox.Font = Enum.Font.Fantasy
  4324. Zetox.Text = "- [CLICK TO OPEN ZETOX V4 Improved Grammar by SoDxpressed#1763] -"
  4325. Zetox.TextColor3 = Color3.new(0, 0, 0)
  4326. Zetox.TextSize = 50
  4327. Zetox.MouseButton1Down:connect(function()
  4328. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] RobuxMan Gui has successfully loaded" ,"All")
  4329. wait(0.2)
  4330. Zetox.Visible = false
  4331. end)
  4332. -- Zetox V4.
Add Comment
Please, Sign In to add comment