Guest User

Wismark/XX

a guest
Feb 22nd, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.25 KB | None | 0 0
  1. r = game.Players.LocalPlayer
  2. local ZetoxV4new = Instance.new("ScreenGui")
  3. local ZetoxV4 = Instance.new("Frame")
  4. local GuiRadio = Instance.new("TextButton")
  5. local ShottyUstawienia = Instance.new("TextButton")
  6. local GuiSzybkos = Instance.new("TextButton")
  7. local Atakowanie = Instance.new("TextButton")
  8. local ZetoxV3 = Instance.new("TextButton")
  9. local Animacje = Instance.new("TextButton")
  10. local Ustawienia = Instance.new("TextButton")
  11. local Twurca = Instance.new("TextButton")
  12. local ZetoxV4_2 = Instance.new("TextLabel")
  13. local CloseZetoxV4 = Instance.new("TextButton")
  14. local Zetox = Instance.new("TextButton")
  15. --Properties:
  16. ZetoxV4new.Name = "ZetoxV4new"
  17. ZetoxV4new.Parent = plr.PlayerGui
  18.  
  19. ZetoxV4.Name = "ZetoxV4"
  20. ZetoxV4.Parent = ZetoxV4new
  21. ZetoxV4.BackgroundColor3 = Color3.new(0.388235, 0.423529, 0.419608)
  22. ZetoxV4.BorderSizePixel = 14
  23. ZetoxV4.Position = UDim2.new(0.00638686307, 0, 0.413662225, 0)
  24. ZetoxV4.Size = UDim2.new(0, 301, 0, 299)
  25.  
  26. GuiRadio.Name = "GuiRadio"
  27. GuiRadio.Parent = ZetoxV4
  28. GuiRadio.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  29. GuiRadio.BorderSizePixel = 9
  30. GuiRadio.Position = UDim2.new(0.514950156, 0, 0.728606164, 0)
  31. GuiRadio.Size = UDim2.new(0, 137, 0, 54)
  32. GuiRadio.Font = Enum.Font.Arial
  33. GuiRadio.Text = "[RADIO GUI]"
  34. GuiRadio.TextColor3 = Color3.new(0, 0, 0)
  35. GuiRadio.TextSize = 14
  36. GuiRadio.MouseButton1Down:connect(function()
  37. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Radio gui has been opened!" ,"All")
  38. wait (0.1)
  39. --Objects
  40. plr = game.Players.LocalPlayer
  41. local mama = Instance.new("ScreenGui")
  42. local RadioMum = Instance.new("Frame")
  43. local Wypiernie = Instance.new("TextLabel")
  44. local Trzymajoce = Instance.new("TextButton")
  45. local Niewidzialne = Instance.new("TextButton")
  46. local CloseFrameRadio = Instance.new("TextButton")
  47. --Properties:
  48. mama.Name = "mama"
  49. mama.Parent = plr.PlayerGui
  50.  
  51. RadioMum.Name = "RadioMum"
  52. RadioMum.Parent = mama
  53. RadioMum.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  54. RadioMum.BorderSizePixel = 5
  55. RadioMum.Position = UDim2.new(0.549674988, 0, 0.56356734, 0)
  56. RadioMum.Size = UDim2.new(0, 227, 0, 218)
  57. RadioMum.Active = true
  58. RadioMum.Draggable = true
  59.  
  60. Wypiernie.Name = "Wypiernie"
  61. Wypiernie.Parent = RadioMum
  62. Wypiernie.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  63. Wypiernie.BorderSizePixel = 5
  64. Wypiernie.Size = UDim2.new(0, 227, 0, 50)
  65. Wypiernie.Font = Enum.Font.SourceSans
  66. Wypiernie.Text = "RADIO GUI"
  67. Wypiernie.TextColor3 = Color3.new(0, 0, 0)
  68. Wypiernie.TextSize = 14
  69.  
  70. Trzymajoce.Name = "Trzymajoce"
  71. Trzymajoce.Parent = RadioMum
  72. Trzymajoce.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  73. Trzymajoce.BorderSizePixel = 5
  74. Trzymajoce.Position = UDim2.new(0.0572687238, 0, 0.651983738, 0)
  75. Trzymajoce.Size = UDim2.new(0, 200, 0, 50)
  76. Trzymajoce.Font = Enum.Font.SourceSans
  77. Trzymajoce.Text = "HOLDING RADIO"
  78. Trzymajoce.TextColor3 = Color3.new(0, 0, 0)
  79. Trzymajoce.TextSize = 14
  80. Trzymajoce.MouseButton1Down:connect(function()
  81. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Holding radio has been turned on!" ,"All")
  82. wait (0.1)
  83. game.Players.LocalPlayer.Backpack.BoomBox.GripPos = Vector3.new(0,0.8,0)
  84. game.Players.LocalPlayer.Backpack.BoomBox.GripRight = Vector3.new(-6,0,90)
  85. game.Players.LocalPlayer.Backpack.BoomBox.GripForward = Vector3.new(6,-120,0)
  86. end)
  87.  
  88.  
  89. Niewidzialne.Name = "Niewidzialne"
  90. Niewidzialne.Parent = RadioMum
  91. Niewidzialne.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  92. Niewidzialne.BorderSizePixel = 5
  93. Niewidzialne.Position = UDim2.new(0.0572687238, 0, 0.32110092, 0)
  94. Niewidzialne.Size = UDim2.new(0, 200, 0, 50)
  95. Niewidzialne.Font = Enum.Font.SourceSans
  96. Niewidzialne.Text = "INVISIBLE RADIO"
  97. Niewidzialne.TextColor3 = Color3.new(0, 0, 0)
  98. Niewidzialne.TextSize = 14
  99. Niewidzialne.MouseButton1Down:connect(function()
  100. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Invisible radio has been turned on!" ,"All")
  101. wait (0.1)
  102. game.Players.LocalPlayer.Backpack.BoomBox.GripPos = Vector3.new(0,0.0,8)
  103. game.Players.LocalPlayer.Backpack.BoomBox.GripRight = Vector3.new(0,0,0)
  104. game.Players.LocalPlayer.Backpack.BoomBox.GripForward = Vector3.new(-300,-300,-300)
  105. end)
  106.  
  107. CloseFrameRadio.Name = "CloseFrameRadio"
  108. CloseFrameRadio.Parent = RadioMum
  109. CloseFrameRadio.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  110. CloseFrameRadio.BorderSizePixel = 5
  111. CloseFrameRadio.Position = UDim2.new(0.894273102, 0, 0, 0)
  112. CloseFrameRadio.Size = UDim2.new(0, 24, 0, 22)
  113. CloseFrameRadio.Font = Enum.Font.SourceSans
  114. CloseFrameRadio.Text = "X"
  115. CloseFrameRadio.TextColor3 = Color3.new(0, 0, 0)
  116. CloseFrameRadio.TextSize = 14
  117. CloseFrameRadio.MouseButton1Down:connect(function()
  118. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Radio gui has been closed!" ,"All")
  119. wait (0.1)
  120. RadioMum.Visible = false
  121. end)
  122.  
  123. -- RADIO GUI IS GOOD
  124.  
  125. end)
  126.  
  127. ShottyUstawienia.Name = "ShottyUstawienia"
  128. ShottyUstawienia.Parent = ZetoxV4
  129. ShottyUstawienia.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  130. ShottyUstawienia.BorderSizePixel = 9
  131. ShottyUstawienia.Position = UDim2.new(0.0299003329, 0, 0.728606164, 0)
  132. ShottyUstawienia.Size = UDim2.new(0, 131, 0, 54)
  133. ShottyUstawienia.Font = Enum.Font.Arial
  134. ShottyUstawienia.Text = "[SHOTTY GUI]"
  135. ShottyUstawienia.TextColor3 = Color3.new(0, 0, 0)
  136. ShottyUstawienia.TextSize = 14
  137. ShottyUstawienia.MouseButton1Down:connect(function()
  138. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Shotty gui has been opened!" ,"All")
  139. wait (0.1)
  140. --Objects
  141. plr = game.Players.LocalPlayer
  142. local Mom = Instance.new("ScreenGui")
  143. local DraggFrame10 = Instance.new("Frame")
  144. local ShottyCamera = Instance.new("TextButton")
  145. local ShottyDuck = Instance.new("TextButton")
  146. local ShottyDrag = Instance.new("TextButton")
  147. local ShottyN10 = Instance.new("TextLabel")
  148. local CloseMum = Instance.new("TextButton")
  149. --Properties:
  150. Mom.Name = "Mom"
  151. Mom.Parent = plr.PlayerGui
  152.  
  153. DraggFrame10.Name = "DraggFrame10"
  154. DraggFrame10.Parent = Mom
  155. DraggFrame10.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  156. DraggFrame10.BorderSizePixel = 5
  157. DraggFrame10.Position = UDim2.new(0.803156912, 0, 0.242884248, 0)
  158. DraggFrame10.Size = UDim2.new(0, 196, 0, 270)
  159. DraggFrame10.Active = true
  160. DraggFrame10.Draggable = true
  161.  
  162. ShottyCamera.Name = "ShottyCamera"
  163. ShottyCamera.Parent = DraggFrame10
  164. ShottyCamera.BackgroundColor3 = Color3.new(1, 0, 1)
  165. ShottyCamera.BorderSizePixel = 5
  166. ShottyCamera.Position = UDim2.new(0.0918367356, 0, 0.748148143, 0)
  167. ShottyCamera.Size = UDim2.new(0, 160, 0, 50)
  168. ShottyCamera.Font = Enum.Font.SourceSans
  169. ShottyCamera.Text = "SHOTTY CAMERA"
  170. ShottyCamera.TextColor3 = Color3.new(0, 0, 0)
  171. ShottyCamera.TextSize = 14
  172. ShottyCamera.MouseButton1Down:connect(function()
  173. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Shotty camera has been turned on!" ,"All")
  174. wait (0.1)
  175. game.Players.LocalPlayer.Backpack.Shotty.GripPos = Vector3.new(0,0.1,36)
  176. game.Players.LocalPlayer.Backpack.Shotty.GripRight = Vector3.new(-6,0,90)
  177. game.Players.LocalPlayer.Backpack.Shotty.GripForward = Vector3.new(6,-120,0)
  178. end)
  179.  
  180. ShottyDuck.Name = "ShottyDuck"
  181. ShottyDuck.Parent = DraggFrame10
  182. ShottyDuck.BackgroundColor3 = Color3.new(1, 0, 1)
  183. ShottyDuck.BorderSizePixel = 5
  184. ShottyDuck.Position = UDim2.new(0.0918367356, 0, 0.448148161, 0)
  185. ShottyDuck.Size = UDim2.new(0, 160, 0, 50)
  186. ShottyDuck.Font = Enum.Font.SourceSans
  187. ShottyDuck.Text = "SHOTTY DICK"
  188. ShottyDuck.TextColor3 = Color3.new(0, 0, 0)
  189. ShottyDuck.TextSize = 14
  190. ShottyDuck.MouseButton1Down:connect(function()
  191. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Shotty dick has been turned on!" ,"All")
  192. wait (0.1)
  193. game.Players.LocalPlayer.Shotty.GripPos = Vector3.new(1, 2, -1)
  194. end)
  195.  
  196.  
  197. ShottyDrag.Name = "ShottyDrag"
  198. ShottyDrag.Parent = DraggFrame10
  199. ShottyDrag.BackgroundColor3 = Color3.new(1, 0, 1)
  200. ShottyDrag.BorderSizePixel = 5
  201. ShottyDrag.Position = UDim2.new(0.0918367356, 0, 0.19629629, 0)
  202. ShottyDrag.Size = UDim2.new(0, 160, 0, 50)
  203. ShottyDrag.Font = Enum.Font.SourceSans
  204. ShottyDrag.Text = "DRAG SHOTTY"
  205. ShottyDrag.TextColor3 = Color3.new(0, 0, 0)
  206. ShottyDrag.TextSize = 14
  207. ShottyDrag.MouseButton1Down:connect(function()
  208. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Drag shotty has been turned on!" ,"All")
  209. wait (0.1)
  210. game.Players.LocalPlayer.Backpack.Shotty.GripUp = Vector3.new(45,-1,-24)
  211. game.Players.LocalPlayer.Backpack.Shotty.GripRight = Vector3.new(1.2,0.6,-0.2)
  212. end)
  213.  
  214. ShottyN10.Name = "ShottyN10"
  215. ShottyN10.Parent = DraggFrame10
  216. ShottyN10.BackgroundColor3 = Color3.new(1, 0.576471, 0.603922)
  217. ShottyN10.BorderSizePixel = 5
  218. ShottyN10.Size = UDim2.new(0, 196, 0, 42)
  219. ShottyN10.Font = Enum.Font.SourceSans
  220. ShottyN10.Text = "SHOTTY GUI"
  221. ShottyN10.TextColor3 = Color3.new(0, 0, 0)
  222. ShottyN10.TextSize = 14
  223.  
  224. CloseMum.Name = "CloseMum"
  225. CloseMum.Parent = DraggFrame10
  226. CloseMum.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  227. CloseMum.BorderSizePixel = 5
  228. CloseMum.Position = UDim2.new(0.908163249, 0, 0, 0)
  229. CloseMum.Size = UDim2.new(0, 18, 0, 20)
  230. CloseMum.Font = Enum.Font.SourceSans
  231. CloseMum.Text = "X"
  232. CloseMum.TextColor3 = Color3.new(0, 0, 0)
  233. CloseMum.TextSize = 14
  234. CloseMum.MouseButton1Down:connect(function()
  235. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Shotty gui has been closed!" ,"All")
  236. wait (0.1)
  237. DraggFrame10.Visible = false
  238. end)
  239. -- MUM XD
  240. end)
  241.  
  242. GuiSzybkos.Name = "GuiSzybkos"
  243. GuiSzybkos.Parent = ZetoxV4
  244. GuiSzybkos.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  245. GuiSzybkos.BorderSizePixel = 9
  246. GuiSzybkos.Position = UDim2.new(0.514950156, 0, 0.499845862, 0)
  247. GuiSzybkos.Size = UDim2.new(0, 137, 0, 54)
  248. GuiSzybkos.Font = Enum.Font.Arial
  249. GuiSzybkos.Text = "[BYPASS GUI]"
  250. GuiSzybkos.TextColor3 = Color3.new(0, 0, 0)
  251. GuiSzybkos.TextSize = 14
  252. GuiSzybkos.MouseButton1Down:connect(function()
  253. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Bypass opened!" ,"All")
  254. wait (0.1)
  255. --Objects
  256. plr = game.Players.LocalPlayer
  257. local BoogaFucker = Instance.new("ScreenGui")
  258. local BoogaFuckerPackageFrame = Instance.new("Frame")
  259. local MainFrame = Instance.new("Frame")
  260. local Brandname = Instance.new("TextLabel")
  261. local Border = Instance.new("ImageLabel")
  262. local Border_2 = Instance.new("ImageLabel")
  263. local Border_3 = Instance.new("ImageLabel")
  264. local Border_4 = Instance.new("ImageLabel")
  265. local Border_5 = Instance.new("ImageLabel")
  266. local Border_6 = Instance.new("ImageLabel")
  267. local Border_7 = Instance.new("ImageLabel")
  268. local Border_8 = Instance.new("ImageLabel")
  269. local BackGround = Instance.new("Frame")
  270. local Border_9 = Instance.new("Frame")
  271. local ShadowBrandName = Instance.new("TextLabel")
  272. local KeyBindsMain = Instance.new("Frame")
  273. local Border_10 = Instance.new("ImageLabel")
  274. local Border_11 = Instance.new("ImageLabel")
  275. local Border_12 = Instance.new("ImageLabel")
  276. local Border_13 = Instance.new("ImageLabel")
  277. local Border_14 = Instance.new("ImageLabel")
  278. local SpeedInstaDestroytext = Instance.new("TextLabel")
  279. local Speedkeybindtextbox = Instance.new("TextBox")
  280. local Keybindsname = Instance.new("TextLabel")
  281. local ShadowKeybindsname = Instance.new("TextLabel")
  282. local Dropallitemstext = Instance.new("TextLabel")
  283. local Dropallitemskeybindtextbox = Instance.new("TextBox")
  284. local Redtheme = Instance.new("TextButton")
  285. local Pinktheme = Instance.new("TextButton")
  286. local Bluetheme = Instance.new("TextButton")
  287. local Autopickuptext = Instance.new("TextLabel")
  288. local Dropallitemskeybindtextbox_2 = Instance.new("TextBox")
  289. local Speed = Instance.new("TextButton")
  290. local TextButton = Instance.new("Frame")
  291. local CreditsMain = Instance.new("Frame")
  292. local Border_15 = Instance.new("ImageLabel")
  293. local Border_16 = Instance.new("ImageLabel")
  294. local Border_17 = Instance.new("ImageLabel")
  295. local Border_18 = Instance.new("ImageLabel")
  296. local Border_19 = Instance.new("ImageLabel")
  297. local Speedchangetext = Instance.new("TextLabel")
  298. local Changespeedtextbox = Instance.new("TextBox")
  299. local JumpPower = Instance.new("TextButton")
  300. local TextButtonnoyou = Instance.new("Frame")
  301. local JumpPowernumber = Instance.new("TextBox")
  302. local Dropallitemstext_2 = Instance.new("TextButton")
  303. local TextButtonyougey = Instance.new("Frame")
  304. local Dropallinventorynumber = Instance.new("TextBox")
  305. local KeybindsOpenClose = Instance.new("TextButton")
  306. local InfiniteJump = Instance.new("TextButton")
  307. local TextButton_2 = Instance.new("Frame")
  308. local CreditsOpenClose = Instance.new("TextButton")
  309. local esptrack = Instance.new("TextButton")
  310. local TextButtonEsp = Instance.new("Frame")
  311. local Removealleffects = Instance.new("TextButton")
  312. local TextButtonRAE = Instance.new("Frame")
  313. local AutoPickup = Instance.new("TextButton")
  314. local TextButtonAP = Instance.new("Frame")
  315. local StartFrame = Instance.new("Frame")
  316. local StartHeaderBorder = Instance.new("Frame")
  317. local StartFooterBorder = Instance.new("Frame")
  318. local StartName = Instance.new("TextLabel")
  319. local FREEbutton = Instance.new("TextButton")
  320. local PREMIUMbutton = Instance.new("TextButton")
  321. local StartMidBorder = Instance.new("Frame")
  322. local StartRightBorder = Instance.new("Frame")
  323. local StartLeftBorder = Instance.new("Frame")
  324. local StartFreeText = Instance.new("TextLabel")
  325. local StartPremiumText = Instance.new("TextLabel")
  326. local StartName_2 = Instance.new("TextLabel")
  327. local LoginFrame = Instance.new("Frame")
  328. local LoginHeaderBorder = Instance.new("Frame")
  329. local LoginFooterBorder = Instance.new("Frame")
  330. local LoginName = Instance.new("TextLabel")
  331. local LoginConfirm = Instance.new("TextButton")
  332. local LoginRightBorder = Instance.new("Frame")
  333. local LoginLeftBorder = Instance.new("Frame")
  334. local LoginBackButton = Instance.new("TextButton")
  335. local LoginUser = Instance.new("TextBox")
  336. local LoginPass = Instance.new("TextBox")
  337. local KeyBind = Instance.new("Frame")
  338. local KeyBindFinishStartupButton = Instance.new("TextButton")
  339. local KeyBindHeather = Instance.new("Frame")
  340. local KeyBindStartupTextBox = Instance.new("TextBox")
  341. local KeyBindSetupText = Instance.new("TextLabel")
  342. local KeyBindName = Instance.new("TextLabel")
  343.  
  344. -- Properties
  345.  
  346. BoogaFucker.Name = "BoogaFucker"
  347. BoogaFucker.Parent = plr.PlayerGui
  348.  
  349. BoogaFuckerPackageFrame.Name = "BoogaFucker PackageFrame"
  350. BoogaFuckerPackageFrame.Parent = BoogaFucker
  351. BoogaFuckerPackageFrame.Active = true
  352. BoogaFuckerPackageFrame.BackgroundColor3 = Color3.new(1, 1, 0.921569)
  353. BoogaFuckerPackageFrame.BackgroundTransparency = 1
  354. BoogaFuckerPackageFrame.BorderSizePixel = 0
  355. BoogaFuckerPackageFrame.Position = UDim2.new(0.63731128, -275, 0.766912699, -150)
  356. BoogaFuckerPackageFrame.Selectable = true
  357. BoogaFuckerPackageFrame.Size = UDim2.new(0, 550, 0, 300)
  358. BoogaFuckerPackageFrame.ZIndex = 2
  359. BoogaFuckerPackageFrame.Draggable = true
  360.  
  361. MainFrame.Name = "MainFrame"
  362. MainFrame.Parent = BoogaFuckerPackageFrame
  363. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  364. MainFrame.BackgroundTransparency = 1
  365. MainFrame.BorderSizePixel = 0
  366. MainFrame.NextSelectionLeft = Border_3
  367. MainFrame.Position = UDim2.new(0, 12, 0, 12)
  368. MainFrame.Size = UDim2.new(1, -24, 1, -24)
  369.  
  370. Brandname.Name = "Brandname"
  371. Brandname.Parent = MainFrame
  372. Brandname.BackgroundColor3 = Color3.new(1, 1, 1)
  373. Brandname.BackgroundTransparency = 1
  374. Brandname.Position = UDim2.new(0.24809885, 0, -0.0217391308, 0)
  375. Brandname.Size = UDim2.new(0.503802299, 0, 0.177536234, 0)
  376. Brandname.ZIndex = 2
  377. Brandname.Font = Enum.Font.SourceSansBold
  378. Brandname.FontSize = Enum.FontSize.Size14
  379. Brandname.Text = "THE STREETS"
  380. Brandname.TextColor3 = Color3.new(1, 1, 1)
  381. Brandname.TextScaled = true
  382. Brandname.TextSize = 14
  383. Brandname.TextStrokeTransparency = 0
  384. Brandname.TextWrapped = true
  385.  
  386. Border.Name = "Border"
  387. Border.Parent = MainFrame
  388. Border.BackgroundColor3 = Color3.new(1, 1, 1)
  389. Border.BackgroundTransparency = 1
  390. Border.BorderSizePixel = 0
  391. Border.Position = UDim2.new(1, 0, 0, 0)
  392. Border.Size = UDim2.new(0, 12, 1, 0)
  393. Border.Image = "http://www.roblox.com/asset/?id=238725003"
  394. Border.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  395. Border.ImageRectOffset = Vector2.new(24, 12)
  396. Border.ImageRectSize = Vector2.new(12, 12)
  397.  
  398. Border_2.Name = "Border"
  399. Border_2.Parent = MainFrame
  400. Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
  401. Border_2.BackgroundTransparency = 1
  402. Border_2.BorderSizePixel = 0
  403. Border_2.Position = UDim2.new(1, 0, 1, 0)
  404. Border_2.Size = UDim2.new(0, 12, 0, 12)
  405. Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
  406. Border_2.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  407. Border_2.ImageRectOffset = Vector2.new(24, 24)
  408. Border_2.ImageRectSize = Vector2.new(12, 12)
  409.  
  410. Border_3.Name = "Border"
  411. Border_3.Parent = MainFrame
  412. Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
  413. Border_3.BackgroundTransparency = 1
  414. Border_3.BorderSizePixel = 0
  415. Border_3.Position = UDim2.new(0, -12, 0, 0)
  416. Border_3.Size = UDim2.new(0, 12, 1, 0)
  417. Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
  418. Border_3.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  419. Border_3.ImageRectOffset = Vector2.new(0, 12)
  420. Border_3.ImageRectSize = Vector2.new(12, 12)
  421.  
  422. Border_4.Name = "Border"
  423. Border_4.Parent = MainFrame
  424. Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
  425. Border_4.BackgroundTransparency = 1
  426. Border_4.BorderSizePixel = 0
  427. Border_4.Position = UDim2.new(0, 0, 1, 0)
  428. Border_4.Size = UDim2.new(1, 0, 0, 12)
  429. Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
  430. Border_4.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  431. Border_4.ImageRectOffset = Vector2.new(12, 24)
  432. Border_4.ImageRectSize = Vector2.new(12, 12)
  433.  
  434. Border_5.Name = "Border"
  435. Border_5.Parent = MainFrame
  436. Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
  437. Border_5.BackgroundTransparency = 1
  438. Border_5.BorderSizePixel = 0
  439. Border_5.Position = UDim2.new(0, 0, 0, -12)
  440. Border_5.Size = UDim2.new(1, 0, 0, 12)
  441. Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
  442. Border_5.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  443. Border_5.ImageRectOffset = Vector2.new(12, 0)
  444. Border_5.ImageRectSize = Vector2.new(12, 12)
  445.  
  446. Border_6.Name = "Border"
  447. Border_6.Parent = MainFrame
  448. Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
  449. Border_6.BackgroundTransparency = 1
  450. Border_6.BorderSizePixel = 0
  451. Border_6.Position = UDim2.new(0, -12, 1, 0)
  452. Border_6.Size = UDim2.new(0, 12, 0, 12)
  453. Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
  454. Border_6.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  455. Border_6.ImageRectOffset = Vector2.new(0, 24)
  456. Border_6.ImageRectSize = Vector2.new(12, 12)
  457.  
  458. Border_7.Name = "Border"
  459. Border_7.Parent = MainFrame
  460. Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
  461. Border_7.BackgroundTransparency = 1
  462. Border_7.BorderSizePixel = 0
  463. Border_7.Position = UDim2.new(1, 0, 0, -12)
  464. Border_7.Size = UDim2.new(0, 12, 0, 12)
  465. Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
  466. Border_7.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  467. Border_7.ImageRectOffset = Vector2.new(24, 0)
  468. Border_7.ImageRectSize = Vector2.new(12, 12)
  469.  
  470. Border_8.Name = "Border"
  471. Border_8.Parent = MainFrame
  472. Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
  473. Border_8.BackgroundTransparency = 1
  474. Border_8.BorderSizePixel = 0
  475. Border_8.Position = UDim2.new(0, -12, 0, -12)
  476. Border_8.Size = UDim2.new(0, 12, 0, 12)
  477. Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
  478. Border_8.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  479. Border_8.ImageRectSize = Vector2.new(12, 12)
  480.  
  481. BackGround.Name = "BackGround"
  482. BackGround.Parent = MainFrame
  483. BackGround.Active = true
  484. BackGround.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  485. BackGround.BackgroundTransparency = 0.20000000298023
  486. BackGround.BorderSizePixel = 0
  487. BackGround.Size = UDim2.new(1, 0, 1, 0)
  488.  
  489. Border_9.Name = "Border"
  490. Border_9.Parent = MainFrame
  491. Border_9.Active = true
  492. Border_9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  493. Border_9.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  494. Border_9.BorderSizePixel = 0
  495. Border_9.Position = UDim2.new(0, 0, 0.155797094, 0)
  496. Border_9.Size = UDim2.new(1, 0, 0.0507246368, 0)
  497.  
  498. ShadowBrandName.Name = "ShadowBrandName"
  499. ShadowBrandName.Parent = MainFrame
  500. ShadowBrandName.BackgroundColor3 = Color3.new(1, 1, 1)
  501. ShadowBrandName.BackgroundTransparency = 1
  502. ShadowBrandName.Position = UDim2.new(0.281368822, 0, -0.0434782617, 0)
  503. ShadowBrandName.Size = UDim2.new(0.437262356, 0, 0.19927536, 0)
  504. ShadowBrandName.Font = Enum.Font.SourceSansBold
  505. ShadowBrandName.FontSize = Enum.FontSize.Size14
  506. ShadowBrandName.Text = "BoogaFucker"
  507. ShadowBrandName.TextColor3 = Color3.new(0, 0, 0)
  508. ShadowBrandName.TextScaled = true
  509. ShadowBrandName.TextSize = 14
  510. ShadowBrandName.TextStrokeTransparency = 0
  511. ShadowBrandName.TextWrapped = true
  512.  
  513. KeyBindsMain.Name = "KeyBindsMain"
  514. KeyBindsMain.Parent = MainFrame
  515. KeyBindsMain.Active = true
  516. KeyBindsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  517. KeyBindsMain.BackgroundTransparency = 0.20000000298023
  518. KeyBindsMain.BorderSizePixel = 0
  519. KeyBindsMain.Position = UDim2.new(-0.370722443, 0, 0, 0)
  520. KeyBindsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
  521.  
  522. Border_10.Name = "Border"
  523. Border_10.Parent = KeyBindsMain
  524. Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
  525. Border_10.BackgroundTransparency = 1
  526. Border_10.BorderSizePixel = 0
  527. Border_10.Position = UDim2.new(0, 0, 0, -12)
  528. Border_10.Size = UDim2.new(1.06557381, 0, 0, 12)
  529. Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
  530. Border_10.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  531. Border_10.ImageRectOffset = Vector2.new(12, 0)
  532. Border_10.ImageRectSize = Vector2.new(12, 12)
  533.  
  534. Border_11.Name = "Border"
  535. Border_11.Parent = KeyBindsMain
  536. Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
  537. Border_11.BackgroundTransparency = 1
  538. Border_11.BorderSizePixel = 0
  539. Border_11.Position = UDim2.new(0, -12, 0, -12)
  540. Border_11.Size = UDim2.new(0, 12, 0, 12)
  541. Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
  542. Border_11.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  543. Border_11.ImageRectSize = Vector2.new(12, 12)
  544.  
  545. Border_12.Name = "Border"
  546. Border_12.Parent = KeyBindsMain
  547. Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
  548. Border_12.BackgroundTransparency = 1
  549. Border_12.BorderSizePixel = 0
  550. Border_12.Position = UDim2.new(0, -12, 0, 0)
  551. Border_12.Size = UDim2.new(0, 12, 1, 0)
  552. Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
  553. Border_12.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  554. Border_12.ImageRectOffset = Vector2.new(0, 12)
  555. Border_12.ImageRectSize = Vector2.new(12, 12)
  556.  
  557. Border_13.Name = "Border"
  558. Border_13.Parent = KeyBindsMain
  559. Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
  560. Border_13.BackgroundTransparency = 1
  561. Border_13.BorderSizePixel = 0
  562. Border_13.Position = UDim2.new(0, -12, 1, 0)
  563. Border_13.Size = UDim2.new(0, 12, 0, 12)
  564. Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
  565. Border_13.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  566. Border_13.ImageRectOffset = Vector2.new(0, 24)
  567. Border_13.ImageRectSize = Vector2.new(12, 12)
  568.  
  569. Border_14.Name = "Border"
  570. Border_14.Parent = KeyBindsMain
  571. Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
  572. Border_14.BackgroundTransparency = 1
  573. Border_14.BorderSizePixel = 0
  574. Border_14.Position = UDim2.new(0, 0, 0, 276)
  575. Border_14.Size = UDim2.new(1.06557381, 0, 0, 12)
  576. Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
  577. Border_14.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  578. Border_14.ImageRectOffset = Vector2.new(12, 0)
  579. Border_14.ImageRectSize = Vector2.new(12, 12)
  580.  
  581. SpeedInstaDestroytext.Name = "Speed | Insta Destroy text"
  582. SpeedInstaDestroytext.Parent = KeyBindsMain
  583. SpeedInstaDestroytext.BackgroundColor3 = Color3.new(1, 1, 1)
  584. SpeedInstaDestroytext.BackgroundTransparency = 1
  585. SpeedInstaDestroytext.Position = UDim2.new(0.0437158458, 0, 0.173913032, 0)
  586. SpeedInstaDestroytext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
  587. SpeedInstaDestroytext.ZIndex = 2
  588. SpeedInstaDestroytext.Font = Enum.Font.SourceSansBold
  589. SpeedInstaDestroytext.FontSize = Enum.FontSize.Size24
  590. SpeedInstaDestroytext.Text = "speed"
  591. SpeedInstaDestroytext.TextColor3 = Color3.new(1, 1, 1)
  592. SpeedInstaDestroytext.TextSize = 20
  593. SpeedInstaDestroytext.TextStrokeTransparency = 0
  594. SpeedInstaDestroytext.TextWrapped = true
  595.  
  596. Speedkeybindtextbox.Name = "Speed keybind textbox"
  597. Speedkeybindtextbox.Parent = KeyBindsMain
  598. Speedkeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  599. Speedkeybindtextbox.Position = UDim2.new(0.0491803288, 0, 0.318840593, 0)
  600. Speedkeybindtextbox.Selectable = false
  601. Speedkeybindtextbox.Size = UDim2.new(0, 165, 0, 23)
  602. Speedkeybindtextbox.Font = Enum.Font.SourceSans
  603. Speedkeybindtextbox.FontSize = Enum.FontSize.Size24
  604. Speedkeybindtextbox.Text = "q"
  605. Speedkeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
  606. Speedkeybindtextbox.TextScaled = true
  607. Speedkeybindtextbox.TextSize = 20
  608. Speedkeybindtextbox.TextWrapped = true
  609.  
  610. Keybindsname.Name = "Keybindsname"
  611. Keybindsname.Parent = KeyBindsMain
  612. Keybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
  613. Keybindsname.BackgroundTransparency = 1
  614. Keybindsname.Position = UDim2.new(0.0765027329, 0, 0.0108695654, 0)
  615. Keybindsname.Size = UDim2.new(0.841530025, 0, 0.177536234, 0)
  616. Keybindsname.ZIndex = 2
  617. Keybindsname.Font = Enum.Font.SourceSansBold
  618. Keybindsname.FontSize = Enum.FontSize.Size14
  619. Keybindsname.Text = "Keybinds"
  620. Keybindsname.TextColor3 = Color3.new(1, 1, 1)
  621. Keybindsname.TextScaled = true
  622. Keybindsname.TextSize = 14
  623. Keybindsname.TextStrokeTransparency = 0
  624. Keybindsname.TextWrapped = true
  625.  
  626. ShadowKeybindsname.Name = "ShadowKeybindsname"
  627. ShadowKeybindsname.Parent = KeyBindsMain
  628. ShadowKeybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
  629. ShadowKeybindsname.BackgroundTransparency = 1
  630. ShadowKeybindsname.Position = UDim2.new(0.114754096, 0, 0.0108695654, 0)
  631. ShadowKeybindsname.Size = UDim2.new(0.83606559, 0, 0.177536234, 0)
  632. ShadowKeybindsname.Font = Enum.Font.SourceSansBold
  633. ShadowKeybindsname.FontSize = Enum.FontSize.Size14
  634. ShadowKeybindsname.Text = "Keybinds"
  635. ShadowKeybindsname.TextColor3 = Color3.new(0, 0, 0)
  636. ShadowKeybindsname.TextScaled = true
  637. ShadowKeybindsname.TextSize = 14
  638. ShadowKeybindsname.TextStrokeTransparency = 0
  639. ShadowKeybindsname.TextWrapped = true
  640.  
  641. Dropallitemstext.Name = "Drop all items text"
  642. Dropallitemstext.Parent = KeyBindsMain
  643. Dropallitemstext.BackgroundColor3 = Color3.new(1, 1, 1)
  644. Dropallitemstext.BackgroundTransparency = 1
  645. Dropallitemstext.Position = UDim2.new(0.0491803251, 0, 0.432971001, 0)
  646. Dropallitemstext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
  647. Dropallitemstext.ZIndex = 2
  648. Dropallitemstext.Font = Enum.Font.SourceSansBold
  649. Dropallitemstext.FontSize = Enum.FontSize.Size24
  650. Dropallitemstext.Text = "Drop all items"
  651. Dropallitemstext.TextColor3 = Color3.new(1, 1, 1)
  652. Dropallitemstext.TextSize = 20
  653. Dropallitemstext.TextStrokeTransparency = 0
  654. Dropallitemstext.TextWrapped = true
  655.  
  656. Dropallitemskeybindtextbox.Name = "Drop all items keybind textbox"
  657. Dropallitemskeybindtextbox.Parent = KeyBindsMain
  658. Dropallitemskeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  659. Dropallitemskeybindtextbox.Position = UDim2.new(0.0464480855, 0, 0.577898502, 0)
  660. Dropallitemskeybindtextbox.Selectable = false
  661. Dropallitemskeybindtextbox.Size = UDim2.new(0, 166, 0, 23)
  662. Dropallitemskeybindtextbox.Font = Enum.Font.SourceSans
  663. Dropallitemskeybindtextbox.FontSize = Enum.FontSize.Size24
  664. Dropallitemskeybindtextbox.Text = "h"
  665. Dropallitemskeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
  666. Dropallitemskeybindtextbox.TextScaled = true
  667. Dropallitemskeybindtextbox.TextSize = 20
  668. Dropallitemskeybindtextbox.TextWrapped = true
  669.  
  670. Redtheme.Name = "Red theme"
  671. Redtheme.Parent = KeyBindsMain
  672. Redtheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  673. Redtheme.BackgroundTransparency = 0.60000002384186
  674. Redtheme.BorderSizePixel = 0
  675. Redtheme.Position = UDim2.new(0.0491803065, 0, 0.884057999, 0)
  676. Redtheme.Size = UDim2.new(0, 37, 0, 24)
  677. Redtheme.ZIndex = 2
  678. Redtheme.Font = Enum.Font.SourceSansBold
  679. Redtheme.FontSize = Enum.FontSize.Size24
  680. Redtheme.Text = "Red"
  681. Redtheme.TextColor3 = Color3.new(1, 1, 1)
  682. Redtheme.TextScaled = true
  683. Redtheme.TextSize = 20
  684. Redtheme.TextWrapped = true
  685. Redtheme.MouseButton1Down:connect(function()
  686. BackGround.BackgroundColor3 = Color3.fromRGB(246,16,16)
  687. KeyBindsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
  688. CreditsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
  689. end)
  690.  
  691. Pinktheme.Name = "Pink theme"
  692. Pinktheme.Parent = KeyBindsMain
  693. Pinktheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  694. Pinktheme.BackgroundTransparency = 0.60000002384186
  695. Pinktheme.BorderSizePixel = 0
  696. Pinktheme.Position = UDim2.new(0.748633862, 0, 0.884057999, 0)
  697. Pinktheme.Size = UDim2.new(0, 37, 0, 24)
  698. Pinktheme.ZIndex = 2
  699. Pinktheme.Font = Enum.Font.SourceSansBold
  700. Pinktheme.FontSize = Enum.FontSize.Size24
  701. Pinktheme.Text = "Pink"
  702. Pinktheme.TextColor3 = Color3.new(1, 1, 1)
  703. Pinktheme.TextScaled = true
  704. Pinktheme.TextSize = 20
  705. Pinktheme.TextWrapped = true
  706. Pinktheme.MouseButton1Down:connect(function()
  707. BackGround.BackgroundColor3 = Color3.fromRGB(247,0,255)
  708. KeyBindsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
  709. CreditsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
  710. end)
  711.  
  712. Bluetheme.Name = "Blue theme"
  713. Bluetheme.Parent = KeyBindsMain
  714. Bluetheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  715. Bluetheme.BackgroundTransparency = 0.60000002384186
  716. Bluetheme.BorderSizePixel = 0
  717. Bluetheme.Position = UDim2.new(0.396174848, 0, 0.884057999, 0)
  718. Bluetheme.Size = UDim2.new(0, 37, 0, 24)
  719. Bluetheme.ZIndex = 2
  720. Bluetheme.Font = Enum.Font.SourceSansBold
  721. Bluetheme.FontSize = Enum.FontSize.Size24
  722. Bluetheme.Text = "Blue"
  723. Bluetheme.TextColor3 = Color3.new(1, 1, 1)
  724. Bluetheme.TextScaled = true
  725. Bluetheme.TextSize = 20
  726. Bluetheme.TextWrapped = true
  727. Bluetheme.MouseButton1Down:connect(function()
  728. BackGround.BackgroundColor3 = Color3.fromRGB(0,34,255)
  729. KeyBindsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
  730. CreditsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
  731. end)
  732.  
  733. Autopickuptext.Name = "Auto pickup text"
  734. Autopickuptext.Parent = KeyBindsMain
  735. Autopickuptext.BackgroundColor3 = Color3.new(1, 1, 1)
  736. Autopickuptext.BackgroundTransparency = 1
  737. Autopickuptext.Position = UDim2.new(0.0437158458, 0, 0.661231875, 0)
  738. Autopickuptext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
  739. Autopickuptext.ZIndex = 2
  740. Autopickuptext.Font = Enum.Font.SourceSansBold
  741. Autopickuptext.FontSize = Enum.FontSize.Size24
  742. Autopickuptext.Text = "AUTO PIPE"
  743. Autopickuptext.TextColor3 = Color3.new(1, 1, 1)
  744. Autopickuptext.TextSize = 20
  745. Autopickuptext.TextStrokeTransparency = 0
  746. Autopickuptext.TextWrapped = true
  747.  
  748. Dropallitemskeybindtextbox_2.Name = "Drop all items keybind textbox"
  749. Dropallitemskeybindtextbox_2.Parent = KeyBindsMain
  750. Dropallitemskeybindtextbox_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  751. Dropallitemskeybindtextbox_2.Position = UDim2.new(0.0409836061, 0, 0.773550689, 0)
  752. Dropallitemskeybindtextbox_2.Selectable = false
  753. Dropallitemskeybindtextbox_2.Size = UDim2.new(0, 166, 0, 23)
  754. Dropallitemskeybindtextbox_2.Font = Enum.Font.SourceSans
  755. Dropallitemskeybindtextbox_2.FontSize = Enum.FontSize.Size24
  756. Dropallitemskeybindtextbox_2.Text = "y"
  757. Dropallitemskeybindtextbox_2.TextColor3 = Color3.new(1, 1, 1)
  758. Dropallitemskeybindtextbox_2.TextScaled = true
  759. Dropallitemskeybindtextbox_2.TextSize = 20
  760. Dropallitemskeybindtextbox_2.TextWrapped = true
  761.  
  762. Speed.Name = "Speed"
  763. Speed.Parent = MainFrame
  764. Speed.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  765. Speed.BorderSizePixel = 0
  766. Speed.Position = UDim2.new(0.674904943, -350, 0.137681156, 25)
  767. Speed.Size = UDim2.new(0, 126, 0, 39)
  768. Speed.ZIndex = 2
  769. Speed.Font = Enum.Font.SourceSansBold
  770. Speed.FontSize = Enum.FontSize.Size28
  771. Speed.Text = "Speed"
  772. Speed.TextColor3 = Color3.new(1, 1, 1)
  773. Speed.TextSize = 25
  774. Speed.TextWrapped = true
  775.  
  776. local plr = game:GetService("Players").LocalPlayer
  777. local char = plr.Character
  778. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  779. local hum = char:FindFirstChild("HumanoidRootPart")
  780.  
  781. Speed.MouseButton1Down:connect(function()
  782. local plr = game:GetService("Players").LocalPlayer
  783. local char = plr.Character
  784. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  785. local hum = char:FindFirstChild("HumanoidRootPart")
  786. mouse.KeyDown:connect(function(key)
  787. if key == Speedkeybindtextbox.Text then
  788. loop = true
  789. while loop do
  790. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * Changespeedtextbox.Text
  791. wait()
  792. end
  793. end
  794. end)
  795. end)
  796.  
  797. mouse.KeyUp:connect(function(key)
  798. if key == Speedkeybindtextbox.Text then
  799. loop = false
  800. end
  801. end)
  802.  
  803. TextButton.Name = "TextButton"
  804. TextButton.Parent = Speed
  805. TextButton.Active = true
  806. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  807. TextButton.BorderSizePixel = 0
  808. TextButton.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  809. TextButton.Size = UDim2.new(1, 0, 1, 0)
  810.  
  811. CreditsMain.Name = "CreditsMain"
  812. CreditsMain.Parent = MainFrame
  813. CreditsMain.Active = true
  814. CreditsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  815. CreditsMain.BackgroundTransparency = 0.20000000298023
  816. CreditsMain.BorderSizePixel = 0
  817. CreditsMain.Position = UDim2.new(1.02281368, 0, 0, 0)
  818. CreditsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
  819.  
  820. Border_15.Name = "Border"
  821. Border_15.Parent = CreditsMain
  822. Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
  823. Border_15.BackgroundTransparency = 1
  824. Border_15.BorderSizePixel = 0
  825. Border_15.Position = UDim2.new(0, -12, 0, -12)
  826. Border_15.Size = UDim2.new(1.06557381, 0, 0, 12)
  827. Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
  828. Border_15.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  829. Border_15.ImageRectOffset = Vector2.new(12, 0)
  830. Border_15.ImageRectSize = Vector2.new(12, 12)
  831.  
  832. Border_16.Name = "Border"
  833. Border_16.Parent = CreditsMain
  834. Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
  835. Border_16.BackgroundTransparency = 1
  836. Border_16.BorderSizePixel = 0
  837. Border_16.Position = UDim2.new(0, -12, 0, 276)
  838. Border_16.Size = UDim2.new(1.06557381, 0, 0, 12)
  839. Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
  840. Border_16.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  841. Border_16.ImageRectOffset = Vector2.new(12, 0)
  842. Border_16.ImageRectSize = Vector2.new(12, 12)
  843.  
  844. Border_17.Name = "Border"
  845. Border_17.Parent = CreditsMain
  846. Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
  847. Border_17.BackgroundTransparency = 1
  848. Border_17.BorderSizePixel = 0
  849. Border_17.Position = UDim2.new(1, 0, 1, 0)
  850. Border_17.Size = UDim2.new(0, 12, 0, 12)
  851. Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
  852. Border_17.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  853. Border_17.ImageRectOffset = Vector2.new(24, 24)
  854. Border_17.ImageRectSize = Vector2.new(12, 12)
  855.  
  856. Border_18.Name = "Border"
  857. Border_18.Parent = CreditsMain
  858. Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
  859. Border_18.BackgroundTransparency = 1
  860. Border_18.BorderSizePixel = 0
  861. Border_18.Position = UDim2.new(1, 0, 0, -12)
  862. Border_18.Size = UDim2.new(0, 12, 0, 12)
  863. Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
  864. Border_18.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  865. Border_18.ImageRectOffset = Vector2.new(24, 0)
  866. Border_18.ImageRectSize = Vector2.new(12, 12)
  867.  
  868. Border_19.Name = "Border"
  869. Border_19.Parent = CreditsMain
  870. Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
  871. Border_19.BackgroundTransparency = 1
  872. Border_19.BorderSizePixel = 0
  873. Border_19.Position = UDim2.new(0, 183, 0, 0)
  874. Border_19.Size = UDim2.new(0, 12, 1, 0)
  875. Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
  876. Border_19.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  877. Border_19.ImageRectOffset = Vector2.new(0, 12)
  878. Border_19.ImageRectSize = Vector2.new(12, 12)
  879.  
  880. Speedchangetext.Name = "Speed change text"
  881. Speedchangetext.Parent = CreditsMain
  882. Speedchangetext.BackgroundColor3 = Color3.new(1, 1, 1)
  883. Speedchangetext.BackgroundTransparency = 1
  884. Speedchangetext.Position = UDim2.new(0.0983606577, 0, 0.612318814, 0)
  885. Speedchangetext.Size = UDim2.new(0.808743179, 0, 0.144927531, 0)
  886. Speedchangetext.ZIndex = 2
  887. Speedchangetext.Font = Enum.Font.SourceSansBold
  888. Speedchangetext.FontSize = Enum.FontSize.Size14
  889. Speedchangetext.Text = "Change speed number"
  890. Speedchangetext.TextColor3 = Color3.new(1, 1, 1)
  891. Speedchangetext.TextScaled = true
  892. Speedchangetext.TextSize = 14
  893. Speedchangetext.TextStrokeTransparency = 0
  894. Speedchangetext.TextWrapped = true
  895.  
  896. Changespeedtextbox.Name = "Change speed textbox"
  897. Changespeedtextbox.Parent = CreditsMain
  898. Changespeedtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  899. Changespeedtextbox.BackgroundTransparency = 0.60000002384186
  900. Changespeedtextbox.Position = UDim2.new(0.338454872, 0, 0.788043499, 0)
  901. Changespeedtextbox.Selectable = false
  902. Changespeedtextbox.Size = UDim2.new(0, 59, 0, 20)
  903. Changespeedtextbox.Font = Enum.Font.SourceSans
  904. Changespeedtextbox.FontSize = Enum.FontSize.Size14
  905. Changespeedtextbox.Text = "3"
  906. Changespeedtextbox.TextColor3 = Color3.new(1, 1, 1)
  907. Changespeedtextbox.TextSize = 14
  908.  
  909. JumpPower.Name = "JumpPower"
  910. JumpPower.Parent = CreditsMain
  911. JumpPower.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  912. JumpPower.BorderSizePixel = 0
  913. JumpPower.Position = UDim2.new(2.01092887, -350, -0.0362318829, 25)
  914. JumpPower.Size = UDim2.new(0, 146, 0, 28)
  915. JumpPower.ZIndex = 2
  916. JumpPower.Font = Enum.Font.SourceSansBold
  917. JumpPower.FontSize = Enum.FontSize.Size24
  918. JumpPower.Text = "Set JumpPower"
  919. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  920. JumpPower.TextSize = 21
  921. JumpPower.TextWrapped = true
  922. JumpPower.MouseButton1Down:connect(function()
  923. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpPowernumber.text
  924. end)
  925.  
  926. TextButtonnoyou.Name = "TextButtonnoyou"
  927. TextButtonnoyou.Parent = JumpPower
  928. TextButtonnoyou.Active = true
  929. TextButtonnoyou.BackgroundColor3 = Color3.new(0, 0, 0)
  930. TextButtonnoyou.BorderSizePixel = 0
  931. TextButtonnoyou.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  932. TextButtonnoyou.Size = UDim2.new(1, 0, 1, 0)
  933.  
  934. JumpPowernumber.Name = "JumpPower number"
  935. JumpPowernumber.Parent = CreditsMain
  936. JumpPowernumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  937. JumpPowernumber.Position = UDim2.new(0.29781419, 0, 0.181159422, 0)
  938. JumpPowernumber.Selectable = false
  939. JumpPowernumber.Size = UDim2.new(0, 73, 0, 26)
  940. JumpPowernumber.Font = Enum.Font.SourceSans
  941. JumpPowernumber.FontSize = Enum.FontSize.Size14
  942. JumpPowernumber.Text = "Number here."
  943. JumpPowernumber.TextColor3 = Color3.new(1, 1, 1)
  944. JumpPowernumber.TextSize = 14
  945.  
  946. Dropallitemstext_2.Name = "Dropallitemstext"
  947. Dropallitemstext_2.Parent = CreditsMain
  948. Dropallitemstext_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  949. Dropallitemstext_2.BorderSizePixel = 0
  950. Dropallitemstext_2.Position = UDim2.new(2.00826621, -350, 0.229492694, 25)
  951. Dropallitemstext_2.Size = UDim2.new(0, 146, 0, 28)
  952. Dropallitemstext_2.ZIndex = 2
  953. Dropallitemstext_2.Font = Enum.Font.SourceSansBold
  954. Dropallitemstext_2.FontSize = Enum.FontSize.Size24
  955. Dropallitemstext_2.Text = "Drop All Items"
  956. Dropallitemstext_2.TextColor3 = Color3.new(1, 1, 1)
  957. Dropallitemstext_2.TextSize = 21
  958. Dropallitemstext_2.TextWrapped = true
  959. Dropallitemstext_2.MouseButton1Down:connect(function()
  960. Player = game.Players.LocalPlayer
  961. Mouse = Player:GetMouse()
  962.  
  963. function PressedE(key)
  964. Key = key:lower()
  965. if Key == Dropallitemskeybindtextbox.Text then
  966. for i=1, 100 do
  967. game.ReplicatedStorage.Events.DropBagItem:FireServer(Dropallinventorynumber.Text)
  968. end
  969. end
  970. end
  971. Mouse.KeyDown:connect(PressedE)
  972. end)
  973.  
  974. TextButtonyougey.Name = "TextButtonyougey"
  975. TextButtonyougey.Parent = Dropallitemstext_2
  976. TextButtonyougey.Active = true
  977. TextButtonyougey.BackgroundColor3 = Color3.new(0, 0, 0)
  978. TextButtonyougey.BorderSizePixel = 0
  979. TextButtonyougey.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  980. TextButtonyougey.Size = UDim2.new(1, 0, 1, 0)
  981.  
  982. Dropallinventorynumber.Name = "Drop all inventory number"
  983. Dropallinventorynumber.Parent = CreditsMain
  984. Dropallinventorynumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  985. Dropallinventorynumber.Position = UDim2.new(0.29781419, 0, 0.452898562, 0)
  986. Dropallinventorynumber.Selectable = false
  987. Dropallinventorynumber.Size = UDim2.new(0, 73, 0, 26)
  988. Dropallinventorynumber.Font = Enum.Font.SourceSans
  989. Dropallinventorynumber.FontSize = Enum.FontSize.Size14
  990. Dropallinventorynumber.Text = "Item here."
  991. Dropallinventorynumber.TextColor3 = Color3.new(1, 1, 1)
  992. Dropallinventorynumber.TextSize = 14
  993.  
  994. KeybindsOpenClose.Name = "Keybinds Open/Close"
  995. KeybindsOpenClose.Parent = BoogaFuckerPackageFrame
  996. KeybindsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  997. KeybindsOpenClose.BackgroundTransparency = 0.60000002384186
  998. KeybindsOpenClose.BorderSizePixel = 0
  999. KeybindsOpenClose.Position = UDim2.new(0.670909107, -350, -0.0133333337, 25)
  1000. KeybindsOpenClose.Size = UDim2.new(0, 102, 0, 24)
  1001. KeybindsOpenClose.ZIndex = 2
  1002. KeybindsOpenClose.Font = Enum.Font.SourceSansBold
  1003. KeybindsOpenClose.FontSize = Enum.FontSize.Size24
  1004. KeybindsOpenClose.Text = "Keybinds"
  1005. KeybindsOpenClose.TextColor3 = Color3.new(1, 1, 1)
  1006. KeybindsOpenClose.TextScaled = true
  1007. KeybindsOpenClose.TextSize = 20
  1008. KeybindsOpenClose.TextWrapped = true
  1009. KeybindsOpenClose.MouseButton1Down:connect(function()
  1010. if Openn == true then
  1011. Openn = false
  1012. KeyBindsMain.Visible = false
  1013. else
  1014. Openn = true
  1015. KeyBindsMain.Visible = true
  1016. end
  1017. end)
  1018.  
  1019. InfiniteJump.Name = "Infinite Jump"
  1020. InfiniteJump.Parent = BoogaFuckerPackageFrame
  1021. InfiniteJump.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1022. InfiniteJump.BorderSizePixel = 0
  1023. InfiniteJump.Position = UDim2.new(0.923636317, -350, 0.166666627, 25)
  1024. InfiniteJump.Size = UDim2.new(0, 126, 0, 39)
  1025. InfiniteJump.ZIndex = 2
  1026. InfiniteJump.Font = Enum.Font.SourceSansBold
  1027. InfiniteJump.FontSize = Enum.FontSize.Size24
  1028. InfiniteJump.Text = "Infinite jump"
  1029. InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
  1030. InfiniteJump.TextSize = 21
  1031. InfiniteJump.TextWrapped = true
  1032. InfiniteJump.MouseButton1Down:connect(function()
  1033. loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
  1034. end)
  1035.  
  1036. TextButton_2.Name = "TextButton"
  1037. TextButton_2.Parent = InfiniteJump
  1038. TextButton_2.Active = true
  1039. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1040. TextButton_2.BorderSizePixel = 0
  1041. TextButton_2.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1042. TextButton_2.Size = UDim2.new(1, 0, 1, 0)
  1043.  
  1044. CreditsOpenClose.Name = "Credits Open/Close"
  1045. CreditsOpenClose.Parent = BoogaFuckerPackageFrame
  1046. CreditsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1047. CreditsOpenClose.BackgroundTransparency = 0.60000002384186
  1048. CreditsOpenClose.BorderSizePixel = 0
  1049. CreditsOpenClose.Position = UDim2.new(1.41636372, -350, -0.0133333337, 25)
  1050. CreditsOpenClose.Size = UDim2.new(0, 102, 0, 24)
  1051. CreditsOpenClose.ZIndex = 2
  1052. CreditsOpenClose.Font = Enum.Font.SourceSansBold
  1053. CreditsOpenClose.FontSize = Enum.FontSize.Size24
  1054. CreditsOpenClose.Text = "Editable buttons"
  1055. CreditsOpenClose.TextColor3 = Color3.new(1, 1, 1)
  1056. CreditsOpenClose.TextScaled = true
  1057. CreditsOpenClose.TextSize = 20
  1058. CreditsOpenClose.TextWrapped = true
  1059.  
  1060. CreditsOpenClose.MouseButton1Down:connect(function()
  1061. if Openn == true then
  1062. Openn = false
  1063. CreditsMain.Visible = false
  1064. else
  1065. Openn = true
  1066. CreditsMain.Visible = true
  1067. end
  1068. end)
  1069.  
  1070. esptrack.Name = "esptrack"
  1071. esptrack.Parent = BoogaFuckerPackageFrame
  1072. esptrack.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1073. esptrack.BorderSizePixel = 0
  1074. esptrack.Position = UDim2.new(0.923636317, -350, 0.359999955, 25)
  1075. esptrack.Size = UDim2.new(0, 126, 0, 39)
  1076. esptrack.ZIndex = 2
  1077. esptrack.Font = Enum.Font.SourceSansBold
  1078. esptrack.FontSize = Enum.FontSize.Size24
  1079. esptrack.Text = "ESP"
  1080. esptrack.TextColor3 = Color3.new(1, 1, 1)
  1081. esptrack.TextSize = 19
  1082. esptrack.TextWrapped = true
  1083.  
  1084. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  1085.  
  1086. local enabledesp = false
  1087.  
  1088. function CreateESP(plr)
  1089.  
  1090. if plr ~= nil then
  1091.  
  1092. local GetChar = plr.Character
  1093. if not GetChar then return end
  1094.  
  1095. local GetHead do
  1096.  
  1097. repeat wait() until GetChar:FindFirstChild("Head")
  1098.  
  1099. end
  1100. GetHead = GetChar.Head
  1101.  
  1102. local bb = Instance.new("BillboardGui", Important.CoreGui)
  1103. bb.Adornee = GetHead
  1104. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  1105. bb.AlwaysOnTop = true
  1106. bb.Size = UDim2.new(0, 5, 0, 5)
  1107. bb.StudsOffset = Vector3.new(0, 3, 0)
  1108. bb.Name = "ESP_PLAYER_" .. plr.Name
  1109.  
  1110. local displayframe = Instance.new("Frame", bb)
  1111. displayframe.ZIndex = 10
  1112. displayframe.BackgroundTransparency = 1
  1113. displayframe.Size = UDim2.new(1,0,1,0)
  1114.  
  1115. local name = Instance.new("TextLabel", displayframe)
  1116. name.Name = "Name"
  1117. name.ZIndex = 10
  1118. name.Text = plr.Name
  1119. name.Visible = true
  1120. name.TextColor3 = Color3.new(170,0,0)
  1121. name.BackgroundTransparency = 1
  1122. name.Size = UDim2.new(1,0,10,0)
  1123. name.Font = Enum.Font.SourceSansLight
  1124. name.TextSize = 20
  1125. name.TextStrokeTransparency = .5
  1126.  
  1127. end
  1128.  
  1129. end
  1130.  
  1131. esptrack.MouseButton1Click:connect(function()
  1132.  
  1133. for i,v in pairs(Important.Players:GetChildren()) do
  1134.  
  1135. CreateESP(v)
  1136.  
  1137. end
  1138.  
  1139. end)
  1140.  
  1141. TextButtonEsp.Name = "TextButtonEsp"
  1142. TextButtonEsp.Parent = esptrack
  1143. TextButtonEsp.Active = true
  1144. TextButtonEsp.BackgroundColor3 = Color3.new(0, 0, 0)
  1145. TextButtonEsp.BorderSizePixel = 0
  1146. TextButtonEsp.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1147. TextButtonEsp.Size = UDim2.new(1, 0, 1, 0)
  1148.  
  1149. Removealleffects.Name = "Remove all effects"
  1150. Removealleffects.Parent = BoogaFuckerPackageFrame
  1151. Removealleffects.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1152. Removealleffects.BorderSizePixel = 0
  1153. Removealleffects.Position = UDim2.new(0.666999996, -350, 0.360000014, 25)
  1154. Removealleffects.Size = UDim2.new(0, 126, 0, 39)
  1155. Removealleffects.ZIndex = 2
  1156. Removealleffects.Font = Enum.Font.SourceSansBold
  1157. Removealleffects.FontSize = Enum.FontSize.Size24
  1158. Removealleffects.Text = "Remove all effects"
  1159. Removealleffects.TextColor3 = Color3.new(1, 1, 1)
  1160. Removealleffects.TextSize = 19
  1161. Removealleffects.TextWrapped = true
  1162. Removealleffects.MouseButton1Down:connect(function()
  1163. game.Lighting.FogEnd = 1200000
  1164. game.Lighting.Brightness = 3
  1165. game.Lighting.GlobalShadows = false
  1166. end)
  1167.  
  1168. TextButtonRAE.Name = "TextButtonRAE"
  1169. TextButtonRAE.Parent = Removealleffects
  1170. TextButtonRAE.Active = true
  1171. TextButtonRAE.BackgroundColor3 = Color3.new(0, 0, 0)
  1172. TextButtonRAE.BorderSizePixel = 0
  1173. TextButtonRAE.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1174. TextButtonRAE.Size = UDim2.new(1, 0, 1, 0)
  1175.  
  1176. AutoPickup.Name = "Auto Pickup"
  1177. AutoPickup.Parent = BoogaFuckerPackageFrame
  1178. AutoPickup.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1179. AutoPickup.BorderSizePixel = 0
  1180. AutoPickup.Position = UDim2.new(0.666999996, -350, 0.566666663, 25)
  1181. AutoPickup.Size = UDim2.new(0, 126, 0, 39)
  1182. AutoPickup.ZIndex = 2
  1183. AutoPickup.Font = Enum.Font.SourceSansBold
  1184. AutoPickup.FontSize = Enum.FontSize.Size24
  1185. AutoPickup.Text = "AUTO PIPE"
  1186. AutoPickup.TextColor3 = Color3.new(1, 1, 1)
  1187. AutoPickup.TextSize = 19
  1188. AutoPickup.TextWrapped = true
  1189. AutoPickup.MouseButton1Down:connect(function()
  1190. local Objects;
  1191.  
  1192. local Pickup = function(Character)
  1193. local myPos = Character.HumanoidRootPart.Position
  1194. local Objects = {}
  1195. for i,v in pairs(workspace:GetChildren()) do
  1196. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  1197. local Pos = v.Position
  1198. local Distance = (myPos - Pos).magnitude
  1199. if Distance < 40 then
  1200. table.insert(Objects, v)
  1201. end
  1202. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  1203. local Pos = v.Part.Position
  1204. local Distance = (myPos - Pos).magnitude
  1205. if Distance < 40 then
  1206. table.insert(Objects, v)
  1207. end
  1208. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  1209. local Pos = v.Position
  1210. local Distance = (myPos - Pos).magnitude
  1211. if Distance < 40 then
  1212. table.insert(Objects, v)
  1213. end
  1214. end
  1215. end
  1216. for i,v in pairs(Objects) do
  1217. for i=1,10 do
  1218. v.Position = myPos
  1219. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  1220. end
  1221. end
  1222. end
  1223. wait(1)
  1224. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1225.  
  1226. mouse.KeyDown:connect(function(key)
  1227. if key == Dropallitemskeybindtextbox_2.Text then
  1228. print'howdi neighbor'
  1229. Pickup(game.Players.LocalPlayer.Character)
  1230. end
  1231. end)
  1232. end)
  1233.  
  1234. TextButtonAP.Name = "TextButtonAP"
  1235. TextButtonAP.Parent = AutoPickup
  1236. TextButtonAP.Active = true
  1237. TextButtonAP.BackgroundColor3 = Color3.new(0, 0, 0)
  1238. TextButtonAP.BorderSizePixel = 0
  1239. TextButtonAP.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
  1240. TextButtonAP.Size = UDim2.new(1, 0, 1, 0)
  1241.  
  1242. StartFrame.Name = "StartFrame"
  1243. StartFrame.Parent = BoogaFucker
  1244. StartFrame.Active = true
  1245. StartFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  1246. StartFrame.BorderSizePixel = 0
  1247. StartFrame.Position = UDim2.new(0.546333909, 0, 0.603372216, 0)
  1248. StartFrame.Selectable = true
  1249. StartFrame.Size = UDim2.new(0, 369, 0, 220)
  1250. StartFrame.Visible = false
  1251.  
  1252. StartHeaderBorder.Name = "StartHeaderBorder"
  1253. StartHeaderBorder.Parent = StartFrame
  1254. StartHeaderBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1255. StartHeaderBorder.BorderSizePixel = 0
  1256. StartHeaderBorder.Size = UDim2.new(0, 369, 0, 24)
  1257.  
  1258. StartFooterBorder.Name = "StartFooterBorder"
  1259. StartFooterBorder.Parent = StartFrame
  1260. StartFooterBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1261. StartFooterBorder.BorderSizePixel = 0
  1262. StartFooterBorder.Position = UDim2.new(-0.000273272395, 0, 0.971862733, 0)
  1263. StartFooterBorder.Size = UDim2.new(0, 369, 0, 6)
  1264.  
  1265. StartName.Name = "StartName"
  1266. StartName.Parent = StartFrame
  1267. StartName.BackgroundColor3 = Color3.new(1, 1, 1)
  1268. StartName.BackgroundTransparency = 1
  1269. StartName.BorderSizePixel = 0
  1270. StartName.Position = UDim2.new(0.249322489, 0, 0, 0)
  1271. StartName.Size = UDim2.new(0, 185, 0, 17)
  1272. StartName.Font = Enum.Font.SourceSansItalic
  1273. StartName.FontSize = Enum.FontSize.Size28
  1274. StartName.Text = "The Streets GUI"
  1275. StartName.TextColor3 = Color3.new(1, 1, 1)
  1276. StartName.TextSize = 25
  1277.  
  1278. FREEbutton.Name = "FREEbutton"
  1279. FREEbutton.Parent = StartFrame
  1280. FREEbutton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1281. FREEbutton.BackgroundTransparency = 0.60000002384186
  1282. FREEbutton.BorderColor3 = Color3.new(1, 1, 1)
  1283. FREEbutton.BorderSizePixel = 2
  1284. FREEbutton.Position = UDim2.new(1.02654481, -350, 0.106568247, 25)
  1285. FREEbutton.Size = UDim2.new(0, 126, 0, 39)
  1286. FREEbutton.ZIndex = 2
  1287. FREEbutton.Font = Enum.Font.SourceSansBold
  1288. FREEbutton.FontSize = Enum.FontSize.Size24
  1289. FREEbutton.Text = "FREE"
  1290. FREEbutton.TextColor3 = Color3.new(1, 1, 1)
  1291. FREEbutton.TextSize = 21
  1292. FREEbutton.TextWrapped = true
  1293.  
  1294. PREMIUMbutton.Name = "PREMIUMbutton"
  1295. PREMIUMbutton.Parent = StartFrame
  1296. PREMIUMbutton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1297. PREMIUMbutton.BackgroundTransparency = 0.60000002384186
  1298. PREMIUMbutton.BorderColor3 = Color3.new(1, 1, 1)
  1299. PREMIUMbutton.BorderSizePixel = 2
  1300. PREMIUMbutton.Position = UDim2.new(1.52906132, -350, 0.104295552, 25)
  1301. PREMIUMbutton.Size = UDim2.new(0, 126, 0, 39)
  1302. PREMIUMbutton.ZIndex = 2
  1303. PREMIUMbutton.Font = Enum.Font.SourceSansBold
  1304. PREMIUMbutton.FontSize = Enum.FontSize.Size24
  1305. PREMIUMbutton.Text = "PREMIUM"
  1306. PREMIUMbutton.TextColor3 = Color3.new(1, 1, 1)
  1307. PREMIUMbutton.TextSize = 21
  1308. PREMIUMbutton.TextWrapped = true
  1309.  
  1310. StartMidBorder.Name = "StartMidBorder"
  1311. StartMidBorder.Parent = StartFrame
  1312. StartMidBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1313. StartMidBorder.BorderSizePixel = 0
  1314. StartMidBorder.Position = UDim2.new(0.495934963, 0, 0.218181819, 0)
  1315. StartMidBorder.Size = UDim2.new(0, 3, 0, 166)
  1316.  
  1317. StartRightBorder.Name = "StartRightBorder"
  1318. StartRightBorder.Parent = StartFrame
  1319. StartRightBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1320. StartRightBorder.BorderSizePixel = 0
  1321. StartRightBorder.Position = UDim2.new(0.991869926, 0, 0.109090909, 0)
  1322. StartRightBorder.Size = UDim2.new(0, 3, 0, 190)
  1323.  
  1324. StartLeftBorder.Name = "StartLeftBorder"
  1325. StartLeftBorder.Parent = StartFrame
  1326. StartLeftBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1327. StartLeftBorder.BorderSizePixel = 0
  1328. StartLeftBorder.Position = UDim2.new(0, 0, 0.109090909, 0)
  1329. StartLeftBorder.Size = UDim2.new(0, 3, 0, 190)
  1330.  
  1331. StartFreeText.Name = "StartFreeText"
  1332. StartFreeText.Parent = StartFrame
  1333. StartFreeText.BackgroundColor3 = Color3.new(1, 1, 1)
  1334. StartFreeText.BackgroundTransparency = 1
  1335. StartFreeText.BorderSizePixel = 0
  1336. StartFreeText.Position = UDim2.new(0.0298102982, 0, 0.427272737, 0)
  1337. StartFreeText.Size = UDim2.new(0, 162, 0, 106)
  1338. StartFreeText.Font = Enum.Font.SourceSansItalic
  1339. StartFreeText.FontSize = Enum.FontSize.Size28
  1340. 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."
  1341. StartFreeText.TextColor3 = Color3.new(1, 1, 1)
  1342. StartFreeText.TextScaled = true
  1343. StartFreeText.TextSize = 25
  1344. StartFreeText.TextWrapped = true
  1345.  
  1346. StartPremiumText.Name = "StartPremiumText"
  1347. StartPremiumText.Parent = StartFrame
  1348. StartPremiumText.BackgroundColor3 = Color3.new(1, 1, 1)
  1349. StartPremiumText.BackgroundTransparency = 1
  1350. StartPremiumText.BorderSizePixel = 0
  1351. StartPremiumText.Position = UDim2.new(0.52439028, 0, 0.395454556, 0)
  1352. StartPremiumText.Size = UDim2.new(0, 167, 0, 120)
  1353. StartPremiumText.Font = Enum.Font.SourceSansItalic
  1354. StartPremiumText.FontSize = Enum.FontSize.Size28
  1355. StartPremiumText.Text = "Premium: alot more options and extra options. over all highter quality and faster updates. (For more update watch the discords Premium channel.)"
  1356. StartPremiumText.TextColor3 = Color3.new(1, 1, 1)
  1357. StartPremiumText.TextScaled = true
  1358. StartPremiumText.TextSize = 25
  1359. StartPremiumText.TextWrapped = true
  1360.  
  1361. StartName_2.Name = "StartName"
  1362. StartName_2.Parent = StartFrame
  1363. StartName_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1364. StartName_2.BackgroundTransparency = 1
  1365. StartName_2.BorderSizePixel = 0
  1366. StartName_2.Position = UDim2.new(0, 0, 0.109090909, 0)
  1367. StartName_2.Size = UDim2.new(0, 369, 0, 16)
  1368. StartName_2.Font = Enum.Font.SourceSansItalic
  1369. StartName_2.FontSize = Enum.FontSize.Size28
  1370. StartName_2.Text = "discord.gg/s85fc"
  1371. StartName_2.TextColor3 = Color3.new(1, 1, 1)
  1372. StartName_2.TextScaled = true
  1373. StartName_2.TextSize = 25
  1374. StartName_2.TextWrapped = true
  1375.  
  1376. LoginFrame.Name = "LoginFrame"
  1377. LoginFrame.Parent = BoogaFucker
  1378. LoginFrame.Active = true
  1379. LoginFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  1380. LoginFrame.BorderSizePixel = 0
  1381. LoginFrame.Position = UDim2.new(0.548215687, 0, 0.603298247, 0)
  1382. LoginFrame.Selectable = true
  1383. LoginFrame.Size = UDim2.new(0, 369, 0, 220)
  1384. LoginFrame.Visible = false
  1385.  
  1386. LoginHeaderBorder.Name = "LoginHeaderBorder"
  1387. LoginHeaderBorder.Parent = LoginFrame
  1388. LoginHeaderBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1389. LoginHeaderBorder.BorderSizePixel = 0
  1390. LoginHeaderBorder.Size = UDim2.new(0, 369, 0, 24)
  1391.  
  1392. LoginFooterBorder.Name = "LoginFooterBorder"
  1393. LoginFooterBorder.Parent = LoginFrame
  1394. LoginFooterBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1395. LoginFooterBorder.BorderSizePixel = 0
  1396. LoginFooterBorder.Position = UDim2.new(-0.000273272395, 0, 0.971862733, 0)
  1397. LoginFooterBorder.Size = UDim2.new(0, 369, 0, 6)
  1398.  
  1399. LoginName.Name = "LoginName"
  1400. LoginName.Parent = LoginFrame
  1401. LoginName.BackgroundColor3 = Color3.new(1, 1, 1)
  1402. LoginName.BackgroundTransparency = 1
  1403. LoginName.BorderSizePixel = 0
  1404. LoginName.Position = UDim2.new(0.249322489, 0, 0, 0)
  1405. LoginName.Size = UDim2.new(0, 185, 0, 17)
  1406. LoginName.Font = Enum.Font.SourceSansItalic
  1407. LoginName.FontSize = Enum.FontSize.Size28
  1408. LoginName.Text = "The streets Login"
  1409. LoginName.TextColor3 = Color3.new(1, 1, 1)
  1410. LoginName.TextSize = 25
  1411.  
  1412. LoginConfirm.Name = "LoginConfirm"
  1413. LoginConfirm.Parent = LoginFrame
  1414. LoginConfirm.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1415. LoginConfirm.BackgroundTransparency = 0.60000002384186
  1416. LoginConfirm.BorderColor3 = Color3.new(1, 1, 1)
  1417. LoginConfirm.BorderSizePixel = 2
  1418. LoginConfirm.Position = UDim2.new(1.19783199, -350, 0.631818175, 25)
  1419. LoginConfirm.Size = UDim2.new(0, 185, 0, 23)
  1420. LoginConfirm.ZIndex = 2
  1421. LoginConfirm.Font = Enum.Font.SourceSansBold
  1422. LoginConfirm.FontSize = Enum.FontSize.Size24
  1423. LoginConfirm.Text = "Confirm"
  1424. LoginConfirm.TextColor3 = Color3.new(1, 1, 1)
  1425. LoginConfirm.TextSize = 21
  1426. LoginConfirm.TextWrapped = true
  1427.  
  1428. LoginRightBorder.Name = "LoginRightBorder"
  1429. LoginRightBorder.Parent = LoginFrame
  1430. LoginRightBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1431. LoginRightBorder.BorderSizePixel = 0
  1432. LoginRightBorder.Position = UDim2.new(0.991869926, 0, 0.109090909, 0)
  1433. LoginRightBorder.Size = UDim2.new(0, 3, 0, 190)
  1434.  
  1435. LoginLeftBorder.Name = "LoginLeftBorder"
  1436. LoginLeftBorder.Parent = LoginFrame
  1437. LoginLeftBorder.BackgroundColor3 = Color3.new(0.27451, 0.027451, 0.0313726)
  1438. LoginLeftBorder.BorderSizePixel = 0
  1439. LoginLeftBorder.Position = UDim2.new(0, 0, 0.109090909, 0)
  1440. LoginLeftBorder.Size = UDim2.new(0, 3, 0, 190)
  1441.  
  1442. LoginBackButton.Name = "LoginBackButton"
  1443. LoginBackButton.Parent = LoginFrame
  1444. LoginBackButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1445. LoginBackButton.BackgroundTransparency = 0.60000002384186
  1446. LoginBackButton.BorderColor3 = Color3.new(1, 1, 1)
  1447. LoginBackButton.BorderSizePixel = 2
  1448. LoginBackButton.Position = UDim2.new(0.956639588, -350, -0.100000001, 25)
  1449. LoginBackButton.Size = UDim2.new(0, 40, 0, 18)
  1450. LoginBackButton.ZIndex = 2
  1451. LoginBackButton.Font = Enum.Font.SourceSansBold
  1452. LoginBackButton.FontSize = Enum.FontSize.Size24
  1453. LoginBackButton.Text = "<-"
  1454. LoginBackButton.TextColor3 = Color3.new(1, 1, 1)
  1455. LoginBackButton.TextSize = 21
  1456. LoginBackButton.TextWrapped = true
  1457.  
  1458. LoginUser.Name = "LoginUser"
  1459. LoginUser.Parent = LoginFrame
  1460. LoginUser.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1461. LoginUser.BackgroundTransparency = 0.20000000298023
  1462. LoginUser.BorderColor3 = Color3.new(1, 1, 1)
  1463. LoginUser.Position = UDim2.new(0.292682946, 0, 0.272727281, 0)
  1464. LoginUser.Size = UDim2.new(0, 153, 0, 31)
  1465. LoginUser.Font = Enum.Font.SourceSans
  1466. LoginUser.FontSize = Enum.FontSize.Size28
  1467. LoginUser.Text = "Username"
  1468. LoginUser.TextColor3 = Color3.new(1, 1, 1)
  1469. LoginUser.TextSize = 25
  1470. LoginUser.TextXAlignment = Enum.TextXAlignment.Left
  1471.  
  1472. LoginPass.Name = "LoginPass"
  1473. LoginPass.Parent = LoginFrame
  1474. LoginPass.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  1475. LoginPass.BackgroundTransparency = 0.20000000298023
  1476. LoginPass.BorderColor3 = Color3.new(1, 1, 1)
  1477. LoginPass.Position = UDim2.new(0.292682916, 0, 0.481818199, 0)
  1478. LoginPass.Size = UDim2.new(0, 153, 0, 31)
  1479. LoginPass.Font = Enum.Font.SourceSans
  1480. LoginPass.FontSize = Enum.FontSize.Size28
  1481. LoginPass.Text = "Password"
  1482. LoginPass.TextColor3 = Color3.new(1, 1, 1)
  1483. LoginPass.TextSize = 25
  1484. LoginPass.TextXAlignment = Enum.TextXAlignment.Left
  1485.  
  1486. KeyBind.Name = "KeyBind"
  1487. KeyBind.Parent = BoogaFucker
  1488. KeyBind.BackgroundColor3 = Color3.new(0, 0, 0)
  1489. KeyBind.BackgroundTransparency = 0.5
  1490. KeyBind.Position = UDim2.new(0.509393454, 0, 0.599304438, 0)
  1491. KeyBind.Size = UDim2.new(0, 274, 0, 162)
  1492. KeyBind.Visible = false
  1493.  
  1494. KeyBindFinishStartupButton.Name = "KeyBindFinishStartupButton"
  1495. KeyBindFinishStartupButton.Parent = KeyBind
  1496. KeyBindFinishStartupButton.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1497. KeyBindFinishStartupButton.BackgroundTransparency = 0.60000002384186
  1498. KeyBindFinishStartupButton.BorderColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  1499. KeyBindFinishStartupButton.BorderSizePixel = 2
  1500. KeyBindFinishStartupButton.Position = UDim2.new(0.312275499, 0, 0.592000008, 0)
  1501. KeyBindFinishStartupButton.Size = UDim2.new(0, 102, 0, 34)
  1502. KeyBindFinishStartupButton.Font = Enum.Font.SourceSans
  1503. KeyBindFinishStartupButton.FontSize = Enum.FontSize.Size24
  1504. KeyBindFinishStartupButton.Text = "Finish startup"
  1505. KeyBindFinishStartupButton.TextColor3 = Color3.new(1, 0.333333, 0)
  1506. KeyBindFinishStartupButton.TextSize = 20
  1507.  
  1508. KeyBindHeather.Name = "KeyBindHeather"
  1509. KeyBindHeather.Parent = KeyBind
  1510. KeyBindHeather.BackgroundColor3 = Color3.new(0, 0, 0)
  1511. KeyBindHeather.BackgroundTransparency = 0.5
  1512. KeyBindHeather.Size = UDim2.new(0, 274, 0, 15)
  1513.  
  1514. KeyBindStartupTextBox.Name = "KeyBindStartupTextBox"
  1515. KeyBindStartupTextBox.Parent = KeyBind
  1516. KeyBindStartupTextBox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1517. KeyBindStartupTextBox.BackgroundTransparency = 0.40000000596046
  1518. KeyBindStartupTextBox.BorderSizePixel = 0
  1519. KeyBindStartupTextBox.Position = UDim2.new(0.416225731, 0, 0.842592537, 0)
  1520. KeyBindStartupTextBox.Size = UDim2.new(0, 45, 0, 19)
  1521. KeyBindStartupTextBox.Font = Enum.Font.SourceSans
  1522. KeyBindStartupTextBox.FontSize = Enum.FontSize.Size14
  1523. KeyBindStartupTextBox.Text = "G"
  1524. KeyBindStartupTextBox.TextColor3 = Color3.new(1, 0.333333, 0)
  1525. KeyBindStartupTextBox.TextSize = 14
  1526.  
  1527. KeyBindSetupText.Name = "KeyBindSetupText"
  1528. KeyBindSetupText.Parent = KeyBind
  1529. KeyBindSetupText.BackgroundColor3 = Color3.new(1, 1, 1)
  1530. KeyBindSetupText.BackgroundTransparency = 1
  1531. KeyBindSetupText.Position = UDim2.new(0.0748175159, 0, 0.129629627, 0)
  1532. KeyBindSetupText.Size = UDim2.new(0, 236, 0, 69)
  1533. KeyBindSetupText.Font = Enum.Font.SourceSans
  1534. KeyBindSetupText.FontSize = Enum.FontSize.Size24
  1535. KeyBindSetupText.Text = "Okay, we are almost done! setup your GUI keybind and then press the \"Finish startup\" button!"
  1536. KeyBindSetupText.TextColor3 = Color3.new(1, 0.333333, 0)
  1537. KeyBindSetupText.TextSize = 20
  1538. KeyBindSetupText.TextWrapped = true
  1539. KeyBindSetupText.TextXAlignment = Enum.TextXAlignment.Left
  1540. KeyBindSetupText.TextYAlignment = Enum.TextYAlignment.Top
  1541.  
  1542. KeyBindName.Name = "KeyBindName"
  1543. KeyBindName.Parent = KeyBind
  1544. KeyBindName.BackgroundColor3 = Color3.new(1, 1, 1)
  1545. KeyBindName.BackgroundTransparency = 1
  1546. KeyBindName.Position = UDim2.new(0.270072997, 0, -0.0216049384, 0)
  1547. KeyBindName.Size = UDim2.new(0, 130, 0, 16)
  1548. KeyBindName.Font = Enum.Font.SourceSansBold
  1549. KeyBindName.FontSize = Enum.FontSize.Size18
  1550. KeyBindName.Text = "The streets Setup"
  1551. KeyBindName.TextColor3 = Color3.new(1, 0.333333, 0)
  1552. KeyBindName.TextSize = 18
  1553. KeyBindName.TextWrapped = true
  1554. KeyBindName.TextXAlignment = Enum.TextXAlignment.Left
  1555. KeyBindName.TextYAlignment = Enum.TextYAlignment.Top
  1556. end)
  1557.  
  1558. Atakowanie.Name = "Atakowanie"
  1559. Atakowanie.Parent = ZetoxV4
  1560. Atakowanie.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  1561. Atakowanie.BorderSizePixel = 9
  1562. Atakowanie.Position = UDim2.new(0.0299003329, 0, 0.499845862, 0)
  1563. Atakowanie.Size = UDim2.new(0, 131, 0, 54)
  1564. Atakowanie.Font = Enum.Font.Arial
  1565. Atakowanie.Text = "[ATTACK PACK]"
  1566. Atakowanie.TextColor3 = Color3.new(0, 0, 0)
  1567. Atakowanie.TextSize = 14
  1568. Atakowanie.MouseButton1Down:connect(function()
  1569. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Attack pack has been opened [ read settings]!" ,"All")
  1570. wait (0.1)
  1571. --Objects
  1572. plr = game.Players.LocalPlayer
  1573. local Tpkiz = Instance.new("ScreenGui")
  1574. local DraggLul = Instance.new("Frame")
  1575. local TornadoAtack = Instance.new("TextButton")
  1576. local PipeFinish = Instance.new("TextButton")
  1577. local DabAtack = Instance.new("TextButton")
  1578. local kuzleka = Instance.new("TextLabel")
  1579. local CloseLul = Instance.new("TextButton")
  1580. --Properties:
  1581. Tpkiz.Name = "Tpkiz"
  1582. Tpkiz.Parent = plr.PlayerGui
  1583.  
  1584. DraggLul.Name = "DraggLul"
  1585. DraggLul.Parent = Tpkiz
  1586. DraggLul.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  1587. DraggLul.BorderSizePixel = 5
  1588. DraggLul.Position = UDim2.new(0.497678727, 0, 0.531309307, 0)
  1589. DraggLul.Size = UDim2.new(0, 214, 0, 234)
  1590. DraggLul.Active = true
  1591. DraggLul.Draggable = true
  1592.  
  1593. TornadoAtack.Name = "TornadoAtack"
  1594. TornadoAtack.Parent = DraggLul
  1595. TornadoAtack.BackgroundColor3 = Color3.new(1, 0.243137, 0.772549)
  1596. TornadoAtack.BorderSizePixel = 5
  1597. TornadoAtack.Position = UDim2.new(0.0981308445, 0, 0.790598273, 0)
  1598. TornadoAtack.Size = UDim2.new(0, 171, 0, 41)
  1599. TornadoAtack.Font = Enum.Font.SourceSans
  1600. TornadoAtack.Text = "TORNADO MASTER"
  1601. TornadoAtack.TextColor3 = Color3.new(0, 0, 0)
  1602. TornadoAtack.TextSize = 14
  1603. TornadoAtack.MouseButton1Down:connect(function()
  1604. AnimationId = "345332316"
  1605. local Anim = Instance.new("Animation")
  1606. Anim.AnimationId = "rbxassetid://"..AnimationId
  1607. local k = plr.Character.Humanoid:LoadAnimation(Anim)
  1608. k:Play()
  1609. k:AdjustSpeed(2)
  1610. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.RightHand, true) -- complite
  1611. end)
  1612.  
  1613. PipeFinish.Name = "PipeFinish"
  1614. PipeFinish.Parent = DraggLul
  1615. PipeFinish.BackgroundColor3 = Color3.new(1, 0.243137, 0.772549)
  1616. PipeFinish.BorderSizePixel = 5
  1617. PipeFinish.Position = UDim2.new(0.0981308818, 0, 0.547008514, 0)
  1618. PipeFinish.Size = UDim2.new(0, 171, 0, 41)
  1619. PipeFinish.Font = Enum.Font.SourceSans
  1620. PipeFinish.Text = "FINISH PIPE"
  1621. PipeFinish.TextColor3 = Color3.new(0, 0, 0)
  1622. PipeFinish.TextSize = 14
  1623. PipeFinish.MouseButton1Down:connect(function()
  1624. AnimationId = "503258358"
  1625. local Anim = Instance.new("Animation")
  1626. Anim.AnimationId = "rbxassetid://"..AnimationId
  1627. local k = plr.Character.Humanoid:LoadAnimation(Anim)
  1628. k:Play()
  1629. k:AdjustSpeed(2)
  1630. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.RightHand, true) -- complite
  1631. end)
  1632.  
  1633. DabAtack.Name = "DabAtack"
  1634. DabAtack.Parent = DraggLul
  1635. DabAtack.BackgroundColor3 = Color3.new(1, 0.243137, 0.772549)
  1636. DabAtack.BorderSizePixel = 5
  1637. DabAtack.Position = UDim2.new(0.0981308371, 0, 0.299145311, 0)
  1638. DabAtack.Size = UDim2.new(0, 171, 0, 41)
  1639. DabAtack.Font = Enum.Font.SourceSans
  1640. DabAtack.Text = "DAB ATTACK"
  1641. DabAtack.TextColor3 = Color3.new(0, 0, 0)
  1642. DabAtack.TextSize = 14
  1643. DabAtack.MouseButton1Down:connect(function()
  1644. AnimationId = "526812070"
  1645. local Anim = Instance.new("Animation")
  1646. Anim.AnimationId = "rbxassetid://"..AnimationId
  1647. local k = plr.Character.Humanoid:LoadAnimation(Anim)
  1648. k:Play()
  1649. k:AdjustSpeed(2)
  1650. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.RightHand, true) -- complite
  1651. end)
  1652.  
  1653. kuzleka.Name = "kuzleka"
  1654. kuzleka.Parent = DraggLul
  1655. kuzleka.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  1656. kuzleka.BorderSizePixel = 5
  1657. kuzleka.Size = UDim2.new(0, 214, 0, 50)
  1658. kuzleka.Font = Enum.Font.SourceSans
  1659. kuzleka.Text = "[ATTACK PACK]"
  1660. kuzleka.TextColor3 = Color3.new(0, 0, 0)
  1661. kuzleka.TextSize = 14
  1662.  
  1663. CloseLul.Name = "CloseLul"
  1664. CloseLul.Parent = DraggLul
  1665. CloseLul.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  1666. CloseLul.BorderSizePixel = 5
  1667. CloseLul.Position = UDim2.new(0.897196233, 0, 0, 0)
  1668. CloseLul.Size = UDim2.new(0, 22, 0, 22)
  1669. CloseLul.Font = Enum.Font.SourceSans
  1670. CloseLul.Text = "X"
  1671. CloseLul.TextColor3 = Color3.new(0, 0, 0)
  1672. CloseLul.TextSize = 14
  1673. CloseLul.MouseButton1Down:connect(function()
  1674. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Attack pack has been closed!" ,"All")
  1675. wait (0.1)
  1676. DraggLul.Visible = false
  1677. end)
  1678. -- Scripts:
  1679. end)
  1680.  
  1681. ZetoxV3.Name = "ZetoxV3"
  1682. ZetoxV3.Parent = ZetoxV4
  1683. ZetoxV3.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  1684. ZetoxV3.BorderSizePixel = 9
  1685. ZetoxV3.Position = UDim2.new(0.514950156, 0, 0.259139776, 0)
  1686. ZetoxV3.Size = UDim2.new(0, 137, 0, 54)
  1687. ZetoxV3.Font = Enum.Font.Arial
  1688. ZetoxV3.Text = "[BFG]"
  1689. ZetoxV3.TextColor3 = Color3.new(0, 0, 0)
  1690. ZetoxV3.TextSize = 14
  1691. ZetoxV3.MouseButton1Down:connect(function()
  1692. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] for bfg to be enabled write in chat [bfg]! " ,"All")
  1693. wait (0.1)
  1694. local plr = game.Players.LocalPlayer
  1695. local m = plr:GetMouse()
  1696. local r = game:GetService("RunService").Heartbeat
  1697. local h = plr.Character.Humanoid
  1698. local prefix = ""
  1699.  
  1700. local guns = {}
  1701.  
  1702. local aim = false
  1703.  
  1704. plr.Chatted:connect(function(cmd)
  1705. cmd=cmd:lower()
  1706. if cmd == prefix.."bfgaim" then
  1707. aim = not aim
  1708. end
  1709. end)
  1710.  
  1711. function addGuns()
  1712. local Weapons = plr.Backpack:GetChildren()
  1713. for c,f in ipairs(Weapons) do
  1714. if f.Name == "Uzi" or f.Name == "Shotty" or f.Name == "Glock" or f.Name == "Sawed Off" then
  1715. table.insert(guns, f)
  1716. end
  1717. end
  1718. end
  1719.  
  1720. function removeGuns()
  1721. h:UnequipTools()
  1722. for c,f in ipairs(guns) do
  1723. table.remove(guns, f)
  1724. end
  1725. end
  1726.  
  1727. local State = false
  1728. plr.Chatted:connect(function(cmd)
  1729. cmd=cmd:lower()
  1730. if cmd == prefix.."bfg" then
  1731. if State == false then
  1732. State = true
  1733. addGuns()
  1734. elseif State == true then
  1735. State = false
  1736. removeGuns()
  1737. end
  1738. end
  1739. end)
  1740.  
  1741. m.Button1Down:connect(function()
  1742. if State == true then
  1743. for a,b in ipairs(guns) do
  1744. b.Fire:FireServer(m.Hit)
  1745. end
  1746. end
  1747. end)
  1748.  
  1749. r:connect(function()
  1750. if aim == true then
  1751. for a,b in ipairs(guns) do
  1752. if b and m.Target then
  1753. local h = m.Target.Parent:FindFirstChild("Humanoid")
  1754. if h then
  1755. local p = game.Players:FindFirstChild(h.Parent.Name)
  1756. if p then
  1757. b.Fire:FireServer(m.Hit)
  1758. end
  1759. end
  1760. end
  1761. end
  1762. end
  1763. end)
  1764.  
  1765. while true do
  1766. r:wait()
  1767. if State == true then
  1768. for a,b in ipairs(guns) do
  1769. b.Parent = plr.Character
  1770. end
  1771. end
  1772. end
  1773.  
  1774. end)
  1775.  
  1776. Animacje.Name = "Animacje"
  1777. Animacje.Parent = ZetoxV4
  1778. Animacje.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  1779. Animacje.BorderSizePixel = 9
  1780. Animacje.Position = UDim2.new(0.0299003329, 0, 0.259139776, 0)
  1781. Animacje.Size = UDim2.new(0, 131, 0, 54)
  1782. Animacje.Font = Enum.Font.Arial
  1783. Animacje.Text = "[ANIMATION PACK]"
  1784. Animacje.TextColor3 = Color3.new(0, 0, 0)
  1785. Animacje.TextSize = 14
  1786. Animacje.MouseButton1Down:connect(function()
  1787. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Animation Pack has been opened!" ,"All")
  1788. wait (0.1)
  1789. --Objects
  1790. plr = game.Players.LocalPlayer
  1791. local AnimarionPack10 = Instance.new("ScreenGui")
  1792. local DragFrame = Instance.new("Frame")
  1793. local ninja = Instance.new("TextButton")
  1794. local NameNieDotykac = Instance.new("TextLabel")
  1795. local backflip = Instance.new("TextButton")
  1796. local golem = Instance.new("TextButton")
  1797. local tired = Instance.new("TextButton")
  1798. local CloseApack = Instance.new("TextButton")
  1799. --Properties:
  1800. AnimarionPack10.Name = "AnimarionPack10"
  1801. AnimarionPack10.Parent = plr.PlayerGui
  1802.  
  1803. DragFrame.Name = "DragFrame"
  1804. DragFrame.Parent = AnimarionPack10
  1805. DragFrame.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  1806. DragFrame.BorderSizePixel = 5
  1807. DragFrame.Position = UDim2.new(0.636026025, 0, 0.0189753268, 0)
  1808. DragFrame.Size = UDim2.new(0, 330, 0, 200)
  1809. DragFrame.Active = true
  1810. DragFrame.Draggable = true
  1811.  
  1812. ninja.Name = "ninja"
  1813. ninja.Parent = DragFrame
  1814. ninja.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  1815. ninja.BorderSizePixel = 5
  1816. ninja.Position = UDim2.new(0.0393939391, 0, 0.660000026, 0)
  1817. ninja.Size = UDim2.new(0, 139, 0, 50)
  1818. ninja.Font = Enum.Font.SourceSans
  1819. ninja.Text = "NINJA WALK"
  1820. ninja.TextColor3 = Color3.new(0, 0, 0)
  1821. ninja.TextSize = 14
  1822. ninja.MouseButton1Down:connect(function()
  1823. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Ninja Walk is now on!" ,"All")
  1824. wait(0.1)
  1825. -- BACKFLIP JUMP --
  1826. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.walk:GetChildren()) do
  1827. v.AnimationId = 'rbxassetid://144393647'
  1828. end
  1829. end)
  1830.  
  1831. NameNieDotykac.Name = "NameNieDotykac"
  1832. NameNieDotykac.Parent = DragFrame
  1833. NameNieDotykac.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  1834. NameNieDotykac.BorderSizePixel = 5
  1835. NameNieDotykac.Size = UDim2.new(0, 330, 0, 50)
  1836. NameNieDotykac.Font = Enum.Font.SourceSans
  1837. NameNieDotykac.Text = "ANIMATION PACK"
  1838. NameNieDotykac.TextColor3 = Color3.new(0, 0, 0)
  1839. NameNieDotykac.TextSize = 14
  1840.  
  1841. backflip.Name = "backflip"
  1842. backflip.Parent = DragFrame
  1843. backflip.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  1844. backflip.BorderSizePixel = 5
  1845. backflip.Position = UDim2.new(0.551515162, 0, 0.660000026, 0)
  1846. backflip.Size = UDim2.new(0, 139, 0, 50)
  1847. backflip.Font = Enum.Font.SourceSans
  1848. backflip.Text = "BACKFLIP JUMP"
  1849. backflip.TextColor3 = Color3.new(0, 0, 0)
  1850. backflip.TextSize = 14
  1851. backflip.MouseButton1Down:connect(function()
  1852. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] BackFlip Jump is now on!" ,"All")
  1853. wait(0.1)
  1854. -- BACKFLIP JUMP --
  1855. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  1856. v.AnimationId = 'rbxassetid://229782914'
  1857. end
  1858. end)
  1859.  
  1860.  
  1861. golem.Name = "golem"
  1862. golem.Parent = DragFrame
  1863. golem.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  1864. golem.BorderSizePixel = 5
  1865. golem.Position = UDim2.new(0.0393939391, 0, 0.319999993, 0)
  1866. golem.Size = UDim2.new(0, 139, 0, 50)
  1867. golem.Font = Enum.Font.SourceSans
  1868. golem.Text = "GOLEM WALK"
  1869. golem.TextColor3 = Color3.new(0, 0, 0)
  1870. golem.TextSize = 14
  1871. golem.MouseButton1Down:connect(function()
  1872. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Golem Walk is now on!" ,"All")
  1873. wait(0.1)
  1874. -- BACKFLIP JUMP --
  1875. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.walk:GetChildren()) do
  1876. v.AnimationId = 'rbxassetid://553240602'
  1877. end
  1878. end)
  1879.  
  1880. tired.Name = "tired"
  1881. tired.Parent = DragFrame
  1882. tired.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  1883. tired.BorderSizePixel = 5
  1884. tired.Position = UDim2.new(0.551515162, 0, 0.319999993, 0)
  1885. tired.Size = UDim2.new(0, 139, 0, 50)
  1886. tired.Font = Enum.Font.SourceSans
  1887. tired.Text = "TIRED WALK"
  1888. tired.TextColor3 = Color3.new(0, 0, 0)
  1889. tired.TextSize = 14
  1890. tired.MouseButton1Down:connect(function()
  1891. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Tired Walk is now on !" ,"All")
  1892. wait(0.1)
  1893. -- BACKFLIP JUMP --
  1894. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.walk:GetChildren()) do
  1895. v.AnimationId = 'rbxassetid://453069115'
  1896. end
  1897. end)
  1898.  
  1899. CloseApack.Name = "CloseApack"
  1900. CloseApack.Parent = DragFrame
  1901. CloseApack.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  1902. CloseApack.BorderSizePixel = 4
  1903. CloseApack.Position = UDim2.new(0.936363637, 0, 0, 0)
  1904. CloseApack.Size = UDim2.new(0, 21, 0, 22)
  1905. CloseApack.Font = Enum.Font.SourceSans
  1906. CloseApack.Text = "X"
  1907. CloseApack.TextColor3 = Color3.new(0, 0, 0)
  1908. CloseApack.TextSize = 14
  1909. CloseApack.MouseButton1Down:connect(function()
  1910. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Animation Pack has been closed!" ,"All")
  1911. wait(0.1)
  1912. DragFrame.Visible = false
  1913. end)
  1914.  
  1915. -- LUL
  1916. end)
  1917.  
  1918. Ustawienia.Name = "Ustawienia"
  1919. Ustawienia.Parent = ZetoxV4
  1920. Ustawienia.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  1921. Ustawienia.BorderSizePixel = 9
  1922. Ustawienia.Position = UDim2.new(0.514950156, 0, 0.0334448144, 0)
  1923. Ustawienia.Size = UDim2.new(0, 137, 0, 54)
  1924. Ustawienia.Font = Enum.Font.Arial
  1925. Ustawienia.Text = "[SETTINGS]"
  1926. Ustawienia.TextColor3 = Color3.new(0, 0, 0)
  1927. Ustawienia.TextSize = 14
  1928. Ustawienia.MouseButton1Down:connect(function()
  1929. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Settings are now open!" ,"All")
  1930. wait(1.2)
  1931. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Remember, you must have turned on attack pack to work!" ,"All")
  1932. ---- Objects
  1933. plr = game.Players.LocalPlayer
  1934. local SettingGui = Instance.new("ScreenGui")
  1935. local SettingFrame = Instance.new("Frame")
  1936. local Setting = Instance.new("TextLabel")
  1937. local CloseSetting = Instance.new("TextButton")
  1938. local TornadoMaster = Instance.new("TextLabel")
  1939. local KickAtack = Instance.new("TextLabel")
  1940. local FinishPipe = Instance.new("TextLabel")
  1941. local SpinAtack = Instance.new("TextLabel")
  1942. local DabAtack = Instance.new("TextLabel")
  1943. --Properties:
  1944. SettingGui.Name = "SettingGui"
  1945. SettingGui.Parent = plr.PlayerGui
  1946.  
  1947. SettingFrame.Name = "SettingFrame"
  1948. SettingFrame.Parent = SettingGui
  1949. SettingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1950. SettingFrame.BorderSizePixel = 5
  1951. SettingFrame.Position = UDim2.new(0.785515308, 0, 0.0436432622, 0)
  1952. SettingFrame.Size = UDim2.new(0, 219, 0, 278)
  1953. SettingFrame.Active = true
  1954. SettingFrame.draggable = true
  1955.  
  1956. Setting.Name = "Setting"
  1957. Setting.Parent = SettingFrame
  1958. Setting.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  1959. Setting.BorderSizePixel = 5
  1960. Setting.Size = UDim2.new(0, 219, 0, 52)
  1961. Setting.Font = Enum.Font.SourceSans
  1962. Setting.Text = "[SETTINGS]"
  1963. Setting.TextColor3 = Color3.new(0, 0, 0)
  1964. Setting.TextSize = 14
  1965. Setting.Active = true
  1966. Setting.draggable = true
  1967.  
  1968. CloseSetting.Name = "CloseSetting"
  1969. CloseSetting.Parent = SettingFrame
  1970. CloseSetting.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  1971. CloseSetting.BorderSizePixel = 5
  1972. CloseSetting.Position = UDim2.new(0.904109597, 0, 0, 0)
  1973. CloseSetting.Size = UDim2.new(0, 21, 0, 19)
  1974. CloseSetting.Font = Enum.Font.SourceSans
  1975. CloseSetting.Text = "X"
  1976. CloseSetting.TextColor3 = Color3.new(0, 0, 0)
  1977. CloseSetting.TextSize = 14
  1978. CloseSetting.MouseButton1Down:connect(function()
  1979. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Settings has been closed!" ,"All")
  1980. wait(0.7)
  1981. SettingFrame.Visible = false
  1982. end)
  1983.  
  1984. TornadoMaster.Name = "TornadoMaster"
  1985. TornadoMaster.Parent = SettingFrame
  1986. TornadoMaster.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  1987. TornadoMaster.BorderSizePixel = 5
  1988. TornadoMaster.Position = UDim2.new(0, 0, 0.83959043, 0)
  1989. TornadoMaster.Size = UDim2.new(0, 219, 0, 47)
  1990. TornadoMaster.Font = Enum.Font.SourceSans
  1991. TornadoMaster.Text = "TORNADO MASTER PUNCH"
  1992. TornadoMaster.TextColor3 = Color3.new(0, 0, 0)
  1993. TornadoMaster.TextSize = 14
  1994.  
  1995. KickAtack.Name = "KickAtack"
  1996. KickAtack.Parent = SettingFrame
  1997. KickAtack.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  1998. KickAtack.BorderSizePixel = 5
  1999. KickAtack.Position = UDim2.new(0, 0, 0.679180861, 0)
  2000. KickAtack.Size = UDim2.new(0, 219, 0, 47)
  2001. KickAtack.Font = Enum.Font.SourceSans
  2002. KickAtack.Text = "KICK ATACK PUNCH"
  2003. KickAtack.TextColor3 = Color3.new(0, 0, 0)
  2004. KickAtack.TextSize = 14
  2005.  
  2006. FinishPipe.Name = "FinishPipe"
  2007. FinishPipe.Parent = SettingFrame
  2008. FinishPipe.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  2009. FinishPipe.BorderSizePixel = 5
  2010. FinishPipe.Position = UDim2.new(0, 0, 0.518771291, 0)
  2011. FinishPipe.Size = UDim2.new(0, 219, 0, 47)
  2012. FinishPipe.Font = Enum.Font.SourceSans
  2013. FinishPipe.Text = "END PIPE PUNCH"
  2014. FinishPipe.TextColor3 = Color3.new(0, 0, 0)
  2015. FinishPipe.TextSize = 14
  2016.  
  2017. SpinAtack.Name = "SpinAtack"
  2018. SpinAtack.Parent = SettingFrame
  2019. SpinAtack.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  2020. SpinAtack.BorderSizePixel = 5
  2021. SpinAtack.Position = UDim2.new(0, 0, 0.358361721, 0)
  2022. SpinAtack.Size = UDim2.new(0, 219, 0, 47)
  2023. SpinAtack.Font = Enum.Font.SourceSans
  2024. SpinAtack.Text = "SPIN PUNCH"
  2025. SpinAtack.TextColor3 = Color3.new(0, 0, 0)
  2026. SpinAtack.TextSize = 14
  2027.  
  2028. DabAtack.Name = "DabAtack"
  2029. DabAtack.Parent = SettingFrame
  2030. DabAtack.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  2031. DabAtack.BorderSizePixel = 5
  2032. DabAtack.Position = UDim2.new(0, 0, 0.197952166, 0)
  2033. DabAtack.Size = UDim2.new(0, 219, 0, 47)
  2034. DabAtack.Font = Enum.Font.SourceSans
  2035. DabAtack.Text = "DAB PUNCH"
  2036. DabAtack.TextColor3 = Color3.new(0, 0, 0)
  2037. DabAtack.TextSize = 14
  2038. -- OSKAR IS GOOD ---
  2039. end)
  2040.  
  2041. Twurca.Name = "Twurca"
  2042. Twurca.Parent = ZetoxV4
  2043. Twurca.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0.498039)
  2044. Twurca.BorderSizePixel = 9
  2045. Twurca.Position = UDim2.new(0.0299003329, 0, 0.0326574892, 0)
  2046. Twurca.Size = UDim2.new(0, 131, 0, 54)
  2047. Twurca.Font = Enum.Font.Arial
  2048. Twurca.Text = "[ CREDITS]"
  2049. Twurca.TextColor3 = Color3.new(0, 0, 0)
  2050. Twurca.TextSize = 14
  2051. Twurca.MouseButton1Down:connect(function()
  2052. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Credits have been opened!" ,"All")
  2053. wait(0.7)
  2054. ---- Objects
  2055. plr = game.Players.LocalPlayer
  2056. local TwurcaV9kd = Instance.new("ScreenGui")
  2057. local Frame = Instance.new("Frame")
  2058. local NazwaTego = Instance.new("TextLabel")
  2059. local CloseCredits = Instance.new("TextButton")
  2060. local NazwaTego2 = Instance.new("TextLabel")
  2061. local NazwaTego3 = Instance.new("TextLabel")
  2062. --Properties:
  2063. TwurcaV9kd.Name = "TwurcaV9kd"
  2064. TwurcaV9kd.Parent = plr.PlayerGui
  2065.  
  2066. Frame.Parent = TwurcaV9kd
  2067. Frame.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  2068. Frame.BorderSizePixel = 5
  2069. Frame.Position = UDim2.new(0.796483696, 0, 0.497153699, 0)
  2070. Frame.Size = UDim2.new(0, 207, 0, 255)
  2071.  
  2072. NazwaTego.Name = "NazwaTego"
  2073. NazwaTego.Parent = Frame
  2074. NazwaTego.BackgroundColor3 = Color3.new(1, 0.662745, 0.945098)
  2075. NazwaTego.BorderSizePixel = 5
  2076. NazwaTego.Size = UDim2.new(0, 207, 0, 50)
  2077. NazwaTego.Font = Enum.Font.SourceSans
  2078. NazwaTego.Text = "[CREDITS]"
  2079. NazwaTego.TextColor3 = Color3.new(0, 0, 0)
  2080. NazwaTego.TextSize = 14
  2081. NazwaTego.Active = true
  2082. NazwaTego.draggable = true
  2083.  
  2084. CloseCredits.Name = "CloseCredits"
  2085. CloseCredits.Parent = Frame
  2086. CloseCredits.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  2087. CloseCredits.BorderSizePixel = 5
  2088. CloseCredits.Position = UDim2.new(0.908212543, 0, 0, 0)
  2089. CloseCredits.Size = UDim2.new(0, 19, 0, 19)
  2090. CloseCredits.Font = Enum.Font.SourceSans
  2091. CloseCredits.Text = "X"
  2092. CloseCredits.TextColor3 = Color3.new(0, 0, 0)
  2093. CloseCredits.TextSize = 14
  2094. CloseCredits.MouseButton1Down:connect(function()
  2095. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Credits have been closed!" ,"All")
  2096. wait(0.2)
  2097. NazwaTego.Visible = false
  2098. end)
  2099.  
  2100. NazwaTego2.Name = "NazwaTego2"
  2101. NazwaTego2.Parent = Frame
  2102. NazwaTego2.BackgroundColor3 = Color3.new(1, 0.631373, 0.415686)
  2103. NazwaTego2.Position = UDim2.new(0.12560387, 0, 0.345098048, 0)
  2104. NazwaTego2.Size = UDim2.new(0, 162, 0, 50)
  2105. NazwaTego2.Font = Enum.Font.SourceSans
  2106. NazwaTego2.Text = "Discord oskar#8412"
  2107. NazwaTego2.TextColor3 = Color3.new(0, 0, 0)
  2108. NazwaTego2.TextSize = 14
  2109.  
  2110. NazwaTego3.Name = "NazwaTego3"
  2111. NazwaTego3.Parent = Frame
  2112. NazwaTego3.BackgroundColor3 = Color3.new(1, 0.631373, 0.415686)
  2113. NazwaTego3.Position = UDim2.new(0.12560387, 0, 0.674509823, 0)
  2114. NazwaTego3.Size = UDim2.new(0, 162, 0, 50)
  2115. NazwaTego3.Font = Enum.Font.SourceSans
  2116. NazwaTego3.Text = "Discord [??K?0??]#6654"
  2117. NazwaTego3.TextColor3 = Color3.new(0, 0, 0)
  2118. NazwaTego3.TextSize = 14
  2119. --HACKING IS GOOD--
  2120. end)
  2121.  
  2122. ZetoxV4_2.Name = "ZetoxV4"
  2123. ZetoxV4_2.Parent = ZetoxV4
  2124. ZetoxV4_2.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.666667)
  2125. ZetoxV4_2.BorderSizePixel = 9
  2126. ZetoxV4_2.Position = UDim2.new(0, 0, 0.939799309, 0)
  2127. ZetoxV4_2.Size = UDim2.new(0, 301, 0, 18)
  2128. ZetoxV4_2.Text = "ZETOX V4"
  2129. ZetoxV4_2.TextColor3 = Color3.new(0, 0, 0)
  2130. ZetoxV4_2.TextSize = 14
  2131.  
  2132. CloseZetoxV4.Name = "CloseZetoxV4"
  2133. CloseZetoxV4.Parent = ZetoxV4
  2134. CloseZetoxV4.BackgroundColor3 = Color3.new(0.498039, 0.0156863, 0.0235294)
  2135. CloseZetoxV4.BorderSizePixel = 2
  2136. CloseZetoxV4.Position = UDim2.new(0.970099688, 0, -0.0234113708, 0)
  2137. CloseZetoxV4.Size = UDim2.new(0, 16, 0, 17)
  2138. CloseZetoxV4.Font = Enum.Font.SourceSans
  2139. CloseZetoxV4.Text = "X"
  2140. CloseZetoxV4.TextColor3 = Color3.new(0, 0, 0)
  2141. CloseZetoxV4.TextSize = 14
  2142. CloseZetoxV4.MouseButton1Down:connect(function()
  2143. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] Thanks for using Zetox V4,Hope too see you soon!" ,"All")
  2144. wait(0.2)
  2145. ZetoxV4.Visible = false
  2146. end)
  2147.  
  2148. Zetox.Name = "Zetox"
  2149. Zetox.Parent = ZetoxV4
  2150. Zetox.BackgroundColor3 = Color3.new(1, 1, 1)
  2151. Zetox.BorderSizePixel = 4
  2152. Zetox.Position = UDim2.new(-0.0299003329, 0, -0.729097009, 0)
  2153. Zetox.Size = UDim2.new(0, 1366, 0, 527)
  2154. Zetox.Style = Enum.ButtonStyle.RobloxRoundButton
  2155. Zetox.Font = Enum.Font.Fantasy
  2156. Zetox.Text = "- [CLICK TO OPEN ZETOX V4 Improved Grammar by SoDxpressed#1763] -"
  2157. Zetox.TextColor3 = Color3.new(0, 0, 0)
  2158. Zetox.TextSize = 50
  2159. Zetox.MouseButton1Down:connect(function()
  2160. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Guard] RobuxMan Gui has successfully loaded" ,"All")
  2161. wait(0.2)
  2162. Zetox.Visible = false
  2163. end)
  2164. -- Zetox V4.
Add Comment
Please, Sign In to add comment