Guest User

a

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