Advertisement
OfficialArponAG

BUZZ HUB v1.1

Nov 26th, 2018
7,805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 32.00 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.MouseButt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement