Advertisement
Guest User

To Do List12

a guest
Nov 9th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.18 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 user = Instance.new("TextBox")
  7. local pass = Instance.new("TextBox")
  8. local login = Instance.new("TextButton")
  9. local MainGui = Instance.new("Frame")
  10. local ignore1 = Instance.new("Frame")
  11. local JFANs2ndBest = Instance.new("TextLabel")
  12. local ignore = Instance.new("Frame")
  13. local Garage = Instance.new("TextButton")
  14. local PoliceBase2 = Instance.new("TextButton")
  15. local OtherCrimTP = Instance.new("TextButton")
  16. local OutBank = Instance.new("TextButton")
  17. local OutsideJail = Instance.new("TextButton")
  18. local heliTP = Instance.new("TextButton")
  19. local AutoArrest = Instance.new("TextButton")
  20. local ESP = Instance.new("TextButton")
  21. local nolazer = Instance.new("TextButton")
  22. local nodoors = Instance.new("TextButton")
  23. local Btools = Instance.new("TextButton")
  24. local ExitJew = Instance.new("TextButton")
  25. local PoliceBase = Instance.new("TextButton")
  26. local CrimBase = Instance.new("TextButton")
  27. local OutsideJew = Instance.new("TextButton")
  28. local InsideJew = Instance.new("TextButton")
  29. local Close = Instance.new("TextButton")
  30. local OpenGui = Instance.new("Frame")
  31. local Open = Instance.new("TextButton")
  32. --Properties:
  33. ScreenGui.Parent = game.CoreGui
  34.  
  35. logingui.Name = "logingui"
  36. logingui.Parent = ScreenGui
  37. logingui.BackgroundColor3 = Color3.new(0, 0, 0)
  38. logingui.BorderColor3 = Color3.new(0, 0, 0)
  39. logingui.Position = UDim2.new(0.319203585, 0, 0.123590611, 0)
  40. logingui.Size = UDim2.new(0, 343, 0, 525)
  41. logingui.Active = true
  42. logingui.draggable = true
  43.  
  44. user.Name = "user"
  45. user.Parent = logingui
  46. user.BackgroundColor3 = Color3.new(0, 0, 0)
  47. user.BorderColor3 = Color3.new(0.388235, 1, 0.796079)
  48. user.BorderSizePixel = 3
  49. user.Position = UDim2.new(0.011294351, 0, 0.170159817, 0)
  50. user.Size = UDim2.new(0, 335, 0, 66)
  51. user.Font = Enum.Font.Cartoon
  52. user.Text = "Username"
  53. user.TextColor3 = Color3.new(1, 1, 1)
  54. user.TextSize = 27
  55.  
  56. pass.Name = "pass"
  57. pass.Parent = logingui
  58. pass.BackgroundColor3 = Color3.new(0, 0, 0)
  59. pass.BorderColor3 = Color3.new(0.388235, 1, 0.796079)
  60. pass.BorderSizePixel = 3
  61. pass.Position = UDim2.new(0.031712126, 0, 0.48344481, 0)
  62. pass.Size = UDim2.new(0, 327, 0, 61)
  63. pass.Font = Enum.Font.Cartoon
  64. pass.Text = "Password"
  65. pass.TextColor3 = Color3.new(1, 1, 1)
  66. pass.TextSize = 27
  67.  
  68. login.Name = "login"
  69. login.Parent = logingui
  70. login.BackgroundColor3 = Color3.new(0, 0, 0)
  71. login.BorderColor3 = Color3.new(0.388235, 1, 0.796079)
  72. login.BorderSizePixel = 3
  73. login.Position = UDim2.new(0.225101814, 0, 0.70953989, 0)
  74. login.Size = UDim2.new(0, 188, 0, 38)
  75. login.Font = Enum.Font.Cartoon
  76. login.Text = "Login"
  77. login.TextColor3 = Color3.new(1, 1, 1)
  78. login.TextSize = 46
  79. login.MouseButton1Down:connect(function()
  80. if user.Text == "Justice" and pass.Text == "Password" then
  81. logingui.Visible = false
  82. OpenGui.Visible = true
  83. end
  84. end)
  85.  
  86. MainGui.Name = "MainGui"
  87. MainGui.Parent = ScreenGui
  88. MainGui.BackgroundColor3 = Color3.new(0, 0, 0)
  89. MainGui.Position = UDim2.new(0.225405917, 0, 0.205047294, 0)
  90. MainGui.Size = UDim2.new(0, 544, 0, 420)
  91. MainGui.Visible = false
  92. MainGui.Active = true
  93. MainGui.draggable = true
  94.  
  95. ignore1.Name = "ignore1"
  96. ignore1.Parent = MainGui
  97. ignore1.BackgroundColor3 = Color3.new(0.0627451, 0.176471, 0.815686)
  98. ignore1.Position = UDim2.new(-0.00424878765, 0, -0.0013745263, 0)
  99. ignore1.Size = UDim2.new(0, 544, 0, 44)
  100.  
  101. JFANs2ndBest.Name = "JFAN's 2nd Best"
  102. JFANs2ndBest.Parent = ignore1
  103. JFANs2ndBest.BackgroundColor3 = Color3.new(0.0627451, 0.176471, 0.815686)
  104. JFANs2ndBest.Size = UDim2.new(0, 546, 0, 36)
  105. JFANs2ndBest.Font = Enum.Font.Cartoon
  106. JFANs2ndBest.Text = "JFAN's 2nd Best"
  107. JFANs2ndBest.TextColor3 = Color3.new(1, 0, 0.0156863)
  108. JFANs2ndBest.TextSize = 40
  109.  
  110. ignore.Name = "ignore"
  111. ignore.Parent = MainGui
  112. ignore.BackgroundColor3 = Color3.new(0.0745098, 0.227451, 1)
  113. ignore.Position = UDim2.new(-0.000572316814, 0, 0.0843397602, 0)
  114. ignore.Size = UDim2.new(0, 544, 0, 16)
  115.  
  116. Garage.Name = "Garage"
  117. Garage.Parent = MainGui
  118. Garage.BackgroundColor3 = Color3.new(1, 0, 0)
  119. Garage.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  120. Garage.BorderSizePixel = 5
  121. Garage.Position = UDim2.new(0.0159718022, 0, 0.269896388, 0)
  122. Garage.Size = UDim2.new(0, 194, 0, 43)
  123. Garage.Font = Enum.Font.Cartoon
  124. Garage.Text = "Garage"
  125. Garage.TextColor3 = Color3.new(0, 0, 0)
  126. Garage.TextSize = 40
  127. Garage.MouseButton1Down:connect(function()
  128. getglobal game
  129. getfield -1 Players
  130. getfield -1 LocalPlayer
  131. getfield -1 Character
  132. getfield -1 HumanoidRootPart
  133. getglobal CFrame
  134. getfield -1 new
  135. pushnumber -342.130798
  136. pushnumber 19.3135223
  137. pushnumber 1182.73669
  138. pcall 3 1 0
  139. setfield -3 CFrame
  140. end)
  141.  
  142. PoliceBase2.Name = "PoliceBase2"
  143. PoliceBase2.Parent = MainGui
  144. PoliceBase2.BackgroundColor3 = Color3.new(1, 0, 0)
  145. PoliceBase2.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  146. PoliceBase2.BorderSizePixel = 5
  147. PoliceBase2.Position = UDim2.new(0.0178100374, 0, 0.386563033, 0)
  148. PoliceBase2.Size = UDim2.new(0, 194, 0, 43)
  149. PoliceBase2.Font = Enum.Font.Cartoon
  150. PoliceBase2.Text = "Police Base 2"
  151. PoliceBase2.TextColor3 = Color3.new(0, 0, 0)
  152. PoliceBase2.TextSize = 37
  153. PoliceBase2.MouseButton1Down:connect(function()
  154. getglobal game
  155. getfield -1 Players
  156. getfield -1 LocalPlayer
  157. getfield -1 Character
  158. getfield -1 HumanoidRootPart
  159. getglobal CFrame
  160. getfield -1 new
  161. pushnumber 744.981506
  162. pushnumber 38.1523933
  163. pushnumber 1132.73462
  164. pcall 3 1 0
  165. setfield -3 CFrame
  166. end)
  167.  
  168. OtherCrimTP.Name = "OtherCrimTP"
  169. OtherCrimTP.Parent = MainGui
  170. OtherCrimTP.BackgroundColor3 = Color3.new(1, 0, 0)
  171. OtherCrimTP.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  172. OtherCrimTP.BorderSizePixel = 5
  173. OtherCrimTP.Position = UDim2.new(0.622589469, 0, 0.269896388, 0)
  174. OtherCrimTP.Size = UDim2.new(0, 194, 0, 43)
  175. OtherCrimTP.Font = Enum.Font.Cartoon
  176. OtherCrimTP.Text = "Other Crim Base"
  177. OtherCrimTP.TextColor3 = Color3.new(0, 0, 0)
  178. OtherCrimTP.TextSize = 30
  179. OtherCrimTP.MouseButton1Down:connect(function()
  180. getglobal game
  181. getfield -1 Players
  182. getfield -1 LocalPlayer
  183. getfield -1 Character
  184. getfield -1 HumanoidRootPart
  185. getglobal CFrame
  186. getfield -1 new
  187. pushnumber -222.339157
  188. pushnumber 17.9125443
  189. pushnumber 1575.82336
  190. pcall 3 1 0
  191. setfield -3 CFrame
  192. end)
  193.  
  194. OutBank.Name = "OutBank"
  195. OutBank.Parent = MainGui
  196. OutBank.BackgroundColor3 = Color3.new(1, 0, 0)
  197. OutBank.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  198. OutBank.BorderSizePixel = 5
  199. OutBank.Position = UDim2.new(0.622589409, 0, 0.386563003, 0)
  200. OutBank.Size = UDim2.new(0, 194, 0, 43)
  201. OutBank.Font = Enum.Font.Cartoon
  202. OutBank.Text = "Outside Bank"
  203. OutBank.TextColor3 = Color3.new(0, 0, 0)
  204. OutBank.TextSize = 38
  205. OutBank.MouseButton1Down:connect(function()
  206. getglobal game
  207. getfield -1 Players
  208. getfield -1 LocalPlayer
  209. getfield -1 Character
  210. getfield -1 HumanoidRootPart
  211. getglobal CFrame
  212. getfield -1 new
  213. pushnumber 1.1110189
  214. pushnumber 17.9213142
  215. pushnumber 782.103455
  216. pcall 3 1 0
  217. setfield -3 CFrame
  218. end)
  219.  
  220. OutsideJail.Name = "Outside Jail"
  221. OutsideJail.Parent = MainGui
  222. OutsideJail.BackgroundColor3 = Color3.new(1, 0, 0)
  223. OutsideJail.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  224. OutsideJail.BorderSizePixel = 5
  225. OutsideJail.Position = UDim2.new(0.0178100374, 0, 0.505610645, 0)
  226. OutsideJail.Size = UDim2.new(0, 194, 0, 43)
  227. OutsideJail.Font = Enum.Font.Cartoon
  228. OutsideJail.Text = "Outside Jail"
  229. OutsideJail.TextColor3 = Color3.new(0, 0, 0)
  230. OutsideJail.TextSize = 40
  231. OutsideJail.MouseButton1Down:connect(function()
  232. getglobal game
  233. getfield -1 Players
  234. getfield -1 LocalPlayer
  235. getfield -1 Character
  236. getfield -1 HumanoidRootPart
  237. getglobal CFrame
  238. getfield -1 new
  239. pushnumber -1100.4469
  240. pushnumber 17.7500038
  241. pushnumber -1493.18286
  242. pcall 3 1 0
  243. setfield -3 CFrame
  244. end)
  245.  
  246. heliTP.Name = "heliTP"
  247. heliTP.Parent = MainGui
  248. heliTP.BackgroundColor3 = Color3.new(1, 0, 0)
  249. heliTP.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  250. heliTP.BorderSizePixel = 5
  251. heliTP.Position = UDim2.new(0.622589409, 0, 0.143705919, 0)
  252. heliTP.Size = UDim2.new(0, 194, 0, 43)
  253. heliTP.Font = Enum.Font.Cartoon
  254. heliTP.Text = "Heli Spawn"
  255. heliTP.TextColor3 = Color3.new(0, 0, 0)
  256. heliTP.TextSize = 40
  257. heliTP.MouseButton1Down:connect(function()
  258. getglobal game
  259. getfield -1 Players
  260. getfield -1 LocalPlayer
  261. getfield -1 Character
  262. getfield -1 HumanoidRootPart
  263. getglobal CFrame
  264. getfield -1 new
  265. pushnumber -1176.4231
  266. pushnumber 59.7911148
  267. pushnumber -1572.6908
  268. pcall 3 1 0
  269. setfield -3 CFrame
  270. end)
  271.  
  272. AutoArrest.Name = "AutoArrest"
  273. AutoArrest.Parent = MainGui
  274. AutoArrest.BackgroundColor3 = Color3.new(1, 0, 0)
  275. AutoArrest.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  276. AutoArrest.BorderSizePixel = 5
  277. AutoArrest.Position = UDim2.new(0.389133513, 0, 0.143705904, 0)
  278. AutoArrest.Size = UDim2.new(0, 120, 0, 43)
  279. AutoArrest.Font = Enum.Font.Cartoon
  280. AutoArrest.Text = "Auto Arrest"
  281. AutoArrest.TextColor3 = Color3.new(0, 0, 0)
  282. AutoArrest.TextSize = 26
  283. AutoArrest.MouseButton1Down:connect(function()
  284. local Player = game.Players.LocalPlayer
  285. repeat wait()until Player.Character
  286. local Char = Player.Character
  287. local RootPart = Char.HumanoidRootPart
  288. local Hum = Char.Humanoid
  289.  
  290. local TargetTeam = game.Teams.Criminal
  291.  
  292. function LoadChar()
  293. repeat wait()until Player.Character
  294. Char = Player.Character
  295. RootPart = Char.HumanoidRootPart
  296. Hum = Char.Humanoid
  297. end
  298. Player.CharacterAdded:Connect(LoadChar)
  299.  
  300. local Cam = workspace.CurrentCamera
  301.  
  302.  
  303. local Enabled = true
  304. if Player.Name == "Player" or Player.Name == "Player1" then
  305. Enabled = true
  306. end
  307.  
  308. function GetOffset()
  309. return CFrame.new(0, 0, -1.25)
  310. end
  311.  
  312. function FPView()
  313. Player.CameraMode = "LockFirstPerson"
  314. end
  315.  
  316. function ResetView()
  317. Player.CameraMode = "Default"
  318. end
  319.  
  320. function PointCam(pos)
  321. if typeof(pos) == "CFrame" then
  322. pos = pos.p
  323. end
  324. Cam.CFrame = CFrame.new(Cam.CFrame.p, pos)
  325. end
  326.  
  327. function TPToTarget(TargetChar)
  328. local player = game.Players:GetPlayerFromCharacter(TargetChar)
  329. if not player then return end
  330. if player.Team == TargetTeam then
  331. local TargetHRP = TargetChar.HumanoidRootPart
  332. local offset = GetOffset()
  333. local pos = TargetHRP.CFrame * offset
  334. RootPart.CanCollide = false
  335. RootPart.CFrame = pos
  336. --RootPart.Anchored = true
  337. Hum.WalkSpeed, Hum.JumpPower = 0, 0
  338. --NoClip(Player)
  339. FPView()
  340. PointCam(TargetHRP.Position)
  341. else
  342. ToNextPlayer()
  343. end
  344. end
  345. local Target = "None"
  346.  
  347. function GetPlayers(parent)--either game.Players or a team
  348. local plrs = {}
  349. for i,v in pairs(parent:GetPlayers())do
  350. if v then
  351. if v ~= Player and not v:IsInGroup(3172221)then
  352. plrs[#plrs+1] = v
  353. end
  354. end
  355. end
  356. return plrs
  357. end
  358.  
  359.  
  360.  
  361. local index = 0
  362. function ToNextPlayer()
  363. local parent = TargetTeam
  364. local plrs = GetPlayers(parent)
  365. local newindex = index+1
  366. if #plrs>0 then
  367. index = newindex<=#plrs and newindex or 1
  368. Target = plrs[index].Name
  369. end
  370. end
  371.  
  372. function Step()
  373. local TargetChar = workspace:FindFirstChild(Target)
  374. if TargetChar then
  375. TPToTarget(TargetChar)
  376. end
  377. end
  378.  
  379. Player:GetMouse().KeyDown:Connect(function(k)
  380. k = k:lower()
  381. if k == "q" then
  382. ToNextPlayer()
  383. end
  384. end)
  385.  
  386.  
  387. function Start()
  388. ToNextPlayer()
  389. end
  390.  
  391.  
  392.  
  393. if Enabled then
  394.  
  395. Start()
  396.  
  397.  
  398.  
  399. --run
  400. game:GetService("RunService").Heartbeat:Connect(function()
  401. if Enabled then
  402. Step()
  403. end
  404. end)
  405. end
  406. end)
  407.  
  408. ESP.Name = "ESP"
  409. ESP.Parent = MainGui
  410. ESP.BackgroundColor3 = Color3.new(1, 0, 0)
  411. ESP.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  412. ESP.BorderSizePixel = 5
  413. ESP.Position = UDim2.new(0.389133513, 0, 0.505610645, 0)
  414. ESP.Size = UDim2.new(0, 120, 0, 43)
  415. ESP.Font = Enum.Font.Cartoon
  416. ESP.Text = "ESP"
  417. ESP.TextColor3 = Color3.new(0, 0, 0)
  418. ESP.TextSize = 40
  419. ESP.MouseButton1Down:connect(function()
  420. if workspace.CurrentCamera:FindFirstChild("ESP1") then
  421. workspace.CurrentCamera.ESP1:Destroy()
  422. end
  423. if workspace.CurrentCamera:FindFirstChild("ESP2") then
  424. workspace.CurrentCamera.ESP2:Destroy()
  425. end
  426. Folder1 = Instance.new("Folder", workspace.CurrentCamera)
  427. Folder1.Name = "ESP1"
  428. Folder2 = Instance.new("Folder", workspace.CurrentCamera)
  429. Folder2.Name = "ESP2"
  430. Folder = Folder1
  431. while true do
  432. for i,v in pairs(game.Players:GetChildren()) do
  433. local player = v.Name
  434. local R = "Torso"
  435. if v.Character:FindFirstChild("UpperTorso") then
  436. R = "UpperTorso"
  437. else
  438. R = "Torso"
  439. end
  440. if v.Name ~= game.Players.LocalPlayer.Name then
  441. local S1 = Instance.new("SurfaceGui", Folder)
  442. S1.Name = "PESP"
  443. local S1F = Instance.new("Frame", S1)
  444. S1.Adornee = game.Players[player].Character[R]
  445. S1.AlwaysOnTop = true
  446. S1F.Size = UDim2.new(1, 0, 1, 0)
  447. S1F.BackgroundColor3 = Color3.new(255, 255, 255)
  448. local S2 = Instance.new("SurfaceGui", Folder)
  449. S2.Name = "PESP"
  450. S2.Face = "Left"
  451. local S2F = Instance.new("Frame", S2)
  452. S2.Adornee = game.Players[player].Character[R]
  453. S2.AlwaysOnTop = true
  454. S2F.Size = UDim2.new(1, 0, 1, 0)
  455. S2F.BackgroundColor3 = Color3.new(255, 255, 255)
  456. local S3 = Instance.new("SurfaceGui", Folder)
  457. S3.Name = "PESP"
  458. S3.Face = "Right"
  459. local S3F = Instance.new("Frame", S3)
  460. S3.Adornee = game.Players[player].Character[R]
  461. S3.AlwaysOnTop = true
  462. S3F.Size = UDim2.new(1, 0, 1, 0)
  463. S3F.BackgroundColor3 = Color3.new(255, 255, 255)
  464. local S4 = Instance.new("SurfaceGui", Folder)
  465. S4.Name = "PESP"
  466. S4.Face = "Back"
  467. local S4F = Instance.new("Frame", S4)
  468. S4.Adornee = game.Players[player].Character[R]
  469. S4.AlwaysOnTop = true
  470. S4F.Size = UDim2.new(1, 0, 1, 0)
  471. S4F.BackgroundColor3 = Color3.new(255, 255, 255)
  472. local S5 = Instance.new("SurfaceGui", Folder)
  473. S5.Name = "PESP"
  474. S5.Face = "Back"
  475. local S5F = Instance.new("Frame", S5)
  476. S5.Adornee = game.Players[player].Character.Head
  477. S5.AlwaysOnTop = true
  478. S5F.Size = UDim2.new(1, 0, 1, 0)
  479. S5F.BackgroundColor3 = Color3.new(255, 0, 0)
  480. local S6 = Instance.new("SurfaceGui", Folder)
  481. S6.Name = "PESP"
  482. S6.Face = "Right"
  483. local S6F = Instance.new("Frame", S6)
  484. S6.Adornee = game.Players[player].Character.Head
  485. S6.AlwaysOnTop = true
  486. S6F.Size = UDim2.new(1, 0, 1, 0)
  487. S6F.BackgroundColor3 = Color3.new(255, 0, 0)
  488. local S7 = Instance.new("SurfaceGui", Folder)
  489. S7.Name = "PESP"
  490. S7.Face = "Left"
  491. local S7F = Instance.new("Frame", S7)
  492. S7.Adornee = game.Players[player].Character.Head
  493. S7.AlwaysOnTop = true
  494. S7F.Size = UDim2.new(1, 0, 1, 0)
  495. S7F.BackgroundColor3 = Color3.new(255, 0, 0)
  496. local S7 = Instance.new("SurfaceGui", Folder)
  497. S7.Name = "PESP"
  498. S7.Face = "Left"
  499. local S7F = Instance.new("Frame", S7)
  500. S7.Adornee = game.Players[player].Character.Head
  501. S7.AlwaysOnTop = true
  502. S7F.Size = UDim2.new(1, 0, 1, 0)
  503. S7F.BackgroundColor3 = Color3.new(255, 0, 0)
  504. local S8 = Instance.new("SurfaceGui", Folder)
  505. S8.Name = "PESP"
  506. S8.Face = "Front"
  507. local S8F = Instance.new("Frame", S8)
  508. S8.Adornee = game.Players[player].Character.Head
  509. S8.AlwaysOnTop = true
  510. S8F.Size = UDim2.new(1, 0, 1, 0)
  511. S8F.BackgroundColor3 = Color3.new(255, 0, 0)
  512. local S9 = Instance.new("SurfaceGui", Folder)
  513. S9.Name = "PESP"
  514. S9.Face = "Top"
  515. local S9F = Instance.new("Frame", S9)
  516. S9.Adornee = game.Players[player].Character.Head
  517. S9.AlwaysOnTop = true
  518. S9F.Size = UDim2.new(1, 0, 1, 0)
  519. S9F.BackgroundColor3 = Color3.new(255, 0, 0)
  520. wait(0.1)
  521. end
  522. end
  523. if Folder == Folder1 then
  524. Folder2:ClearAllChildren()
  525. Folder = Folder2
  526. elseif Folder == Folder2 then
  527. Folder1:ClearAllChildren()
  528. Folder = Folder1
  529. end
  530. wait(3)
  531. end
  532. end)
  533.  
  534. nolazer.Name = "nolazer"
  535. nolazer.Parent = MainGui
  536. nolazer.BackgroundColor3 = Color3.new(1, 0, 0)
  537. nolazer.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  538. nolazer.BorderSizePixel = 5
  539. nolazer.Position = UDim2.new(0.389133513, 0, 0.386563033, 0)
  540. nolazer.Size = UDim2.new(0, 120, 0, 43)
  541. nolazer.Font = Enum.Font.Cartoon
  542. nolazer.Text = "No Lazer"
  543. nolazer.TextColor3 = Color3.new(0, 0, 0)
  544. nolazer.TextSize = 33
  545. nolazer.MouseButton1Down:connect(function()
  546. getglobal game
  547. getfield -1 Workspace
  548. getfield -1 Banks
  549. getfield -1 Bank
  550. getfield -1 Lasers
  551. getfield -1 Destroy
  552. pushvalue -2
  553. pcall 1 0 0
  554. emptystack
  555. end)
  556.  
  557. nodoors.Name = "nodoors"
  558. nodoors.Parent = MainGui
  559. nodoors.BackgroundColor3 = Color3.new(1, 0, 0)
  560. nodoors.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  561. nodoors.BorderSizePixel = 5
  562. nodoors.Position = UDim2.new(0.387295276, 0, 0.269896388, 0)
  563. nodoors.Size = UDim2.new(0, 120, 0, 43)
  564. nodoors.Font = Enum.Font.Cartoon
  565. nodoors.Text = "No Doors"
  566. nodoors.TextColor3 = Color3.new(0, 0, 0)
  567. nodoors.TextSize = 29
  568. nodoors.MouseButton1Down:connect(function()
  569. getglobal game
  570. getfield -1 Workspace
  571. getfield -1 Doors
  572. getfield -1 Destroy
  573. pushvalue -2
  574. pcall 1 0 0
  575. emptystack
  576. end)
  577.  
  578. Btools.Name = "Btools"
  579. Btools.Parent = MainGui
  580. Btools.BackgroundColor3 = Color3.new(1, 0, 0)
  581. Btools.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  582. Btools.BorderSizePixel = 5
  583. Btools.Position = UDim2.new(0.387295276, 0, 0.629420161, 0)
  584. Btools.Size = UDim2.new(0, 120, 0, 43)
  585. Btools.Font = Enum.Font.Cartoon
  586. Btools.Text = "Btools"
  587. Btools.TextColor3 = Color3.new(0, 0, 0)
  588. Btools.TextSize = 40
  589. Btools.MouseButton1Down:connect(function()
  590. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  591. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  592. if child.ClassName == "Part" then
  593. child.Locked = false
  594. end
  595. if child.ClassName == "MeshPart" then
  596. child.Locked = false
  597. end
  598. if child.ClassName == "UnionOperation" then
  599. child.Locked = false
  600. end
  601. if child.ClassName == "Model" then
  602. for index, chil in pairs(child:GetChildren()) do
  603. if chil.ClassName == "Part" then
  604. chil.Locked = false
  605. end
  606. if chil.ClassName == "MeshPart" then
  607. chil.Locked = false
  608. end
  609. if chil.ClassName == "UnionOperation" then
  610. chil.Locked = false
  611. end
  612. if chil.ClassName == "Model" then
  613. for index, childe in pairs(chil:GetChildren()) do
  614. if childe.ClassName == "Part" then
  615. childe.Locked = false
  616. end
  617. if childe.ClassName == "MeshPart" then
  618. childe.Locked = false
  619. end
  620. if childe.ClassName == "UnionOperation" then
  621. childe.Locked = false
  622. end
  623. if childe.ClassName == "Model" then
  624. for index, childeo in pairs(childe:GetChildren()) do
  625. if childeo.ClassName == "Part" then
  626. childeo.Locked = false
  627. end
  628. if childeo.ClassName == "MeshPart" then
  629. childeo.Locked = false
  630. end
  631. if childeo.ClassName == "UnionOperation" then
  632. childeo.Locked = false
  633. end
  634. if childeo.ClassName == "Model" then
  635. end
  636. end
  637. end
  638. end
  639. end
  640. end
  641. end
  642. end
  643. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  644. c.BinType = Enum.BinType.Hammer
  645. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  646. c.BinType = Enum.BinType.Clone
  647. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  648. c.BinType = Enum.BinType.Grab
  649. end)
  650.  
  651. end)
  652.  
  653. ExitJew.Name = "Exit Jew"
  654. ExitJew.Parent = MainGui
  655. ExitJew.BackgroundColor3 = Color3.new(1, 0, 0)
  656. ExitJew.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  657. ExitJew.BorderSizePixel = 5
  658. ExitJew.Position = UDim2.new(0.319608599, 0, 0.749985039, 0)
  659. ExitJew.Size = UDim2.new(0, 194, 0, 43)
  660. ExitJew.Font = Enum.Font.Cartoon
  661. ExitJew.Text = "Exit Jew"
  662. ExitJew.TextColor3 = Color3.new(0, 0, 0)
  663. ExitJew.TextSize = 40
  664. ExitJew.MouseButton1Down:connect(function()
  665. getglobal game
  666. getfield -1 Players
  667. getfield -1 LocalPlayer
  668. getfield -1 Character
  669. getfield -1 HumanoidRootPart
  670. getglobal CFrame
  671. getfield -1 new
  672. pushnumber 105
  673. pushnumber 85
  674. pushnumber 1322
  675. pcall 3 1 0
  676. setfield -3 CFrame
  677. end)
  678.  
  679. PoliceBase.Name = "Police Base"
  680. PoliceBase.Parent = MainGui
  681. PoliceBase.BackgroundColor3 = Color3.new(1, 0, 0)
  682. PoliceBase.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  683. PoliceBase.BorderSizePixel = 5
  684. PoliceBase.Position = UDim2.new(0.0159718022, 0, 0.14370589, 0)
  685. PoliceBase.Size = UDim2.new(0, 194, 0, 43)
  686. PoliceBase.Font = Enum.Font.Cartoon
  687. PoliceBase.Text = "Police Base"
  688. PoliceBase.TextColor3 = Color3.new(0, 0, 0)
  689. PoliceBase.TextSize = 40
  690. PoliceBase.MouseButton1Down:connect(function()
  691. getglobal game
  692. getfield -1 Players
  693. getfield -1 LocalPlayer
  694. getfield -1 Character
  695. getfield -1 HumanoidRootPart
  696. getglobal CFrame
  697. getfield -1 new
  698. pushnumber -1130.11426
  699. pushnumber 17.950058
  700. pushnumber -1593.09766
  701. pcall 3 1 0
  702. setfield -3 CFrame
  703. end)
  704.  
  705. CrimBase.Name = "Crim Base"
  706. CrimBase.Parent = MainGui
  707. CrimBase.BackgroundColor3 = Color3.new(1, 0, 0)
  708. CrimBase.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  709. CrimBase.BorderSizePixel = 5
  710. CrimBase.Position = UDim2.new(0.622589469, 0, 0.505610645, 0)
  711. CrimBase.Size = UDim2.new(0, 194, 0, 43)
  712. CrimBase.Font = Enum.Font.Cartoon
  713. CrimBase.Text = "Crim Base"
  714. CrimBase.TextColor3 = Color3.new(0, 0, 0)
  715. CrimBase.TextSize = 40
  716. CrimBase.MouseButton1Down:connect(function()
  717. getglobal game
  718. getfield -1 Players
  719. getfield -1 LocalPlayer
  720. getfield -1 Character
  721. getfield -1 HumanoidRootPart
  722. getglobal CFrame
  723. getfield -1 new
  724. pushnumber -222.339157
  725. pushnumber 17.9125443
  726. pushnumber 1575.82336
  727. pcall 3 1 0
  728. setfield -3 CFrame
  729. end)
  730.  
  731. OutsideJew.Name = "OutideJew"
  732. OutsideJew.Parent = MainGui
  733. OutsideJew.BackgroundColor3 = Color3.new(1, 0, 0)
  734. OutsideJew.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  735. OutsideJew.BorderSizePixel = 5
  736. OutsideJew.Position = UDim2.new(0.0162997488, 0, 0.62855643, 0)
  737. OutsideJew.Size = UDim2.new(0, 194, 0, 43)
  738. OutsideJew.Font = Enum.Font.Cartoon
  739. OutsideJew.Text = "Exit Jew"
  740. OutsideJew.TextColor3 = Color3.new(0, 0, 0)
  741. OutsideJew.TextSize = 40
  742. OutsideJew.MouseButton1Down:connect(function()
  743. getglobal game
  744. getfield -1 Players
  745. getfield -1 LocalPlayer
  746. getfield -1 Character
  747. getfield -1 HumanoidRootPart
  748. getglobal CFrame
  749. getfield -1 new
  750. pushnumber 124
  751. pushnumber 17
  752. pushnumber 1350
  753. pcall 3 1 0
  754. setfield -3 CFrame
  755. end)
  756.  
  757. InsideJew.Name = "InsideJew"
  758. InsideJew.Parent = MainGui
  759. InsideJew.BackgroundColor3 = Color3.new(1, 0, 0)
  760. InsideJew.BorderColor3 = Color3.new(0.345098, 1, 0.109804)
  761. InsideJew.BorderSizePixel = 5
  762. InsideJew.Position = UDim2.new(0.621079266, 0, 0.626175523, 0)
  763. InsideJew.Size = UDim2.new(0, 194, 0, 43)
  764. InsideJew.Font = Enum.Font.Cartoon
  765. InsideJew.Text = "Exit Jew"
  766. InsideJew.TextColor3 = Color3.new(0, 0, 0)
  767. InsideJew.TextSize = 40
  768. InsideJew.MouseButton1Down:connect(function()
  769. getglobal game
  770. getfield -1 Players
  771. getfield -1 LocalPlayer
  772. getfield -1 Character
  773. getfield -1 HumanoidRootPart
  774. getglobal CFrame
  775. getfield -1 new
  776. pushnumber 124
  777. pushnumber 17
  778. pushnumber 1317
  779. pcall 3 1 0
  780. setfield -3 CFrame
  781. end)
  782.  
  783. Close.Name = "Close"
  784. Close.Parent = MainGui
  785. Close.BackgroundColor3 = Color3.new(0.0627451, 0.176471, 0.815686)
  786. Close.BorderColor3 = Color3.new(1, 0.992157, 0.992157)
  787. Close.BorderSizePixel = 0
  788. Close.Position = UDim2.new(0.962991059, 0, 0, 0)
  789. Close.Size = UDim2.new(0, 20, 0, 20)
  790. Close.Font = Enum.Font.Cartoon
  791. Close.Text = "X"
  792. Close.TextColor3 = Color3.new(1, 0, 0)
  793. Close.TextSize = 30
  794. Close.TextWrapped = true
  795. Close.MouseButton1Down:connect(function()
  796. MainGui.Visible = false
  797. OpenGui.Visible = true
  798. end)
  799.  
  800. OpenGui.Name = "OpenGui"
  801. OpenGui.Parent = ScreenGui
  802. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  803. OpenGui.Position = UDim2.new(0, 0, 0.544164062, 0)
  804. OpenGui.Size = UDim2.new(0, 80, 0, 25)
  805. OpenGui.Visible = false
  806.  
  807. Open.Name = "Open"
  808. Open.Parent = OpenGui
  809. Open.BackgroundColor3 = Color3.new(1, 0, 0)
  810. Open.BorderColor3 = Color3.new(0.0588235, 1, 0.2)
  811. Open.BorderSizePixel = 5
  812. Open.Size = UDim2.new(0, 80, 0, 25)
  813. Open.Font = Enum.Font.SourceSans
  814. Open.Text = "FBI Open Up"
  815. Open.TextColor3 = Color3.new(0, 0, 0)
  816. Open.TextScaled = true
  817. Open.TextSize = 14
  818. Open.TextWrapped = true
  819. Open.MouseButton1Down:connect(function()
  820. MainGui.Visible = true
  821. OpenGui.Visible = false
  822. end)
  823. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement