Advertisement
Guest User

123456789

a guest
Nov 30th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.31 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local LoginGui = Instance.new("Frame")
  6. local submit = Instance.new("TextButton")
  7. local user = Instance.new("TextBox")
  8. local pass = Instance.new("TextBox")
  9. local maingui = Instance.new("Frame")
  10. local Tplist = Instance.new("TextButton")
  11. local gunlist = Instance.new("TextButton")
  12. local policelist = Instance.new("TextButton")
  13. local OtherScript = Instance.new("TextButton")
  14. local Made6 = Instance.new("TextButton")
  15. local Made9 = Instance.new("TextButton")
  16. local Close1 = Instance.new("TextButton")
  17. local Opengui = Instance.new("Frame")
  18. local open = Instance.new("TextButton")
  19. local mainTplist = Instance.new("Frame")
  20. local Tp9 = Instance.new("TextButton")
  21. local MadeTin3 = Instance.new("TextButton")
  22. local Police = Instance.new("TextButton")
  23. local Jewlery = Instance.new("TextButton")
  24. local Close2 = Instance.new("TextButton")
  25. local CrimBase2 = Instance.new("TextButton")
  26. local Jail = Instance.new("TextButton")
  27. local CrimBase1 = Instance.new("TextButton")
  28. local Bank = Instance.new("TextButton")
  29. local goplayer = Instance.new("TextButton")
  30. local player = Instance.new("TextBox")
  31. local museum = Instance.new("TextButton")
  32. local Soon = Instance.new("TextButton")
  33. local mainOtherScriptlist = Instance.new("Frame")
  34. local Tp9_2 = Instance.new("TextButton")
  35. local MadeTin3_2 = Instance.new("TextButton")
  36. local InfiniteJump = Instance.new("TextButton")
  37. local Close4 = Instance.new("TextButton")
  38. local WalkSpeed = Instance.new("TextButton")
  39. local Noclip = Instance.new("TextButton")
  40. local GravityON = Instance.new("TextButton")
  41. local GravityOFF = Instance.new("TextButton")
  42. local CARFLY = Instance.new("TextButton")
  43. local Autoarrest = Instance.new("TextButton")
  44. local Soon_2 = Instance.new("TextButton")
  45. local Soon_3 = Instance.new("TextButton")
  46. local Soon_4 = Instance.new("TextButton")
  47. local mainGunlist = Instance.new("Frame")
  48. local Tp9_3 = Instance.new("TextButton")
  49. local MadeTin3_3 = Instance.new("TextButton")
  50. local Pistol = Instance.new("TextButton")
  51. local Close3 = Instance.new("TextButton")
  52. local ShoutGun = Instance.new("TextButton")
  53. local Soon_5 = Instance.new("TextButton")
  54. --Properties:
  55. ScreenGui.Parent = game.CoreGui
  56.  
  57. LoginGui.Name = "Login Gui"
  58. LoginGui.Parent = ScreenGui
  59. LoginGui.BackgroundColor3 = Color3.new(0, 0, 1)
  60. LoginGui.BorderSizePixel = 4
  61. LoginGui.Position = UDim2.new(0.330780149, 0, 0.258302599, 0)
  62. LoginGui.Size = UDim2.new(0, 246, 0, 286)
  63.  
  64. submit.Name = "submit"
  65. submit.Parent = LoginGui
  66. submit.BackgroundColor3 = Color3.new(0, 0, 0)
  67. submit.BorderSizePixel = 2
  68. submit.Position = UDim2.new(0.0905967653, 0, 0.650427103, 0)
  69. submit.Size = UDim2.new(0, 200, 0, 50)
  70. submit.Font = Enum.Font.Cartoon
  71. submit.Text = "Submit"
  72. submit.TextColor3 = Color3.new(1, 1, 1)
  73. submit.TextScaled = true
  74. submit.TextSize = 14
  75. submit.TextWrapped = true
  76. submit.MouseButton1Down:connect(function()
  77. if user.Text == "lol99" and pass.Text == "9944Lox" then
  78. LoginGui.Visible = false
  79. Opengui.Visible = true
  80. end
  81. end)
  82.  
  83. user.Name = "user"
  84. user.Parent = LoginGui
  85. user.BackgroundColor3 = Color3.new(0, 0, 0)
  86. user.BorderSizePixel = 2
  87. user.Position = UDim2.new(-0.00337255001, 0, 0.079490602, 0)
  88. user.Size = UDim2.new(0, 245, 0, 23)
  89. user.Font = Enum.Font.SourceSansSemibold
  90. user.Text = "Username."
  91. user.TextColor3 = Color3.new(1, 1, 1)
  92. user.TextScaled = true
  93. user.TextSize = 14
  94. user.TextWrapped = true
  95.  
  96. pass.Name = "pass"
  97. pass.Parent = LoginGui
  98. pass.BackgroundColor3 = Color3.new(0, 0, 0)
  99. pass.BorderSizePixel = 2
  100. pass.Position = UDim2.new(0.000692486763, 0, 0.425218672, 0)
  101. pass.Size = UDim2.new(0, 245, 0, 23)
  102. pass.Font = Enum.Font.SourceSansSemibold
  103. pass.Text = "Password."
  104. pass.TextColor3 = Color3.new(1, 1, 1)
  105. pass.TextScaled = true
  106. pass.TextSize = 14
  107. pass.TextWrapped = true
  108.  
  109. maingui.Name = "main gui"
  110. maingui.Parent = ScreenGui
  111. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  112. maingui.BorderSizePixel = 2
  113. maingui.Position = UDim2.new(0.257080942, 0, 0.224798277, 0)
  114. maingui.Size = UDim2.new(0, 304, 0, 297)
  115. maingui.Visible = false
  116.  
  117. Tplist.Name = "Tp list"
  118. Tplist.Parent = maingui
  119. Tplist.BackgroundColor3 = Color3.new(0, 0, 0)
  120. Tplist.BorderSizePixel = 2
  121. Tplist.Position = UDim2.new(0.192984536, 0, 0.0982118919, 0)
  122. Tplist.Size = UDim2.new(0, 202, 0, 50)
  123. Tplist.Font = Enum.Font.Cartoon
  124. Tplist.Text = "Tp List"
  125. Tplist.TextColor3 = Color3.new(1, 1, 1)
  126. Tplist.TextScaled = true
  127. Tplist.TextSize = 14
  128. Tplist.TextWrapped = true
  129.  
  130. gunlist.Name = "gun list"
  131. gunlist.Parent = maingui
  132. gunlist.BackgroundColor3 = Color3.new(0, 0, 0)
  133. gunlist.BorderSizePixel = 2
  134. gunlist.Position = UDim2.new(0.186405584, 0, 0.299421638, 0)
  135. gunlist.Size = UDim2.new(0, 202, 0, 50)
  136. gunlist.Font = Enum.Font.Cartoon
  137. gunlist.Text = "Gun List"
  138. gunlist.TextColor3 = Color3.new(1, 1, 1)
  139. gunlist.TextScaled = true
  140. gunlist.TextSize = 14
  141. gunlist.TextWrapped = true
  142. gunlist.MouseButton1Click:connect (function()
  143. mainGunlist.Visible = true
  144. end)
  145.  
  146. policelist.Name = "police list"
  147. policelist.Parent = maingui
  148. policelist.BackgroundColor3 = Color3.new(0, 0, 0)
  149. policelist.BorderSizePixel = 2
  150. policelist.Position = UDim2.new(0.185841382, 0, 0.499589711, 0)
  151. policelist.Size = UDim2.new(0, 200, 0, 50)
  152. policelist.Font = Enum.Font.Cartoon
  153. policelist.Text = "Police list"
  154. policelist.TextColor3 = Color3.new(1, 1, 1)
  155. policelist.TextScaled = true
  156. policelist.TextSize = 14
  157. policelist.TextWrapped = true
  158.  
  159. OtherScript.Name = "Other Script"
  160. OtherScript.Parent = maingui
  161. OtherScript.BackgroundColor3 = Color3.new(0, 0, 0)
  162. OtherScript.BorderSizePixel = 2
  163. OtherScript.Position = UDim2.new(0.18969506, 0, 0.712506652, 0)
  164. OtherScript.Size = UDim2.new(0, 201, 0, 50)
  165. OtherScript.Font = Enum.Font.Cartoon
  166. OtherScript.Text = "Other Script "
  167. OtherScript.TextColor3 = Color3.new(1, 1, 1)
  168. OtherScript.TextScaled = true
  169. OtherScript.TextSize = 14
  170. OtherScript.TextWrapped = true
  171. OtherScript.MouseButton1Click:connect (function()
  172. mainOtherScriptlist.Visible = true
  173. end)
  174.  
  175. Made6.Name = "Made : 6"
  176. Made6.Parent = maingui
  177. Made6.BackgroundColor3 = Color3.new(0, 0, 0)
  178. Made6.BorderSizePixel = 2
  179. Made6.Position = UDim2.new(0, 0, 0.925414383, 0)
  180. Made6.Size = UDim2.new(0, 304, 0, 27)
  181. Made6.Font = Enum.Font.Cartoon
  182. Made6.Text = "Made : Tin"
  183. Made6.TextColor3 = Color3.new(1, 1, 1)
  184. Made6.TextScaled = true
  185. Made6.TextSize = 14
  186. Made6.TextWrapped = true
  187.  
  188. Made9.Name = "Made : 9"
  189. Made9.Parent = maingui
  190. Made9.BackgroundColor3 = Color3.new(0, 0, 0)
  191. Made9.BorderSizePixel = 2
  192. Made9.Position = UDim2.new(-9.31322575e-10, 0, -0.00276243687, 0)
  193. Made9.Size = UDim2.new(0, 304, 0, 25)
  194. Made9.Font = Enum.Font.Cartoon
  195. Made9.Text = "Jailbreak Gui"
  196. Made9.TextColor3 = Color3.new(1, 1, 1)
  197. Made9.TextScaled = true
  198. Made9.TextSize = 14
  199. Made9.TextWrapped = true
  200.  
  201. Close1.Name = "Close1"
  202. Close1.Parent = maingui
  203. Close1.BackgroundColor3 = Color3.new(1, 1, 1)
  204. Close1.BackgroundTransparency = 1
  205. Close1.Position = UDim2.new(0.848825216, 0, -0.00362963695, 0)
  206. Close1.Size = UDim2.new(0, 43, 0, 25)
  207. Close1.Font = Enum.Font.SourceSans
  208. Close1.Text = "X"
  209. Close1.TextColor3 = Color3.new(1, 0, 0)
  210. Close1.TextScaled = true
  211. Close1.TextSize = 14
  212. Close1.TextWrapped = true
  213. Close1.MouseButton1Down:connect(function()
  214. maingui.Visible = false
  215. Opengui.Visible = true
  216. end)
  217.  
  218. Opengui.Name = "Open gui"
  219. Opengui.Parent = ScreenGui
  220. Opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  221. Opengui.Position = UDim2.new(0.00937207602, 0, 0.474169731, 0)
  222. Opengui.Size = UDim2.new(0, 113, 0, 26)
  223. Opengui.Visible = false
  224.  
  225.  
  226. open.Name = "open"
  227. open.Parent = Opengui
  228. open.BackgroundColor3 = Color3.new(1, 1, 1)
  229. open.Position = UDim2.new(-0.00812801346, 0, 0, 0)
  230. open.Size = UDim2.new(0, 128, 0, 26)
  231. open.Font = Enum.Font.Highway
  232. open.Text = "Open"
  233. open.TextColor3 = Color3.new(0, 0, 0)
  234. open.TextScaled = true
  235. open.TextSize = 14
  236. open.TextWrapped = true
  237. open.MouseButton1Down:connect(function()
  238. maingui.Visible = true
  239. Opengui.Visible = false
  240. end)
  241.  
  242.  
  243. mainTplist.Name = "main Tp list"
  244. mainTplist.Parent = ScreenGui
  245. mainTplist.BackgroundColor3 = Color3.new(1, 1, 1)
  246. mainTplist.Position = UDim2.new(0.375784248, 0, 0.059872523, 0)
  247. mainTplist.Size = UDim2.new(0, 499, 0, 548)
  248. mainTplist.Visible = false
  249.  
  250. Tp9.Name = "Tp9"
  251. Tp9.Parent = mainTplist
  252. Tp9.BackgroundColor3 = Color3.new(0, 0, 0)
  253. Tp9.BorderSizePixel = 2
  254. Tp9.Position = UDim2.new(-0.000952466449, 0, -0.0069747353, 0)
  255. Tp9.Size = UDim2.new(0, 499, 0, 28)
  256. Tp9.Font = Enum.Font.Cartoon
  257. Tp9.Text = "Tp List"
  258. Tp9.TextColor3 = Color3.new(1, 1, 1)
  259. Tp9.TextScaled = true
  260. Tp9.TextSize = 14
  261. Tp9.TextWrapped = true
  262.  
  263. MadeTin3.Name = "Made : Tin3"
  264. MadeTin3.Parent = mainTplist
  265. MadeTin3.BackgroundColor3 = Color3.new(0, 0, 0)
  266. MadeTin3.BorderSizePixel = 2
  267. MadeTin3.Position = UDim2.new(-0.000952466449, 0, 0.947514117, 0)
  268. MadeTin3.Size = UDim2.new(0, 499, 0, 28)
  269. MadeTin3.Font = Enum.Font.Cartoon
  270. MadeTin3.Text = "Made : Tin"
  271. MadeTin3.TextColor3 = Color3.new(1, 1, 1)
  272. MadeTin3.TextScaled = true
  273. MadeTin3.TextSize = 14
  274. MadeTin3.TextWrapped = true
  275.  
  276. Police.Name = "Police"
  277. Police.Parent = mainTplist
  278. Police.BackgroundColor3 = Color3.new(0, 0, 0)
  279. Police.BorderSizePixel = 2
  280. Police.Position = UDim2.new(0.0252806973, 0, 0.270218581, 0)
  281. Police.Size = UDim2.new(0, 202, 0, 50)
  282. Police.Font = Enum.Font.Cartoon
  283. Police.Text = "Police"
  284. Police.TextColor3 = Color3.new(1, 1, 1)
  285. Police.TextScaled = true
  286. Police.TextSize = 14
  287. Police.TextWrapped = true
  288. Police.MouseButton1Click:connect(function()
  289. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  290. end)
  291.  
  292. Jewlery.Name = "Jewlery"
  293. Jewlery.Parent = mainTplist
  294. Jewlery.BackgroundColor3 = Color3.new(0, 0, 0)
  295. Jewlery.BorderSizePixel = 0
  296. Jewlery.Position = UDim2.new(0.0272672884, 0, 0.416633457, 0)
  297. Jewlery.Size = UDim2.new(0, 202, 0, 50)
  298. Jewlery.Font = Enum.Font.Cartoon
  299. Jewlery.Text = "Jewlery"
  300. Jewlery.TextColor3 = Color3.new(1, 1, 1)
  301. Jewlery.TextScaled = true
  302. Jewlery.TextSize = 14
  303. Jewlery.TextWrapped = true
  304. Jewlery.MouseButton1Click:connect(function()
  305. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  306. end)
  307.  
  308. Close2.Name = "Close2"
  309. Close2.Parent = mainTplist
  310. Close2.BackgroundColor3 = Color3.new(1, 1, 1)
  311. Close2.BackgroundTransparency = 1
  312. Close2.Position = UDim2.new(0.883053064, 0, -0.00902238581, 0)
  313. Close2.Size = UDim2.new(0, 41, 0, 30)
  314. Close2.Font = Enum.Font.SourceSans
  315. Close2.Text = "X"
  316. Close2.TextColor3 = Color3.new(1, 0, 0)
  317. Close2.TextScaled = true
  318. Close2.TextSize = 14
  319. Close2.TextWrapped = true
  320.  
  321. CrimBase2.Name = "CrimBase2"
  322. CrimBase2.Parent = mainTplist
  323. CrimBase2.BackgroundColor3 = Color3.new(0, 0, 0)
  324. CrimBase2.BorderSizePixel = 2
  325. CrimBase2.Position = UDim2.new(0.524343491, 0, 0.121436678, 0)
  326. CrimBase2.Size = UDim2.new(0, 202, 0, 50)
  327. CrimBase2.Font = Enum.Font.Cartoon
  328. CrimBase2.Text = "CrimBase2"
  329. CrimBase2.TextColor3 = Color3.new(1, 1, 1)
  330. CrimBase2.TextScaled = true
  331. CrimBase2.TextSize = 14
  332. CrimBase2.TextWrapped = true
  333. CrimBase2.MouseButton1Click:connect(function()
  334. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  335. end)
  336.  
  337. Jail.Name = "Jail"
  338. Jail.Parent = mainTplist
  339. Jail.BackgroundColor3 = Color3.new(0, 0, 0)
  340. Jail.BorderSizePixel = 2
  341. Jail.Position = UDim2.new(0.523406327, 0, 0.416633457, 0)
  342. Jail.Size = UDim2.new(0, 202, 0, 50)
  343. Jail.Font = Enum.Font.Cartoon
  344. Jail.Text = "Jail"
  345. Jail.TextColor3 = Color3.new(1, 1, 1)
  346. Jail.TextScaled = true
  347. Jail.TextSize = 14
  348. Jail.TextWrapped = true
  349. Jail.MouseButton1Click:connect(function()
  350. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  351. end)
  352.  
  353. CrimBase1.Name = "CrimBase1"
  354. CrimBase1.Parent = mainTplist
  355. CrimBase1.BackgroundColor3 = Color3.new(0, 0, 0)
  356. CrimBase1.BorderSizePixel = 2
  357. CrimBase1.Position = UDim2.new(0.0262740254, 0, 0.12143667, 0)
  358. CrimBase1.Size = UDim2.new(0, 202, 0, 50)
  359. CrimBase1.Font = Enum.Font.Cartoon
  360. CrimBase1.Text = "CrimBase1"
  361. CrimBase1.TextColor3 = Color3.new(1, 1, 1)
  362. CrimBase1.TextScaled = true
  363. CrimBase1.TextSize = 14
  364. CrimBase1.TextWrapped = true
  365. CrimBase1.MouseButton1Click:connect(function()
  366. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  367. end)
  368.  
  369. Bank.Name = "Bank"
  370. Bank.Parent = mainTplist
  371. Bank.BackgroundColor3 = Color3.new(0, 0, 0)
  372. Bank.BorderSizePixel = 2
  373. Bank.Position = UDim2.new(0.521419704, 0, 0.270218581, 0)
  374. Bank.Size = UDim2.new(0, 202, 0, 50)
  375. Bank.Font = Enum.Font.Cartoon
  376. Bank.Text = "Bank"
  377. Bank.TextColor3 = Color3.new(1, 1, 1)
  378. Bank.TextScaled = true
  379. Bank.TextSize = 14
  380. Bank.TextWrapped = true
  381. Bank.MouseButton1Click:connect(function()
  382. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  383. end)
  384.  
  385. goplayer.Name = "goplayer"
  386. goplayer.Parent = mainTplist
  387. goplayer.BackgroundColor3 = Color3.new(0, 0, 0)
  388. goplayer.BorderSizePixel = 2
  389. goplayer.Position = UDim2.new(0.019545272, 0, 0.695527792, 0)
  390. goplayer.Size = UDim2.new(0, 461, 0, 50)
  391. goplayer.Font = Enum.Font.Cartoon
  392. goplayer.Text = "GO TO Player"
  393. goplayer.TextColor3 = Color3.new(1, 1, 1)
  394. goplayer.TextScaled = true
  395. goplayer.TextSize = 14
  396. goplayer.TextWrapped = true
  397. goplayer.MouseButton1Down:connect(function()
  398. local tp_namedplayer = player.Text
  399. local tp_player = game:GetService("Players")[tp_namedplayer]
  400. local PLR = game:GetService("Players").LocalPlayer
  401. local p = player.Text
  402.  
  403. if tp_player then
  404. for i = 1,20 do
  405. wait()
  406. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  407. end
  408. end
  409. end)
  410.  
  411. player.Name = "player"
  412. player.Parent = mainTplist
  413. player.BackgroundColor3 = Color3.new(0, 0, 0)
  414. player.BorderSizePixel = 0
  415. player.Position = UDim2.new(0.019545272, 0, 0.834034145, 0)
  416. player.Size = UDim2.new(0, 468, 0, 50)
  417. player.Font = Enum.Font.Cartoon
  418. player.FontSize = Enum.FontSize.Size30
  419. player.Text = "Player"
  420. player.TextColor3 = Color3.new(1, 1, 1)
  421. player.TextScaled = true
  422. player.TextSize = 30
  423. player.TextWrapped = true
  424.  
  425. museum.Name = "museum"
  426. museum.Parent = mainTplist
  427. museum.BackgroundColor3 = Color3.new(0, 0, 0)
  428. museum.BorderSizePixel = 0
  429. museum.Position = UDim2.new(0.0234062839, 0, 0.544370651, 0)
  430. museum.Size = UDim2.new(0, 202, 0, 50)
  431. museum.Font = Enum.Font.Cartoon
  432. museum.Text = "museum"
  433. museum.TextColor3 = Color3.new(1, 1, 1)
  434. museum.TextScaled = true
  435. museum.TextSize = 14
  436. museum.TextWrapped = true
  437. museum.MouseButton1Down:connect(function()
  438. for i=1,32 do
  439. wait(.08)
  440. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0)
  441. end
  442. end)
  443.  
  444. Soon.Name = "Soon"
  445. Soon.Parent = mainTplist
  446. Soon.BackgroundColor3 = Color3.new(0, 0, 0)
  447. Soon.BorderSizePixel = 2
  448. Soon.Position = UDim2.new(0.519545317, 0, 0.544370651, 0)
  449. Soon.Size = UDim2.new(0, 202, 0, 50)
  450. Soon.Font = Enum.Font.Cartoon
  451. Soon.Text = "!!Soon!!!"
  452. Soon.TextColor3 = Color3.new(1, 1, 1)
  453. Soon.TextScaled = true
  454. Soon.TextSize = 14
  455. Soon.TextWrapped = true
  456.  
  457. mainOtherScriptlist.Name = "main Other Script list"
  458. mainOtherScriptlist.Parent = ScreenGui
  459. mainOtherScriptlist.BackgroundColor3 = Color3.new(1, 1, 1)
  460. mainOtherScriptlist.Position = UDim2.new(0.229382694, 0, 0.0326311775, 0)
  461. mainOtherScriptlist.Size = UDim2.new(0, 491, 0, 504)
  462. mainOtherScriptlist.Visible = false
  463.  
  464. Tp9_2.Name = "Tp9"
  465. Tp9_2.Parent = mainOtherScriptlist
  466. Tp9_2.BackgroundColor3 = Color3.new(0, 0, 0)
  467. Tp9_2.BorderSizePixel = 2
  468. Tp9_2.Position = UDim2.new(-0.000952446775, 0, -0.00150029617, 0)
  469. Tp9_2.Size = UDim2.new(0, 491, 0, 28)
  470. Tp9_2.Font = Enum.Font.Cartoon
  471. Tp9_2.Text = "Other Script"
  472. Tp9_2.TextColor3 = Color3.new(1, 1, 1)
  473. Tp9_2.TextScaled = true
  474. Tp9_2.TextSize = 14
  475. Tp9_2.TextWrapped = true
  476.  
  477. MadeTin3_2.Name = "Made : Tin3"
  478. MadeTin3_2.Parent = mainOtherScriptlist
  479. MadeTin3_2.BackgroundColor3 = Color3.new(0, 0, 0)
  480. MadeTin3_2.BorderSizePixel = 2
  481. MadeTin3_2.Position = UDim2.new(-0.000952446775, 0, 0.944429278, 0)
  482. MadeTin3_2.Size = UDim2.new(0, 491, 0, 28)
  483. MadeTin3_2.Font = Enum.Font.Cartoon
  484. MadeTin3_2.Text = "Made : Tin"
  485. MadeTin3_2.TextColor3 = Color3.new(1, 1, 1)
  486. MadeTin3_2.TextScaled = true
  487. MadeTin3_2.TextSize = 14
  488. MadeTin3_2.TextWrapped = true
  489.  
  490. InfiniteJump.Name = "InfiniteJump"
  491. InfiniteJump.Parent = mainOtherScriptlist
  492. InfiniteJump.BackgroundColor3 = Color3.new(0, 0, 0)
  493. InfiniteJump.BorderSizePixel = 2
  494. InfiniteJump.Position = UDim2.new(0.031449683, 0, 0.395666718, 0)
  495. InfiniteJump.Size = UDim2.new(0, 202, 0, 50)
  496. InfiniteJump.Font = Enum.Font.Cartoon
  497. InfiniteJump.Text = "InfiniteJump"
  498. InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
  499. InfiniteJump.TextScaled = true
  500. InfiniteJump.TextSize = 14
  501. InfiniteJump.TextWrapped = true
  502. InfiniteJump.MouseButton1Down:connect(function()
  503. game:GetService("UserInputService").JumpRequest:connect(function()
  504. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  505. end)
  506. end)
  507.  
  508. Close4.Name = "Close4"
  509. Close4.Parent = mainOtherScriptlist
  510. Close4.BackgroundColor3 = Color3.new(1, 1, 1)
  511. Close4.BackgroundTransparency = 1
  512. Close4.Position = UDim2.new(0.910563409, 0, -0.00611540675, 0)
  513. Close4.Size = UDim2.new(0, 43, 0, 30)
  514. Close4.Font = Enum.Font.SourceSans
  515. Close4.Text = "X"
  516. Close4.TextColor3 = Color3.new(1, 0, 0)
  517. Close4.TextScaled = true
  518. Close4.TextSize = 14
  519. Close4.TextWrapped = true
  520.  
  521. WalkSpeed.Name = "WalkSpeed"
  522. WalkSpeed.Parent = mainOtherScriptlist
  523. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  524. WalkSpeed.BorderSizePixel = 2
  525. WalkSpeed.Position = UDim2.new(0.0325491428, 0, 0.097581014, 0)
  526. WalkSpeed.Size = UDim2.new(0, 201, 0, 50)
  527. WalkSpeed.Font = Enum.Font.Cartoon
  528. WalkSpeed.Text = "WalkSpeed"
  529. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  530. WalkSpeed.TextScaled = true
  531. WalkSpeed.TextSize = 14
  532. WalkSpeed.TextWrapped = true
  533. WalkSpeed.MouseButton1Down:connect(function()
  534. local walkspeedplayer = game:GetService("Players").LocalPlayer
  535. local walkspeedmouse = walkspeedplayer:GetMouse()
  536.  
  537. local walkspeedenabled = false
  538.  
  539. function x_walkspeed(key)
  540. if (key == "k") then
  541. if walkspeedenabled == false then
  542. _G.WS = 200;
  543. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  544. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  545. Humanoid.WalkSpeed = _G.WS;
  546. end)
  547. Humanoid.WalkSpeed = _G.WS;
  548.  
  549. walkspeedenabled = true
  550. elseif walkspeedenabled == true then
  551. _G.WS = 20;
  552. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  553. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  554. Humanoid.WalkSpeed = _G.WS;
  555. end)
  556. Humanoid.WalkSpeed = _G.WS;
  557.  
  558. walkspeedenabled = false
  559. end
  560. end
  561. end
  562.  
  563. walkspeedmouse.KeyDown:connect(x_walkspeed)
  564.  
  565. end)
  566.  
  567. Noclip.Name = "Noclip"
  568. Noclip.Parent = mainOtherScriptlist
  569. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  570. Noclip.BorderSizePixel = 2
  571. Noclip.Position = UDim2.new(0.0319258794, 0, 0.246619552, 0)
  572. Noclip.Size = UDim2.new(0, 202, 0, 50)
  573. Noclip.Font = Enum.Font.Cartoon
  574. Noclip.Text = "Noclip"
  575. Noclip.TextColor3 = Color3.new(1, 1, 1)
  576. Noclip.TextScaled = true
  577. Noclip.TextSize = 14
  578. Noclip.TextWrapped = true
  579. Noclip.MouseButton1Downconnect(function()
  580.  
  581. local noclipplayer = gameGetService(Players).LocalPlayer
  582. local noclipmouse = noclipplayerGetMouse()
  583.  
  584. local donoclip = false
  585. local noclip = false
  586.  
  587. function b_noclip(key)
  588. if (key == b) then
  589. if noclip == false then
  590. donoclip = true
  591.  
  592. noclip = true
  593. elseif noclip == true then
  594. donoclip = false
  595.  
  596. noclip = false
  597. end
  598. end
  599. end
  600.  
  601. noclipmouse.KeyDownconnect(b_noclip)
  602.  
  603. gameGetService(Players).LocalPlayer.Character.Head.Touchedconnect(function(obj)
  604. if obj ~= workspace.Terrain then
  605. if donoclip == true then
  606. obj.CanCollide = false
  607. else
  608. obj.CanCollide = true
  609. end
  610. end
  611. end)
  612. end)
  613.  
  614. GravityON.Name = "GravityON"
  615. GravityON.Parent = mainOtherScriptlist
  616. GravityON.BackgroundColor3 = Color3.new(0, 0, 0)
  617. GravityON.BorderSizePixel = 2
  618. GravityON.Position = UDim2.new(0.031449683, 0, 0.54646039, 0)
  619. GravityON.Size = UDim2.new(0, 202, 0, 50)
  620. GravityON.Font = Enum.Font.Cartoon
  621. GravityON.Text = "GravityON"
  622. GravityON.TextColor3 = Color3.new(1, 1, 1)
  623. GravityON.TextScaled = true
  624. GravityON.TextSize = 14
  625. GravityON.TextWrapped = true
  626. GravityON.MouseButton1Down:connect(function()
  627. game.Workspace.Gravity = 196.2
  628. GravityOFF.Visible = true
  629. GravityON.Visible = false
  630. end)
  631.  
  632. GravityOFF.Name = "GravityOFF"
  633. GravityOFF.Parent = mainOtherScriptlist
  634. GravityOFF.BackgroundColor3 = Color3.new(0, 0, 0)
  635. GravityOFF.BorderSizePixel = 2
  636. GravityOFF.Position = UDim2.new(0.031449683, 0, 0.699238181, 0)
  637. GravityOFF.Size = UDim2.new(0, 202, 0, 50)
  638. GravityOFF.Font = Enum.Font.Cartoon
  639. GravityOFF.Text = "GravityOFF"
  640. GravityOFF.TextColor3 = Color3.new(1, 1, 1)
  641. GravityOFF.TextScaled = true
  642. GravityOFF.TextSize = 14
  643. GravityOFF.TextWrapped = true
  644. GravityOFF.MouseButton1Down:connect(function()
  645. game.Workspace.Gravity = 35
  646. GravityOFF.Visible = false
  647. GravityON.Visible = true
  648. end)
  649.  
  650. CARFLY.Name = "CARFLY"
  651. CARFLY.Parent = mainOtherScriptlist
  652. CARFLY.BackgroundColor3 = Color3.new(0, 0, 0)
  653. CARFLY.BorderSizePixel = 2
  654. CARFLY.Position = UDim2.new(0.55283463, 0, 0.0960635543, 0)
  655. CARFLY.Size = UDim2.new(0, 202, 0, 50)
  656. CARFLY.Font = Enum.Font.Cartoon
  657. CARFLY.Text = "CARFLY [R]"
  658. CARFLY.TextColor3 = Color3.new(1, 1, 1)
  659. CARFLY.TextScaled = true
  660. CARFLY.TextSize = 14
  661. CARFLY.TextWrapped = true
  662. CARFLY.MouseButton1Down:connect(function()
  663. local plr = game:GetService("Players").LocalPlayer
  664. local m = plr:GetMouse()
  665. m.KeyDown:connect(function(k)
  666. if k:byte() == 114 then
  667. plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  668. plrh:ChangeState('Jumping')
  669. wait()
  670. plrh:ChangeState('Seated')
  671. end
  672. end)
  673. end)
  674.  
  675. Autoarrest.Name = "Auto arrest"
  676. Autoarrest.Parent = mainOtherScriptlist
  677. Autoarrest.BackgroundColor3 = Color3.new(0, 0, 0)
  678. Autoarrest.BorderSizePixel = 2
  679. Autoarrest.Position = UDim2.new(0.55283463, 0, 0.246857181, 0)
  680. Autoarrest.Size = UDim2.new(0, 202, 0, 50)
  681. Autoarrest.Font = Enum.Font.Cartoon
  682. Autoarrest.Text = "Auto arrest"
  683. Autoarrest.TextColor3 = Color3.new(1, 1, 1)
  684. Autoarrest.TextScaled = true
  685. Autoarrest.TextSize = 14
  686. Autoarrest.TextWrapped = true
  687. Autoarrest.MouseButton1Down:connect(function()
  688. local loc = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  689. local list = game:GetService('Teams').Criminal:GetPlayers()
  690. wait(0.5)
  691. for i,v in pairs(list) do
  692. repeat wait()
  693. loc.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1) until v.Team.Name ~= 'Criminal'
  694. end
  695. end)
  696.  
  697. Soon_2.Name = "Soon"
  698. Soon_2.Parent = mainOtherScriptlist
  699. Soon_2.BackgroundColor3 = Color3.new(0, 0, 0)
  700. Soon_2.BorderSizePixel = 2
  701. Soon_2.Position = UDim2.new(0.55283463, 0, 0.395666718, 0)
  702. Soon_2.Size = UDim2.new(0, 202, 0, 50)
  703. Soon_2.Font = Enum.Font.Cartoon
  704. Soon_2.Text = "Soon"
  705. Soon_2.TextColor3 = Color3.new(1, 1, 1)
  706. Soon_2.TextScaled = true
  707. Soon_2.TextSize = 14
  708. Soon_2.TextWrapped = true
  709.  
  710. Soon_3.Name = "Soon"
  711. Soon_3.Parent = mainOtherScriptlist
  712. Soon_3.BackgroundColor3 = Color3.new(0, 0, 0)
  713. Soon_3.BorderSizePixel = 2
  714. Soon_3.Position = UDim2.new(0.55283463, 0, 0.54646039, 0)
  715. Soon_3.Size = UDim2.new(0, 202, 0, 50)
  716. Soon_3.Font = Enum.Font.Cartoon
  717. Soon_3.Text = "Soon"
  718. Soon_3.TextColor3 = Color3.new(1, 1, 1)
  719. Soon_3.TextScaled = true
  720. Soon_3.TextSize = 14
  721. Soon_3.TextWrapped = true
  722.  
  723. Soon_4.Name = "Soon"
  724. Soon_4.Parent = mainOtherScriptlist
  725. Soon_4.BackgroundColor3 = Color3.new(0, 0, 0)
  726. Soon_4.BorderSizePixel = 2
  727. Soon_4.Position = UDim2.new(0.55283463, 0, 0.699238181, 0)
  728. Soon_4.Size = UDim2.new(0, 202, 0, 50)
  729. Soon_4.Font = Enum.Font.Cartoon
  730. Soon_4.Text = "Soon"
  731. Soon_4.TextColor3 = Color3.new(1, 1, 1)
  732. Soon_4.TextScaled = true
  733. Soon_4.TextSize = 14
  734. Soon_4.TextWrapped = true
  735.  
  736. mainGunlist.Name = "main Gun list"
  737. mainGunlist.Parent = ScreenGui
  738. mainGunlist.BackgroundColor3 = Color3.new(1, 1, 1)
  739. mainGunlist.Position = UDim2.new(0.445241511, 0, 0.13595219, 0)
  740. mainGunlist.Size = UDim2.new(0, 278, 0, 334)
  741. mainGunlist.Visible = false
  742.  
  743. Tp9_3.Name = "Tp9"
  744. Tp9_3.Parent = mainGunlist
  745. Tp9_3.BackgroundColor3 = Color3.new(0, 0, 0)
  746. Tp9_3.BorderSizePixel = 2
  747. Tp9_3.Position = UDim2.new(-0.000952407718, 0, -0.00150029361, 0)
  748. Tp9_3.Size = UDim2.new(0, 278, 0, 28)
  749. Tp9_3.Font = Enum.Font.Cartoon
  750. Tp9_3.Text = "Gun List"
  751. Tp9_3.TextColor3 = Color3.new(1, 1, 1)
  752. Tp9_3.TextScaled = true
  753. Tp9_3.TextSize = 14
  754. Tp9_3.TextWrapped = true
  755.  
  756. MadeTin3_3.Name = "Made : Tin3"
  757. MadeTin3_3.Parent = mainGunlist
  758. MadeTin3_3.BackgroundColor3 = Color3.new(0, 0, 0)
  759. MadeTin3_3.BorderSizePixel = 2
  760. MadeTin3_3.Position = UDim2.new(-0.000952411909, 0, 0.914667368, 0)
  761. MadeTin3_3.Size = UDim2.new(0, 278, 0, 28)
  762. MadeTin3_3.Font = Enum.Font.Cartoon
  763. MadeTin3_3.Text = "Made : Tin"
  764. MadeTin3_3.TextColor3 = Color3.new(1, 1, 1)
  765. MadeTin3_3.TextScaled = true
  766. MadeTin3_3.TextSize = 14
  767. MadeTin3_3.TextWrapped = true
  768.  
  769. Pistol.Name = "Pistol"
  770. Pistol.Parent = mainGunlist
  771. Pistol.BackgroundColor3 = Color3.new(0, 0, 0)
  772. Pistol.BorderSizePixel = 2
  773. Pistol.Position = UDim2.new(0.135319337, 0, 0.584158778, 0)
  774. Pistol.Size = UDim2.new(0, 202, 0, 50)
  775. Pistol.Font = Enum.Font.Cartoon
  776. Pistol.Text = "Pistol"
  777. Pistol.TextColor3 = Color3.new(1, 1, 1)
  778. Pistol.TextScaled = true
  779. Pistol.TextSize = 14
  780. Pistol.TextWrapped = true
  781. Pistol.MouseButton1Down:connect(function()
  782. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  783.  
  784. a = Instance.new("Part", workspace)
  785. a.Anchored = true
  786. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  787. a.CanCollide = false
  788.  
  789. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  790. if v.Name == "Station" then
  791. for a, b in pairs(v:GetChildren()) do
  792. if b:IsA("StringValue") then
  793. if b.Value == "Pistol" then
  794. v.CFrame = CFrame.new(hit)
  795. end
  796. end
  797. end
  798. end
  799. end
  800. end)
  801.  
  802. Close3.Name = "Close3"
  803. Close3.Parent = mainGunlist
  804. Close3.BackgroundColor3 = Color3.new(1, 1, 1)
  805. Close3.BackgroundTransparency = 1
  806. Close3.Position = UDim2.new(0.843353629, 0, -0.00611540675, 0)
  807. Close3.Size = UDim2.new(0, 43, 0, 30)
  808. Close3.Font = Enum.Font.SourceSans
  809. Close3.Text = "X"
  810. Close3.TextColor3 = Color3.new(1, 0, 0)
  811. Close3.TextScaled = true
  812. Close3.TextSize = 14
  813. Close3.TextWrapped = true
  814.  
  815. ShoutGun.Name = "ShoutGun"
  816. ShoutGun.Parent = mainGunlist
  817. ShoutGun.BackgroundColor3 = Color3.new(0, 0, 0)
  818. ShoutGun.BorderSizePixel = 2
  819. ShoutGun.Position = UDim2.new(0.134382114, 0, 0.165041327, 0)
  820. ShoutGun.Size = UDim2.new(0, 202, 0, 50)
  821. ShoutGun.Font = Enum.Font.Cartoon
  822. ShoutGun.Text = "ShoutGun"
  823. ShoutGun.TextColor3 = Color3.new(1, 1, 1)
  824. ShoutGun.TextScaled = true
  825. ShoutGun.TextSize = 14
  826. ShoutGun.TextWrapped = true
  827. ShoutGun.MouseButton1Down:connect(function()
  828. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  829.  
  830. a = Instance.new("Part", workspace)
  831. a.Anchored = true
  832. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  833. a.CanCollide = false
  834.  
  835. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  836. if v.Name == "Station" then
  837. for a, b in pairs(v:GetChildren()) do
  838. if b:IsA("StringValue") then
  839. if b.Value == "Shotgun" then
  840. v.CFrame = CFrame.new(hit)
  841. end
  842. end
  843. end
  844. end
  845. end
  846. end)
  847.  
  848. Soon_5.Name = "Soon"
  849. Soon_5.Parent = mainGunlist
  850. Soon_5.BackgroundColor3 = Color3.new(0, 0, 0)
  851. Soon_5.BorderSizePixel = 2
  852. Soon_5.Position = UDim2.new(0.131722212, 0, 0.37757194, 0)
  853. Soon_5.Size = UDim2.new(0, 202, 0, 50)
  854. Soon_5.Font = Enum.Font.Cartoon
  855. Soon_5.Text = "-Soon-"
  856. Soon_5.TextColor3 = Color3.new(1, 1, 1)
  857. Soon_5.TextScaled = true
  858. Soon_5.TextSize = 14
  859. Soon_5.TextWrapped = true
  860. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement