Guest User

Jailbreak 4 In 1 script

a guest
Jul 18th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 102.99 KB | None | 0 0
  1. local mt = getrawmetatable(game)
  2. local oldindex = mt.__index
  3. local services_renamed =
  4. {
  5. ["Workspace"] = game:GetService("Workspace"),
  6. ["workspace"] = game:GetService("Workspace"),
  7. ["Lighting"] = game:GetService("Lighting"),
  8. ["lighting"] = game:GetService("Lighting"),
  9. ["Players"] = game:GetService("Players"),
  10. ["ReplicatedStorage"] = game:GetService("ReplicatedStorage"),
  11. }
  12.  
  13. if make_writeable then
  14. make_writeable(mt)
  15. elseif changereadonly then
  16. changereadonly(mt, false)
  17. end
  18.  
  19. local check
  20. if is_protosmasher_caller then
  21. check = is_protosmasher_caller
  22. elseif checkcaller then
  23. check = checkcaller
  24. else
  25. error'failed to find suitable checkcaller implementation'
  26. end
  27.  
  28. mt.__index = function(t, k)
  29. if not check() then return oldindex(t, k) end
  30. if t == game and services_renamed[k] ~= nil then
  31. return services_renamed[k]
  32. end
  33. return oldindex(t, k)
  34. end
  35. spawn(function()
  36. while wait(0.05) do
  37. game:GetService("Workspace").Name = "Workspace"
  38. game:GetService("ReplicatedStorage").Name = "ReplicatedStorage"
  39. game:GetService("Players").Name = "Players"
  40. end
  41. end)
  42. function Bypass()
  43. game:GetService('Workspace').Name = "Workspace"
  44. game.Workspace.Banks:GetChildren()[1].Name="Bank"
  45. game.Workspace.Jewelrys:GetChildren()[1].Name="Jewelry"
  46. game:GetService('Players').Name = "Players"
  47. game:GetService('ReplicatedStorage').Name = "ReplicatedStorage"
  48. end
  49. Bypass()
  50.  
  51. local JailFix = Instance.new("ScreenGui")
  52. local mainframe = Instance.new("Frame")
  53. local TextLabel = Instance.new("TextLabel")
  54. local Teleports = Instance.new("TextButton")
  55. local GameStuff = Instance.new("TextButton")
  56. local ExtraStuff = Instance.new("TextButton")
  57. local bluecolor = Instance.new("TextButton")
  58. local yellowcolor = Instance.new("TextButton")
  59. local redcolor = Instance.new("TextButton")
  60. local greencolor = Instance.new("TextButton")
  61. local teleportgui = Instance.new("Frame")
  62. local nameeeee = Instance.new("TextLabel")
  63. local bankin = Instance.new("TextButton")
  64. local bankout = Instance.new("TextButton")
  65. local jewerlyin = Instance.new("TextButton")
  66. local jewerlyout = Instance.new("TextButton")
  67. local trainspawn = Instance.new("TextButton")
  68. local criminalbase1 = Instance.new("TextButton")
  69. local criminalbase2 = Instance.new("TextButton")
  70. local gasstation = Instance.new("TextButton")
  71. local donutshop = Instance.new("TextButton")
  72. local prisionbase = Instance.new("TextButton")
  73. local police1 = Instance.new("TextButton")
  74. local police2 = Instance.new("TextButton")
  75. local closeteleportgui = Instance.new("TextButton")
  76. local gamestuffgui = Instance.new("Frame")
  77. local nameeeeeeeee = Instance.new("TextLabel")
  78. local btools = Instance.new("TextButton")
  79. local fly = Instance.new("TextButton")
  80. local walkspeed = Instance.new("TextButton")
  81. local closegamestuff = Instance.new("TextButton")
  82. local clicktp = Instance.new("TextButton")
  83. local spamarrest = Instance.new("TextButton")
  84. local infinitejump = Instance.new("TextButton")
  85. local espall = Instance.new("TextButton")
  86. local lowgravity = Instance.new("TextButton")
  87. local godmode = Instance.new("TextButton")
  88. local highjump = Instance.new("TextButton")
  89. local platform = Instance.new("TextButton")
  90. local tracers = Instance.new("TextButton")
  91. local suicide = Instance.new("TextButton")
  92. local spawnblocks = Instance.new("TextButton")
  93. local playername = Instance.new("TextBox")
  94. local goto = Instance.new("TextButton")
  95. local f3x = Instance.new("TextButton")
  96. local extrastuff = Instance.new("Frame")
  97. local banknotification = Instance.new("TextButton")
  98. local jewerlynotification = Instance.new("TextButton")
  99. local KeyCard = Instance.new("TextButton")
  100. local TextLabel_2 = Instance.new("TextLabel")
  101. local closeextrastuff = Instance.new("TextButton")
  102. local autorobtrain = Instance.new("TextButton")
  103. local autorob = Instance.new("TextButton")
  104. local removeall = Instance.new("TextButton")
  105. local allitemsgiver = Instance.new("TextButton")
  106. local infiniteammo = Instance.new("TextButton")
  107. local sframe = Instance.new("ScrollingFrame")
  108. local e = true
  109. local val = Instance.new("ObjectValue", sframe)
  110. local StarterGui = game:GetService('StarterGui')
  111. local plr = game:GetService("Players").LocalPlayer
  112. local char = plr.Character
  113.  
  114. -- Properties
  115.  
  116. JailFix.Name = "JailFix"
  117. JailFix.Parent = game.CoreGui
  118.  
  119. mainframe.Name = "mainframe"
  120. mainframe.Parent = JailFix
  121. mainframe.Active = true
  122. mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  123. mainframe.BackgroundTransparency = 0.23000000417233
  124. mainframe.BorderColor3 = Color3.new(0, 0, 0)
  125. mainframe.BorderSizePixel = 3
  126. mainframe.Draggable = true
  127. mainframe.Position = UDim2.new(0.349194169, 0, 0.298537463, 0)
  128. mainframe.Size = UDim2.new(0, 339, 0, 323)
  129.  
  130. TextLabel.Parent = mainframe
  131. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  132. TextLabel.Position = UDim2.new(-0.00147492625, 0, 0, 0)
  133. TextLabel.Size = UDim2.new(0, 339, 0, 50)
  134. TextLabel.Font = Enum.Font.SourceSansItalic
  135. TextLabel.FontSize = Enum.FontSize.Size32
  136. TextLabel.Text = "JailFix"
  137. TextLabel.TextSize = 30
  138.  
  139. Teleports.Name = "Teleports"
  140. Teleports.Parent = mainframe
  141. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  142. Teleports.Position = UDim2.new(0.20501475, 0, 0.210526302, 0)
  143. Teleports.Size = UDim2.new(0, 200, 0, 50)
  144. Teleports.Font = Enum.Font.ArialBold
  145. Teleports.FontSize = Enum.FontSize.Size14
  146. Teleports.Text = "Teleports"
  147. Teleports.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  148. Teleports.TextSize = 14
  149.  
  150. GameStuff.Name = "GameStuff"
  151. GameStuff.Parent = mainframe
  152. GameStuff.BackgroundColor3 = Color3.new(1, 1, 1)
  153. GameStuff.Position = UDim2.new(0.205014765, 0, 0.411764681, 0)
  154. GameStuff.Size = UDim2.new(0, 200, 0, 50)
  155. GameStuff.Font = Enum.Font.ArialBold
  156. GameStuff.FontSize = Enum.FontSize.Size14
  157. GameStuff.Text = "Game Related"
  158. GameStuff.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  159. GameStuff.TextSize = 14
  160.  
  161. ExtraStuff.Name = "ExtraStuff"
  162. ExtraStuff.Parent = mainframe
  163. ExtraStuff.BackgroundColor3 = Color3.new(1, 1, 1)
  164. ExtraStuff.Position = UDim2.new(0.203539819, 0, 0.600619137, 0)
  165. ExtraStuff.Size = UDim2.new(0, 200, 0, 50)
  166. ExtraStuff.Font = Enum.Font.ArialBold
  167. ExtraStuff.FontSize = Enum.FontSize.Size14
  168. ExtraStuff.Text = "Multi Purpose"
  169. ExtraStuff.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  170. ExtraStuff.TextSize = 14
  171.  
  172. bluecolor.Name = "bluecolor"
  173. bluecolor.Parent = mainframe
  174. bluecolor.BackgroundColor3 = Color3.new(0.239216, 1, 1)
  175. bluecolor.Position = UDim2.new(0.206489682, 0, 0.804953575, 0)
  176. bluecolor.Size = UDim2.new(0, 36, 0, 32)
  177. bluecolor.Font = Enum.Font.SourceSans
  178. bluecolor.FontSize = Enum.FontSize.Size14
  179. bluecolor.Text = ""
  180. bluecolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
  181. bluecolor.TextSize = 14
  182.  
  183. yellowcolor.Name = "yellowcolor"
  184. yellowcolor.Parent = mainframe
  185. yellowcolor.BackgroundColor3 = Color3.new(0.960784, 1, 0.14902)
  186. yellowcolor.Position = UDim2.new(0.690265477, 0, 0.804953575, 0)
  187. yellowcolor.Size = UDim2.new(0, 36, 0, 32)
  188. yellowcolor.Font = Enum.Font.SourceSans
  189. yellowcolor.FontSize = Enum.FontSize.Size14
  190. yellowcolor.Text = ""
  191. yellowcolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
  192. yellowcolor.TextSize = 14
  193.  
  194. redcolor.Name = "redcolor"
  195. redcolor.Parent = mainframe
  196. redcolor.BackgroundColor3 = Color3.new(1, 0, 0)
  197. redcolor.Position = UDim2.new(0.517699122, 0, 0.804953575, 0)
  198. redcolor.Size = UDim2.new(0, 36, 0, 32)
  199. redcolor.Font = Enum.Font.SourceSans
  200. redcolor.FontSize = Enum.FontSize.Size14
  201. redcolor.Text = ""
  202. redcolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
  203. redcolor.TextSize = 14
  204.  
  205. greencolor.Name = "greencolor"
  206. greencolor.Parent = mainframe
  207. greencolor.BackgroundColor3 = Color3.new(0.0901961, 1, 0.14902)
  208. greencolor.Position = UDim2.new(0.362831861, 0, 0.804953575, 0)
  209. greencolor.Size = UDim2.new(0, 36, 0, 32)
  210. greencolor.Font = Enum.Font.SourceSans
  211. greencolor.FontSize = Enum.FontSize.Size14
  212. greencolor.Text = ""
  213. greencolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
  214. greencolor.TextSize = 14
  215.  
  216. teleportgui.Name = "teleportgui"
  217. teleportgui.Parent = JailFix
  218. teleportgui.Active = true
  219. teleportgui.BackgroundColor3 = Color3.new(1, 1, 1)
  220. teleportgui.Draggable = true
  221. teleportgui.Position = UDim2.new(0.307494491, 0, 0.347222239, 0)
  222. teleportgui.Size = UDim2.new(0, 524, 0, 253)
  223. teleportgui.Visible = false
  224.  
  225. nameeeee.Name = "nameeeee"
  226. nameeeee.Parent = teleportgui
  227. nameeeee.BackgroundColor3 = Color3.new(1, 1, 1)
  228. nameeeee.BorderColor3 = Color3.new(1, 1, 1)
  229. nameeeee.Position = UDim2.new(0.0209923666, 0, 0.0355731212, 0)
  230. nameeeee.Size = UDim2.new(0, 437, 0, 50)
  231. nameeeee.Font = Enum.Font.SourceSans
  232. nameeeee.FontSize = Enum.FontSize.Size32
  233. nameeeee.Text = "Teleport Menu"
  234. nameeeee.TextColor3 = Color3.new(0, 0, 0)
  235. nameeeee.TextSize = 30
  236.  
  237. bankin.Name = "bankin"
  238. bankin.Parent = teleportgui
  239. bankin.BackgroundColor3 = Color3.new(1, 1, 1)
  240. bankin.Position = UDim2.new(0.0209923666, 0, 0.30039525, 0)
  241. bankin.Size = UDim2.new(0, 143, 0, 29)
  242. bankin.Font = Enum.Font.SourceSans
  243. bankin.FontSize = Enum.FontSize.Size14
  244. bankin.Text = "Bank (In)"
  245. bankin.TextSize = 14
  246.  
  247. bankout.Name = "bankout"
  248. bankout.Parent = teleportgui
  249. bankout.BackgroundColor3 = Color3.new(1, 1, 1)
  250. bankout.Position = UDim2.new(0.0209923666, 0, 0.462450594, 0)
  251. bankout.Size = UDim2.new(0, 143, 0, 28)
  252. bankout.Font = Enum.Font.SourceSans
  253. bankout.FontSize = Enum.FontSize.Size14
  254. bankout.Text = "Bank (Out)"
  255. bankout.TextSize = 14
  256.  
  257. jewerlyin.Name = "jewerlyin"
  258. jewerlyin.Parent = teleportgui
  259. jewerlyin.BackgroundColor3 = Color3.new(1, 1, 1)
  260. jewerlyin.Position = UDim2.new(0.0209923666, 0, 0.62845856, 0)
  261. jewerlyin.Size = UDim2.new(0, 143, 0, 27)
  262. jewerlyin.Font = Enum.Font.SourceSans
  263. jewerlyin.FontSize = Enum.FontSize.Size14
  264. jewerlyin.Text = "Jewerly Store (In)"
  265. jewerlyin.TextSize = 14
  266.  
  267. jewerlyout.Name = "jewerlyout"
  268. jewerlyout.Parent = teleportgui
  269. jewerlyout.BackgroundColor3 = Color3.new(1, 1, 1)
  270. jewerlyout.Position = UDim2.new(0.0209923666, 0, 0.790513873, 0)
  271. jewerlyout.Size = UDim2.new(0, 143, 0, 24)
  272. jewerlyout.Font = Enum.Font.SourceSans
  273. jewerlyout.FontSize = Enum.FontSize.Size14
  274. jewerlyout.Text = "Jewerly Store (Out)"
  275. jewerlyout.TextSize = 14
  276.  
  277. trainspawn.Name = "trainspawn"
  278. trainspawn.Parent = teleportgui
  279. trainspawn.BackgroundColor3 = Color3.new(1, 1, 1)
  280. trainspawn.Position = UDim2.new(0.335877866, 0, 0.30039525, 0)
  281. trainspawn.Size = UDim2.new(0, 149, 0, 31)
  282. trainspawn.Font = Enum.Font.SourceSans
  283. trainspawn.FontSize = Enum.FontSize.Size14
  284. trainspawn.Text = "Train Spawnpoint"
  285. trainspawn.TextSize = 14
  286.  
  287. criminalbase1.Name = "criminalbase1"
  288. criminalbase1.Parent = teleportgui
  289. criminalbase1.BackgroundColor3 = Color3.new(1, 1, 1)
  290. criminalbase1.Position = UDim2.new(0.335877866, 0, 0.462450594, 0)
  291. criminalbase1.Size = UDim2.new(0, 149, 0, 28)
  292. criminalbase1.Font = Enum.Font.SourceSans
  293. criminalbase1.FontSize = Enum.FontSize.Size14
  294. criminalbase1.Text = "Criminal Base 1 "
  295. criminalbase1.TextSize = 14
  296.  
  297. criminalbase2.Name = "criminalbase2"
  298. criminalbase2.Parent = teleportgui
  299. criminalbase2.BackgroundColor3 = Color3.new(1, 1, 1)
  300. criminalbase2.Position = UDim2.new(0.335877866, 0, 0.6284585, 0)
  301. criminalbase2.Size = UDim2.new(0, 149, 0, 27)
  302. criminalbase2.Font = Enum.Font.SourceSans
  303. criminalbase2.FontSize = Enum.FontSize.Size14
  304. criminalbase2.Text = "Criminal Base 2"
  305. criminalbase2.TextSize = 14
  306.  
  307. gasstation.Name = "gasstation"
  308. gasstation.Parent = teleportgui
  309. gasstation.BackgroundColor3 = Color3.new(1, 1, 1)
  310. gasstation.Position = UDim2.new(0.335877866, 0, 0.790513873, 0)
  311. gasstation.Size = UDim2.new(0, 149, 0, 24)
  312. gasstation.Font = Enum.Font.SourceSans
  313. gasstation.FontSize = Enum.FontSize.Size14
  314. gasstation.Text = "Gas Station"
  315. gasstation.TextSize = 14
  316.  
  317. donutshop.Name = "donutshop"
  318. donutshop.Parent = teleportgui
  319. donutshop.BackgroundColor3 = Color3.new(1, 1, 1)
  320. donutshop.Position = UDim2.new(0.652671754, 0, 0.30039525, 0)
  321. donutshop.Size = UDim2.new(0, 152, 0, 31)
  322. donutshop.Font = Enum.Font.SourceSans
  323. donutshop.FontSize = Enum.FontSize.Size14
  324. donutshop.Text = "Donut Shop"
  325. donutshop.TextSize = 14
  326.  
  327. prisionbase.Name = "prisionbase"
  328. prisionbase.Parent = teleportgui
  329. prisionbase.BackgroundColor3 = Color3.new(1, 1, 1)
  330. prisionbase.Position = UDim2.new(0.652671754, 0, 0.462450594, 0)
  331. prisionbase.Size = UDim2.new(0, 152, 0, 28)
  332. prisionbase.Font = Enum.Font.SourceSans
  333. prisionbase.FontSize = Enum.FontSize.Size14
  334. prisionbase.Text = "Prison Base"
  335. prisionbase.TextSize = 14
  336.  
  337. police1.Name = "police1"
  338. police1.Parent = teleportgui
  339. police1.BackgroundColor3 = Color3.new(1, 1, 1)
  340. police1.Position = UDim2.new(0.652671754, 0, 0.6284585, 0)
  341. police1.Size = UDim2.new(0, 152, 0, 27)
  342. police1.Font = Enum.Font.SourceSans
  343. police1.FontSize = Enum.FontSize.Size14
  344. police1.Text = "Police Station 1"
  345. police1.TextSize = 14
  346.  
  347. police2.Name = "police2"
  348. police2.Parent = teleportgui
  349. police2.BackgroundColor3 = Color3.new(1, 1, 1)
  350. police2.Position = UDim2.new(0.652671754, 0, 0.790513813, 0)
  351. police2.Size = UDim2.new(0, 152, 0, 24)
  352. police2.Font = Enum.Font.SourceSans
  353. police2.FontSize = Enum.FontSize.Size14
  354. police2.Text = "Poilice Station 2"
  355. police2.TextSize = 14
  356.  
  357. closeteleportgui.Name = "closeteleportgui"
  358. closeteleportgui.Parent = teleportgui
  359. closeteleportgui.BackgroundColor3 = Color3.new(1, 1, 1)
  360. closeteleportgui.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  361. closeteleportgui.Position = UDim2.new(0.854961812, 0, 0.0355731212, 0)
  362. closeteleportgui.Size = UDim2.new(0, 76, 0, 50)
  363. closeteleportgui.Font = Enum.Font.ArialBold
  364. closeteleportgui.FontSize = Enum.FontSize.Size32
  365. closeteleportgui.Text = "Back"
  366. closeteleportgui.TextColor3 = Color3.new(0, 0, 0)
  367. closeteleportgui.TextScaled = true
  368. closeteleportgui.TextSize = 30
  369. closeteleportgui.TextWrapped = true
  370.  
  371. gamestuffgui.Name = "gamestuffgui"
  372. gamestuffgui.Parent = JailFix
  373. gamestuffgui.Active = true
  374. gamestuffgui.BackgroundColor3 = Color3.new(1, 1, 1)
  375. gamestuffgui.BackgroundTransparency = 0.14000000059605
  376. gamestuffgui.Draggable = true
  377. gamestuffgui.Position = UDim2.new(0.32752651, 0, 0.349794835, 0)
  378. gamestuffgui.Size = UDim2.new(0, 415, 0, 263)
  379. gamestuffgui.Visible = false
  380.  
  381. nameeeeeeeee.Name = "nameeeeeeeee"
  382. nameeeeeeeee.Parent = gamestuffgui
  383. nameeeeeeeee.BackgroundColor3 = Color3.new(1, 1, 1)
  384. nameeeeeeeee.BackgroundTransparency = 0.20999999344349
  385. nameeeeeeeee.BorderColor3 = Color3.new(1, 1, 1)
  386. nameeeeeeeee.Position = UDim2.new(0.0289156623, 0, 0.0836501867, 0)
  387. nameeeeeeeee.Size = UDim2.new(0, 332, 0, 33)
  388. nameeeeeeeee.Font = Enum.Font.ArialBold
  389. nameeeeeeeee.FontSize = Enum.FontSize.Size32
  390. nameeeeeeeee.Text = "Multi Purpose"
  391. nameeeeeeeee.TextSize = 30
  392.  
  393. btools.Name = "btools"
  394. btools.Parent = gamestuffgui
  395. btools.BackgroundColor3 = Color3.new(1, 1, 1)
  396. btools.BorderColor3 = Color3.new(0, 0, 0)
  397. btools.Position = UDim2.new(0.334939778, 0, 0.292775661, 0)
  398. btools.Size = UDim2.new(0, 97, 0, 20)
  399. btools.Font = Enum.Font.ArialBold
  400. btools.FontSize = Enum.FontSize.Size14
  401. btools.Text = "Btools"
  402. btools.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  403. btools.TextSize = 14
  404.  
  405. fly.Name = "fly"
  406. fly.Parent = gamestuffgui
  407. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  408. fly.BorderColor3 = Color3.new(0, 0, 0)
  409. fly.Position = UDim2.new(0.0819277093, 0, 0.292775661, 0)
  410. fly.Size = UDim2.new(0, 88, 0, 20)
  411. fly.Font = Enum.Font.ArialBold
  412. fly.FontSize = Enum.FontSize.Size14
  413. fly.Text = "Fly"
  414. fly.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  415. fly.TextSize = 14
  416. fly.TextStrokeColor3 = Color3.new(0.0117647, 1, 0.788235)
  417.  
  418. walkspeed.Name = "walkspeed"
  419. walkspeed.Parent = gamestuffgui
  420. walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  421. walkspeed.BorderColor3 = Color3.new(0, 0, 0)
  422. walkspeed.Position = UDim2.new(0.0819277093, 0, 0.406844109, 0)
  423. walkspeed.Size = UDim2.new(0, 88, 0, 21)
  424. walkspeed.Font = Enum.Font.ArialBold
  425. walkspeed.FontSize = Enum.FontSize.Size14
  426. walkspeed.Text = "Walkspeed"
  427. walkspeed.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  428. walkspeed.TextSize = 14
  429.  
  430. closegamestuff.Name = "closegamestuff"
  431. closegamestuff.Parent = gamestuffgui
  432. closegamestuff.BackgroundColor3 = Color3.new(1, 1, 1)
  433. closegamestuff.Position = UDim2.new(0.790361464, 0, 0.0532319397, 0)
  434. closegamestuff.Size = UDim2.new(0, 77, 0, 39)
  435. closegamestuff.Font = Enum.Font.ArialBold
  436. closegamestuff.FontSize = Enum.FontSize.Size32
  437. closegamestuff.Text = "Back"
  438. closegamestuff.TextColor3 = Color3.new(0, 0, 0)
  439. closegamestuff.TextSize = 30
  440.  
  441. clicktp.Name = "clicktp"
  442. clicktp.Parent = gamestuffgui
  443. clicktp.BackgroundColor3 = Color3.new(1, 1, 1)
  444. clicktp.BorderColor3 = Color3.new(0, 0, 0)
  445. clicktp.Position = UDim2.new(0.607228875, 0, 0.520912528, 0)
  446. clicktp.Size = UDim2.new(0, 109, 0, 19)
  447. clicktp.Font = Enum.Font.ArialBold
  448. clicktp.FontSize = Enum.FontSize.Size14
  449. clicktp.Text = "Click TP"
  450. clicktp.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  451. clicktp.TextSize = 14
  452.  
  453. spamarrest.Name = "spamarrest"
  454. spamarrest.Parent = gamestuffgui
  455. spamarrest.BackgroundColor3 = Color3.new(1, 1, 1)
  456. spamarrest.BorderColor3 = Color3.new(0, 0, 0)
  457. spamarrest.Position = UDim2.new(0.606024086, 0, 0.406844109, 0)
  458. spamarrest.Size = UDim2.new(0, 109, 0, 21)
  459. spamarrest.Font = Enum.Font.ArialBold
  460. spamarrest.FontSize = Enum.FontSize.Size14
  461. spamarrest.Text = "Spam Arrest"
  462. spamarrest.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  463. spamarrest.TextSize = 14
  464.  
  465. infinitejump.Name = "infinitejump"
  466. infinitejump.Parent = gamestuffgui
  467. infinitejump.BackgroundColor3 = Color3.new(1, 1, 1)
  468. infinitejump.BorderColor3 = Color3.new(0, 0, 0)
  469. infinitejump.Position = UDim2.new(0.334939778, 0, 0.520912528, 0)
  470. infinitejump.Size = UDim2.new(0, 97, 0, 19)
  471. infinitejump.Font = Enum.Font.ArialBold
  472. infinitejump.FontSize = Enum.FontSize.Size14
  473. infinitejump.Text = "Infinite Jump"
  474. infinitejump.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  475. infinitejump.TextSize = 14
  476.  
  477. espall.Name = "espall"
  478. espall.Parent = gamestuffgui
  479. espall.BackgroundColor3 = Color3.new(1, 1, 1)
  480. espall.BorderColor3 = Color3.new(0, 0, 0)
  481. espall.Position = UDim2.new(0.607228935, 0, 0.292775661, 0)
  482. espall.Size = UDim2.new(0, 109, 0, 20)
  483. espall.Font = Enum.Font.ArialBold
  484. espall.FontSize = Enum.FontSize.Size14
  485. espall.Text = "ESP (All)"
  486. espall.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  487. espall.TextSize = 14
  488.  
  489. lowgravity.Name = "lowgravity"
  490. lowgravity.Parent = gamestuffgui
  491. lowgravity.BackgroundColor3 = Color3.new(1, 1, 1)
  492. lowgravity.Position = UDim2.new(0.607228935, 0, 0.631178737, 0)
  493. lowgravity.Size = UDim2.new(0, 109, 0, 20)
  494. lowgravity.Font = Enum.Font.ArialBold
  495. lowgravity.FontSize = Enum.FontSize.Size14
  496. lowgravity.Text = "Low Gravity"
  497. lowgravity.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  498. lowgravity.TextSize = 14
  499.  
  500. godmode.Name = "godmode"
  501. godmode.Parent = gamestuffgui
  502. godmode.BackgroundColor3 = Color3.new(1, 1, 1)
  503. godmode.Position = UDim2.new(0.334939778, 0, 0.737642586, 0)
  504. godmode.Size = UDim2.new(0, 97, 0, 19)
  505. godmode.Font = Enum.Font.ArialBold
  506. godmode.FontSize = Enum.FontSize.Size14
  507. godmode.Text = "God Mode"
  508. godmode.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  509. godmode.TextSize = 14
  510.  
  511. highjump.Name = "highjump"
  512. highjump.Parent = gamestuffgui
  513. highjump.BackgroundColor3 = Color3.new(1, 1, 1)
  514. highjump.Position = UDim2.new(0.0819277093, 0, 0.520912528, 0)
  515. highjump.Size = UDim2.new(0, 88, 0, 19)
  516. highjump.Font = Enum.Font.ArialBold
  517. highjump.FontSize = Enum.FontSize.Size14
  518. highjump.Text = "High Jump"
  519. highjump.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  520. highjump.TextSize = 14
  521.  
  522. platform.Name = "platform"
  523. platform.Parent = gamestuffgui
  524. platform.BackgroundColor3 = Color3.new(1, 1, 1)
  525. platform.Position = UDim2.new(0.334939748, 0, 0.406844109, 0)
  526. platform.Size = UDim2.new(0, 97, 0, 20)
  527. platform.Font = Enum.Font.ArialBold
  528. platform.FontSize = Enum.FontSize.Size14
  529. platform.Text = "Platform"
  530. platform.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  531. platform.TextSize = 14
  532.  
  533. tracers.Name = "tracers"
  534. tracers.Parent = gamestuffgui
  535. tracers.BackgroundColor3 = Color3.new(1, 1, 1)
  536. tracers.Position = UDim2.new(0.334939778, 0, 0.631178737, 0)
  537. tracers.Size = UDim2.new(0, 97, 0, 20)
  538. tracers.Font = Enum.Font.ArialBold
  539. tracers.FontSize = Enum.FontSize.Size14
  540. tracers.Text = "Tracers: None"
  541. tracers.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  542. tracers.TextSize = 14
  543.  
  544. suicide.Name = "suicide"
  545. suicide.Parent = gamestuffgui
  546. suicide.BackgroundColor3 = Color3.new(1, 1, 1)
  547. suicide.Position = UDim2.new(0.607228935, 0, 0.737642586, 0)
  548. suicide.Size = UDim2.new(0, 109, 0, 19)
  549. suicide.Font = Enum.Font.ArialBold
  550. suicide.FontSize = Enum.FontSize.Size14
  551. suicide.Text = "click 4 death :)"
  552. suicide.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  553. suicide.TextSize = 14
  554.  
  555. spawnblocks.Name = "spawnblocks"
  556. spawnblocks.Parent = gamestuffgui
  557. spawnblocks.BackgroundColor3 = Color3.new(1, 1, 1)
  558. spawnblocks.Position = UDim2.new(0.0819277093, 0, 0.631178737, 0)
  559. spawnblocks.Size = UDim2.new(0, 88, 0, 20)
  560. spawnblocks.Font = Enum.Font.ArialBold
  561. spawnblocks.FontSize = Enum.FontSize.Size14
  562. spawnblocks.Text = "Spawn Blocks"
  563. spawnblocks.TextSize = 14
  564.  
  565. playername.Name = "playername"
  566. playername.Parent = gamestuffgui
  567. playername.BackgroundColor3 = Color3.new(1, 1, 1)
  568. playername.Position = UDim2.new(0, 0, 0.89353615, 0)
  569. playername.Size = UDim2.new(0, 200, 0, 28)
  570. playername.Font = Enum.Font.ArialBold
  571. playername.FontSize = Enum.FontSize.Size32
  572. playername.Text = "Player Name"
  573. playername.TextSize = 30
  574.  
  575. goto.Name = "goto"
  576. goto.Parent = gamestuffgui
  577. goto.BackgroundColor3 = Color3.new(1, 1, 1)
  578. goto.BorderColor3 = Color3.new(0, 0, 0)
  579. goto.Position = UDim2.new(0.481927723, 0, 0.89353615, 0)
  580. goto.Size = UDim2.new(0, 215, 0, 28)
  581. goto.Font = Enum.Font.ArialBold
  582. goto.FontSize = Enum.FontSize.Size32
  583. goto.Text = "Goto"
  584. goto.TextSize = 30
  585.  
  586. f3x.Name = "f3x"
  587. f3x.Parent = gamestuffgui
  588. f3x.BackgroundColor3 = Color3.new(1, 1, 1)
  589. f3x.Position = UDim2.new(0.0819277093, 0, 0.737642586, 0)
  590. f3x.Size = UDim2.new(0, 88, 0, 19)
  591. f3x.Font = Enum.Font.ArialBold
  592. f3x.FontSize = Enum.FontSize.Size14
  593. f3x.Text = "F3x"
  594. f3x.TextSize = 14
  595.  
  596. extrastuff.Name = "extrastuff"
  597. extrastuff.Parent = JailFix
  598. extrastuff.Active = true
  599. extrastuff.BackgroundColor3 = Color3.new(1, 1, 1)
  600. extrastuff.BackgroundTransparency = 0.18999999761581
  601. extrastuff.Draggable = true
  602. extrastuff.Position = UDim2.new(0.318704993, 0, 0.266912788, 0)
  603. extrastuff.Size = UDim2.new(0, 516, 0, 385)
  604. extrastuff.Visible = false
  605.  
  606. banknotification.Name = "banknotification"
  607. banknotification.Parent = extrastuff
  608. banknotification.BackgroundColor3 = Color3.new(1, 1, 1)
  609. banknotification.Position = UDim2.new(0.0620154962, 0, 0.262337625, 0)
  610. banknotification.Size = UDim2.new(0, 200, 0, 50)
  611. banknotification.Font = Enum.Font.ArialBold
  612. banknotification.FontSize = Enum.FontSize.Size14
  613. banknotification.Text = "Bank Notification"
  614. banknotification.TextColor3 = Color3.new(0, 0, 0)
  615. banknotification.TextSize = 14
  616.  
  617. jewerlynotification.Name = "jewerlynotification"
  618. jewerlynotification.Parent = extrastuff
  619. jewerlynotification.BackgroundColor3 = Color3.new(1, 1, 1)
  620. jewerlynotification.Position = UDim2.new(0.515503883, 0, 0.262337655, 0)
  621. jewerlynotification.Size = UDim2.new(0, 200, 0, 50)
  622. jewerlynotification.Font = Enum.Font.ArialBold
  623. jewerlynotification.FontSize = Enum.FontSize.Size14
  624. jewerlynotification.Text = "Jewerly Store Notification"
  625. jewerlynotification.TextColor3 = Color3.new(0, 0, 0)
  626. jewerlynotification.TextSize = 14
  627.  
  628. KeyCard.Name = "KeyCard"
  629. KeyCard.Parent = extrastuff
  630. KeyCard.BackgroundColor3 = Color3.new(1, 1, 1)
  631. KeyCard.Position = UDim2.new(0.0620155036, 0, 0.433766246, 0)
  632. KeyCard.Size = UDim2.new(0, 200, 0, 51)
  633. KeyCard.Font = Enum.Font.ArialBold
  634. KeyCard.FontSize = Enum.FontSize.Size14
  635. KeyCard.Text = "Keycard"
  636. KeyCard.TextColor3 = Color3.new(0, 0, 0)
  637. KeyCard.TextSize = 14
  638.  
  639. TextLabel_2.Parent = extrastuff
  640. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  641. TextLabel_2.BorderColor3 = Color3.new(1, 1, 1)
  642. TextLabel_2.Position = UDim2.new(0.110465109, 0, 0.0610389635, 0)
  643. TextLabel_2.Size = UDim2.new(0, 275, 0, 39)
  644. TextLabel_2.Font = Enum.Font.ArialBold
  645. TextLabel_2.FontSize = Enum.FontSize.Size60
  646. TextLabel_2.Text = "Game Related"
  647. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  648. TextLabel_2.TextSize = 50
  649. TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  650.  
  651. closeextrastuff.Name = "closeextrastuff"
  652. closeextrastuff.Parent = extrastuff
  653. closeextrastuff.BackgroundColor3 = Color3.new(1, 1, 1)
  654. closeextrastuff.BorderColor3 = Color3.new(0, 0, 0)
  655. closeextrastuff.Position = UDim2.new(0.751937985, 0, 0.0467532463, 0)
  656. closeextrastuff.Size = UDim2.new(0, 103, 0, 50)
  657. closeextrastuff.Font = Enum.Font.ArialBold
  658. closeextrastuff.FontSize = Enum.FontSize.Size32
  659. closeextrastuff.Text = "Back"
  660. closeextrastuff.TextColor3 = Color3.new(0, 0, 0)
  661. closeextrastuff.TextSize = 30
  662.  
  663. autorobtrain.Name = "autorobtrain"
  664. autorobtrain.Parent = extrastuff
  665. autorobtrain.BackgroundColor3 = Color3.new(1, 1, 1)
  666. autorobtrain.Position = UDim2.new(0.515503883, 0, 0.433766246, 0)
  667. autorobtrain.Size = UDim2.new(0, 200, 0, 50)
  668. autorobtrain.Font = Enum.Font.ArialBold
  669. autorobtrain.FontSize = Enum.FontSize.Size14
  670. autorobtrain.Text = "AutoRob Trains (Hella Buggy)"
  671. autorobtrain.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  672. autorobtrain.TextSize = 14
  673.  
  674. autorob.Name = "autorob"
  675. autorob.Parent = extrastuff
  676. autorob.BackgroundColor3 = Color3.new(1, 1, 1)
  677. autorob.Position = UDim2.new(0.0620155036, 0, 0.76363641, 0)
  678. autorob.Size = UDim2.new(0, 200, 0, 50)
  679. autorob.Font = Enum.Font.ArialBold
  680. autorob.FontSize = Enum.FontSize.Size14
  681. autorob.Text = "AutoRob All Stores"
  682. autorob.TextSize = 14
  683.  
  684. removeall.Name = "removeall"
  685. removeall.Parent = extrastuff
  686. removeall.BackgroundColor3 = Color3.new(1, 1, 1)
  687. removeall.BorderColor3 = Color3.new(0, 0, 0)
  688. removeall.Position = UDim2.new(0.0620155036, 0, 0.594805181, 0)
  689. removeall.Size = UDim2.new(0, 200, 0, 50)
  690. removeall.Font = Enum.Font.ArialBold
  691. removeall.FontSize = Enum.FontSize.Size14
  692. removeall.Text = "Remove All"
  693. removeall.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  694. removeall.TextSize = 14
  695.  
  696. allitemsgiver.Name = "allitemsgiver"
  697. allitemsgiver.Parent = extrastuff
  698. allitemsgiver.BackgroundColor3 = Color3.new(1, 1, 1)
  699. allitemsgiver.BorderColor3 = Color3.new(0, 0, 0)
  700. allitemsgiver.Position = UDim2.new(0.515503883, 0, 0.594805181, 0)
  701. allitemsgiver.Size = UDim2.new(0, 200, 0, 50)
  702. allitemsgiver.Font = Enum.Font.ArialBold
  703. allitemsgiver.FontSize = Enum.FontSize.Size14
  704. allitemsgiver.Text = "All Items Giver"
  705. allitemsgiver.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  706. allitemsgiver.TextSize = 14
  707.  
  708. infiniteammo.Name = "infiniteammo"
  709. infiniteammo.Parent = extrastuff
  710. infiniteammo.BackgroundColor3 = Color3.new(1, 1, 1)
  711. infiniteammo.Position = UDim2.new(0.515503883, 0, 0.763636351, 0)
  712. infiniteammo.Size = UDim2.new(0, 200, 0, 50)
  713. infiniteammo.Font = Enum.Font.ArialBold
  714. infiniteammo.FontSize = Enum.FontSize.Size14
  715. infiniteammo.Text = "Infinite Ammo"
  716. infiniteammo.TextSize = 14
  717.  
  718. Teleports.MouseButton1Down:connect(function()
  719. teleportgui.Visible = not teleportgui.Visible
  720. mainframe.Visible = false
  721. end)
  722.  
  723. GameStuff.MouseButton1Down:connect(function()
  724. gamestuffgui.Visible = not gamestuffgui.Visible
  725. mainframe.Visible = false
  726. end)
  727.  
  728. ExtraStuff.MouseButton1Down:connect(function()
  729. extrastuff.Visible = not extrastuff.Visible
  730. mainframe.Visible = false
  731. end)
  732.  
  733. closeteleportgui.MouseButton1Down:connect(function()
  734. teleportgui.Visible = false
  735. mainframe.Visible = true
  736. end)
  737.  
  738. police1.MouseButton1Down:connect(function()
  739. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1206.99585, 17.9300575, -1586.10864)
  740. end)
  741.  
  742. police2.MouseButton1Down:connect(function()
  743. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(733.814575, 38.0526962, 1124.16504)
  744. end)
  745.  
  746. prisionbase.MouseButton1Down:connect(function()
  747. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1239.27979, 18.0500565, -1570.29688)
  748. end)
  749.  
  750. donutshop.MouseButton1Down:connect(function()
  751. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(269.116425, 17.8176937, -1766.83899)
  752. end)
  753.  
  754. gasstation.MouseButton1Down:connect(function()
  755. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1578.24731, 17.8978615, 711.207214)
  756. end)
  757.  
  758. criminalbase1.MouseButton1Down:connect(function()
  759. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-223.377686, 17.6145134, 1587.12146)
  760. end)
  761.  
  762. criminalbase2.MouseButton1Down:connect(function()
  763. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1749.50195, 49.8635178, -1790.7113)
  764. end)
  765.  
  766. trainspawn.MouseButton1Down:connect(function()
  767. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
  768. end)
  769.  
  770. jewerlyout.MouseButton1Down:connect(function()
  771. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(141.701019, 17.6109638, 1356.74683)
  772. end)
  773.  
  774. jewerlyin.MouseButton1Down:connect(function()
  775. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(134.412323, 17.8779831, 1318.1095)
  776. end)
  777.  
  778. bankin.MouseButton1Down:connect(function()
  779. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.8007507, 0.790616274, 815.760254)
  780. end)
  781.  
  782. bankout.MouseButton1Down:connect(function()
  783. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36.4078064, 17.6235695, 776.03186)
  784. end)
  785.  
  786. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
  787.  
  788. local c
  789. local h
  790. local bv
  791. local bav
  792. local cam
  793. local flying
  794. local p = game.Players.LocalPlayer
  795. local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  796.  
  797. local startFly = function () -- Call this function to begin flying
  798. if not p.Character or not p.Character.Head or flying then return end
  799. c = p.Character
  800. h = c.Humanoid
  801. h.PlatformStand = true
  802. cam = workspace:WaitForChild('Camera')
  803. bv = Instance.new("BodyVelocity")
  804. bav = Instance.new("BodyAngularVelocity")
  805. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  806. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  807. bv.Parent = c.Head
  808. bav.Parent = c.Head
  809. flying = true
  810. h.Died:connect(function() flying = false end)
  811. end
  812.  
  813. local endFly = function () -- Call this function to stop flying
  814. if not p.Character or not flying then return end
  815. h.PlatformStand = false
  816. bv:Destroy()
  817. bav:Destroy()
  818. flying = false
  819. end
  820.  
  821. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  822. if GPE then return end
  823. for i, e in pairs(buttons) do
  824. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  825. buttons[i] = true
  826. buttons.Moving = true
  827. end
  828. end
  829. end)
  830.  
  831. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  832. if GPE then return end
  833. local a = false
  834. for i, e in pairs(buttons) do
  835. if i ~= "Moving" then
  836. if input.KeyCode == Enum.KeyCode[i] then
  837. buttons[i] = false
  838. end
  839. if buttons[i] then a = true end
  840. end
  841. end
  842. buttons.Moving = a
  843. end)
  844.  
  845. local setVec = function (vec)
  846. return vec * (speed / vec.Magnitude)
  847. end
  848.  
  849. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
  850. if flying and c and c.PrimaryPart then
  851. local p = c.PrimaryPart.Position
  852. local cf = cam.CFrame
  853. local ax, ay, az = cf:toEulerAnglesXYZ()
  854. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  855. if buttons.Moving then
  856. local t = Vector3.new()
  857. if buttons.W then t = t + (setVec(cf.lookVector)) end
  858. if buttons.S then t = t - (setVec(cf.lookVector)) end
  859. if buttons.A then t = t - (setVec(cf.rightVector)) end
  860. if buttons.D then t = t + (setVec(cf.rightVector)) end
  861. c:TranslateBy(t * step)
  862. end
  863. end
  864. end)
  865.  
  866. fly.MouseButton1Down:connect(function()
  867. if flyy == true then
  868. flyy = false
  869. endFly()
  870. else
  871. flyy = true
  872. startFly()
  873. end
  874. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  875. end)
  876.  
  877. btools.MouseButton1Down:connect(function()
  878. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  879. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  880. if child.ClassName == "Part" then
  881. child.Locked = false
  882. end
  883. if child.ClassName == "MeshPart" then
  884. child.Locked = false
  885. end
  886. if child.ClassName == "UnionOperation" then
  887. child.Locked = false
  888. end
  889. if child.ClassName == "Model" then
  890. for index, chil in pairs(child:GetChildren()) do
  891. if chil.ClassName == "Part" then
  892. chil.Locked = false
  893. end
  894. if chil.ClassName == "MeshPart" then
  895. chil.Locked = false
  896. end
  897. if chil.ClassName == "UnionOperation" then
  898. chil.Locked = false
  899. end
  900. if chil.ClassName == "Model" then
  901. for index, childe in pairs(chil:GetChildren()) do
  902. if childe.ClassName == "Part" then
  903. childe.Locked = false
  904. end
  905. if childe.ClassName == "MeshPart" then
  906. childe.Locked = false
  907. end
  908. if childe.ClassName == "UnionOperation" then
  909. childe.Locked = false
  910. end
  911. if childe.ClassName == "Model" then
  912. for index, childeo in pairs(childe:GetChildren()) do
  913. if childeo.ClassName == "Part" then
  914. childeo.Locked = false
  915. end
  916. if childeo.ClassName == "MeshPart" then
  917. childeo.Locked = false
  918. end
  919. if childeo.ClassName == "UnionOperation" then
  920. childeo.Locked = false
  921. end
  922. if childeo.ClassName == "Model" then
  923. end
  924. end
  925. end
  926. end
  927. end
  928. end
  929. end
  930. end
  931. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  932. c.BinType = Enum.BinType.Hammer
  933. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  934. c.BinType = Enum.BinType.Clone
  935. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  936. c.BinType = Enum.BinType.Grab
  937. end)
  938.  
  939. allitemsgiver.MouseButton1Down:connect(function()
  940. if not workspace:FindFirstChild("Givers") then return end
  941. if Giver then
  942. for i,v in pairs(Giver) do
  943. v.ClickDetector.Parent = v.OriginalParent
  944. v.Event:Disconnect()
  945. end
  946. getmetatable(Giver):Destroy()
  947. end
  948. Giver = {}
  949. local g = Giver
  950. local p = Instance.new("Part", workspace)
  951. p.Anchored = true
  952. p.CanCollide = false
  953. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  954. setmetatable(Giver, {__metatable = p})
  955. for i,v in pairs(workspace.Givers:GetChildren()) do
  956. local cd = v:FindFirstChildOfClass"ClickDetector"
  957. if cd then
  958. local newt = {}
  959. newt.ClickDetector = cd
  960. newt.OriginalParent = v
  961. cd.Parent = p
  962. newt.Event = cd.MouseClick:connect(function()
  963. cd.Parent = v
  964. end)
  965. table.insert(Giver, newt)
  966. end
  967. end
  968. spawn(function()
  969. wait(10)
  970. if Giver == g then
  971. Giver = nil
  972. for i,v in pairs(g) do
  973. v.ClickDetector.Parent = v.OriginalParent
  974. v.Event:Disconnect()
  975. end
  976. getmetatable(g):Destroy()
  977. end
  978. end)
  979. end)
  980.  
  981. removeall.MouseButton1Down:connect(function()
  982. game.Workspace.Jewelrys.Jewelry.Lasers:Remove()
  983. game.Workspace.Jewelrys.Jewelry.Cameras:Remove()
  984. game.Workspace.Jewelrys.Jewelry.FloorLasers:Remove()
  985. game.Workspace.Cells:Remove()
  986. game.Workspace.Banks.Bank.Lasers:Remove()
  987. game.Workspace.Doors:Remove()
  988. game.Workspace.Banks.Bank.Door:Destroy()
  989. game.Workspace.Banks.Bank.TriggerDoor:Destroy()
  990. game.Workspace.EscapeRoutes.ExplodeWall:Destroy()
  991. game.Workspace.EscapeRoutes.LiftGate:Remove()
  992. end)
  993.  
  994. walkspeed.MouseButton1Down:connect(function()
  995. down = false
  996. velocity = Instance.new("BodyVelocity")
  997. velocity.maxForce = Vector3.new(100000, 0, 100000)
  998. local speed = 150
  999. gyro = Instance.new("BodyGyro")
  1000. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  1001.  
  1002. local hum = game.Players.LocalPlayer.Character.Humanoid
  1003.  
  1004. function onButton1Down(mouse)
  1005. down = true
  1006. velocity.Parent = game.Players.LocalPlayer.Character.UpperTorso
  1007. velocity.velocity = (hum.MoveDirection) * speed
  1008. gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
  1009. while down do
  1010. if not down then break end
  1011. velocity.velocity = (hum.MoveDirection) * speed
  1012. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  1013. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  1014. wait(0.1)
  1015. end
  1016. end
  1017.  
  1018. function onButton1Up(mouse)
  1019. velocity.Parent = nil
  1020. gyro.Parent = nil
  1021. down = false
  1022. end
  1023.  
  1024. local function onSelected(mouse)
  1025. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  1026. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  1027. end
  1028.  
  1029. onSelected(game.Players.LocalPlayer:GetMouse())
  1030. end)
  1031.  
  1032. local ClickTpEnabled = false
  1033. clicktp.MouseButton1Down:connect(function()
  1034. loadstring(game:GetObjects("rbxassetid://956305503")[1].Source)()
  1035. end)
  1036.  
  1037.  
  1038.  
  1039. spamarrest.MouseButton1Down:connect(function()
  1040. local Player = game.Players.LocalPlayer
  1041. wait(0.5)
  1042. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  1043. repeat
  1044. wait()
  1045. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1046. until v.Team.Name ~= "Criminal"
  1047. end
  1048. end)
  1049.  
  1050. local InfiniteJumpEnabled = false
  1051. game:GetService("UserInputService").JumpRequest:connect(function()
  1052. if InfiniteJumpEnabled then
  1053. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  1054. end
  1055. end)
  1056.  
  1057. infinitejump.MouseButton1Down:connect(function()
  1058. local state = infinitejump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  1059. local new = state == "Off" and "On" or state == "On" and "Off"
  1060. InfiniteJumpEnabled = new == "On"
  1061. infinitejump.Text = "Infinite Jump: " .. new
  1062. end)
  1063.  
  1064. ENABLED = false
  1065. PLAYER = game.Players.LocalPlayer
  1066. MOUSE = PLAYER:GetMouse()
  1067. CC = game.Workspace.CurrentCamera
  1068. _G.FREE_FOR_ALL = false
  1069. _G.AIM_AT = 'Head'
  1070. local player = game.Players.LocalPlayer
  1071. local esp = false
  1072. local track = false
  1073.  
  1074. function Create(base, team)
  1075. local bb = Instance.new("BillboardGui",player.PlayerGui)
  1076. bb.Adornee = base
  1077. bb.ExtentsOffset = Vector3.new(0,1,0)
  1078. bb.AlwaysOnTop = true
  1079. bb.Size = UDim2.new(0,5,0,5)
  1080. bb.StudsOffset = Vector3.new(0,1,0)
  1081. bb.Name = "tracker"
  1082. local frame = Instance.new("Frame",bb)
  1083. frame.ZIndex = 10
  1084. frame.BackgroundTransparency = 0.3
  1085. frame.Size = UDim2.new(1,0,1,0)
  1086. frame.Position = UDim2.new(0,0,0)
  1087. frame.Transparency = 1
  1088. local txtlbl = Instance.new("TextLabel",bb)
  1089. txtlbl.ZIndex = 10
  1090. txtlbl.Text = (string.upper(base.Parent.Name))
  1091. txtlbl.BackgroundTransparency = 1
  1092. txtlbl.Position = UDim2.new(0,0,0,-35)
  1093. txtlbl.Size = UDim2.new(1,0,10,0)
  1094. txtlbl.Font = "SourceSansBold"
  1095. txtlbl.FontSize = "Size10"
  1096. txtlbl.TextStrokeTransparency = 0.5
  1097.  
  1098. local txtlbl2 = Instance.new("TextLabel",bb)
  1099. txtlbl2.ZIndex = 10
  1100. txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
  1101. txtlbl2.BackgroundTransparency = 1
  1102. txtlbl2.Position = UDim2.new(0,0,0,-25)
  1103. txtlbl2.Size = UDim2.new(1,0,10,0)
  1104. txtlbl2.Font = "SourceSansBold"
  1105. txtlbl2.FontSize = "Size10"
  1106.  
  1107. txtlbl2.TextStrokeTransparency = 0.5
  1108. if team then
  1109. txtlbl.TextColor3 = Color3.new(85,0,127)
  1110. txtlbl2.TextColor3 = Color3.new(85,0,127)
  1111. frame.BackgroundColor3 = Color3.new(85,0,127)
  1112.  
  1113. elseif base.Parent.Name == "Decryptance" or base.Parent.Name == "Unlisting" then
  1114. txtlbl.TextColor3 = Color3.new(0,255,0)
  1115. txtlbl2.TextColor3 = Color3.new(0,255,0)
  1116. frame.BackgroundColor3 = Color3.new(0,255,0)
  1117. txtlbl.Text = "FRIEND"
  1118. txtlbl.FontSize = "Size14"
  1119. txtlbl2.FontSize = "Size14"
  1120.  
  1121. elseif base.Parent.Name == game.Players.LocalPlayer.Name then
  1122. txtlbl2.Transparency = 1
  1123. txtlbl.Transparency = 1
  1124. frame.Transparency = 1
  1125. else
  1126. txtlbl.TextColor3 = Color3.new(85,0,127)
  1127. txtlbl2.TextColor3 = Color3.new(85,0,127)
  1128. frame.BackgroundColor3 = Color3.new(85,0,127)
  1129.  
  1130. end
  1131. end
  1132.  
  1133. function Find()
  1134. Clear()
  1135. track = true
  1136. spawn(function()
  1137. while wait() do
  1138. if track then
  1139. Clear()
  1140. for _,v in pairs(game.Players:players()) do
  1141.  
  1142. if v.Character and v.Character.Head then
  1143. Create(v.Character.Head, false)
  1144. end
  1145. end
  1146. end
  1147. end
  1148. wait(1)
  1149. end)
  1150. end
  1151. function Clear()
  1152. for _,v in pairs(player.PlayerGui:children()) do
  1153. if v.Name == "tracker" and v:isA("BillboardGui") then
  1154. v:Destroy()
  1155. end
  1156. end
  1157. end
  1158.  
  1159. espall.MouseButton1Down:connect(function()
  1160. if not esp then
  1161. Find()
  1162. warn("Jailbreak ESP Enabled")
  1163. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  1164. esp = true
  1165. else
  1166. Clear()
  1167. track = false
  1168. warn("Jailbreak ESP Disabled")
  1169. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1170. esp = false
  1171. end
  1172. end)
  1173.  
  1174. closegamestuff.MouseButton1Down:connect(function()
  1175. gamestuffgui.Visible = false
  1176. mainframe.Visible = true
  1177. end)
  1178.  
  1179. closeextrastuff.MouseButton1Down:connect(function()
  1180. extrastuff.Visible = false
  1181. mainframe.Visible = true
  1182. end)
  1183.  
  1184. closeteleportgui.MouseButton1Down:connect(function()
  1185. teleportgui.Visible = false
  1186. mainframe.Visible = true
  1187. end)
  1188.  
  1189. banknotification.MouseButton1Down:connect(function()
  1190. pcall(function()
  1191. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  1192. local Info = Bank.Extra.Sign.Decal
  1193. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  1194. if Info.Transparency ~= 0 then
  1195. local cb = Instance.new("BindableFunction")
  1196. cb.OnInvoke = function(arg)
  1197. if arg == "Teleport" then
  1198. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10, 18, 784)
  1199. end
  1200. end
  1201. game:GetService("StarterGui"):SetCore("SendNotification",{
  1202. Title = "Bank is ready!",
  1203. Text = "Bank is ready!",
  1204. Duration = 4,
  1205. Button1 = "Dismiss",
  1206. Button2 = "Teleport",
  1207. Callback = cb
  1208. })
  1209. end
  1210. end)
  1211. end)
  1212. end)
  1213.  
  1214. jewerlynotification.MouseButton1Down:connect(function()
  1215. pcall(function()
  1216. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  1217. local Info = Jewelry.Extra.Sign.Decal
  1218. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  1219. if Info.Transparency ~= 0 then
  1220. local cb = Instance.new("BindableFunction")
  1221. cb.OnInvoke = function(arg)
  1222. if arg == "Teleport" then
  1223. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(142, 18, 1365)
  1224. end
  1225. end
  1226. game:GetService("StarterGui"):SetCore("SendNotification",{
  1227. Title = "Jewelry is ready!",
  1228. Text = "Jewelry is ready!",
  1229. Duration = 4,
  1230. Button1 = "Dismiss",
  1231. Button2 = "Teleport",
  1232. Callback = cb
  1233. })
  1234. end
  1235. end)
  1236. end)
  1237. end)
  1238.  
  1239. KeyCard.MouseButton1Down:connect(function()
  1240. game.Players.LocalPlayer.TeamValue.Value= "Police"
  1241. end)
  1242.  
  1243. platform.MouseButton1Down:connect(function()
  1244. local p = Instance.new("Part", workspace)
  1245. p.Size = Vector3.new(30,0.5,30)
  1246. p.Anchored = true
  1247. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  1248. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  1249. spawn(function()
  1250. while p.Parent do
  1251. wait(1)
  1252. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  1253. p:Destroy()
  1254. end
  1255. end
  1256. end)
  1257. end)
  1258.  
  1259.  
  1260. local Tracers = {}
  1261.  
  1262. local function AddLasso(p,team)
  1263. if not Tracers[team.Name] then return end
  1264. if p == plr then return end
  1265. spawn(function()
  1266. if p.Character then
  1267. local l = Instance.new("SelectionPartLasso")
  1268. l.Parent = p.Character
  1269. l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
  1270. l.Part = plr.Character:WaitForChild"HumanoidRootPart"
  1271. l.Visible = true
  1272. l.Color3 = team.TeamColor.Color
  1273. for i=0,5 do
  1274. local sg = Instance.new("SurfaceGui")
  1275. sg.Face = i
  1276. sg.Parent = p.Character
  1277. sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
  1278. sg.AlwaysOnTop = true
  1279. local f = Instance.new("Frame", sg)
  1280. f.Size = UDim2.new(1,0,1,0)
  1281. f.BorderSizePixel = 0
  1282. f.BackgroundColor3 = team.TeamColor.Color
  1283. f.BackgroundTransparency = 0.5
  1284. end
  1285. end
  1286. end)
  1287. end
  1288.  
  1289. local function RemoveLasso(p)
  1290. if not p.Character then return end
  1291. for i,v in pairs(p.Character:GetDescendants()) do
  1292. if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
  1293. v:Destroy()
  1294. end
  1295. end
  1296. end
  1297.  
  1298. for _,team in pairs(game:GetService("Teams"):GetChildren()) do
  1299. team.PlayerAdded:connect(function(p)
  1300. AddLasso(p,team)
  1301. end)
  1302.  
  1303. team.PlayerRemoved:connect(function(p)
  1304. RemoveLasso(p)
  1305. end)
  1306. end
  1307.  
  1308. function ToggleTracers(team, bool)
  1309. Tracers[team] = bool
  1310. local t = game:GetService("Teams"):FindFirstChild(team)
  1311. if not t then return end
  1312. for i,v in pairs(t:GetPlayers()) do
  1313. if bool then
  1314. AddLasso(v,t)
  1315. else
  1316. RemoveLasso(v)
  1317. end
  1318. end
  1319. end
  1320.  
  1321. local function CharAdded(plr, char)
  1322. if Tracers[tostring(plr.Team)] then
  1323. AddLasso(plr,plr.Team)
  1324. end
  1325. end
  1326.  
  1327. local function PlrAdded(plr)
  1328. plr.CharacterAdded:connect(function(char)
  1329. CharAdded(plr, char)
  1330. end)
  1331. if plr.Character then
  1332. CharAdded(plr, plr.Character)
  1333. end
  1334. end
  1335.  
  1336. game:GetService("Players").PlayerAdded:connect(PlrAdded)
  1337. for _,v in pairs(game:GetService("Players"):GetPlayers()) do
  1338. PlrAdded(v)
  1339. end
  1340.  
  1341. tracers.MouseButton1Down:connect(function()
  1342. local curr = Tracers.Text:sub(10)
  1343. if curr ~= "None" then
  1344. ToggleTracers(curr, false)
  1345. end
  1346. local teams = {"None", "Police", "Criminal", "Prisoner"}
  1347. local new = ""
  1348. for i,v in pairs(teams) do
  1349. if v == curr then
  1350. new = teams[i + 1] or teams[1]
  1351. end
  1352. end
  1353. if new ~= "None" then
  1354. ToggleTracers(new, true)
  1355. end
  1356. Tracers.Text = "Tracers: " .. new
  1357. end)
  1358.  
  1359. lowgravity.MouseButton1Down:connect(function()
  1360. local t = lowgravity.Text == "Low Gravity" and true or false
  1361. workspace.Gravity = t and 50 or 196.2
  1362. lowgravity.Text = t and "Normal Gravity" or "Low Gravity"
  1363. end)
  1364.  
  1365. highjump.MouseButton1Down:connect(function()
  1366. if Jump == true then
  1367. Jump = false
  1368. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1369. game.CoreGui.JailFix.gamestuffgui.highjump.Text = "HighJump: OFF"
  1370. else
  1371. Jump = true
  1372. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  1373. game.CoreGui.JailFix.gamestuffgui.highjump.Text = "HighJump: ON"
  1374. end
  1375. end)
  1376.  
  1377. godmode.MouseButton1Down:connect(function()
  1378. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1379. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1380. l.Parent = game.Players.LocalPlayer.Character
  1381. l.Name = "Humanoid"
  1382. wait(0.1)
  1383. game.Players.LocalPlayer.Character["1"]:Destroy()
  1384. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1385. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1386. wait(0.1)
  1387. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1388. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1389. end)
  1390.  
  1391. suicide.MouseButton1Down:connect(function()
  1392. game.Players.LocalPlayer.Character.Humanoid.Health = "0"
  1393. end)
  1394.  
  1395. autorobtrain.MouseButton1Down:connect(function()
  1396. local Time = 42
  1397. local plr = game:GetService("Players").LocalPlayer
  1398. local doit = true
  1399.  
  1400. plr.Chatted:connect(function(chat)
  1401. if chat:lower() == "start" then
  1402. doit = true
  1403. end
  1404. if chat:lower() == "stop" then
  1405. doit = false
  1406. end
  1407. end)
  1408.  
  1409. if workspace:FindFirstChild("Trains") then
  1410. local rob = function()
  1411. if doit == true then
  1412. if workspace.Trains:FindFirstChild("BoxCar") then
  1413. if workspace.Trains.BoxCar:FindFirstChild("Skeleton") then
  1414. local roof = workspace.Trains.BoxCar.Skeleton.RoofDoorClosed
  1415. local vaultdoor = workspace.Trains.BoxCar.Model.Rob.Doorframe
  1416. local opendet = workspace.Trains.BoxCar.Skeleton.Vault.Part.Open
  1417. if roof.Open.Value == true then
  1418. for i = 1,50 do
  1419. if doit == false then
  1420. break
  1421. end
  1422. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,5,0)
  1423. wait()
  1424. end
  1425. for i = 1,50 do
  1426. if doit == false then
  1427. break
  1428. end
  1429. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,-5,0)
  1430. wait()
  1431. end
  1432. repeat
  1433. if doit == false then
  1434. break
  1435. end
  1436. plr.Character.HumanoidRootPart.CFrame = vaultdoor.CFrame + Vector3.new(4,0,0)
  1437. wait(1)
  1438. until opendet.Value == true
  1439. if workspace.Trains.BoxCar:FindFirstChild("Model") then
  1440. if workspace.Trains.BoxCar.Model:FindFirstChild("Rob") then
  1441. local Gold = workspace.Trains.BoxCar.Model.Rob.Gold
  1442. for i = 1,Time do
  1443. if doit == false then
  1444. break
  1445. end
  1446. plr.Character.HumanoidRootPart.CFrame = Gold.CFrame
  1447. wait(1)
  1448. end
  1449. end
  1450. end
  1451. for i = 1,50 do
  1452. plr.Character.HumanoidRootPart.CFrame = CFrame.new(204.296112, 64.0945435, 88.9027939) --Outside
  1453. wait()
  1454. end
  1455. else
  1456. repeat
  1457. if doit == false then
  1458. break
  1459. end
  1460. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,5,0)
  1461. wait()
  1462. until roof.Open.Value == true
  1463. for i = 1,50 do
  1464. if doit == false then
  1465. break
  1466. end
  1467. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,-5,0)
  1468. wait()
  1469. end
  1470. repeat
  1471. if doit == false then
  1472. break
  1473. end
  1474. plr.Character.HumanoidRootPart.CFrame = vaultdoor.CFrame + Vector3.new(4,0,0)
  1475. wait(1)
  1476. until opendet.Value == true
  1477. if workspace.Trains.BoxCar:FindFirstChild("Model") then
  1478. if workspace.Trains.BoxCar.Model:FindFirstChild("Rob") then
  1479. local Gold = workspace.Trains.BoxCar.Model.Rob.Gold
  1480. for i = 1,Time do
  1481. if doit == false then
  1482. break
  1483. end
  1484. plr.Character.HumanoidRootPart.CFrame = Gold.CFrame
  1485. wait(1)
  1486. end
  1487. end
  1488. end
  1489. for i = 1,50 do
  1490. plr.Character.HumanoidRootPart.CFrame = CFrame.new(204.296112, 64.0945435, 88.9027939) --Outside
  1491. wait()
  1492. end
  1493. end
  1494. end
  1495. end
  1496. end
  1497. end
  1498. rob()
  1499. workspace.Trains.ChildAdded:connect(function()
  1500. wait(20)
  1501. rob()
  1502. end)
  1503. end
  1504. end)
  1505.  
  1506. f3x.MouseButton1Down:connect(function()
  1507. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  1508. loadstring(game:GetObjects("rbxassetid://1059691823")[1].Source)()
  1509. end)
  1510.  
  1511. goto.MouseButton1Down:connect(function()
  1512. local name = playername.Text
  1513. local player = game.Players:FindFirstChild(name)
  1514.  
  1515. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame
  1516. end)
  1517.  
  1518. autorob.MouseButton1Down:connect(function()
  1519. robbed = false
  1520. trobbed = 0
  1521. canBank = 3000
  1522. canJew = 3000
  1523. local trialSTARTTIME = os.time()
  1524. wait(2)
  1525. idle = 0
  1526. nam =game:GetService("Players").LocalPlayer.Name
  1527.  
  1528. game:GetService('RunService').Stepped:connect(function()
  1529. for a, b in pairs(game.Workspace:GetChildren()) do
  1530. if b.Name == nam then
  1531. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  1532. if v:IsA("BasePart") then
  1533. v.CanCollide = false
  1534.  
  1535. end
  1536. end
  1537. end
  1538. end
  1539. end)
  1540.  
  1541.  
  1542. workspace[nam].Head.Changed:connect(function()
  1543. for a, b in pairs(game.Workspace:GetChildren()) do
  1544. if b.Name == nam then
  1545. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  1546. if v:IsA("BasePart") then
  1547. v.CanCollide = false
  1548.  
  1549. end
  1550. end
  1551. end
  1552. end
  1553. end)
  1554. local Player = game:GetService("Players").LocalPlayer
  1555. local GUI = Instance.new("ScreenGui", Player.PlayerGui)
  1556. local ImageLabel = Instance.new("ImageLabel",GUI)
  1557. ImageLabel.Image = "rbxassetid://1266969676"
  1558. ImageLabel.Draggable = true
  1559. GUI.ResetOnSpawn = false
  1560. ImageLabel.Active = true
  1561. local ImageLabelc = Instance.new("TextLabel",ImageLabel)
  1562. local ImageLabelz = Instance.new("TextLabel",ImageLabel)
  1563. ImageLabelc.BackgroundTransparency = 1
  1564. ImageLabelc.Visible = false
  1565. ImageLabelc.TextScaled = true
  1566. ImageLabelc.Size = UDim2.new(.8,0,.25,0)
  1567. ImageLabelc.Position = UDim2.new(.1,0,.45,0)
  1568. ImageLabelz.BackgroundTransparency = 1
  1569. ImageLabelz.Visible = true
  1570. ImageLabelz.TextScaled = true
  1571. ImageLabelz.Size = UDim2.new(.2,0,.1,0)
  1572. ImageLabelz.Position = UDim2.new(0,0,0.9,0)
  1573. ImageLabelz.Text = "version 0.1"
  1574. ImageLabelz.TextColor3 = Color3.new(1,1,1)
  1575. btnStart = Instance.new("ImageButton",ImageLabel)
  1576. btnStart.Size = UDim2.new(.5,0,.185,0)
  1577. btnStart.Position = UDim2.new(.25,0,.52,0)
  1578. btnStart.Image = "rbxassetid://1267027315"
  1579. btnStart.BorderSizePixel = 0
  1580. btnStart.BorderColor3 = Color3.new(.2,0,.3)
  1581.  
  1582. local light = game:GetService("Workspace").Banks:FindFirstChildOfClass("Model").Extra.Light
  1583. local lightj = game:GetService("Workspace").Jewelrys:FindFirstChildOfClass("Model").Extra.Light
  1584. ImageLabel.Size = UDim2.new(0,375,0,250)
  1585. btnStart.MouseButton1Down:connect(function()
  1586. ImageLabelc.Visible = true
  1587. ImageLabelc.Text = "Waiting for a bank to open.."
  1588. ImageLabelc.TextColor3 = Color3.new(.5,0,1)
  1589. ImageLabelc.Font = Enum.Font.ArialBold
  1590. ImageLabelc.TextStrokeTransparency = 0
  1591. ImageLabelc.TextStrokeColor3 = Color3.new(.2,0,.5)
  1592. btnStart.Visible = false
  1593. Player.Character.UpperTorso.Anchored = true
  1594. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  1595. wait(.2)
  1596. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  1597. wait(.2)
  1598. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  1599. wait(.2)
  1600. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  1601. wait(.2)
  1602. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  1603. wait(.2)
  1604. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  1605. wait(.2)
  1606. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  1607. wait(1)
  1608.  
  1609. velocity = Instance.new("BodyPosition", Player.Character.UpperTorso)
  1610. velocity.maxForce = Vector3.new(100000, 100000, 100000)
  1611. velocity.Position = Vector3.new(-6.3, 17.86, 827.9)
  1612. gyro = Instance.new("BodyGyro", Player.Character.UpperTorso)
  1613. gyro.maxTorque = Vector3.new(100000, 100000, 100000)
  1614. Player.Character.UpperTorso.Anchored = false
  1615. while (light.Position - Player.Character.UpperTorso.Position).magnitude > 60 do
  1616. wait(.1)
  1617. Player.Character.Humanoid.Jump = true
  1618. end
  1619. velocity.maxForce = Vector3.new(00000, 0000, 0000)
  1620. gyro:Destroy()
  1621.  
  1622.  
  1623. while wait(.1) do
  1624. canBank = canBank + 1
  1625. canJew = canJew + 1
  1626. if idle > 30 then
  1627. idle = 0
  1628. Player.Character.Humanoid.Jump = true
  1629. else
  1630. idle = idle + 1
  1631. end
  1632. Player.Character:WaitForChild("UpperTorso")
  1633. Player.Character.Humanoid.PlatformStand = false
  1634. if velocity.Parent ~= Player.Character.UpperTorso then
  1635. velocity.Parent = Player.Character.UpperTorso
  1636. end
  1637. if (light.Position - Player.Character.UpperTorso.Position).magnitude > 40 then
  1638. velocity.maxForce = Vector3.new(100000, 10000, 100000)
  1639. else
  1640. if not robbed then
  1641. velocity.maxForce = Vector3.new(00000, 0000, 0000)
  1642. end
  1643.  
  1644. end
  1645. if canBank > 3000 then
  1646. if light.SurfaceLight.Enabled then
  1647. canBank = 0
  1648. robbed = true
  1649. ImageLabelc.Text = "Robbing bank!"
  1650. velocity.Position = Vector3.new(23.69,18.16,846.23)
  1651. velocity.maxForce = Vector3.new(100000, 10000, 100000)
  1652. wait(2)
  1653. Player.Character.Humanoid.PlatformStand = true
  1654. velocity.Position = Vector3.new(18.53, 0.766, 816.56)
  1655. velocity.maxForce = Vector3.new(100000, 10000, 100000)
  1656. wait(3)
  1657. Player.Character.Humanoid.PlatformStand = false
  1658. wait(45)
  1659. trobbed = trobbed + 1
  1660.  
  1661. Player.Character.Humanoid.PlatformStand = true
  1662. velocity.Position = Vector3.new(-6.3, 17.86, 827.9)
  1663. velocity.maxForce = Vector3.new(100000, 10000, 100000)
  1664. ImageLabelc.Text = "Robbed ".. tostring(trobbed) .. " times! "
  1665. wait(3)
  1666. Player.Character.Humanoid.PlatformStand = false
  1667.  
  1668. end
  1669. elseif canJew > 3000 then
  1670. if lightj.SurfaceLight.Enabled then
  1671. canJew = 0
  1672. ImageLabelc.Text = "Robbing jewelry store.."
  1673. Player.Character.Humanoid.PlatformStand = true
  1674. velocity.Position = Vector3.new(142.99,18.6,1349.5)
  1675. wait(3)
  1676. velocity.Position = Vector3.new(122.173,16.52,1308.727)
  1677. wait(4)
  1678. velocity.Position = Vector3.new(111.2,17.39,1332.67)
  1679. wait(4)
  1680. velocity.Position = Vector3.new(125.43,17.75,1328.31)
  1681. wait(4)
  1682. velocity.Position = Vector3.new(141.287, 18.2,1315.98)
  1683. wait(4)
  1684. velocity.Position = Vector3.new(108.606,17.131,1320.33)
  1685. wait(4)
  1686. velocity.Position = Vector3.new(123.107,18.13,1321.723)
  1687. wait(4)
  1688. velocity.Position = Vector3.new(122.56,17.39,1312.67)
  1689. wait(4)
  1690. velocity.Position = Vector3.new(138.37,17.76,1308.8)
  1691. wait(4)
  1692. Player.Character.Humanoid.PlatformStand = false
  1693. velocity.Position = Vector3.new(-264.7,18.31,1563.9)
  1694. trobbed = trobbed + 1
  1695. ImageLabelc.Text = "Robbed ".. tostring(trobbed) .. " times! "
  1696. end
  1697. end
  1698. end
  1699. end)
  1700. end)
  1701.  
  1702. spawnblocks.MouseButton1Down:connect(function()
  1703. local b = Instance.new("Part", game.Workspace)
  1704. b.Anchored = true
  1705. wait(1)
  1706. b.Position = Vector3.new("0, 10, 0")
  1707. while true do
  1708. wait(.00000000001)
  1709. b = Instance.new("Part", game.Workspace)
  1710. end
  1711. end)
  1712.  
  1713. infiniteammo.MouseButton1Down:connect(function()
  1714. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Ammo.MagSize.RobloxLocked=true
  1715. end)
  1716.  
  1717. bluecolor.MouseButton1Down:connect(function()
  1718. game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1719. game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1720. game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1721. game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1722. game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1723. game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1724. game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1725. game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1726. game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1727. game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1728. game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1729. game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1730. game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1731. game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1732. game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1733. game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1734. game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1735. game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1736. game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1737. game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1738. game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1739. game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1740. game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1741. game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1742. game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1743. game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1744. game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1745. game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1746. game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1747. game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1748. game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1749. game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1750. game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1751. game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1752. game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1753. game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1754. game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1755. game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1756. game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1757. game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1758. game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1759. game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1760. game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1761. game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1762. game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1763. game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1764. game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1765. game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1766. game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1767. game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1768. game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1769. end)
  1770.  
  1771. redcolor.MouseButton1Down:connect(function()
  1772. game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.new(1, 0, 0)
  1773. game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  1774. game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.new(1, 0, 0)
  1775. game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.new(1, 0, 0)
  1776. game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.new(1, 0, 0)
  1777. game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.new(1, 0, 0)
  1778. game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.new(1, 0, 0)
  1779. game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.new(1, 0, 0)
  1780. game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.new(1, 0, 0)
  1781. game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.new(1, 0, 0)
  1782. game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.new(1, 0, 0)
  1783. game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.new(1, 0, 0)
  1784. game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.new(1, 0, 0)
  1785. game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.new(1, 0, 0)
  1786. game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.new(1, 0, 0)
  1787. game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.new(1, 0, 0)
  1788. game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.new(1, 0, 0)
  1789. game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.new(1, 0, 0)
  1790. game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.new(1, 0, 0)
  1791. game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.new(1, 0, 0)
  1792. game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.new(1, 0, 0)
  1793. game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.new(1, 0, 0)
  1794. game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.new(1, 0, 0)
  1795. game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.new(1, 0, 0)
  1796. game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.new(1, 0, 0)
  1797. game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.new(1, 0, 0)
  1798. game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.new(1, 0, 0)
  1799. game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.new(1, 0, 0)
  1800. game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.new(1, 0, 0)
  1801. game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.new(1, 0, 0)
  1802. game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.new(1, 0, 0)
  1803. game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.new(1, 0, 0)
  1804. game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.new(1, 0, 0)
  1805. game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.new(1, 0, 0)
  1806. game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.new(1, 0, 0)
  1807. game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.new(1, 0, 0)
  1808. game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.new(1, 0, 0)
  1809. game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.new(1, 0, 0)
  1810. game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.new(1, 0, 0)
  1811. game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.new(1, 0, 0)
  1812. game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.new(1, 0, 0)
  1813. game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.new(1, 0, 0)
  1814. game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.new(1, 0, 0)
  1815. game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.new(1, 0, 0)
  1816. game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.new(1, 0, 0)
  1817. game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.new(1, 0, 0)
  1818. game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.new(1, 0, 0)
  1819. game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.new(1, 0, 0)
  1820. game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.new(1, 0, 0)
  1821. game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.new(1, 0, 0)
  1822. game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  1823. end)
  1824.  
  1825. greencolor.MouseButton1Down:connect(function()
  1826. game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1827. game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1828. game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1829. game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1830. game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1831. game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1832. game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1833. game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1834. game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1835. game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1836. game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1837. game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1838. game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1839. game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1840. game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1841. game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1842. game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1843. game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1844. game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1845. game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1846. game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1847. game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1848. game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1849. game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1850. game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1851. game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1852. game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1853. game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1854. game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1855. game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1856. game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1857. game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1858. game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1859. game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1860. game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1861. game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1862. game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1863. game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1864. game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1865. game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1866. game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1867. game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1868. game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1869. game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1870. game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1871. game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1872. game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1873. game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1874. game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1875. game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1876. game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  1877. end)
  1878.  
  1879. yellowcolor.MouseButton1Down:connect(function()
  1880. game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1881. game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1882. game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1883. game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1884. game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1885. game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1886. game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1887. game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1888. game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1889. game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1890. game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1891. game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1892. game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1893. game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1894. game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1895. game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1896. game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1897. game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1898. game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1899. game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1900. game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1901. game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1902. game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1903. game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1904. game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1905. game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1906. game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1907. game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1908. game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1909. game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1910. game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1911. game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1912. game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1913. game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1914. game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1915. game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1916. game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1917. game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1918. game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1919. game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1920. game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1921. game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1922. game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1923. game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1924. game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1925. game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1926. game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1927. game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1928. game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1929. game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1930. game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  1931. end)
  1932. local plr = game:GetService("Players").LocalPlayer
  1933.  
  1934. local TpMethod = 2
  1935.  
  1936. function JailbreakTp(...)
  1937. getfenv()["TpMethod" .. TpMethod](...)
  1938. end
  1939.  
  1940. function TpMethod1(...)
  1941. local char = plr.Character
  1942. local root = char.HumanoidRootPart
  1943. local args = {...}
  1944. for i=0,1,0.05 do
  1945. wait()
  1946. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  1947. end
  1948. end
  1949.  
  1950. function TpMethod2(...)
  1951. local args = {...}
  1952. local char = plr.Character
  1953. local target = Vector3.new(unpack(args,1,3))
  1954. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  1955. dist = math.floor(dist / 100) + 1
  1956. for i=0,dist * 4 do
  1957. wait()
  1958. char:MoveTo(Vector3.new(...))
  1959. end
  1960. if args[#args] == true then
  1961. wait()
  1962. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  1963. end
  1964. end
  1965.  
  1966. function Tween(obj, t, properties)
  1967. local TweenService = game:GetService("TweenService")
  1968. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  1969. local tween = TweenService:Create(obj,tweenInfo,properties)
  1970. tween:Play()
  1971. return tween
  1972. end
  1973.  
  1974. local Tracers = {}
  1975.  
  1976. local function AddLasso(p,team)
  1977. if not Tracers[team.Name] then return end
  1978. if p == plr then return end
  1979. spawn(function()
  1980. if p.Character then
  1981. local l = Instance.new("SelectionPartLasso")
  1982. l.Parent = p.Character
  1983. l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
  1984. l.Part = plr.Character:WaitForChild"HumanoidRootPart"
  1985. l.Visible = true
  1986. l.Color3 = team.TeamColor.Color
  1987. for i=0,5 do
  1988. local sg = Instance.new("SurfaceGui")
  1989. sg.Face = i
  1990. sg.Parent = p.Character
  1991. sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
  1992. sg.AlwaysOnTop = true
  1993. local f = Instance.new("Frame", sg)
  1994. f.Size = UDim2.new(1,0,1,0)
  1995. f.BorderSizePixel = 0
  1996. f.BackgroundColor3 = team.TeamColor.Color
  1997. f.BackgroundTransparency = 0.5
  1998. end
  1999. end
  2000. end)
  2001. end
  2002.  
  2003. local w = getfenv()[string.char(115, 116, 114, 105, 110, 103)]
  2004. getfenv()[string.char(115, 116, 114, 105, 110, 103)] = setmetatable({char = function(...)
  2005. local t = {...}
  2006. for i,v in pairs(t) do
  2007. t[i] = v + 1
  2008. end
  2009. return w.char(unpack(t))
  2010. end}, {__index = string})
  2011. getfenv()[string.char(121)] = getfenv()[string.char(102, 100, 115, 113, 96, 118, 108, 100, 115, 96, 115, 96, 97, 107, 100)]
  2012.  
  2013. local function RemoveLasso(p)
  2014. if not p.Character then return end
  2015. for i,v in pairs(p.Character:GetDescendants()) do
  2016. if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
  2017. v:Destroy()
  2018. end
  2019. end
  2020. end
  2021.  
  2022. for _,team in pairs(game:GetService("Teams"):GetChildren()) do
  2023. team.PlayerAdded:connect(function(p)
  2024. AddLasso(p,team)
  2025. end)
  2026.  
  2027. team.PlayerRemoved:connect(function(p)
  2028. RemoveLasso(p)
  2029. end)
  2030. end
  2031.  
  2032. function ToggleTracers(team, bool)
  2033. Tracers[team] = bool
  2034. local t = game:GetService("Teams"):FindFirstChild(team)
  2035. if not t then return end
  2036. for i,v in pairs(t:GetPlayers()) do
  2037. if bool then
  2038. AddLasso(v,t)
  2039. else
  2040. RemoveLasso(v)
  2041. end
  2042. end
  2043. end
  2044.  
  2045. local function CharAdded(plr, char)
  2046. if Tracers[tostring(plr.Team)] then
  2047. AddLasso(plr,plr.Team)
  2048. end
  2049. end
  2050.  
  2051. local function PlrAdded(plr)
  2052. plr.CharacterAdded:connect(function(char)
  2053. CharAdded(plr, char)
  2054. end)
  2055. if plr.Character then
  2056. CharAdded(plr, plr.Character)
  2057. end
  2058. end
  2059.  
  2060. game:GetService("Players").PlayerAdded:connect(PlrAdded)
  2061. for _,v in pairs(game:GetService("Players"):GetPlayers()) do
  2062. PlrAdded(v)
  2063. end
  2064.  
  2065. pcall(function() --this is the ragdoll bypass okay? I don't want new users to copy/paste this to their scripts
  2066. local a = z(getfenv()[string.char(102, 96, 108, 100)])
  2067. local x = getfenv()[string.char(108, 96, 106, 100, 94, 118, 113, 104, 115, 100, 96, 97, 107, 100)]
  2068. if x then
  2069. x(a)
  2070. end
  2071. local y = getfenv()[string.char(114, 100, 115, 113, 100, 96, 99, 110, 109, 107, 120)]
  2072. if y then
  2073. y(a, false)
  2074. end
  2075.  
  2076. local b = a[string.char(94, 94, 104, 109, 99, 100, 119)]
  2077. a[string.char(94, 94, 104, 109, 99, 100, 119)] = function(c, d)
  2078. if d == string.char(85, 100, 107, 110, 98, 104, 115, 120) and tostring(c) == string.char(71, 116, 108, 96, 109, 110, 104, 99, 81, 110, 110, 115, 79, 96, 113, 115) then
  2079. return Vector3.new(getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)),getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)),getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)))
  2080. elseif d == "WalkSpeed" then
  2081. return 16
  2082. elseif d == "JumpPower" then
  2083. return 50
  2084. end
  2085. return b(c, d)
  2086. end
  2087. end)
  2088.  
  2089. game:GetService("UserInputService").InputBegan:connect(function(iobj, gp)
  2090. if not gp and iobj.KeyCode == Enum.KeyCode.LeftControl then
  2091. game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Jumping")
  2092. wait()
  2093. game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Seated")
  2094. end
  2095. end)
  2096.  
  2097. --Creating Gui--
  2098.  
  2099. local function Create(classname)
  2100. return function(t)
  2101. local ins = Instance.new(classname)
  2102. for i,v in pairs(t) do
  2103. ins[i] = v
  2104. end
  2105. return ins
  2106. end
  2107. end
  2108.  
  2109. local main = Create "Frame" {
  2110. Active = true,
  2111. ClipsDescendants = true,
  2112. Draggable = true,
  2113. BackgroundColor3 = Color3.new(1,1,1),
  2114. BorderSizePixel = 0,
  2115. Size = UDim2.new(0,400,0,300),
  2116. Position = UDim2.new(0.5,-200,0,-300),
  2117. BackgroundTransparency = 1,
  2118. Parent = Instance.new("ScreenGui", game:GetService"CoreGui")
  2119. }
  2120. do
  2121. local effect = Create "Frame" {
  2122. Parent = main,
  2123. Size = UDim2.new(1,0,0,50),
  2124. BackgroundColor3 = Color3.fromRGB(85,170,255),
  2125. BorderSizePixel = 0,
  2126. ClipsDescendants = true,
  2127. }
  2128. local lb = Create "TextLabel" {
  2129. Parent = effect,
  2130. Size = UDim2.new(1,0,1,0),
  2131. BackgroundTransparency = 1,
  2132. BorderSizePixel = 0,
  2133. TextSize = 30,
  2134. TextColor3 = Color3.new(1,1,1),
  2135. TextXAlignment = "Left",
  2136. Font = "SourceSansBold",
  2137. Text = "Jailbreak GUI",
  2138. ZIndex = 2,
  2139. }
  2140. local function GTween()
  2141. lb:TweenPosition(UDim2.new(1,10,0,0), nil,nil,3,true,function(ts)
  2142. if ts == Enum.TweenStatus.Completed then
  2143. lb.Position = UDim2.new(0,0 - lb.TextBounds.X - 2,0,0)
  2144. GTween()
  2145. end
  2146. end)
  2147. end
  2148. GTween()
  2149. end
  2150.  
  2151. local Menu = Create "Frame" {
  2152. BackgroundColor3 = Color3.new(1,1,1),
  2153. BorderSizePixel = 0,
  2154. Position = UDim2.new(0,0,0,50),
  2155. Size = UDim2.new(1,0,1,-50),
  2156. Parent = main,
  2157. }
  2158.  
  2159. local MenuLabel = Create "TextLabel" {
  2160. BackgroundTransparency = 1,
  2161. BorderSizePixel = 0,
  2162. TextColor3 = Color3.new(0,0,0),
  2163. TextSize = 20,
  2164. Font = "SourceSans",
  2165. Text = string.char(76, 96, 99, 100, 31, 97, 120, 31, 113, 100, 101, 113, 101, 102, 113, 115, 102, 100, 101, 31, 101, 110, 113, 31, 117, 50, 113, 108) .. "\n" .. string.char(39, 118, 110, 109, 38, 115, 31, 115, 100, 107, 107, 31, 120, 110, 116, 31, 108, 120, 31, 113, 110, 97, 107, 110, 119, 31, 109, 96, 108, 100, 40),
  2166. TextWrapped = true,
  2167. Size = UDim2.new(1,0,0,50),
  2168. Parent = Menu
  2169. }
  2170.  
  2171. local function CreateButton(text,parent)
  2172. return Create "TextButton" {
  2173. Active = true,
  2174. AutoButtonColor = true,
  2175. BackgroundColor3 = Color3.fromRGB(0,155,232),
  2176. BorderSizePixel = 1,
  2177. Size = UDim2.new(0,100,0,30),
  2178. Font = "SourceSansBold",
  2179. TextColor3 = Color3.new(1,1,0),
  2180. TextSize = 20,
  2181. Text = text,
  2182. Parent = parent
  2183. }
  2184. end
  2185.  
  2186. local function CreateFrame(name)
  2187. local f = Create "Frame" {
  2188. BackgroundColor3 = Color3.new(1,1,1),
  2189. BorderSizePixel = 0,
  2190. Position = UDim2.new(0,0,0,50),
  2191. Size = UDim2.new(1,0,1,-50),
  2192. Visible = false,
  2193. }
  2194. local lb = Create "TextLabel" {
  2195. BackgroundTransparency = 1,
  2196. BorderSizePixel = 0,
  2197. TextSize = 20,
  2198. TextColor3 = Color3.new(1,1,0),
  2199. Position = UDim2.new(0,0,0,5),
  2200. Text = name,
  2201. Parent = f,
  2202. TextXAlignment = "Center",
  2203. TextYAlignment = "Center",
  2204. Size = UDim2.new(1,0,0,30),
  2205. }
  2206. local exit = CreateButton("Back", f)
  2207. exit.Position = UDim2.new(0.5,-50,1,-45)
  2208. exit.MouseButton1Click:connect(function()
  2209. Menu.Visible = true
  2210. f.Visible = false
  2211. ActiveFrame = Menu
  2212. end)
  2213. return f
  2214. end
  2215.  
  2216. ActiveFrame = Menu
  2217.  
  2218. local TeleportsFrame = CreateFrame("Teleports")
  2219. TeleportsFrame.Parent = main
  2220.  
  2221. local BankIn = CreateButton("Bank (In)", TeleportsFrame)
  2222. BankIn.Position = UDim2.new(0,15,0,40)
  2223. BankIn.Size = UDim2.new(0,80,0,30)
  2224. BankIn.MouseButton1Click:connect(function()
  2225. JailbreakTp(32,0.715,814, true)
  2226. end)
  2227.  
  2228. local BankOut = CreateButton("Bank (Out)", TeleportsFrame)
  2229. BankOut.Position = UDim2.new(0,105,0,40)
  2230. BankOut.MouseButton1Click:connect(function()
  2231. JailbreakTp(10, 18, 784)
  2232. end)
  2233.  
  2234. local JailIn = CreateButton("Jail (In)", TeleportsFrame)
  2235. JailIn.Position = UDim2.new(0,215,0,40)
  2236. JailIn.Size = UDim2.new(0,80,0,30)
  2237. JailIn.MouseButton1Click:connect(function()
  2238. JailbreakTp(-1310, 18, -1658)
  2239. end)
  2240.  
  2241. local JailOut = CreateButton("Jail (Out)", TeleportsFrame)
  2242. JailOut.Position = UDim2.new(0,305,0,40)
  2243. JailOut.Size = UDim2.new(0,80,0,30)
  2244. JailOut.MouseButton1Click:connect(function()
  2245. JailbreakTp(-1133, 18, -1355)
  2246. end)
  2247.  
  2248. local Garage = CreateButton("Garage", TeleportsFrame)
  2249. Garage.Position = UDim2.new(0,335,0,120)--UDim2.new(0,10,0,80)
  2250. Garage.Size = UDim2.new(0,60,0,30)
  2251. Garage.MouseButton1Click:connect(function()
  2252. JailbreakTp(-352, 23, 1175)
  2253. end)
  2254.  
  2255. local JewelIn = CreateButton("Jewelry (In)", TeleportsFrame)
  2256. JewelIn.Position = UDim2.new(0,25,0,80)
  2257. JewelIn.MouseButton1Click:connect(function()
  2258. JailbreakTp(133, 18, 1320, true)
  2259. end)
  2260.  
  2261. local JewelOut = CreateButton("Jewelry (Out)", TeleportsFrame)
  2262. JewelOut.Position = UDim2.new(0,135,0,80)
  2263. JewelOut.Size = UDim2.new(0,115,0,30)
  2264. JewelOut.MouseButton1Click:connect(function()
  2265. JailbreakTp(142, 18, 1365)
  2266. end)
  2267.  
  2268. local Crim1 = CreateButton("Crim base 1", TeleportsFrame)
  2269. Crim1.Position = UDim2.new(0,5,0,120)
  2270. Crim1.MouseButton1Click:connect(function()
  2271. JailbreakTp(-226, 18, 1590, true)
  2272. end)
  2273.  
  2274. local Crim2 = CreateButton("Crim base 2", TeleportsFrame)
  2275. Crim2.Position = UDim2.new(0,115,0,120)
  2276. Crim2.MouseButton1Click:connect(function()
  2277. JailbreakTp(true, 1637, 50, -1768, true)
  2278. end)
  2279.  
  2280. local Donut = CreateButton("Donut Shop", TeleportsFrame)
  2281. Donut.Position = UDim2.new(0,225,0,120)
  2282. Donut.MouseButton1Click:connect(function()
  2283. JailbreakTp(268, 18, -1760, true)
  2284. end)
  2285.  
  2286. local Gas = CreateButton("Gas Station", TeleportsFrame)
  2287. Gas.Position = UDim2.new(0,260,0,80)
  2288. Gas.MouseButton1Click:connect(function()
  2289. JailbreakTp(-1583, 18, 724, true)
  2290. end)
  2291.  
  2292. local TeleportsBtn = CreateButton("Teleports", MenuLabel)
  2293. TeleportsBtn.Position = UDim2.new(0.5,-50,0,60)
  2294. TeleportsBtn.MouseButton1Click:connect(function()
  2295. TeleportsFrame.Visible = true
  2296. Menu.Visible = false
  2297. ActiveFrame = TeleportsFrame
  2298. end)
  2299.  
  2300. local StuffFrame = CreateFrame("Stuff")
  2301. StuffFrame.Parent = main
  2302.  
  2303. local StuffBtn = CreateButton("Stuff", MenuLabel)
  2304. StuffBtn.Position = TeleportsBtn.Position + UDim2.new(0,0,0,40)
  2305. StuffBtn.MouseButton1Click:connect(function()
  2306. StuffFrame.Visible = true
  2307. Menu.Visible = false
  2308. ActiveFrame = StuffFrame
  2309. end)
  2310.  
  2311. local RemoveDoors = CreateButton("Remove Doors", StuffFrame)
  2312. RemoveDoors.Size = UDim2.new(0,120,0,30)
  2313. RemoveDoors.Position = UDim2.new(0,10,0,50)
  2314. RemoveDoors.MouseButton1Click:connect(function()
  2315. local doors = workspace:FindFirstChild("Doors")
  2316. if not doors then return end
  2317. for i,v in pairs(doors:GetChildren()) do
  2318. v:Destroy()
  2319. end
  2320. end)
  2321.  
  2322. local Platform = CreateButton("Platform", StuffFrame)
  2323. Platform.Position = UDim2.new(0.5,-60,0,50)
  2324. Platform.MouseButton1Click:connect(function()
  2325. local p = Instance.new("Part", workspace)
  2326. p.Size = Vector3.new(30,0.5,30)
  2327. p.Anchored = true
  2328. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  2329. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  2330. spawn(function()
  2331. while p.Parent do
  2332. wait(1)
  2333. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  2334. p:Destroy()
  2335. end
  2336. end
  2337. end)
  2338. end)
  2339.  
  2340. local Tracers = CreateButton("Tracers: None", StuffFrame)
  2341. Tracers.Size = UDim2.new(0,140,0,30)
  2342. Tracers.Position = UDim2.new(1,-150,0,50)
  2343. Tracers.MouseButton1Click:connect(function()
  2344. local curr = Tracers.Text:sub(10)
  2345. if curr ~= "None" then
  2346. ToggleTracers(curr, false)
  2347. end
  2348. local teams = {"None", "Police", "Criminal", "Prisoner"}
  2349. local new = ""
  2350. for i,v in pairs(teams) do
  2351. if v == curr then
  2352. new = teams[i + 1] or teams[1]
  2353. end
  2354. end
  2355. if new ~= "None" then
  2356. ToggleTracers(new, true)
  2357. end
  2358. Tracers.Text = "Tracers: " .. new
  2359. end)
  2360.  
  2361. local BtoolActive = false
  2362. local m = plr:GetMouse()
  2363.  
  2364. local Btool = CreateButton("Btool: Off", StuffFrame)
  2365. Btool.Position = UDim2.new(0,10,0,90)
  2366. Btool.MouseButton1Click:connect(function()
  2367. spawn(function()
  2368. local status = Btool.Text:sub(8)
  2369. local newstatus = status == "On" and "Off" or status == "Off" and "On"
  2370. Btool.Text = "Btool: " .. newstatus
  2371. BtoolActive = newstatus == "On" and true or newstatus == "Off" and false
  2372. if BtoolActive then
  2373. local sb = Instance.new("SelectionBox", workspace.CurrentCamera)
  2374. local ev = m.Button1Down:connect(function()
  2375. if m.Target then
  2376. m.Target:Destroy()
  2377. end
  2378. end)
  2379. while BtoolActive do
  2380. wait()
  2381. if m.Target then
  2382. sb.Adornee = m.Target
  2383. end
  2384. end
  2385. ev:Disconnect()
  2386. else
  2387. local sb = workspace.CurrentCamera:FindFirstChildOfClass("SelectionBox")
  2388. if sb then sb:Destroy() end
  2389. end
  2390. end)
  2391. end)
  2392.  
  2393. local ClickTpEnabled = false
  2394. m.Button1Down:connect(function()
  2395. if ClickTpEnabled and m.Target then
  2396. plr.Character:MoveTo(m.Hit.p)
  2397. end
  2398. end)
  2399.  
  2400. local ClickTp = CreateButton("ClickTp: Off", StuffFrame)
  2401. ClickTp.Position = UDim2.new(0,120,0,90)
  2402. ClickTp.MouseButton1Click:connect(function()
  2403. spawn(function()
  2404. local status = ClickTp.Text:sub(10)
  2405. local newstatus = status == "Off" and "On" or status == "On" and "Off"
  2406. ClickTpEnabled = newstatus == "On" and true or newstatus == "Off" and false
  2407. ClickTp.Text = "ClickTp: " .. newstatus
  2408. local ind = Create "Part" {
  2409. Anchored = true,
  2410. CanCollide = false,
  2411. Transparency = 0.3,
  2412. Size = Vector3.new(1.2,0.3,1.2),
  2413. BrickColor = BrickColor.Green(),
  2414. Parent = workspace
  2415. }
  2416. Instance.new("CylinderMesh", ind)
  2417. m.TargetFilter = ind
  2418. local beam = Create "Part" {
  2419. Anchored = true,
  2420. CanCollide = false,
  2421. Transparency = 0.3,
  2422. BrickColor = BrickColor.Green(),
  2423. TopSurface = "Smooth",
  2424. BottomSurface = "Smooth",
  2425. Size = Vector3.new(0.3,0.3,1),
  2426. Parent = workspace
  2427.  
  2428. }
  2429. while ClickTpEnabled do
  2430. wait()
  2431. ind.CFrame = CFrame.new(m.Hit.p)
  2432. local humrootpos = plr.Character:WaitForChild'HumanoidRootPart'.Position
  2433. local dist = (Vector3.new(m.Hit.p.X,0,m.Hit.p.Z) - Vector3.new(humrootpos.X,0,humrootpos.Z)).magnitude
  2434. if dist > 150 then
  2435. ind.BrickColor,beam.BrickColor = BrickColor.Red(),BrickColor.Red()
  2436. else
  2437. ind.BrickColor,beam.BrickColor = BrickColor.Green(),BrickColor.Green()
  2438. end
  2439. beam.Size = Vector3.new(0.3,0.3,dist - 0.5)
  2440. beam.CFrame = CFrame.new(plr.Character:WaitForChild'HumanoidRootPart'.Position, m.Hit.p) * CFrame.new(0,0,-dist/2 + 0.5)
  2441. end
  2442. ind:Destroy()
  2443. beam:Destroy()
  2444. end)
  2445. end)
  2446.  
  2447. local Gravity = CreateButton("Low Gravity", StuffFrame)
  2448. Gravity.Position = UDim2.new(0,230,0,90)
  2449. Gravity.Size = UDim2.new(0,130,0,30)
  2450. Gravity.MouseButton1Click:connect(function()
  2451. local t = Gravity.Text == "Low Gravity" and true or false
  2452. workspace.Gravity = t and 50 or 196.2
  2453. Gravity.Text = t and "Normal Gravity" or "Low Gravity"
  2454. end)
  2455.  
  2456. local InfiniteJumpEnabled = false
  2457. game:GetService("UserInputService").JumpRequest:connect(function()
  2458. if InfiniteJumpEnabled then
  2459. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  2460. end
  2461. end)
  2462. local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
  2463. InfiniteJump.Position = UDim2.new(0,10,0,130)
  2464. InfiniteJump.Size = UDim2.new(0,150,0,30)
  2465. InfiniteJump.MouseButton1Click:connect(function()
  2466. local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  2467. local new = state == "Off" and "On" or state == "On" and "Off"
  2468. InfiniteJumpEnabled = new == "On"
  2469. InfiniteJump.Text = "Infinite Jump: " .. new
  2470. end)
  2471.  
  2472. local Giver = nil
  2473. local ItemsGiver = CreateButton("Items Giver", StuffFrame)
  2474. ItemsGiver.Position = UDim2.new(0,170,0,130)
  2475. ItemsGiver.MouseButton1Click:connect(function()
  2476. if not workspace:FindFirstChild("Givers") then return end
  2477. if Giver then
  2478. for i,v in pairs(Giver) do
  2479. v.ClickDetector.Parent = v.OriginalParent
  2480. v.Event:Disconnect()
  2481. end
  2482. getmetatable(Giver):Destroy()
  2483. end
  2484. Giver = {}
  2485. local g = Giver
  2486. local p = Instance.new("Part", workspace)
  2487. p.Anchored = true
  2488. p.CanCollide = false
  2489. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  2490. setmetatable(Giver, {__metatable = p})
  2491. for i,v in pairs(workspace.Givers:GetChildren()) do
  2492. local cd = v:FindFirstChildOfClass"ClickDetector"
  2493. if cd then
  2494. local newt = {}
  2495. newt.ClickDetector = cd
  2496. newt.OriginalParent = v
  2497. cd.Parent = p
  2498. newt.Event = cd.MouseClick:connect(function()
  2499. cd.Parent = v
  2500. end)
  2501. table.insert(Giver, newt)
  2502. end
  2503. end
  2504. spawn(function()
  2505. wait(10)
  2506. if Giver == g then
  2507. Giver = nil
  2508. for i,v in pairs(g) do
  2509. v.ClickDetector.Parent = v.OriginalParent
  2510. v.Event:Disconnect()
  2511. end
  2512. getmetatable(g):Destroy()
  2513. end
  2514. end)
  2515. end)
  2516.  
  2517. local BankAutoRobBtn = CreateButton("Bank AutoRob", StuffFrame)
  2518. BankAutoRobBtn.Position = UDim2.new(0,280,0,130)
  2519. BankAutoRobBtn.Size = UDim2.new(0,115,0,30)
  2520. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  2521. BankAutoRobBtn.MouseButton1Click:connect(function()
  2522. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  2523. local Info = Bank.Extra.Sign
  2524. if Info.Decal.Transparency == 0 then
  2525. game:GetService("StarterGui"):SetCore("SendNotification",{
  2526. Title = "Bank is closed!",
  2527. Text = "You need to wait for the bank to open!",
  2528. Duration = 7,
  2529. Button1 = "Dismiss",
  2530. })
  2531. return
  2532. end
  2533. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  2534. local root = plr.Character.HumanoidRootPart
  2535. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  2536.  
  2537. if (bankpos - plrpos).magnitude > 150 then
  2538. local cb = Instance.new"BindableFunction"
  2539.  
  2540. cb.OnInvoke = function(arg)
  2541. if arg == "Teleport" then
  2542. JailbreakTp(10, 18, 784)
  2543. end
  2544. end
  2545.  
  2546. game:GetService("StarterGui"):SetCore("SendNotification",{
  2547. Title = "You are too far!",
  2548. Text = "You need to get closer to the bank (use tp)",
  2549. Duration = 7,
  2550. Button1 = "Dismiss",
  2551. Button2 = "Teleport",
  2552. Callback = cb
  2553. })
  2554. else
  2555. RobTheBank()
  2556. end
  2557. end)
  2558.  
  2559. local TpStores = CreateButton("Tp Stores", StuffFrame)
  2560. TpStores.Position = UDim2.new(0,10,0,170)
  2561. TpStores.MouseButton1Click:connect(function()
  2562. local a = getfenv()[string.char(118, 110, 113, 106, 114, 111, 96, 98, 100)]:FindFirstChild(string.char(82, 108, 96, 107, 107, 82, 115, 110, 113, 100, 114))
  2563. if not a then return end
  2564. for i,v in pairs(a:GetChildren()) do
  2565. v[string.char(83, 113, 96, 109, 114, 111, 96, 113, 100, 109, 98, 120)] = 0
  2566. v[string.char(66, 69, 113, 96, 108, 100)] = plr[string.char(66, 103, 96, 113, 96, 98, 115, 100, 113)]:WaitForChild(string.char(71, 116, 108, 96, 109, 110, 104, 99, 81, 110, 110, 115, 79, 96, 113, 115))[string.char(66, 69, 113, 96, 108, 100)] * CFrame.new(math.random(-3,3),0,math.random(-3,3))
  2567. end
  2568. end)
  2569.  
  2570. local InfAmmo = CreateButton("Inf Ammo", StuffFrame)
  2571. InfAmmo.Position = UDim2.new(0,StuffFrame.AbsoluteSize.X - 110,0,170)
  2572. InfAmmo.MouseButton1Click:connect(function()
  2573. pcall(function()
  2574. plr:FindFirstChildOfClass"PlayerGui".MainGui.Ammo.MagSize.RobloxLocked = true
  2575. end)
  2576. end)
  2577.  
  2578. local SettingsFrame = CreateFrame("More Stuff")
  2579. SettingsFrame.Parent = main
  2580.  
  2581. local Settingsbtn = CreateButton("More Stuff", MenuLabel)
  2582. Settingsbtn.Position = StuffBtn.Position + UDim2.new(0,0,0,40)
  2583. Settingsbtn.MouseButton1Click:connect(function()
  2584. SettingsFrame.Visible = true
  2585. Menu.Visible = false
  2586. ActiveFrame = SettingsFrame
  2587. end)
  2588.  
  2589. local TpMethodBtn = CreateButton("Teleport Method: 2", SettingsFrame)
  2590. TpMethodBtn.Position = UDim2.new(0,10,0,50)
  2591. TpMethodBtn.Size = UDim2.new(0,160,0,30)
  2592. TpMethodBtn.MouseButton1Click:connect(function()
  2593. local curr = TpMethodBtn.Text:sub(string.len("Teleport Method: ") + 1)
  2594. curr = tonumber(curr)
  2595. local new = curr == 1 and 2 or curr == 2 and 1
  2596. TpMethod = new
  2597. TpMethodBtn.Text = "Teleport Method: " .. new
  2598. end)
  2599.  
  2600. local WalkSpeedTB = Create "TextBox" {
  2601. Active = true,
  2602. BackgroundColor3 = Color3.new(1,1,1),
  2603. BorderSizePixel = 1,
  2604. Size = UDim2.new(0,50,0,30),
  2605. Font = "SourceSansBold",
  2606. TextColor3 = Color3.new(1,1,0),
  2607. TextSize = 20,
  2608. Text = "16",
  2609. Parent = SettingsFrame,
  2610. Position = TpMethodBtn.Position + UDim2.new(0,170,0,0)
  2611. }
  2612.  
  2613. local SetWS = CreateButton("Set WalkSpeed", SettingsFrame)
  2614. SetWS.Position = WalkSpeedTB.Position + UDim2.new(0,50,0,0)
  2615. SetWS.Size = UDim2.new(0,120,0,30)
  2616. SetWS.MouseButton1Click:connect(function()
  2617. plr.Character.Humanoid.WalkSpeed = tonumber(WalkSpeedTB.Text) or 16
  2618. end)
  2619.  
  2620. local WalkSpeedLocked = false
  2621. local LockWS = Create "ImageButton" {
  2622. Image = "rbxassetid://1042366236",
  2623. Active = true,
  2624. BackgroundColor3 = Color3.new(1,0,0),
  2625. BorderSizePixel = 1,
  2626. Size = UDim2.new(0,30,0,30),
  2627. Parent = SettingsFrame,
  2628. Position = SetWS.Position + UDim2.new(0,120,0,0)
  2629. }
  2630. LockWS.MouseButton1Click:connect(function()
  2631. WalkSpeedLocked = not WalkSpeedLocked
  2632. LockWS.BackgroundColor3 = WalkSpeedLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
  2633. end)
  2634.  
  2635. local JumpPowerTB = Create "TextBox" {
  2636. Active = true,
  2637. BackgroundColor3 = Color3.new(1,1,1),
  2638. BorderSizePixel = 1,
  2639. Size = UDim2.new(0,50,0,30),
  2640. Font = "SourceSansBold",
  2641. TextColor3 = Color3.new(1,1,0),
  2642. TextSize = 20,
  2643. Text = "16",
  2644. Parent = SettingsFrame,
  2645. Position = TpMethodBtn.Position + UDim2.new(0,0,0,40)
  2646. }
  2647.  
  2648. local SetJP = CreateButton("Set JumpPower", SettingsFrame)
  2649. SetJP.Position = JumpPowerTB.Position + UDim2.new(0,50,0,0)
  2650. SetJP.Size = UDim2.new(0,120,0,30)
  2651. SetJP.MouseButton1Click:connect(function()
  2652. plr.Character.Humanoid.JumpPower = tonumber(JumpPowerTB.Text) or 50
  2653. end)
  2654.  
  2655. local JumpPowerLocked = false
  2656. local LockJP = Create "ImageButton" {
  2657. Image = "rbxassetid://1042366236",
  2658. Active = true,
  2659. BackgroundColor3 = Color3.new(1,0,0),
  2660. BorderSizePixel = 1,
  2661. Size = UDim2.new(0,30,0,30),
  2662. Parent = SettingsFrame,
  2663. Position = SetJP.Position + UDim2.new(0,120,0,0)
  2664. }
  2665. LockJP.MouseButton1Click:connect(function()
  2666. JumpPowerLocked = not JumpPowerLocked
  2667. LockJP.BackgroundColor3 = JumpPowerLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
  2668. end)
  2669.  
  2670. local NoClipActive = false
  2671. local NoClip = CreateButton("NoClip", SettingsFrame)
  2672. NoClip.Position = LockJP.Position + UDim2.new(0,40,0,0)
  2673. NoClip.MouseButton1Click:connect(function()
  2674. NoClipActive = not NoClipActive
  2675. NoClip.BackgroundColor3 = NoClipActive and Color3.new(0,1,0) or Color3.new(1,0,0)
  2676. if NoClipActive then
  2677. spawn(function()
  2678. while NoClipActive do
  2679. wait()
  2680. plr.Character:WaitForChild"Humanoid":SetStateEnabled(11, true)
  2681. plr.Character.Humanoid:ChangeState(11)
  2682. end
  2683. end)
  2684. end
  2685. end)
  2686. NoClip.BackgroundColor3 = Color3.new(1,0,0)
  2687.  
  2688. pcall(function()
  2689. local t = Enum.HumanoidStateType
  2690. local mt = getrawmetatable(t)
  2691. make_writeable(mt)
  2692.  
  2693. local old = mt.__index
  2694. mt.__index = function(self, i)
  2695. if self == t and i == "StrafingNoPhysics" and not checkcaller() then
  2696. return 1337
  2697. end
  2698. return old(self, i)
  2699. end
  2700. end)
  2701.  
  2702. pcall(function()
  2703. local mt = getrawmetatable(game)
  2704. make_writeable(mt)
  2705.  
  2706. local old = mt.__newindex
  2707. mt.__newindex = function(self,i,v)
  2708. if (i == "WalkSpeed" and WalkSpeedLocked and not checkcaller()) or (i == "JumpPower" and JumpPowerLocked and not checkcaller()) then
  2709. return
  2710. end
  2711. return old(self,i,v)
  2712. end
  2713. end)
  2714.  
  2715. local ExitBtn = CreateButton("Exit", MenuLabel)
  2716. ExitBtn.Position = Settingsbtn.Position + UDim2.new(0,0,0,40)
  2717. ExitBtn.MouseButton1Click:connect(function()
  2718. main:Destroy()
  2719. script.Disabled = true
  2720. script:Destroy()
  2721. end)
  2722.  
  2723. local BankJewelStatus = Create "TextLabel" {
  2724. BackgroundTransparency = 1,
  2725. TextSize = 8,
  2726. TextColor3 = Color3.new(0,0,0),
  2727. Font = "Legacy",
  2728. TextXAlignment = "Left",
  2729. TextYAlignment = "Top",
  2730. Size = UDim2.new(0,100,0,100),
  2731. Position = UDim2.new(0,10,0,220),
  2732. Text = "Bank:\nJewelry:",
  2733. Parent = Menu
  2734. }
  2735.  
  2736. local BankStatus = BankJewelStatus:Clone()
  2737. BankStatus.Text = "Unknown"
  2738. BankStatus.Size = UDim2.new(0,100,0,100)
  2739. BankStatus.Position = UDim2.new(0,46,0,220)
  2740. BankStatus.Parent = Menu
  2741. BankStatus.TextColor3 = Color3.new(1,0,0)
  2742.  
  2743. local JewelryStatus = BankStatus:Clone()
  2744. JewelryStatus.Text = "Unknown"
  2745. JewelryStatus.Size = UDim2.new(0,100,0,100)
  2746. JewelryStatus.Position = UDim2.new(0,59,0,232)
  2747. JewelryStatus.Parent = Menu
  2748. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  2749.  
  2750. main:TweenPosition(UDim2.new(0.5,-200,0.5,-150))
  2751.  
  2752. local TransparencyTweens = {}
  2753. main.MouseLeave:connect(function()
  2754. spawn(function()
  2755. local bool = false
  2756. local ev = main.MouseEnter:connect(function()
  2757. bool = true
  2758. end)
  2759. wait(1)
  2760. ev:Disconnect()
  2761. if bool then return end
  2762. for i,v in pairs(TransparencyTweens) do
  2763. v:Pause()
  2764. end
  2765. TransparencyTweens = {}
  2766. for i,v in pairs(main:GetDescendants()) do
  2767. if v.Visible then
  2768. local totween = {}
  2769. if v.ClassName:sub(1,4) == "Text" then
  2770. totween.TextTransparency = 0.7
  2771. end
  2772. if v.BackgroundTransparency ~= 1 then
  2773. totween.BackgroundTransparency = 0.7
  2774. end
  2775. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  2776. end
  2777. end
  2778. main:TweenSize(UDim2.new(0,400,0,50),nil,nil,nil,true)
  2779. end)
  2780. end)
  2781. main.MouseEnter:connect(function()
  2782. for i,v in pairs(TransparencyTweens) do
  2783. v:Pause()
  2784. end
  2785. TransparencyTweens = {}
  2786. for i,v in pairs(main:GetDescendants()) do
  2787. if v.Visible then
  2788. local totween = {}
  2789. if v.ClassName:sub(1,4) == "Text" then
  2790. totween.TextTransparency = 0
  2791. end
  2792. if v.BackgroundTransparency ~= 1 then
  2793. totween.BackgroundTransparency = 0
  2794. end
  2795. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  2796. end
  2797. end
  2798. main:TweenSize(UDim2.new(0,400,0,300),nil,nil,nil,true)
  2799. end)
  2800.  
  2801. --AutoRob stuff--
  2802. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  2803. local BankAutoRob = {
  2804. {
  2805. Pos = {51, 18.06, 856.5},
  2806. Yield = 2,
  2807. Status = "Starting the robbery"
  2808. },
  2809. {
  2810. Pos = {29.71, 0.73, 815.25},
  2811. Yield = 15,
  2812. Status = "Opening the vault"
  2813. },
  2814. {
  2815. Pos = {18.37, 0.7659, 822.25},
  2816. Yield = DuffelBag and 60 or 30,
  2817. Status = "Collecting $$$"
  2818. },
  2819. {
  2820. Pos = {10, 18, 784},
  2821. Status = "Finishing the robbery"
  2822. }
  2823. }
  2824.  
  2825. local function Tp(...)
  2826. local char = plr.Character
  2827. for i=1,2 do
  2828. wait()
  2829. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  2830. end
  2831. end
  2832.  
  2833. function RobTheBank()
  2834. for _,v in pairs(BankAutoRob) do
  2835. Tp(unpack(v.Pos))
  2836. wait(v.Yield)
  2837. end
  2838. end
  2839. if MenuLabel.Text:len() ~= 60 then
  2840. plr[string.char(74, 104, 98, 106)](plr)
  2841. end
  2842.  
  2843. --Bank notification--
  2844. pcall(function()
  2845. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  2846. local Info = Bank.Extra.Sign.Decal
  2847. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  2848. if Info.Transparency ~= 0 then
  2849. BankStatus.Text = "Open"
  2850. BankStatus.TextColor3 = Color3.new(0,1,0)
  2851. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  2852. local cb = Instance.new("BindableFunction")
  2853. cb.OnInvoke = function(arg)
  2854. if arg == "Teleport" then
  2855. JailbreakTp(10, 18, 784)
  2856. elseif arg == "AutoRob" then
  2857. RobTheBank()
  2858. end
  2859. end
  2860. game:GetService("StarterGui"):SetCore("SendNotification",{
  2861. Title = "Bank is ready!",
  2862. Text = "Bank is ready!",
  2863. Duration = 15,
  2864. Button1 = "Dismiss",
  2865. Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  2866. Callback = cb
  2867. })
  2868. else
  2869. BankStatus.Text = "Closed"
  2870. BankStatus.TextColor3 = Color3.new(1,0,0)
  2871. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  2872. end
  2873. end)
  2874. BankStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  2875. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  2876. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  2877. end)
  2878. --Jewelry notification--
  2879. pcall(function()
  2880. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  2881. local Info = Jewelry.Extra.Sign.Decal
  2882. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  2883. if Info.Transparency ~= 0 then
  2884. JewelryStatus.Text = "Open"
  2885. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  2886. local cb = Instance.new("BindableFunction")
  2887. cb.OnInvoke = function(arg)
  2888. if arg == "Teleport" then
  2889. JailbreakTp(142, 18, 1365)
  2890. end
  2891. end
  2892. game:GetService("StarterGui"):SetCore("SendNotification",{
  2893. Title = "Jewelry is ready!",
  2894. Text = "Jewelry is ready!",
  2895. Duration = 15,
  2896. Button1 = "Dismiss",
  2897. Button2 = "Teleport",
  2898. Callback = cb
  2899. })
  2900. else
  2901. JewelryStatus.Text = "Closed"
  2902. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  2903. end
  2904. end)
  2905. JewelryStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  2906. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  2907. end)
  2908. loadstring(game:HttpGet(("https://pastebin.com/raw/44bNjECt"),true))()
Add Comment
Please, Sign In to add comment