HowAreYu

buzz hub

Nov 8th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.55 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Login = Instance.new("Frame")
  6. local Bar1 = Instance.new("Frame")
  7. local Bar2 = Instance.new("Frame")
  8. local LoginTitle = Instance.new("TextLabel")
  9. local UserBox = Instance.new("TextBox")
  10. local PassBox = Instance.new("TextBox")
  11. local Confirm = Instance.new("TextButton")
  12. local LoginExitButton = Instance.new("TextButton")
  13. local HelpButton = Instance.new("TextButton")
  14. local Credits = Instance.new("TextLabel")
  15. local BuzzHub = Instance.new("Frame")
  16. local BuzzHubTitle = Instance.new("TextLabel")
  17. local Onyx = Instance.new("TextButton")
  18. local BoogaFucker = Instance.new("TextButton")
  19. local Admin = Instance.new("TextButton")
  20. local ExitButton = Instance.new("TextButton")
  21. local JailBreak = Instance.new("TextButton")
  22. local MiningSim = Instance.new("TextButton")
  23. local GrabKnife = Instance.new("TextButton")
  24. local GrabKnife_2 = Instance.new("TextButton")
  25. local Admin_2 = Instance.new("TextButton")
  26. local Help = Instance.new("Frame")
  27. local Bar1_2 = Instance.new("Frame")
  28. local Bar2_2 = Instance.new("Frame")
  29. local HelpTitle = Instance.new("TextLabel")
  30. local HelpExit = Instance.new("TextButton")
  31. local HelpTxt = Instance.new("TextLabel")
  32. --Properties:
  33. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  34.  
  35. Login.Name = "Login"
  36. Login.Parent = ScreenGui
  37. Login.Active = true
  38. Login.BackgroundColor3 = Color3.new(0.639216, 0, 0.223529)
  39. Login.BorderColor3 = Color3.new(0.407843, 0, 0.141176)
  40. Login.BorderSizePixel = 5
  41. Login.Position = UDim2.new(0.0686319992, 0, 0.0367775895, 0)
  42. Login.Size = UDim2.new(0, 376, 0, 387)
  43.  
  44. Bar1.Name = "Bar1"
  45. Bar1.Parent = Login
  46. Bar1.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  47. Bar1.BorderSizePixel = 0
  48. Bar1.Size = UDim2.new(0, 376, 0, 23)
  49.  
  50. Bar2.Name = "Bar2"
  51. Bar2.Parent = Login
  52. Bar2.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  53. Bar2.BorderSizePixel = 0
  54. Bar2.Position = UDim2.new(0, 0, 0.0413436703, 0)
  55. Bar2.Size = UDim2.new(0, 376, 0, 23)
  56.  
  57. LoginTitle.Name = "LoginTitle"
  58. LoginTitle.Parent = Login
  59. LoginTitle.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  60. LoginTitle.BorderSizePixel = 0
  61. LoginTitle.Size = UDim2.new(0, 376, 0, 39)
  62. LoginTitle.Font = Enum.Font.SourceSans
  63. LoginTitle.Text = "Buzz Hub Login"
  64. LoginTitle.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  65. LoginTitle.TextScaled = true
  66. LoginTitle.TextSize = 14
  67. LoginTitle.TextWrapped = true
  68.  
  69. UserBox.Name = "UserBox"
  70. UserBox.Parent = Login
  71. UserBox.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  72. UserBox.BorderSizePixel = 0
  73. UserBox.Position = UDim2.new(0.125, 0, 0.263565898, 0)
  74. UserBox.Size = UDim2.new(0, 281, 0, 29)
  75. UserBox.Font = Enum.Font.SourceSans
  76. UserBox.Text = "Username"
  77. UserBox.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  78. UserBox.TextScaled = true
  79. UserBox.TextSize = 14
  80. UserBox.TextWrapped = true
  81.  
  82. PassBox.Name = "PassBox"
  83. PassBox.Parent = Login
  84. PassBox.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  85. PassBox.BorderSizePixel = 0
  86. PassBox.Position = UDim2.new(0.125, 0, 0.418604672, 0)
  87. PassBox.Size = UDim2.new(0, 281, 0, 29)
  88. PassBox.Font = Enum.Font.SourceSans
  89. PassBox.Text = "Password"
  90. PassBox.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  91. PassBox.TextScaled = true
  92. PassBox.TextSize = 14
  93. PassBox.TextWrapped = true
  94.  
  95. Confirm.Name = "Confirm"
  96. Confirm.Parent = Login
  97. Confirm.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  98. Confirm.BorderSizePixel = 0
  99. Confirm.Position = UDim2.new(0.231382981, 0, 0.648578823, 0)
  100. Confirm.Size = UDim2.new(0, 200, 0, 50)
  101. Confirm.Font = Enum.Font.SourceSansBold
  102. Confirm.Text = "Confirm"
  103. Confirm.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  104. Confirm.TextScaled = true
  105. Confirm.TextSize = 14
  106. Confirm.TextWrapped = true
  107.  
  108. LoginExitButton.Name = "LoginExitButton"
  109. LoginExitButton.Parent = Login
  110. LoginExitButton.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  111. LoginExitButton.BorderColor3 = Color3.new(0.639216, 0, 0.223529)
  112. LoginExitButton.BorderSizePixel = 0
  113. LoginExitButton.Position = UDim2.new(0.893617034, 0, -0.00516795833, 0)
  114. LoginExitButton.Size = UDim2.new(0, 40, 0, 36)
  115. LoginExitButton.Font = Enum.Font.SourceSansBold
  116. LoginExitButton.Text = "X"
  117. LoginExitButton.TextColor3 = Color3.new(0.921569, 0.101961, 0.145098)
  118. LoginExitButton.TextScaled = true
  119. LoginExitButton.TextSize = 14
  120. LoginExitButton.TextWrapped = true
  121.  
  122. HelpButton.Name = "HelpButton"
  123. HelpButton.Parent = Login
  124. HelpButton.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  125. HelpButton.BorderSizePixel = 0
  126. HelpButton.Position = UDim2.new(0.316489398, 0, 0.935400546, 0)
  127. HelpButton.Size = UDim2.new(0, 135, 0, 25)
  128. HelpButton.Font = Enum.Font.SourceSansBold
  129. HelpButton.Text = "Help"
  130. HelpButton.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  131. HelpButton.TextScaled = true
  132. HelpButton.TextSize = 14
  133. HelpButton.TextWrapped = true
  134.  
  135. Credits.Name = "Credits"
  136. Credits.Parent = Login
  137. Credits.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  138. Credits.BackgroundTransparency = 123
  139. Credits.BorderSizePixel = 0
  140. Credits.Position = UDim2.new(0, 0, 0.100775197, 0)
  141. Credits.Size = UDim2.new(0, 376, 0, 39)
  142. Credits.Font = Enum.Font.SourceSans
  143. Credits.Text = "Hub Made By Reuben and Created For Buzzard Hacks Please go subscribe to his channel "
  144. Credits.TextColor3 = Color3.new(0.407843, 0, 0.141176)
  145. Credits.TextScaled = true
  146. Credits.TextSize = 14
  147. Credits.TextWrapped = true
  148.  
  149. BuzzHub.Name = "BuzzHub"
  150. BuzzHub.Parent = ScreenGui
  151. BuzzHub.Active = true
  152. BuzzHub.BackgroundColor3 = Color3.new(0.639216, 0, 0.223529)
  153. BuzzHub.BorderColor3 = Color3.new(0.407843, 0, 0.141176)
  154. BuzzHub.BorderSizePixel = 5
  155. BuzzHub.Position = UDim2.new(0.616264284, 0, 0.015761815, 0)
  156. BuzzHub.Size = UDim2.new(0, 294, 0, 490)
  157. BuzzHub.Visible = false
  158.  
  159. BuzzHubTitle.Name = "BuzzHub Title"
  160. BuzzHubTitle.Parent = BuzzHub
  161. BuzzHubTitle.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  162. BuzzHubTitle.BorderSizePixel = 0
  163. BuzzHubTitle.Position = UDim2.new(0, 0, -0.00682593836, 0)
  164. BuzzHubTitle.Size = UDim2.new(0, 294, 0, 39)
  165. BuzzHubTitle.Font = Enum.Font.SourceSans
  166. BuzzHubTitle.Text = "Buzz Hub"
  167. BuzzHubTitle.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  168. BuzzHubTitle.TextScaled = true
  169. BuzzHubTitle.TextSize = 14
  170. BuzzHubTitle.TextWrapped = true
  171.  
  172. Onyx.Name = "Onyx"
  173. Onyx.Parent = BuzzHub
  174. Onyx.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  175. Onyx.BorderSizePixel = 0
  176. Onyx.Position = UDim2.new(0.159954399, 0, 0.0789695755, 0)
  177. Onyx.Size = UDim2.new(0, 200, 0, 50)
  178. Onyx.Font = Enum.Font.SourceSansBold
  179. Onyx.Text = "Onyx Hub"
  180. Onyx.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  181. Onyx.TextScaled = true
  182. Onyx.TextSize = 14
  183. Onyx.TextWrapped = true
  184.  
  185. BoogaFucker.Name = "Booga Fucker"
  186. BoogaFucker.Parent = BuzzHub
  187. BoogaFucker.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  188. BoogaFucker.BorderSizePixel = 0
  189. BoogaFucker.Position = UDim2.new(0.159954399, 0, 0.19997476, 0)
  190. BoogaFucker.Size = UDim2.new(0, 200, 0, 50)
  191. BoogaFucker.Font = Enum.Font.SourceSansBold
  192. BoogaFucker.Text = "Booga Fucker"
  193. BoogaFucker.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  194. BoogaFucker.TextScaled = true
  195. BoogaFucker.TextSize = 14
  196. BoogaFucker.TextWrapped = true
  197.  
  198. Admin.Name = "Admin"
  199. Admin.Parent = BuzzHub
  200. Admin.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  201. Admin.BorderSizePixel = 0
  202. Admin.Position = UDim2.new(0.159954399, 0, 0.321557999, 0)
  203. Admin.Size = UDim2.new(0, 200, 0, 50)
  204. Admin.Font = Enum.Font.SourceSansBold
  205. Admin.Text = "Admin Script"
  206. Admin.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  207. Admin.TextScaled = true
  208. Admin.TextSize = 14
  209. Admin.TextWrapped = true
  210.  
  211. ExitButton.Name = "ExitButton"
  212. ExitButton.Parent = BuzzHub
  213. ExitButton.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  214. ExitButton.BorderColor3 = Color3.new(0.639216, 0, 0.223529)
  215. ExitButton.BorderSizePixel = 0
  216. ExitButton.Position = UDim2.new(0.863004804, 0, -0.00516795833, 0)
  217. ExitButton.Size = UDim2.new(0, 40, 0, 36)
  218. ExitButton.Font = Enum.Font.SourceSansBold
  219. ExitButton.Text = "X"
  220. ExitButton.TextColor3 = Color3.new(0.921569, 0.101961, 0.145098)
  221. ExitButton.TextScaled = true
  222. ExitButton.TextSize = 14
  223. ExitButton.TextWrapped = true
  224.  
  225. JailBreak.Name = "JailBreak"
  226. JailBreak.Parent = BuzzHub
  227. JailBreak.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  228. JailBreak.BorderSizePixel = 0
  229. JailBreak.Position = UDim2.new(0.159954399, 0, 0.444006979, 0)
  230. JailBreak.Size = UDim2.new(0, 200, 0, 50)
  231. JailBreak.Font = Enum.Font.SourceSansBold
  232. JailBreak.Text = "JailBreak Script"
  233. JailBreak.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  234. JailBreak.TextScaled = true
  235. JailBreak.TextSize = 14
  236. JailBreak.TextWrapped = true
  237.  
  238. MiningSim.Name = "Mining Sim"
  239. MiningSim.Parent = BuzzHub
  240. MiningSim.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  241. MiningSim.BorderSizePixel = 0
  242. MiningSim.Position = UDim2.new(0.159954399, 0, 0.568496764, 0)
  243. MiningSim.Size = UDim2.new(0, 200, 0, 50)
  244. MiningSim.Font = Enum.Font.SourceSansBold
  245. MiningSim.Text = "Mining simulator"
  246. MiningSim.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  247. MiningSim.TextScaled = true
  248. MiningSim.TextSize = 14
  249. MiningSim.TextWrapped = true
  250.  
  251. GrabKnife.Name = "Grab Knife"
  252. GrabKnife.Parent = BuzzHub
  253. GrabKnife.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  254. GrabKnife.BorderSizePixel = 0
  255. GrabKnife.Position = UDim2.new(0.159954399, 0, 0.817476392, 0)
  256. GrabKnife.Size = UDim2.new(0, 200, 0, 50)
  257. GrabKnife.Font = Enum.Font.SourceSansBold
  258. GrabKnife.Text = "Suicide"
  259. GrabKnife.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  260. GrabKnife.TextScaled = true
  261. GrabKnife.TextSize = 14
  262. GrabKnife.TextWrapped = true
  263.  
  264. GrabKnife_2.Name = "Grab Knife"
  265. GrabKnife_2.Parent = BuzzHub
  266. GrabKnife_2.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  267. GrabKnife_2.BorderSizePixel = 0
  268. GrabKnife_2.Position = UDim2.new(0.159954399, 0, 0.690945804, 0)
  269. GrabKnife_2.Size = UDim2.new(0, 200, 0, 50)
  270. GrabKnife_2.Font = Enum.Font.SourceSansBold
  271. GrabKnife_2.Text = "GrabKnife V4"
  272. GrabKnife_2.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  273. GrabKnife_2.TextScaled = true
  274. GrabKnife_2.TextSize = 14
  275. GrabKnife_2.TextWrapped = true
  276.  
  277. Admin_2.Name = "Admin"
  278. Admin_2.Parent = ScreenGui
  279. Admin_2.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  280. Admin_2.BorderSizePixel = 0
  281. Admin_2.Position = UDim2.new(0.73301667, 0, 0.0085696578, 0)
  282. Admin_2.Size = UDim2.new(0, 200, 0, 50)
  283. Admin_2.Visible = false
  284. Admin_2.Font = Enum.Font.SourceSansBold
  285. Admin_2.Text = "OPEN"
  286. Admin_2.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  287. Admin_2.TextScaled = true
  288. Admin_2.TextSize = 14
  289. Admin_2.TextWrapped = true
  290.  
  291. Help.Name = "Help"
  292. Help.Parent = ScreenGui
  293. Help.Active = true
  294. Help.BackgroundColor3 = Color3.new(0.639216, 0, 0.223529)
  295. Help.BorderColor3 = Color3.new(0.407843, 0, 0.141176)
  296. Help.BorderSizePixel = 5
  297. Help.Position = UDim2.new(0.0686149895, 0, 0.718038559, 0)
  298. Help.Size = UDim2.new(0, 422, 0, 146)
  299. Help.Visible = false
  300.  
  301. Bar1_2.Name = "Bar1"
  302. Bar1_2.Parent = Help
  303. Bar1_2.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  304. Bar1_2.BorderSizePixel = 0
  305. Bar1_2.Size = UDim2.new(0, 376, 0, 23)
  306.  
  307. Bar2_2.Name = "Bar2"
  308. Bar2_2.Parent = Help
  309. Bar2_2.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  310. Bar2_2.BorderSizePixel = 0
  311. Bar2_2.Position = UDim2.new(0, 0, 0.0413436703, 0)
  312. Bar2_2.Size = UDim2.new(0, 376, 0, 23)
  313.  
  314. HelpTitle.Name = "HelpTitle"
  315. HelpTitle.Parent = Help
  316. HelpTitle.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  317. HelpTitle.BorderSizePixel = 0
  318. HelpTitle.Size = UDim2.new(0, 376, 0, 39)
  319. HelpTitle.Font = Enum.Font.SourceSans
  320. HelpTitle.Text = "HELP"
  321. HelpTitle.TextColor3 = Color3.new(0.639216, 0, 0.223529)
  322. HelpTitle.TextScaled = true
  323. HelpTitle.TextSize = 14
  324. HelpTitle.TextWrapped = true
  325.  
  326. HelpExit.Name = "HelpExit"
  327. HelpExit.Parent = Help
  328. HelpExit.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  329. HelpExit.BorderColor3 = Color3.new(0.639216, 0, 0.223529)
  330. HelpExit.BorderSizePixel = 0
  331. HelpExit.Position = UDim2.new(0.890995264, 0, -0.00684931502, 0)
  332. HelpExit.Size = UDim2.new(0, 46, 0, 40)
  333. HelpExit.Font = Enum.Font.SourceSansBold
  334. HelpExit.Text = "X"
  335. HelpExit.TextColor3 = Color3.new(0.921569, 0.101961, 0.145098)
  336. HelpExit.TextScaled = true
  337. HelpExit.TextSize = 14
  338. HelpExit.TextWrapped = true
  339.  
  340. HelpTxt.Name = "HelpTxt"
  341. HelpTxt.Parent = Help
  342. HelpTxt.BackgroundColor3 = Color3.new(0.407843, 0, 0.141176)
  343. HelpTxt.BackgroundTransparency = 100
  344. HelpTxt.BorderSizePixel = 0
  345. HelpTxt.Position = UDim2.new(0.0189573467, 0, 0.363013685, 0)
  346. HelpTxt.Size = UDim2.new(0, 414, 0, 77)
  347. HelpTxt.Font = Enum.Font.SourceSans
  348. HelpTxt.Text = "Some scripts might NOT work If So please DM me on discord @Reuben8579"
  349. HelpTxt.TextColor3 = Color3.new(0.407843, 0, 0.141176)
  350. HelpTxt.TextScaled = true
  351. HelpTxt.TextSize = 14
  352. HelpTxt.TextWrapped = true
  353.  
  354. --Scripts
  355.  
  356. ExitButton.MouseButton1Down:connect(function()
  357. BuzzHub.Visible = false
  358. Admin_2.Visible = true
  359. end)
  360.  
  361.  
  362. HelpButton.MouseButton1Down:connect(function()
  363. Help.Visible = true
  364. end)
  365.  
  366. HelpExit.MouseButton1Down:connect(function()
  367. Help.Visible = false
  368. end)
  369.  
  370.  
  371. Confirm.MouseButton1Down:connect(function()
  372. BuzzHub.Visible = true
  373. Login.Visible = false
  374. end)
  375.  
  376. Admin_2.MouseButton1Down:connect(function()
  377. BuzzHub.Visible = true
  378. Admin_2.Visible = false
  379. end)
  380.  
  381. LoginExitButton.MouseButton1Down:connect(function()
  382. Login.Visible = false
  383. end)
  384.  
  385.  
  386. MiningSim.MouseButton1Down:connect(function()
  387. local obj = game:GetObjects('rbxassetid://2069883952')[1]
  388. loadstring(obj.Script.Source)()
  389. end)
  390.  
  391.  
  392. GrabKnife_2.MouseButton1Down:connect(function()
  393. me = game.Players.djface203
  394.  
  395. char = me.Character
  396.  
  397. selected = false
  398.  
  399. attacking = false
  400.  
  401. hurt = false
  402.  
  403. grabbed = nil
  404.  
  405. mode = "drop"
  406.  
  407. bloodcolors = {"Really red", "Bright red"}
  408.  
  409.  
  410.  
  411. function prop(part, parent, collide, tran, ref, x, y, z, color, anchor, form)
  412.  
  413. part.Parent = parent
  414.  
  415. part.formFactor = form
  416.  
  417. part.CanCollide = collide
  418.  
  419. part.Transparency = tran
  420.  
  421. part.Reflectance = ref
  422.  
  423. part.Size = Vector3.new(x,y,z)
  424.  
  425. part.BrickColor = BrickColor.new(color)
  426.  
  427. part.TopSurface = 0
  428.  
  429. part.BottomSurface = 0
  430.  
  431. part.Anchored = anchor
  432.  
  433. part.Locked = true
  434.  
  435. part:BreakJoints()
  436.  
  437. end
  438.  
  439.  
  440. function weld(w, p, p1, a, b, c, x, y, z)
  441.  
  442. w.Parent = p
  443.  
  444. w.Part0 = p
  445.  
  446. w.Part1 = p1
  447.  
  448. w.C1 = CFrame.fromEulerAnglesXYZ(a,b,c) * CFrame.new(x,y,z)
  449.  
  450. end
  451.  
  452.  
  453. function mesh(mesh, parent, x, y, z, type)
  454.  
  455. mesh.Parent = parent
  456.  
  457. mesh.Scale = Vector3.new(x, y, z)
  458.  
  459. mesh.MeshType = type
  460.  
  461. end
  462.  
  463.  
  464. function remgui()
  465.  
  466. for _,v in pairs(me.PlayerGui:GetChildren()) do
  467.  
  468. if v.Name == "Modeshow" then
  469.  
  470. v:remove()
  471.  
  472. end
  473.  
  474. end
  475.  
  476. end
  477.  
  478.  
  479. function inform(text,delay)
  480.  
  481. remgui()
  482.  
  483. local sc = Instance.new("ScreenGui")
  484.  
  485. sc.Parent = me.PlayerGui
  486.  
  487. sc.Name = "Modeshow"
  488.  
  489. local bak = Instance.new("Frame",sc)
  490.  
  491. bak.BackgroundColor3 = Color3.new(1,1,1)
  492.  
  493. bak.Size = UDim2.new(0.94,0,0.1,0)
  494.  
  495. bak.Position = UDim2.new(0.03,0,0.037,0)
  496.  
  497. bak.BorderSizePixel = 0
  498.  
  499. local gi = Instance.new("TextLabel",sc)
  500.  
  501. gi.Size = UDim2.new(0.92,0,0.09,0)
  502.  
  503. gi.BackgroundColor3 = Color3.new(0,0,0)
  504.  
  505. gi.Position = UDim2.new(0.04,0,0.042,0)
  506.  
  507. gi.TextColor3 = Color3.new(1,1,1)
  508.  
  509. gi.FontSize = "Size12"
  510.  
  511. gi.Text = text
  512.  
  513. coroutine.resume(coroutine.create(function()
  514.  
  515. wait(delay)
  516.  
  517. sc:remove()
  518.  
  519. end))
  520.  
  521. end
  522. end)
  523.  
  524.  
  525.  
  526.  
  527. GrabKnife.MouseButton1Down:connect(function()
  528. --Left Click to kill yourself
  529.  
  530. local player = game.Players.LocalPlayer
  531. repeat wait() until player.Character.Humanoid
  532. local humanoid = player.Character.Humanoid
  533. local mouse = player:GetMouse()
  534. --game.Players.LocalPlayer.Character.Shirt.ShirtTemplate='rbxassetid://473465498'
  535. local player=game.Players.LocalPlayer;
  536. local char=game.Players.LocalPlayer.Character;
  537. local humanoid = player.Character.Humanoid;
  538. Tool=Instance.new('Tool', game.Players.LocalPlayer.Backpack);
  539. Tool.GripRight=Vector3.new(-0.816, 0, 0.577);
  540. Tool.GripUp=Vector3.new(-0.027, 0.996, -0.089);
  541. Tool.GripPos=Vector3.new(-0.3, -0.4, 0.4);
  542. Tool.GripForward=Vector3.new(-1, 0, -0); --0.485, 0.14, -0.863
  543. Tool.Name='kys';
  544. Handle=Instance.new('Part', Tool);
  545. Handle.Name = 'Handle';
  546. Handle.BrickColor=BrickColor.new('Really black')
  547. Handle.Size=Vector3.new(0.26, 1.11, 4.85);
  548. Handle.Position=Vector3.new(-18.53, 0.555, -16.825)
  549. gunfire=Instance.new('Part', Tool)
  550. gunfire.Name='GunFire'
  551. gunfire.Size=Vector3.new(0.2, 0.2, 0.2)
  552. gunfire.Transparency=1
  553. gunfire.Position=Vector3.new(-18.56, 1.1, -19.35)
  554. gunfirefx=Instance.new('BillboardGui', gunfire)
  555. gunfirefx.Enabled=false
  556. gunfirefx.Adornee = gunfire
  557. gunfirefx.Size=UDim2.new(1.1, 0, 1.1, 0)
  558. gunfirefx2=Instance.new('ImageLabel', gunfirefx)
  559. gunfirefx2.Image='http://www.roblox.com/asset/?id=117472237'
  560. gunfirefx2.BackgroundTransparency=1
  561. gunfirefx2.Size=UDim2.new(1.2, 0, 1.2, 0)
  562.  
  563. shootsound=Instance.new('Sound', char.Torso)
  564. shootsound.Volume=8
  565. shootsound.SoundId='rbxassetid://230622620'
  566. c4mesh=Instance.new('SpecialMesh', Handle);
  567. c4mesh.MeshType = 'FileMesh';
  568. c4mesh.MeshId='http://www.roblox.com/asset/?id=95356090';
  569. c4mesh.TextureId='http://www.roblox.com/asset/?id=95387789';
  570. c4mesh.Scale=Vector3.new(1.8, 1.8, 1.8);
  571.  
  572. local anim5 = Instance.new("Animation", player.Character)
  573. anim5.AnimationId = "http://www.roblox.com/asset/?id=95383474"
  574. local playAnim10 = humanoid:LoadAnimation(anim5)
  575.  
  576. Tool.GripRight=Vector3.new(-0.816, 0, 0.577)
  577.  
  578. function equipped()
  579. wait()
  580. playAnim10:Play()
  581. end
  582.  
  583. function unequipped()
  584. wait()
  585. playAnim10:Stop()
  586. end
  587.  
  588. Tool.Equipped:connect(equipped)
  589. Tool.Unequipped:connect(unequipped)
  590.  
  591. light=Instance.new('PointLight', Handle);
  592. light.Color = Color3.new(255, 255, 0)
  593. light.Range=10;
  594. light.Enabled=false;
  595.  
  596.  
  597. function Shoot()
  598. shootsound:Play()
  599. light.Enabled=true
  600. wait(0.1)
  601. light.Enabled=false
  602. player.Character.Humanoid.Health=0
  603. wait()
  604. Tool:Destroy()
  605. end
  606. Tool.Activated:connect(Shoot)
  607.  
  608. --ragdoll
  609.  
  610. print("Loaded.")
  611. --You don't need to edit this!
  612.  
  613. Character = player.Character
  614. Humanoid = Character.Humanoid
  615. Torso = Character.Torso
  616. mode = Instance.new("Model")
  617. mode.Name = ""
  618. mode.Parent = game.Workspace
  619.  
  620. function OnDeath()
  621.  
  622. print("Death")
  623. wait(0.00000001)
  624. Humanoid.Parent = nil
  625. if Torso then
  626. zam=Torso:Clone()
  627. zam.Parent=mode
  628. x=Character:GetChildren()
  629. for i=1,#x do
  630. if ((x[i].Name=="Shirt") or (x[i].Name=="Pants")) then
  631. local zor=x[i]:Clone()
  632. zor.Parent=mode
  633. end
  634. if x[i].Name=="Head" then
  635. local zem=x[i]:Clone()
  636. zem.Parent=mode --Made by MatrixComplexity
  637. local Neck = Instance.new("Weld")
  638. Neck.Name = "Neck"
  639. Neck.Part0 = zam
  640. Neck.Part1 = zem
  641. Neck.C0 = CFrame.new(0, 1.5, 0)
  642. Neck.C1 = CFrame.new()
  643. Neck.Parent = zam
  644. end
  645. if x[i].Name=="Right Arm" then
  646. local Limb=x[i]:Clone()
  647. Limb.Parent=mode
  648. Limb.CFrame = zam.CFrame * CFrame.new(1.5, 0, 0)
  649. local Joint = Instance.new("Glue")
  650. Joint.Name = "RightShoulder"
  651. Joint.Part0 = zam
  652. Joint.Part1 = Limb
  653. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  654. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  655. Joint.Parent = zam
  656.  
  657. local B = Instance.new("Part")
  658. B.TopSurface = 0
  659. B.BottomSurface = 0
  660. B.formFactor = "Symmetric"
  661. B.Size = Vector3.new(1, 1, 1)
  662. B.Transparency = 1
  663. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  664. B.Parent = mode
  665. local W = Instance.new("Weld")
  666. W.Part0 = Limb
  667. W.Part1 = B
  668. W.C0 = CFrame.new(0, -0.5, 0)
  669. W.Parent = Limb
  670.  
  671. end
  672. if x[i].Name=="Left Arm" then
  673. local Limb=x[i]:Clone()
  674. Limb.Parent=mode
  675.  
  676. Limb.CFrame = zam.CFrame * CFrame.new(-1.5, 0, 0)
  677. local Joint = Instance.new("Glue")
  678. Joint.Name = "LeftShoulder"
  679. Joint.Part0 = zam
  680. Joint.Part1 = Limb
  681. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  682. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  683. Joint.Parent = zam
  684.  
  685. local B = Instance.new("Part")
  686. B.TopSurface = 0
  687. B.BottomSurface = 0
  688. B.formFactor = "Symmetric"
  689. B.Size = Vector3.new(1, 1, 1)
  690. B.Transparency = 1
  691. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  692. B.Parent = mode
  693. local W = Instance.new("Weld")
  694. W.Part0 = Limb
  695. W.Part1 = B
  696. W.C0 = CFrame.new(0, -0.5, 0)
  697. W.Parent = Limb
  698.  
  699. end
  700. if x[i].Name=="Right Leg" then
  701. local Limb=x[i]:Clone()
  702. Limb.Parent=mode
  703.  
  704. Limb.CFrame = zam.CFrame * CFrame.new(0.5, -2, 0)
  705. local Joint = Instance.new("Glue")
  706. Joint.Name = "RightHip"
  707. Joint.Part0 = zam
  708. Joint.Part1 = Limb
  709. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  710. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  711. Joint.Parent = zam
  712.  
  713. local B = Instance.new("Part")
  714. B.TopSurface = 0
  715. B.BottomSurface = 0
  716. B.formFactor = "Symmetric"
  717. B.Size = Vector3.new(1, 1, 1)
  718. B.Transparency = 1
  719. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  720. B.Parent = mode
  721. local W = Instance.new("Weld")
  722. W.Part0 = Limb
  723. W.Part1 = B
  724. W.C0 = CFrame.new(0, -0.5, 0)
  725. W.Parent = Limb
  726.  
  727. end
  728. if x[i].Name=="Left Leg" then
  729. local Limb=x[i]:Clone()
  730. Limb.Parent=mode
  731.  
  732. Limb.CFrame = zam.CFrame * CFrame.new(-0.5, -2, 0)
  733. local Joint = Instance.new("Glue")
  734. Joint.Name = "LeftHip"
  735. Joint.Part0 = zam
  736. Joint.Part1 = Limb
  737. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  738. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  739. Joint.Parent = zam
  740.  
  741. local B = Instance.new("Part")
  742. B.TopSurface = 0
  743. B.BottomSurface = 0
  744. B.formFactor = "Symmetric"
  745. B.Size = Vector3.new(1, 1, 1)
  746. B.Transparency = 1
  747. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  748. B.Parent = mode
  749. local W = Instance.new("Weld")
  750. W.Part0 = Limb
  751. W.Part1 = B
  752. W.C0 = CFrame.new(0, -0.5, 0)
  753. W.Parent = Limb
  754.  
  755. end
  756. bland=Instance.new("Humanoid")
  757. bland.Health = 0
  758. bland.MaxHealth = 0
  759. bland.Parent=mode
  760. if ((x[i].Name=="Shirt") or (x[i].Name=="Pants")) then
  761. local zor=x[i]:Clone()
  762. zor.Parent=mode
  763. end
  764. --[
  765. if (x[i].ClassName=="CharacterMesh") then
  766. local zor=x[i]:Clone()
  767. zor.Parent=mode
  768. end
  769. if (x[i].ClassName=="Hat") then
  770. local zor=x[i]:Clone()
  771. zor.Parent=mode
  772. end
  773. local cam = Instance.new("Camera")
  774. cam.Parent = game.Players:FindFirstChild(Character.Name)
  775. cam.CameraSubject = mode.Humanoid
  776. local Bar = Instance.new("Part")
  777. Bar.TopSurface = 0
  778. Bar.BottomSurface = 0
  779. Bar.formFactor = "Symmetric"
  780. Bar.Size = Vector3.new(1, 1, 1)
  781. Bar.Transparency = 1
  782. Bar.CFrame = zam.CFrame * CFrame.new(0, 0.5, 0)
  783. Bar.Parent = mode
  784. local Weld = Instance.new("Weld")
  785. Weld.Part0 = zam
  786. Weld.Part1 = Bar
  787. Weld.C0 = CFrame.new(0, 0.5, 0)
  788. Weld.Parent = zam
  789. --]]
  790. end
  791. end
  792. wait()
  793. Character:Remove()
  794. wait(6)
  795. mode:Destroy()
  796. end
  797.  
  798. Humanoid.Died:connect(OnDeath)
  799. end)
  800.  
  801.  
  802.  
  803. JailBreak.MouseButton1Down:connect(function()
  804. local plr = game:GetService("Players").LocalPlayer
  805.  
  806. local TpMethod = 1
  807.  
  808. function JailbreakTp(...)
  809. getfenv()["TpMethod" .. TpMethod](...)
  810. end
  811.  
  812. function TpMethod1(...)
  813. local char = plr.Character
  814. local root = char.HumanoidRootPart
  815. local args = {...}
  816. for i=0,1,0.05 do
  817. wait()
  818. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  819. end
  820. end
  821.  
  822. function TpMethod2(...)
  823. local args = {...}
  824. local char = plr.Character
  825. local target = Vector3.new(unpack(args,1,3))
  826. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  827. dist = math.floor(dist / 100) + 1
  828. for i=0,dist * 4 do
  829. wait()
  830. char:MoveTo(Vector3.new(...))
  831. end
  832. if args[#args] == true then
  833. wait()
  834. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  835. end
  836. end
  837.  
  838. function Tween(obj, t, properties)
  839. local TweenService = game:GetService("TweenService")
  840. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  841. local tween = TweenService:Create(obj,tweenInfo,properties)
  842. tween:Play()
  843. return tween
  844. end
  845.  
  846. local Tracers = {}
  847.  
  848. local function AddLasso(p,team)
  849. if not Tracers[team.Name] then return end
  850. if p == plr then return end
  851. spawn(function()
  852. if p.Character then
  853. local l = Instance.new("SelectionPartLasso")
  854. l.Parent = p.Character
  855. l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
  856. l.Part = plr.Character:WaitForChild"HumanoidRootPart"
  857. l.Visible = true
  858. l.Color3 = team.TeamColor.Color
  859. for i=0,5 do
  860. local sg = Instance.new("SurfaceGui")
  861. sg.Face = i
  862. sg.Parent = p.Character
  863. sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
  864. sg.AlwaysOnTop = true
  865. local f = Instance.new("Frame", sg)
  866. f.Size = UDim2.new(1,0,1,0)
  867. f.BorderSizePixel = 0
  868. f.BackgroundColor3 = team.TeamColor.Color
  869. f.BackgroundTransparency = 0.5
  870. end
  871. end
  872. end)
  873. end
  874.  
  875. local function RemoveLasso(p)
  876. if not p.Character then return end
  877. for i,v in pairs(p.Character:GetDescendants()) do
  878. if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
  879. v:Destroy()
  880. end
  881. end
  882. end
  883.  
  884. for _,team in pairs(game:GetService("Teams"):GetChildren()) do
  885. team.PlayerAdded:connect(function(p)
  886. AddLasso(p,team)
  887. end)
  888.  
  889. team.PlayerRemoved:connect(function(p)
  890. RemoveLasso(p)
  891. end)
  892. end
  893.  
  894. function ToggleTracers(team, bool)
  895. Tracers[team] = bool
  896. local t = game:GetService("Teams"):FindFirstChild(team)
  897. if not t then return end
  898. for i,v in pairs(t:GetPlayers()) do
  899. if bool then
  900. AddLasso(v,t)
  901. else
  902. RemoveLasso(v)
  903. end
  904. end
  905. end
  906.  
  907. local function CharAdded(plr, char)
  908. if Tracers[tostring(plr.Team)] then
  909. AddLasso(plr,plr.Team)
  910. end
  911. end
  912.  
  913. local function PlrAdded(plr)
  914. plr.CharacterAdded:connect(function(char)
  915. CharAdded(plr, char)
  916. end)
  917. if plr.Character then
  918. CharAdded(plr, plr.Character)
  919. end
  920. end
  921.  
  922. game:GetService("Players").PlayerAdded:connect(PlrAdded)
  923. for _,v in pairs(game:GetService("Players"):GetPlayers()) do
  924. PlrAdded(v)
  925. end
  926.  
  927. --Creating Gui--
  928.  
  929. local function Create(classname)
  930. return function(t)
  931. local ins = Instance.new(classname)
  932. for i,v in pairs(t) do
  933. ins[i] = v
  934. end
  935. return ins
  936. end
  937. end
  938.  
  939. --local parent = game:GetService("CoreGui"):WaitForChild("RobloxGui")
  940. local main = Create "Frame" {
  941. Active = true,
  942. ClipsDescendants = true,
  943. Draggable = true,
  944. BackgroundColor3 = Color3.new(1,1,1),
  945. BorderSizePixel = 0,
  946. Size = UDim2.new(0,400,0,300),
  947. Position = UDim2.new(0.5,-200,0,-300),
  948. BackgroundTransparency = 1,
  949. Parent = Instance.new("ScreenGui", plr.PlayerGui)--parent
  950. }
  951. do
  952. local effect = Create "Frame" {
  953. Parent = main,
  954. Size = UDim2.new(1,0,0,50),
  955. BackgroundColor3 = Color3.fromRGB(85,170,255),
  956. BorderSizePixel = 0,
  957. ClipsDescendants = true,
  958. }
  959. local lb = Create "TextLabel" {
  960. Parent = effect,
  961. Size = UDim2.new(1,0,1,0),
  962. BackgroundTransparency = 1,
  963. BorderSizePixel = 0,
  964. TextSize = 30,
  965. TextColor3 = Color3.new(1,1,1),
  966. TextXAlignment = "Left",
  967. Font = "SourceSansBold",
  968. Text = "Jailbreak GUI",
  969. ZIndex = 2,
  970. }
  971. local function GTween()
  972. lb:TweenPosition(UDim2.new(1,10,0,0), nil,nil,3,true,function(ts)
  973. if ts == Enum.TweenStatus.Completed then
  974. lb.Position = UDim2.new(0,0 - lb.TextBounds.X - 2,0,0)
  975. GTween()
  976. end
  977. end)
  978. end
  979. GTween()
  980. end
  981.  
  982. local Menu = Create "Frame" {
  983. BackgroundColor3 = Color3.new(1,1,1),
  984. BorderSizePixel = 0,
  985. Position = UDim2.new(0,0,0,50),
  986. Size = UDim2.new(1,0,1,-50),
  987. Parent = main,
  988. }
  989.  
  990. local MenuLabel = Create "TextLabel" {
  991. BackgroundTransparency = 1,
  992. BorderSizePixel = 0,
  993. TextColor3 = Color3.new(0,0,0),
  994. TextSize = 20,
  995. Font = "SourceSans",
  996. Text = "Made by refrfgrtgef(Remade for projectaftermath)",
  997. TextWrapped = true,
  998. Size = UDim2.new(1,0,0,50),
  999. Parent = Menu
  1000. }
  1001.  
  1002. local function CreateButton(text,parent)
  1003. return Create "TextButton" {
  1004. Active = true,
  1005. AutoButtonColor = true,
  1006. BackgroundColor3 = Color3.fromRGB(0,155,232),
  1007. BorderSizePixel = 1,
  1008. Size = UDim2.new(0,100,0,30),
  1009. Font = "SourceSansBold",
  1010. TextColor3 = Color3.new(1,1,0),
  1011. TextSize = 20,
  1012. Text = text,
  1013. Parent = parent
  1014. }
  1015. end
  1016.  
  1017. local function CreateFrame(name)
  1018. local f = Create "Frame" {
  1019. BackgroundColor3 = Color3.new(1,1,1),
  1020. BorderSizePixel = 0,
  1021. Position = UDim2.new(0,0,0,50),
  1022. Size = UDim2.new(1,0,1,-50),
  1023. Visible = false,
  1024. }
  1025. local lb = Create "TextLabel" {
  1026. BackgroundTransparency = 1,
  1027. BorderSizePixel = 0,
  1028. TextSize = 20,
  1029. TextColor3 = Color3.new(1,1,0),
  1030. Position = UDim2.new(0,0,0,5),
  1031. Text = name,
  1032. Parent = f,
  1033. TextXAlignment = "Center",
  1034. TextYAlignment = "Center",
  1035. Size = UDim2.new(1,0,0,30),
  1036. }
  1037. local exit = CreateButton("Back", f)
  1038. exit.Position = UDim2.new(0.5,-50,1,-45)
  1039. exit.MouseButton1Click:connect(function()
  1040. Menu.Visible = true
  1041. f.Visible = false
  1042. ActiveFrame = Menu
  1043. end)
  1044. return f
  1045. end
  1046.  
  1047. ActiveFrame = Menu
  1048.  
  1049. local TeleportsFrame = CreateFrame("Teleports")
  1050. TeleportsFrame.Parent = main
  1051.  
  1052. local BankIn = CreateButton("Bank (In)", TeleportsFrame)
  1053. BankIn.Position = UDim2.new(0,15,0,40)
  1054. BankIn.Size = UDim2.new(0,80,0,30)
  1055. BankIn.MouseButton1Click:connect(function()
  1056. JailbreakTp(32,0.715,814, true)
  1057. end)
  1058.  
  1059. local BankOut = CreateButton("Bank (Out)", TeleportsFrame)
  1060. BankOut.Position = UDim2.new(0,105,0,40)
  1061. BankOut.MouseButton1Click:connect(function()
  1062. JailbreakTp(10, 18, 784)
  1063. end)
  1064.  
  1065. local JailIn = CreateButton("Jail (In)", TeleportsFrame)
  1066. JailIn.Position = UDim2.new(0,215,0,40)
  1067. JailIn.Size = UDim2.new(0,80,0,30)
  1068. JailIn.MouseButton1Click:connect(function()
  1069. JailbreakTp(-1310, 18, -1658)
  1070. end)
  1071.  
  1072. local JailOut = CreateButton("Jail (Out)", TeleportsFrame)
  1073. JailOut.Position = UDim2.new(0,305,0,40)
  1074. JailOut.Size = UDim2.new(0,80,0,30)
  1075. JailOut.MouseButton1Click:connect(function()
  1076. JailbreakTp(-1133, 18, -1355)
  1077. end)
  1078.  
  1079. local Garage = CreateButton("Garage", TeleportsFrame)
  1080. Garage.Position = UDim2.new(0,335,0,120)--UDim2.new(0,10,0,80)
  1081. Garage.Size = UDim2.new(0,60,0,30)
  1082. Garage.MouseButton1Click:connect(function()
  1083. JailbreakTp(-352, 23, 1175)
  1084. end)
  1085.  
  1086. local JewelIn = CreateButton("Jewelry (In)", TeleportsFrame)
  1087. JewelIn.Position = UDim2.new(0,25,0,80)
  1088. JewelIn.MouseButton1Click:connect(function()
  1089. JailbreakTp(133, 18, 1320, true)
  1090. end)
  1091.  
  1092. local JewelOut = CreateButton("Jewelry (Out)", TeleportsFrame)
  1093. JewelOut.Position = UDim2.new(0,135,0,80)
  1094. JewelOut.Size = UDim2.new(0,115,0,30)
  1095. JewelOut.MouseButton1Click:connect(function()
  1096. JailbreakTp(142, 18, 1365)
  1097. end)
  1098.  
  1099. local Crim1 = CreateButton("Crim base 1", TeleportsFrame)
  1100. Crim1.Position = UDim2.new(0,5,0,120)
  1101. Crim1.MouseButton1Click:connect(function()
  1102. JailbreakTp(-226, 18, 1590, true)
  1103. end)
  1104.  
  1105. local Crim2 = CreateButton("Crim base 2", TeleportsFrame)
  1106. Crim2.Position = UDim2.new(0,115,0,120)
  1107. Crim2.MouseButton1Click:connect(function()
  1108. JailbreakTp(true, 1637, 50, -1768, true)
  1109. end)
  1110.  
  1111. local Donut = CreateButton("Donut Shop", TeleportsFrame)
  1112. Donut.Position = UDim2.new(0,225,0,120)
  1113. Donut.MouseButton1Click:connect(function()
  1114. JailbreakTp(268, 18, -1760, true)
  1115. end)
  1116.  
  1117. local Gas = CreateButton("Gas Station", TeleportsFrame)
  1118. Gas.Position = UDim2.new(0,260,0,80)
  1119. Gas.MouseButton1Click:connect(function()
  1120. JailbreakTp(-1583, 18, 724, true)
  1121. end)
  1122.  
  1123. local TeleportsBtn = CreateButton("Teleports", MenuLabel)
  1124. TeleportsBtn.Position = UDim2.new(0.5,-50,0,60)
  1125. TeleportsBtn.MouseButton1Click:connect(function()
  1126. TeleportsFrame.Visible = true
  1127. Menu.Visible = false
  1128. ActiveFrame = TeleportsFrame
  1129. end)
  1130.  
  1131. local StuffFrame = CreateFrame("Stuff")
  1132. StuffFrame.Parent = main
  1133.  
  1134. local StuffBtn = CreateButton("Stuff", MenuLabel)
  1135. StuffBtn.Position = TeleportsBtn.Position + UDim2.new(0,0,0,40)
  1136. StuffBtn.MouseButton1Click:connect(function()
  1137. StuffFrame.Visible = true
  1138. Menu.Visible = false
  1139. ActiveFrame = StuffFrame
  1140. end)
  1141.  
  1142. local RemoveDoors = CreateButton("Remove Doors", StuffFrame)
  1143. RemoveDoors.Size = UDim2.new(0,120,0,30)
  1144. RemoveDoors.Position = UDim2.new(0,10,0,50)
  1145. RemoveDoors.MouseButton1Click:connect(function()
  1146. local doors = workspace:FindFirstChild("Doors")
  1147. if not doors then return end
  1148. for i,v in pairs(doors:GetChildren()) do
  1149. v:Destroy()
  1150. end
  1151. end)
  1152.  
  1153. local Platform = CreateButton("Platform", StuffFrame)
  1154. Platform.Position = UDim2.new(0.5,-60,0,50)
  1155. Platform.MouseButton1Click:connect(function()
  1156. local p = Instance.new("Part", workspace)
  1157. p.Size = Vector3.new(30,0.5,30)
  1158. p.Anchored = true
  1159. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  1160. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  1161. spawn(function()
  1162. while p.Parent do
  1163. wait(1)
  1164. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  1165. p:Destroy()
  1166. end
  1167. end
  1168. end)
  1169. end)
  1170.  
  1171. local Tracers = CreateButton("Tracers: None", StuffFrame)
  1172. Tracers.Size = UDim2.new(0,140,0,30)
  1173. Tracers.Position = UDim2.new(1,-150,0,50)
  1174. Tracers.MouseButton1Click:connect(function()
  1175. local curr = Tracers.Text:sub(10)
  1176. if curr ~= "None" then
  1177. ToggleTracers(curr, false)
  1178. end
  1179. local teams = {"None", "Police", "Criminal", "Prisoner"}
  1180. local new = ""
  1181. for i,v in pairs(teams) do
  1182. if v == curr then
  1183. new = teams[i + 1] or teams[1]
  1184. end
  1185. end
  1186. if new ~= "None" then
  1187. ToggleTracers(new, true)
  1188. end
  1189. Tracers.Text = "Tracers: " .. new
  1190. end)
  1191.  
  1192. local BtoolActive = false
  1193. local m = plr:GetMouse()
  1194.  
  1195. local Btool = CreateButton("Btool: Off", StuffFrame)
  1196. Btool.Position = UDim2.new(0,10,0,90)
  1197. Btool.MouseButton1Click:connect(function()
  1198. spawn(function()
  1199. local status = Btool.Text:sub(8)
  1200. local newstatus = status == "On" and "Off" or status == "Off" and "On"
  1201. Btool.Text = "Btool: " .. newstatus
  1202. BtoolActive = newstatus == "On" and true or newstatus == "Off" and false
  1203. if BtoolActive then
  1204. local sb = Instance.new("SelectionBox", workspace.CurrentCamera)
  1205. local ev = m.Button1Down:connect(function()
  1206. if m.Target then
  1207. m.Target:Destroy()
  1208. end
  1209. end)
  1210. while BtoolActive do
  1211. wait()
  1212. if m.Target then
  1213. sb.Adornee = m.Target
  1214. end
  1215. end
  1216. ev:Disconnect()
  1217. else
  1218. local sb = workspace.CurrentCamera:FindFirstChildOfClass("SelectionBox")
  1219. if sb then sb:Destroy() end
  1220. end
  1221. end)
  1222. end)
  1223.  
  1224. local ClickTpEnabled = false
  1225. m.Button1Down:connect(function()
  1226. if ClickTpEnabled and m.Target then
  1227. plr.Character:MoveTo(m.Hit.p)
  1228. end
  1229. end)
  1230.  
  1231. local ClickTp = CreateButton("ClickTp: Off", StuffFrame)
  1232. ClickTp.Position = UDim2.new(0,120,0,90)
  1233. ClickTp.MouseButton1Click:connect(function()
  1234. spawn(function()
  1235. local status = ClickTp.Text:sub(10)
  1236. local newstatus = status == "Off" and "On" or status == "On" and "Off"
  1237. ClickTpEnabled = newstatus == "On" and true or newstatus == "Off" and false
  1238. ClickTp.Text = "ClickTp: " .. newstatus
  1239. local ind = Create "Part" {
  1240. Anchored = true,
  1241. CanCollide = false,
  1242. Transparency = 0.3,
  1243. Size = Vector3.new(1.2,0.3,1.2),
  1244. BrickColor = BrickColor.Green(),
  1245. Parent = workspace
  1246. }
  1247. Instance.new("CylinderMesh", ind)
  1248. m.TargetFilter = ind
  1249. local beam = Create "Part" {
  1250. Anchored = true,
  1251. CanCollide = false,
  1252. Transparency = 0.3,
  1253. BrickColor = BrickColor.Green(),
  1254. TopSurface = "Smooth",
  1255. BottomSurface = "Smooth",
  1256. Size = Vector3.new(0.3,0.3,1),
  1257. Parent = workspace
  1258.  
  1259. }
  1260. while ClickTpEnabled do
  1261. wait()
  1262. ind.CFrame = CFrame.new(m.Hit.p)
  1263. local humrootpos = plr.Character:WaitForChild'HumanoidRootPart'.Position
  1264. local dist = (Vector3.new(m.Hit.p.X,0,m.Hit.p.Z) - Vector3.new(humrootpos.X,0,humrootpos.Z)).magnitude
  1265. if dist > 150 then
  1266. ind.BrickColor,beam.BrickColor = BrickColor.Red(),BrickColor.Red()
  1267. else
  1268. ind.BrickColor,beam.BrickColor = BrickColor.Green(),BrickColor.Green()
  1269. end
  1270. beam.Size = Vector3.new(0.3,0.3,dist - 0.5)
  1271. beam.CFrame = CFrame.new(plr.Character:WaitForChild'HumanoidRootPart'.Position, m.Hit.p) * CFrame.new(0,0,-dist/2 + 0.5)
  1272. end
  1273. ind:Destroy()
  1274. beam:Destroy()
  1275. end)
  1276. end)
  1277.  
  1278. local Gravity = CreateButton("Low Gravity", StuffFrame)
  1279. Gravity.Position = UDim2.new(0,230,0,90)
  1280. Gravity.Size = UDim2.new(0,130,0,30)
  1281. Gravity.MouseButton1Click:connect(function()
  1282. local t = Gravity.Text == "Low Gravity" and true or false
  1283. workspace.Gravity = t and 50 or 196.2
  1284. Gravity.Text = t and "Normal Gravity" or "Low Gravity"
  1285. end)
  1286.  
  1287. local InfiniteJumpEnabled = false
  1288. game:GetService("UserInputService").JumpRequest:connect(function()
  1289. if InfiniteJumpEnabled then
  1290. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  1291. end
  1292. end)
  1293. local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
  1294. InfiniteJump.Position = UDim2.new(0,10,0,130)
  1295. InfiniteJump.Size = UDim2.new(0,150,0,30)
  1296. InfiniteJump.MouseButton1Click:connect(function()
  1297. local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  1298. local new = state == "Off" and "On" or state == "On" and "Off"
  1299. InfiniteJumpEnabled = new == "On"
  1300. InfiniteJump.Text = "Infinite Jump: " .. new
  1301. end)
  1302.  
  1303. local Giver = nil
  1304. local ItemsGiver = CreateButton("Items Giver", StuffFrame)
  1305. ItemsGiver.Position = UDim2.new(0,170,0,130)
  1306. ItemsGiver.MouseButton1Click:connect(function()
  1307. if not workspace:FindFirstChild("Givers") then return end
  1308. if Giver then
  1309. for i,v in pairs(Giver) do
  1310. v.ClickDetector.Parent = v.OriginalParent
  1311. v.Event:Disconnect()
  1312. end
  1313. getmetatable(Giver):Destroy()
  1314. end
  1315. Giver = {}
  1316. local g = Giver
  1317. local p = Instance.new("Part", workspace)
  1318. p.Anchored = true
  1319. p.CanCollide = false
  1320. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  1321. setmetatable(Giver, {__metatable = p})
  1322. for i,v in pairs(workspace.Givers:GetChildren()) do
  1323. local cd = v:FindFirstChildOfClass"ClickDetector"
  1324. if cd then
  1325. local newt = {}
  1326. newt.ClickDetector = cd
  1327. newt.OriginalParent = v
  1328. cd.Parent = p
  1329. newt.Event = cd.MouseClick:connect(function()
  1330. cd.Parent = v
  1331. end)
  1332. table.insert(Giver, newt)
  1333. end
  1334. end
  1335. spawn(function()
  1336. wait(10)
  1337. if Giver == g then
  1338. Giver = nil
  1339. for i,v in pairs(g) do
  1340. v.ClickDetector.Parent = v.OriginalParent
  1341. v.Event:Disconnect()
  1342. end
  1343. getmetatable(g):Destroy()
  1344. end
  1345. end)
  1346. end)
  1347.  
  1348. local BankAutoRobBtn = CreateButton("Bank AutoRob", StuffFrame)
  1349. BankAutoRobBtn.Position = UDim2.new(0,280,0,130)
  1350. BankAutoRobBtn.Size = UDim2.new(0,115,0,30)
  1351. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  1352. BankAutoRobBtn.MouseButton1Click:connect(function()
  1353. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  1354. local Info = Bank.Extra.Sign
  1355. if Info.Decal.Transparency == 0 then
  1356. game:GetService("StarterGui"):SetCore("SendNotification",{
  1357. Title = "Bank is closed!",
  1358. Text = "You need to wait for the bank to open!",
  1359. Duration = 7,
  1360. Button1 = "Dismiss",
  1361. })
  1362. return
  1363. end
  1364. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  1365. local root = plr.Character.HumanoidRootPart
  1366. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  1367.  
  1368. if (bankpos - plrpos).magnitude > 150 then
  1369. local cb = Instance.new"BindableFunction"
  1370.  
  1371. cb.OnInvoke = function(arg)
  1372. if arg == "Teleport" then
  1373. JailbreakTp(10, 18, 784)
  1374. end
  1375. end
  1376.  
  1377. game:GetService("StarterGui"):SetCore("SendNotification",{
  1378. Title = "You are too far!",
  1379. Text = "You need to get closer to the bank (use tp)",
  1380. Duration = 7,
  1381. Button1 = "Dismiss",
  1382. Button2 = "Teleport",
  1383. Callback = cb
  1384. })
  1385. else
  1386. RobTheBank()
  1387. end
  1388. end)
  1389.  
  1390. local SettingsFrame = CreateFrame("Settings")
  1391. SettingsFrame.Parent = main
  1392.  
  1393. local Settingsbtn = CreateButton("Settings", MenuLabel)
  1394. Settingsbtn.Position = StuffBtn.Position + UDim2.new(0,0,0,40)
  1395. Settingsbtn.MouseButton1Click:connect(function()
  1396. SettingsFrame.Visible = true
  1397. Menu.Visible = false
  1398. ActiveFrame = SettingsFrame
  1399. end)
  1400.  
  1401. local TpMethodBtn = CreateButton("Teleport Method: 1", SettingsFrame)
  1402. TpMethodBtn.Position = UDim2.new(0,10,0,50)
  1403. TpMethodBtn.Size = UDim2.new(0,160,0,30)
  1404. TpMethodBtn.MouseButton1Click:connect(function()
  1405. local curr = TpMethodBtn.Text:sub(string.len("Teleport Method: ") + 1)
  1406. curr = tonumber(curr)
  1407. local new = curr == 1 and 2 or curr == 2 and 1
  1408. TpMethod = new
  1409. TpMethodBtn.Text = "Teleport Method: " .. new
  1410. end)
  1411.  
  1412. local ExitBtn = CreateButton("Exit", MenuLabel)
  1413. ExitBtn.Position = Settingsbtn.Position + UDim2.new(0,0,0,40)
  1414. ExitBtn.MouseButton1Click:connect(function()
  1415. main:Destroy()
  1416. script.Disabled = true
  1417. script:Destroy()
  1418. end)
  1419.  
  1420. local BankJewelStatus = Create "TextLabel" {
  1421. BackgroundTransparency = 1,
  1422. TextSize = 8,
  1423. TextColor3 = Color3.new(0,0,0),
  1424. Font = "Legacy",
  1425. TextXAlignment = "Left",
  1426. TextYAlignment = "Top",
  1427. Size = UDim2.new(0,100,0,100),
  1428. Position = UDim2.new(0,10,0,220),
  1429. Text = "Bank:\nJewelry:",
  1430. Parent = Menu
  1431. }
  1432.  
  1433. local BankStatus = BankJewelStatus:Clone()
  1434. BankStatus.Text = "Unknown"
  1435. BankStatus.Size = UDim2.new(0,100,0,100)
  1436. BankStatus.Position = UDim2.new(0,46,0,220)
  1437. BankStatus.Parent = Menu
  1438. BankStatus.TextColor3 = Color3.new(1,0,0)
  1439.  
  1440. local JewelryStatus = BankStatus:Clone()
  1441. JewelryStatus.Text = "Unknown"
  1442. JewelryStatus.Size = UDim2.new(0,100,0,100)
  1443. JewelryStatus.Position = UDim2.new(0,59,0,232)
  1444. JewelryStatus.Parent = Menu
  1445. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  1446.  
  1447. main:TweenPosition(UDim2.new(0.5,-200,0.5,-150))
  1448.  
  1449. local TransparencyTweens = {}
  1450. main.MouseLeave:connect(function()
  1451. spawn(function()
  1452. local bool = false
  1453. local ev = main.MouseEnter:connect(function()
  1454. bool = true
  1455. end)
  1456. wait(1)
  1457. ev:Disconnect()
  1458. if bool then return end
  1459. for i,v in pairs(TransparencyTweens) do
  1460. v:Pause()
  1461. end
  1462. TransparencyTweens = {}
  1463. for i,v in pairs(main:GetDescendants()) do
  1464. if v.Visible then
  1465. local totween = {}
  1466. if v.ClassName:sub(1,4) == "Text" then
  1467. totween.TextTransparency = 0.7
  1468. end
  1469. if v.BackgroundTransparency ~= 1 then
  1470. totween.BackgroundTransparency = 0.7
  1471. end
  1472. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  1473. end
  1474. end
  1475. main:TweenSize(UDim2.new(0,400,0,50),nil,nil,nil,true)
  1476. end)
  1477. end)
  1478. main.MouseEnter:connect(function()
  1479. for i,v in pairs(TransparencyTweens) do
  1480. v:Pause()
  1481. end
  1482. TransparencyTweens = {}
  1483. for i,v in pairs(main:GetDescendants()) do
  1484. if v.Visible then
  1485. local totween = {}
  1486. if v.ClassName:sub(1,4) == "Text" then
  1487. totween.TextTransparency = 0
  1488. end
  1489. if v.BackgroundTransparency ~= 1 then
  1490. totween.BackgroundTransparency = 0
  1491. end
  1492. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  1493. end
  1494. end
  1495. main:TweenSize(UDim2.new(0,400,0,300),nil,nil,nil,true)
  1496. end)
  1497.  
  1498. --AutoRob stuff--
  1499. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  1500. local BankAutoRob = {
  1501. {
  1502. Pos = {51, 18.06, 856.5},
  1503. Yield = 2,
  1504. Status = "Starting the robbery"
  1505. },
  1506. {
  1507. Pos = {29.71, 0.73, 815.25},
  1508. Yield = 15,
  1509. Status = "Opening the vault"
  1510. },
  1511. {
  1512. Pos = {18.37, 0.7659, 822.25},
  1513. Yield = DuffelBag and 50 or 25,
  1514. Status = "Collecting $$$"
  1515. },
  1516. {
  1517. Pos = {10, 18, 784},
  1518. Status = "Finishing the robbery"
  1519. }
  1520. }
  1521.  
  1522. local function Tp(...)
  1523. local char = plr.Character
  1524. for i=1,2 do
  1525. wait()
  1526. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  1527. end
  1528. end
  1529.  
  1530. function RobTheBank()
  1531. for _,v in pairs(BankAutoRob) do
  1532. Tp(unpack(v.Pos))
  1533. wait(v.Yield)
  1534. end
  1535. end
  1536.  
  1537. --Bank notification--
  1538. pcall(function()
  1539. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  1540. local Info = Bank.Extra.Sign.Decal
  1541. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  1542. if Info.Transparency ~= 0 then
  1543. BankStatus.Text = "Open"
  1544. BankStatus.TextColor3 = Color3.new(0,1,0)
  1545. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  1546. local cb = Instance.new("BindableFunction")
  1547. cb.OnInvoke = function(arg)
  1548. if arg == "Teleport" then
  1549. JailbreakTp(10, 18, 784)
  1550. elseif arg == "AutoRob" then
  1551. RobTheBank()
  1552. end
  1553. end
  1554. game:GetService("StarterGui"):SetCore("SendNotification",{
  1555. Title = "Bank is ready!",
  1556. Text = "Bank is ready!",
  1557. Duration = 15,
  1558. Button1 = "Dismiss",
  1559. Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  1560. Callback = cb
  1561. })
  1562. else
  1563. BankStatus.Text = "Closed"
  1564. BankStatus.TextColor3 = Color3.new(1,0,0)
  1565. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  1566. end
  1567. end)
  1568. BankStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  1569. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1570. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1571. end)
  1572. --Jewelry notification--
  1573. pcall(function()
  1574. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  1575. local Info = Jewelry.Extra.Sign.Decal
  1576. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  1577. if Info.Transparency ~= 0 then
  1578. JewelryStatus.Text = "Open"
  1579. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  1580. BankStatus.TextColor3 = Color3.new(0,1,0)
  1581. local cb = Instance.new("BindableFunction")
  1582. cb.OnInvoke = function(arg)
  1583. if arg == "Teleport" then
  1584. JailbreakTp(142, 18, 1365)
  1585. end
  1586. end
  1587. game:GetService("StarterGui"):SetCore("SendNotification",{
  1588. Title = "Jewelry is ready!",
  1589. Text = "Jewelry is ready!",
  1590. Duration = 15,
  1591. Button1 = "Dismiss",
  1592. Button2 = "Teleport",
  1593. Callback = cb
  1594. })
  1595. else
  1596. JewelryStatus.Text = "Closed"
  1597. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  1598. end
  1599. end)
  1600. JewelryStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  1601. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1602. end)
  1603. end)
  1604.  
  1605.  
  1606.  
  1607.  
  1608. Onyx.MouseButton1Down:connect(function()
  1609. -- Onyx HUB v2.1
  1610. -- Speedhack : Q
  1611. -- Auto pickup : y
  1612.  
  1613. -- by Zeestriaa#7876
  1614. -- Showcased by Cryptic
  1615.  
  1616. local BoogaBooga = Instance.new("ScreenGui")
  1617. local Frame = Instance.new("Frame")
  1618. local HeaderFrame = Instance.new("Frame")
  1619. local TitleGUI = Instance.new("TextLabel")
  1620. local SpeedHack = Instance.new("TextButton")
  1621. local JumpHack = Instance.new("TextButton")
  1622. local InfinityJump = Instance.new("TextButton")
  1623. local CraftGUI = Instance.new("TextButton")
  1624. local Minimize = Instance.new("TextButton")
  1625. local CraftFrame = Instance.new("Frame")
  1626. local HeaderFrame_2 = Instance.new("Frame")
  1627. local CraftLogo = Instance.new("TextLabel")
  1628. local ItemName = Instance.new("TextBox")
  1629. local CraftSubmit = Instance.new("TextButton")
  1630. local CraftGUI_2 = Instance.new("TextButton")
  1631. local AutoPickup = Instance.new("TextButton")
  1632. local ESPTrack = Instance.new("TextButton")
  1633. local DropItem = Instance.new("TextButton")
  1634. local ItemDrop = Instance.new("TextBox")
  1635. local MinimizeFrame = Instance.new("Frame")
  1636. local MinOpen = Instance.new("TextButton")
  1637.  
  1638. -- Properties
  1639.  
  1640. BoogaBooga.Name = "BoogaBooga"
  1641. BoogaBooga.Parent = game.CoreGui
  1642.  
  1643. Frame.Parent = BoogaBooga
  1644. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1645. Frame.BorderSizePixel = 0
  1646. Frame.Position = UDim2.new(0, 319, 0, 134)
  1647. Frame.Size = UDim2.new(0, 577, 0, 250)
  1648.  
  1649. HeaderFrame.Name = "HeaderFrame"
  1650. HeaderFrame.Parent = Frame
  1651. HeaderFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1652. HeaderFrame.BorderSizePixel = 0
  1653. HeaderFrame.Size = UDim2.new(0, 577, 0, 33)
  1654.  
  1655. TitleGUI.Name = "TitleGUI"
  1656. TitleGUI.Parent = Frame
  1657. TitleGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1658. TitleGUI.BackgroundTransparency = 1
  1659. TitleGUI.BorderSizePixel = 0
  1660. TitleGUI.Position = UDim2.new(0, 140, 0, 0)
  1661. TitleGUI.Size = UDim2.new(0, 309, 0, 33)
  1662. TitleGUI.Font = Enum.Font.SciFi
  1663. TitleGUI.Text = "Booga Booga | Onyx Version"
  1664. TitleGUI.TextColor3 = Color3.new(1, 1, 1)
  1665. TitleGUI.TextSize = 14
  1666.  
  1667. SpeedHack.Name = "SpeedHack"
  1668. SpeedHack.Parent = Frame
  1669. SpeedHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1670. SpeedHack.BorderSizePixel = 0
  1671. SpeedHack.Position = UDim2.new(0, 20, 0, 49)
  1672. SpeedHack.Size = UDim2.new(0, 200, 0, 50)
  1673. SpeedHack.Font = Enum.Font.SourceSans
  1674. SpeedHack.Text = "SpeedHack"
  1675. SpeedHack.TextColor3 = Color3.new(1, 1, 1)
  1676. SpeedHack.TextSize = 14
  1677.  
  1678. JumpHack.Name = "JumpHack"
  1679. JumpHack.Parent = Frame
  1680. JumpHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1681. JumpHack.BorderSizePixel = 0
  1682. JumpHack.Position = UDim2.new(0, 20, 0, 112)
  1683. JumpHack.Size = UDim2.new(0, 200, 0, 50)
  1684. JumpHack.Font = Enum.Font.SourceSans
  1685. JumpHack.Text = "JumpHack"
  1686. JumpHack.TextColor3 = Color3.new(1, 1, 1)
  1687. JumpHack.TextSize = 14
  1688.  
  1689. InfinityJump.Name = "InfinityJump"
  1690. InfinityJump.Parent = Frame
  1691. InfinityJump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1692. InfinityJump.BorderSizePixel = 0
  1693. InfinityJump.Position = UDim2.new(0, 21, 0, 173)
  1694. InfinityJump.Size = UDim2.new(0, 200, 0, 50)
  1695. InfinityJump.Font = Enum.Font.SourceSans
  1696. InfinityJump.Text = "Infinity Jump"
  1697. InfinityJump.TextColor3 = Color3.new(1, 1, 1)
  1698. InfinityJump.TextSize = 14
  1699.  
  1700. CraftGUI.Name = "CraftGUI"
  1701. CraftGUI.Parent = Frame
  1702. CraftGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1703. CraftGUI.BackgroundTransparency = 1
  1704. CraftGUI.BorderSizePixel = 0
  1705. CraftGUI.Size = UDim2.new(0, 81, 0, 31)
  1706. CraftGUI.Font = Enum.Font.ArialBold
  1707. CraftGUI.Text = "<"
  1708. CraftGUI.TextColor3 = Color3.new(1, 1, 1)
  1709. CraftGUI.TextSize = 14
  1710.  
  1711. Minimize.Name = "Minimize"
  1712. Minimize.Parent = Frame
  1713. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  1714. Minimize.BackgroundTransparency = 1
  1715. Minimize.BorderSizePixel = 0
  1716. Minimize.Position = UDim2.new(0, 496, 0, 0)
  1717. Minimize.Size = UDim2.new(0, 81, 0, 31)
  1718. Minimize.Font = Enum.Font.ArialBold
  1719. Minimize.Text = ">"
  1720. Minimize.TextColor3 = Color3.new(1, 1, 1)
  1721. Minimize.TextSize = 14
  1722.  
  1723. CraftFrame.Name = "CraftFrame"
  1724. CraftFrame.Parent = Frame
  1725. CraftFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1726. CraftFrame.Position = UDim2.new(0, -245, 0, 0)
  1727. CraftFrame.Size = UDim2.new(0, 226, 0, 151)
  1728. CraftFrame.Visible = false
  1729.  
  1730. HeaderFrame_2.Name = "HeaderFrame"
  1731. HeaderFrame_2.Parent = CraftFrame
  1732. HeaderFrame_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1733. HeaderFrame_2.BorderSizePixel = 0
  1734. HeaderFrame_2.Size = UDim2.new(0, 226, 0, 33)
  1735.  
  1736. CraftLogo.Name = "CraftLogo"
  1737. CraftLogo.Parent = CraftFrame
  1738. CraftLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  1739. CraftLogo.BackgroundTransparency = 1
  1740. CraftLogo.BorderSizePixel = 0
  1741. CraftLogo.Position = UDim2.new(0, 55, 0, 0)
  1742. CraftLogo.Size = UDim2.new(0, 115, 0, 31)
  1743. CraftLogo.Font = Enum.Font.SciFi
  1744. CraftLogo.Text = "Craft Item"
  1745. CraftLogo.TextColor3 = Color3.new(1, 1, 1)
  1746. CraftLogo.TextSize = 14
  1747.  
  1748. ItemName.Name = "ItemName"
  1749. ItemName.Parent = CraftFrame
  1750. ItemName.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1751. ItemName.BorderColor3 = Color3.new(0, 0, 0)
  1752. ItemName.BorderSizePixel = 3
  1753. ItemName.Position = UDim2.new(0, 13, 0, 47)
  1754. ItemName.Size = UDim2.new(0, 200, 0, 34)
  1755. ItemName.Font = Enum.Font.SciFi
  1756. ItemName.Text = "Item Name"
  1757. ItemName.TextColor3 = Color3.new(1, 1, 1)
  1758. ItemName.TextSize = 14
  1759.  
  1760. CraftSubmit.Name = "CraftSubmit"
  1761. CraftSubmit.Parent = CraftFrame
  1762. CraftSubmit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1763. CraftSubmit.BorderSizePixel = 0
  1764. CraftSubmit.Position = UDim2.new(0, 13, 0, 93)
  1765. CraftSubmit.Size = UDim2.new(0, 200, 0, 35)
  1766. CraftSubmit.Font = Enum.Font.SciFi
  1767. CraftSubmit.Text = "Craft Now!"
  1768. CraftSubmit.TextColor3 = Color3.new(1, 1, 1)
  1769. CraftSubmit.TextSize = 14
  1770.  
  1771. CraftGUI_2.Name = "CraftGUI"
  1772. CraftGUI_2.Parent = CraftFrame
  1773. CraftGUI_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1774. CraftGUI_2.BackgroundTransparency = 1
  1775. CraftGUI_2.BorderSizePixel = 0
  1776. CraftGUI_2.Position = UDim2.new(0, 163, 0, 0)
  1777. CraftGUI_2.Size = UDim2.new(0, 63, 0, 31)
  1778. CraftGUI_2.Font = Enum.Font.ArialBold
  1779. CraftGUI_2.Text = ">"
  1780. CraftGUI_2.TextColor3 = Color3.new(1, 1, 1)
  1781. CraftGUI_2.TextSize = 14
  1782.  
  1783. AutoPickup.Name = "AutoPickup"
  1784. AutoPickup.Parent = Frame
  1785. AutoPickup.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1786. AutoPickup.BorderSizePixel = 0
  1787. AutoPickup.Position = UDim2.new(0, 236, 0, 49)
  1788. AutoPickup.Size = UDim2.new(0, 200, 0, 50)
  1789. AutoPickup.Font = Enum.Font.SciFi
  1790. AutoPickup.Text = "Auto Pickup"
  1791. AutoPickup.TextColor3 = Color3.new(1, 1, 1)
  1792. AutoPickup.TextSize = 14
  1793.  
  1794. ESPTrack.Name = "ESP Track"
  1795. ESPTrack.Parent = Frame
  1796. ESPTrack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1797. ESPTrack.BorderSizePixel = 0
  1798. ESPTrack.Position = UDim2.new(0, 237, 0, 110)
  1799. ESPTrack.Size = UDim2.new(0, 200, 0, 49)
  1800. ESPTrack.Font = Enum.Font.SciFi
  1801. ESPTrack.Text = "ESP Track"
  1802. ESPTrack.TextColor3 = Color3.new(1, 1, 1)
  1803. ESPTrack.TextSize = 14
  1804.  
  1805. DropItem.Name = "DropItem"
  1806. DropItem.Parent = Frame
  1807. DropItem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1808. DropItem.BorderSizePixel = 0
  1809. DropItem.Position = UDim2.new(0, 238, 0, 173)
  1810. DropItem.Size = UDim2.new(0, 324, 0, 49)
  1811. DropItem.Font = Enum.Font.SciFi
  1812. DropItem.Text = "Drop item from bag!"
  1813. DropItem.TextColor3 = Color3.new(1, 1, 1)
  1814. DropItem.TextSize = 14
  1815.  
  1816. ItemDrop.Name = "ItemDrop"
  1817. ItemDrop.Parent = Frame
  1818. ItemDrop.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1819. ItemDrop.BorderColor3 = Color3.new(0, 0, 0)
  1820. ItemDrop.BorderSizePixel = 3
  1821. ItemDrop.Position = UDim2.new(0, 448, 0, 49)
  1822. ItemDrop.Size = UDim2.new(0, 113, 0, 106)
  1823. ItemDrop.Font = Enum.Font.SciFi
  1824. ItemDrop.Text = "Item Name"
  1825. ItemDrop.TextColor3 = Color3.new(1, 1, 1)
  1826. ItemDrop.TextSize = 14
  1827.  
  1828. MinimizeFrame.Name = "MinimizeFrame"
  1829. MinimizeFrame.Parent = BoogaBooga
  1830. MinimizeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1831. MinimizeFrame.BackgroundTransparency = 1
  1832. MinimizeFrame.BorderSizePixel = 0
  1833. MinimizeFrame.Position = UDim2.new(0, 942, 0, 215)
  1834. MinimizeFrame.Size = UDim2.new(0, 154, 0, 223)
  1835. MinimizeFrame.Visible = false
  1836.  
  1837. MinOpen.Name = "MinOpen"
  1838. MinOpen.Parent = MinimizeFrame
  1839. MinOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  1840. MinOpen.BackgroundTransparency = 1
  1841. MinOpen.BorderSizePixel = 0
  1842. MinOpen.Size = UDim2.new(0, 154, 0, 223)
  1843. MinOpen.Font = Enum.Font.Fantasy
  1844. MinOpen.Text = "<"
  1845. MinOpen.TextColor3 = Color3.new(1, 1, 1)
  1846. MinOpen.TextScaled = true
  1847. MinOpen.TextSize = 14
  1848. MinOpen.TextWrapped = true
  1849.  
  1850. -- Scripts
  1851.  
  1852. SpeedHack.MouseButton1Down:connect(function()
  1853. local plr = game:GetService("Players").LocalPlayer
  1854. local char = plr.Character
  1855. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1856. local hum = char:FindFirstChild("HumanoidRootPart")
  1857. local speed = 3
  1858. mouse.KeyDown:connect(function(key)
  1859. if key == "q" then
  1860. loop = true
  1861. while loop do
  1862. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
  1863. wait()
  1864. end
  1865. end
  1866. end)
  1867.  
  1868. mouse.KeyUp:connect(function(key)
  1869. if key == "q" then
  1870. loop = false
  1871. end
  1872. end)
  1873. end)
  1874.  
  1875. JumpHack.MouseButton1Down:connect(function()
  1876. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  1877. end)
  1878.  
  1879. InfinityJump.MouseButton1Down:connect(function()
  1880. loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
  1881. end)
  1882.  
  1883. CraftGUI.MouseButton1Down:connect(function()
  1884. CraftFrame.Visible = true
  1885. end)
  1886.  
  1887. Minimize.MouseButton1Down:connect(function()
  1888. Frame.Visible = false
  1889. MinimizeFrame.Visible = true
  1890. end)
  1891.  
  1892. CraftSubmit.MouseButton1Down:connect(function()
  1893. local Item = ItemName.Text
  1894. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  1895. Event:FireServer(Item)
  1896. end)
  1897.  
  1898. CraftGUI_2.MouseButton1Down:connect(function()
  1899. CraftFrame.Visible = false
  1900. end)
  1901.  
  1902. AutoPickup.MouseButton1Down:connect(function()
  1903. local Objects;
  1904.  
  1905. local Pickup = function(Character)
  1906. local myPos = Character.HumanoidRootPart.Position
  1907. local Objects = {}
  1908. for i,v in pairs(workspace:GetChildren()) do
  1909. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  1910. local Pos = v.Position
  1911. local Distance = (myPos - Pos).magnitude
  1912. if Distance < 40 then
  1913. table.insert(Objects, v)
  1914. end
  1915. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  1916. local Pos = v.Part.Position
  1917. local Distance = (myPos - Pos).magnitude
  1918. if Distance < 40 then
  1919. table.insert(Objects, v)
  1920. end
  1921. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  1922. local Pos = v.Position
  1923. local Distance = (myPos - Pos).magnitude
  1924. if Distance < 40 then
  1925. table.insert(Objects, v)
  1926. end
  1927. end
  1928. end
  1929. for i,v in pairs(Objects) do
  1930. for i=1,10 do
  1931. v.Position = myPos
  1932. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  1933. end
  1934. end
  1935. end
  1936. wait(1)
  1937. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1938.  
  1939. mouse.KeyDown:connect(function(key)
  1940. if key == "y" then
  1941. print'howdi neighbor'
  1942. Pickup(game.Players.LocalPlayer.Character)
  1943. end
  1944. end)
  1945. end)
  1946.  
  1947. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  1948.  
  1949. local enabledesp = false
  1950.  
  1951. function CreateESP(plr)
  1952.  
  1953. if plr ~= nil then
  1954.  
  1955. local GetChar = plr.Character
  1956. if not GetChar then return end
  1957.  
  1958. local GetHead do
  1959.  
  1960. repeat wait() until GetChar:FindFirstChild("Head")
  1961.  
  1962. end
  1963. GetHead = GetChar.Head
  1964.  
  1965. local bb = Instance.new("BillboardGui", Important.CoreGui)
  1966. bb.Adornee = GetHead
  1967. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  1968. bb.AlwaysOnTop = true
  1969. bb.Size = UDim2.new(0, 5, 0, 5)
  1970. bb.StudsOffset = Vector3.new(0, 3, 0)
  1971. bb.Name = "ESP_PLAYER_" .. plr.Name
  1972.  
  1973. local displayframe = Instance.new("Frame", bb)
  1974. displayframe.ZIndex = 10
  1975. displayframe.BackgroundTransparency = 1
  1976. displayframe.Size = UDim2.new(1,0,1,0)
  1977.  
  1978. local name = Instance.new("TextLabel", displayframe)
  1979. name.Name = "Name"
  1980. name.ZIndex = 10
  1981. name.Text = plr.Name
  1982. name.Visible = true
  1983. name.TextColor3 = Color3.new(170,0,0)
  1984. name.BackgroundTransparency = 1
  1985. name.Size = UDim2.new(1,0,10,0)
  1986. name.Font = Enum.Font.SourceSansLight
  1987. name.TextSize = 20
  1988. name.TextStrokeTransparency = .5
  1989.  
  1990. end
  1991.  
  1992. end
  1993.  
  1994. ESPTrack.MouseButton1Click:connect(function()
  1995. for i,v in pairs(Important.Players:GetChildren()) do
  1996.  
  1997. CreateESP(v)
  1998.  
  1999. end
  2000. end)
  2001.  
  2002. DropItem.MouseButton1Down:connect(function()
  2003. local item = ItemDrop.Text -- change this to the item you want to drop
  2004. local amount = 1000 -- change this to the amount you want to drop
  2005.  
  2006. local i = 0
  2007. while i <= amount do
  2008. game.ReplicatedStorage.Events.DropBagItem:FireServer(item)
  2009. i = i + 1
  2010. end
  2011. end)
  2012.  
  2013. MinOpen.MouseButton1Down:connect(function()
  2014. MinimizeFrame.Visible = false
  2015. Frame.Visible = true
  2016. end)
  2017. end)
Add Comment
Please, Sign In to add comment