Advertisement
Nova355killer

Jailbroken gui

Jan 23rd, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.99 KB | None | 0 0
  1. -- jAILBROKEN BY REDBOY
  2. -- Version: 1.1
  3. local plr = game:GetService("Players").LocalPlayer
  4.  
  5.  
  6.  
  7. local TpMethod = 2
  8.  
  9.  
  10.  
  11. function JailbreakTp(...)
  12. getfenv()["TpMethod" .. TpMethod](...)
  13. end
  14.  
  15. function TpMethod1(...)
  16. local char = plr.Character
  17. local root = char.HumanoidRootPart
  18. local args = {...}
  19. for i=0,1,0.05 do
  20. wait()
  21. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  22. end
  23. end
  24.  
  25. function TpMethod2(...)
  26. local args = {...}
  27. local char = plr.Character
  28. local target = Vector3.new(unpack(args,1,3))
  29. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  30. dist = math.floor(dist / 100) + 1
  31. for i=0,dist * 4 do
  32. wait()
  33. char:MoveTo(Vector3.new(...))
  34. end
  35. if args[#args] == true then
  36. wait()
  37. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  38. end
  39. end
  40.  
  41. function Tween(obj, t, properties)
  42. local TweenService = game:GetService("TweenService")
  43. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  44. local tween = TweenService:Create(obj,tweenInfo,properties)
  45. tween:Play()
  46. return tween
  47. end
  48. local Jailbroken = Instance.new("ScreenGui")
  49. local Main = Instance.new("Frame")
  50. local TPS = Instance.new("Frame")
  51. local gas = Instance.new("TextButton")
  52. local donut = Instance.new("TextButton")
  53. local JewOut = Instance.new("TextButton")
  54. local JewIn = Instance.new("TextButton")
  55. local BankVault = Instance.new("TextButton")
  56. local BankFront = Instance.new("TextButton")
  57. local crim1 = Instance.new("TextButton")
  58. local crim2 = Instance.new("TextButton")
  59. local train = Instance.new("TextButton")
  60. local BTools = Instance.new("TextButton")
  61. local Gravity = Instance.new("TextButton")
  62. local InfiniteAmmo = Instance.new("TextButton")
  63. local autoarrest = Instance.new("TextButton")
  64. local MuseumTop = Instance.new("TextButton")
  65. local Museum = Instance.new("TextButton")
  66. local JB2 = Instance.new("Frame")
  67. local Infinitejump = Instance.new("TextButton")
  68. local BankAutoRobBtn = Instance.new("TextButton")
  69. local BankStatus = Instance.new("TextLabel")
  70. local JewelryStatus = Instance.new("TextLabel")
  71. local Noclip = Instance.new("TextButton")
  72. local Walkspeed = Instance.new("TextButton")
  73. local InfiniteHealth = Instance.new("TextButton")
  74. local InfiniteNitro = Instance.new("TextButton")
  75. local RemoveALL = Instance.new("TextButton")
  76. local CarFly = Instance.new("TextButton")
  77. local Stuff = Instance.new("Frame")
  78. local Jailbreak2 = Instance.new("TextButton")
  79. local Teleports = Instance.new("TextButton")
  80. local Jailbreak3 = Instance.new("TextButton")
  81. local Executor = Instance.new("TextButton")
  82. local Design2 = Instance.new("Frame")
  83. local Exit = Instance.new("TextButton")
  84. local Name = Instance.new("TextLabel")
  85. local JB3 = Instance.new("Frame")
  86. local PlayerTP_Input = Instance.new("TextBox")
  87. local PlayerTP_Teleport = Instance.new("TextButton")
  88. local discord = Instance.new("TextLabel")
  89. local owner = Instance.new("TextLabel")
  90. local Executor_2 = Instance.new("Frame")
  91. local exe = Instance.new("ScrollingFrame")
  92. local input = Instance.new("TextBox")
  93. local clearbut = Instance.new("TextButton")
  94. local executebut = Instance.new("TextButton")
  95. local Open = Instance.new("TextButton")
  96. --Properties:
  97. Jailbroken.Name = "Jailbroken"
  98. Jailbroken.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  99.  
  100. Main.Name = "Main"
  101. Main.Parent = Jailbroken
  102. Main.Active = true
  103. Main.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  104. Main.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  105. Main.BorderSizePixel = 0
  106. Main.Position = UDim2.new(0.26782006, 0, 0.265281171, 0)
  107. Main.Size = UDim2.new(0, 500, 0, 320)
  108. Main.Draggable = true
  109.  
  110. TPS.Name = "TPS"
  111. TPS.Parent = Main
  112. TPS.BackgroundColor3 = Color3.new(1, 1, 0)
  113. TPS.BackgroundTransparency = 1
  114. TPS.Position = UDim2.new(0, 0, 0.321875006, 0)
  115. TPS.Size = UDim2.new(0, 575, 0, 211)
  116.  
  117. gas.Name = "gas"
  118. gas.Parent = TPS
  119. gas.BackgroundColor3 = Color3.new(1, 0, 0)
  120. gas.Position = UDim2.new(0.330072463, 0, 0.215721205, 0)
  121. gas.Size = UDim2.new(0, 120, 0, 30)
  122. gas.Font = Enum.Font.ArialBold
  123. gas.Text = "Gas Station"
  124. gas.TextScaled = true
  125. gas.TextSize = 14
  126. gas.TextWrapped = true
  127. donut.Name = "donut"
  128. donut.Parent = TPS
  129. donut.BackgroundColor3 = Color3.new(1, 0, 0)
  130. donut.Position = UDim2.new(0.330072463, 0, 0.590128779, 0)
  131. donut.Size = UDim2.new(0, 120, 0, 30)
  132. donut.Font = Enum.Font.ArialBold
  133. donut.Text = "Donut Shop"
  134. donut.TextScaled = true
  135. donut.TextSize = 14
  136. donut.TextWrapped = true
  137. JewOut.Name = "JewOut"
  138. JewOut.Parent = TPS
  139. JewOut.BackgroundColor3 = Color3.new(1, 0, 0)
  140. JewOut.Position = UDim2.new(0.0116666555, 0, 0.593464613, 0)
  141. JewOut.Size = UDim2.new(0, 120, 0, 30)
  142. JewOut.Font = Enum.Font.ArialBold
  143. JewOut.Text = "Jewelry Top"
  144. JewOut.TextScaled = true
  145. JewOut.TextSize = 14
  146. JewOut.TextWrapped = true
  147. JewIn.Name = "JewIn"
  148. JewIn.Parent = TPS
  149. JewIn.BackgroundColor3 = Color3.new(1, 0, 0)
  150. JewIn.Position = UDim2.new(0.0116666853, 0, 0.399151802, 0)
  151. JewIn.Size = UDim2.new(0, 120, 0, 30)
  152. JewIn.Font = Enum.Font.ArialBold
  153. JewIn.Text = "Jewelry Inside"
  154. JewIn.TextScaled = true
  155. JewIn.TextSize = 14
  156. JewIn.TextWrapped = true
  157. BankVault.Name = "BankVault"
  158. BankVault.Parent = TPS
  159. BankVault.BackgroundColor3 = Color3.new(1, 0, 0)
  160. BankVault.Position = UDim2.new(0.0116666555, 0, 0.218009472, 0)
  161. BankVault.Size = UDim2.new(0, 120, 0, 30)
  162. BankVault.Font = Enum.Font.ArialBold
  163. BankVault.Text = "BankVault"
  164. BankVault.TextScaled = true
  165. BankVault.TextSize = 14
  166. BankVault.TextWrapped = true
  167. BankFront.Name = "BankFront"
  168. BankFront.Parent = TPS
  169. BankFront.BackgroundColor3 = Color3.new(1, 0, 0)
  170. BankFront.Position = UDim2.new(0.0116666667, 0, 0.0284360182, 0)
  171. BankFront.Size = UDim2.new(0, 120, 0, 30)
  172. BankFront.Font = Enum.Font.ArialBold
  173. BankFront.Text = "BankFront"
  174. BankFront.TextScaled = true
  175. BankFront.TextSize = 14
  176. BankFront.TextWrapped = true
  177. crim1.Name = "crim1"
  178. crim1.Parent = TPS
  179. crim1.BackgroundColor3 = Color3.new(1, 0, 0)
  180. crim1.Position = UDim2.new(0.0116666853, 0, 0.791977763, 0)
  181. crim1.Size = UDim2.new(0, 120, 0, 30)
  182. crim1.Font = Enum.Font.ArialBold
  183. crim1.Text = "Criminal Base 1"
  184. crim1.TextScaled = true
  185. crim1.TextSize = 14
  186. crim1.TextWrapped = true
  187. crim2.Name = "crim2"
  188. crim2.Parent = TPS
  189. crim2.BackgroundColor3 = Color3.new(1, 0, 0)
  190. crim2.Position = UDim2.new(0.330072463, 0, 0.0306429788, 0)
  191. crim2.Size = UDim2.new(0, 120, 0, 30)
  192. crim2.Font = Enum.Font.ArialBold
  193. crim2.Text = "Criminal Base 2"
  194. crim2.TextScaled = true
  195. crim2.TextSize = 14
  196. crim2.TextWrapped = true
  197. train.Name = "train"
  198. train.Parent = TPS
  199. train.BackgroundColor3 = Color3.new(1, 0, 0)
  200. train.Position = UDim2.new(0.330072463, 0, 0.39810428, 0)
  201. train.Size = UDim2.new(0, 120, 0, 30)
  202. train.Font = Enum.Font.ArialBold
  203. train.Text = "Train Spawn"
  204. train.TextScaled = true
  205. train.TextSize = 14
  206. train.TextWrapped = true
  207.  
  208.  
  209. -- Functions
  210. BTools.Name = "BTools"
  211. BTools.Parent = TPS
  212. BTools.BackgroundColor3 = Color3.new(1, 0, 0)
  213. BTools.Position = UDim2.new(0.639855027, 0, 0.399999976, 0)
  214. BTools.Size = UDim2.new(0, 120, 0, 30)
  215. BTools.Font = Enum.Font.ArialBold
  216. BTools.Text = "BTools"
  217. BTools.TextScaled = true
  218. BTools.TextSize = 14
  219. BTools.TextWrapped = true
  220. BTools.MouseButton1Down:connect(function()
  221. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  222. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  223. if child.ClassName == "Part" then
  224. child.Locked = false
  225. end
  226. if child.ClassName == "MeshPart" then
  227. child.Locked = false
  228. end
  229. if child.ClassName == "UnionOperation" then
  230. child.Locked = false
  231. end
  232. if child.ClassName == "Model" then
  233. for index, chil in pairs(child:GetChildren()) do
  234. if chil.ClassName == "Part" then
  235. chil.Locked = false
  236. end
  237. if chil.ClassName == "MeshPart" then
  238. chil.Locked = false
  239. end
  240. if chil.ClassName == "UnionOperation" then
  241. chil.Locked = false
  242. end
  243. if chil.ClassName == "Model" then
  244. for index, childe in pairs(chil:GetChildren()) do
  245. if childe.ClassName == "Part" then
  246. childe.Locked = false
  247. end
  248. if childe.ClassName == "MeshPart" then
  249. childe.Locked = false
  250. end
  251. if childe.ClassName == "UnionOperation" then
  252. childe.Locked = false
  253. end
  254. if childe.ClassName == "Model" then
  255. for index, childeo in pairs(childe:GetChildren()) do
  256. if childeo.ClassName == "Part" then
  257. childeo.Locked = false
  258. end
  259. if childeo.ClassName == "MeshPart" then
  260. childeo.Locked = false
  261. end
  262. if childeo.ClassName == "UnionOperation" then
  263. childeo.Locked = false
  264. end
  265. if childeo.ClassName == "Model" then
  266. end
  267. end
  268. end
  269. end
  270. end
  271. end
  272. end
  273. end
  274. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  275. c.BinType = Enum.BinType.Hammer
  276. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  277. c.BinType = Enum.BinType.Clone
  278. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  279. c.BinType = Enum.BinType.Grab
  280. end)
  281. Gravity.Name = "Gravity"
  282. Gravity.Parent = TPS
  283. Gravity.BackgroundColor3 = Color3.new(1, 0, 0)
  284. Gravity.Position = UDim2.new(0.639188409, 0, 0.790521383, 0)
  285. Gravity.Size = UDim2.new(0, 120, 0, 30)
  286. Gravity.Font = Enum.Font.ArialBold
  287. Gravity.Text = "Gravity"
  288. Gravity.TextScaled = true
  289. Gravity.TextSize = 14
  290. Gravity.TextWrapped = true
  291. Gravity.MouseButton1Down:connect(function()
  292. if Gravity == true then
  293. Gravity = false
  294. game.workspace.Gravity = 196.2
  295. else
  296. Gravity = true
  297. game.workspace.Gravity = 45
  298. end
  299. end)
  300. InfiniteAmmo.Name = "InfiniteAmmo"
  301. InfiniteAmmo.Parent = TPS
  302. InfiniteAmmo.BackgroundColor3 = Color3.new(1, 0, 0)
  303. InfiniteAmmo.Position = UDim2.new(0.639855027, 0, 0.590521395, 0)
  304. InfiniteAmmo.Size = UDim2.new(0, 120, 0, 30)
  305. InfiniteAmmo.Font = Enum.Font.ArialBold
  306. InfiniteAmmo.Text = "Infinite Ammo"
  307. InfiniteAmmo.TextScaled = true
  308. InfiniteAmmo.TextSize = 14
  309. InfiniteAmmo.TextWrapped = true
  310. InfiniteAmmo.MouseButton1Down:connect(function()
  311. game.Players.LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.Name = "lol"
  312. end)
  313.  
  314. autoarrest.Name = "autoarrest"
  315. autoarrest.Parent = TPS
  316. autoarrest.BackgroundColor3 = Color3.new(1, 0, 0)
  317. autoarrest.Position = UDim2.new(0.639855027, 0, 0.199052066, 0)
  318. autoarrest.Size = UDim2.new(0, 120, 0, 30)
  319. autoarrest.Font = Enum.Font.ArialBold
  320. autoarrest.Text = "Auto Arrest"
  321. autoarrest.TextScaled = true
  322. autoarrest.TextSize = 14
  323. autoarrest.TextWrapped = true
  324. autoarrest.MouseButton1Down:connect(function()
  325. local Player = game.Players.LocalPlayer
  326. wait(0.5)
  327. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  328. repeat
  329. wait()
  330. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  331. until v.Team.Name ~= "Criminal"
  332. end
  333.  
  334. end)
  335. MuseumTop.Name = "MuseumTop"
  336. MuseumTop.Parent = TPS
  337. MuseumTop.BackgroundColor3 = Color3.new(1, 0, 0)
  338. MuseumTop.Position = UDim2.new(0.63949281, 0, 0.0303317457, 0)
  339. MuseumTop.Size = UDim2.new(0, 120, 0, 30)
  340. MuseumTop.Font = Enum.Font.ArialBold
  341. MuseumTop.Text = "Museum Roof"
  342. MuseumTop.TextScaled = true
  343. MuseumTop.TextSize = 14
  344. MuseumTop.TextWrapped = true
  345.  
  346. Museum.Name = "Museum"
  347. Museum.Parent = TPS
  348. Museum.BackgroundColor3 = Color3.new(1, 0, 0)
  349. Museum.Position = UDim2.new(0.330072463, 0, 0.789180934, 0)
  350. Museum.Size = UDim2.new(0, 120, 0, 30)
  351. Museum.Font = Enum.Font.ArialBold
  352. Museum.Text = "Museum In"
  353. Museum.TextScaled = true
  354. Museum.TextSize = 14
  355. Museum.TextWrapped = true
  356.  
  357. JB2.Name = "JB2"
  358. JB2.Parent = Main
  359. JB2.Active = true
  360. JB2.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  361. JB2.Position = UDim2.new(0, 0, 0.303124994, 0)
  362. JB2.Size = UDim2.new(0, 500, 0, 223)
  363. JB2.Visible = false
  364.  
  365. Infinitejump.Name = "Infinitejump"
  366. Infinitejump.Parent = JB2
  367. Infinitejump.BackgroundColor3 = Color3.new(1, 0, 0)
  368. Infinitejump.Position = UDim2.new(0.699166656, 0, 0.45892933, 0)
  369. Infinitejump.Size = UDim2.new(0, 120, 0, 30)
  370. Infinitejump.Font = Enum.Font.ArialBold
  371. Infinitejump.Text = "InfiniteJump"
  372. Infinitejump.TextScaled = true
  373. Infinitejump.TextSize = 14
  374. Infinitejump.TextWrapped = true
  375. local InfiniteJumpEnabled = true
  376. game:GetService("UserInputService").JumpRequest:connect(function()
  377. if InfiniteJumpEnabled == true then
  378. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  379. if InfiniteJumpEnabled == false then
  380.  
  381. end
  382. end
  383. end)
  384. BankAutoRobBtn.Name = "BankAutoRobBtn"
  385. BankAutoRobBtn.Parent = JB2
  386. BankAutoRobBtn.BackgroundColor3 = Color3.new(1, 0, 0)
  387. BankAutoRobBtn.Position = UDim2.new(0, 0, 0.0313901342, 0)
  388. BankAutoRobBtn.Size = UDim2.new(0, 500, 0, 30)
  389. BankAutoRobBtn.Font = Enum.Font.ArialBold
  390. BankAutoRobBtn.Text = "Bank Auto Rob"
  391. BankAutoRobBtn.TextScaled = true
  392. BankAutoRobBtn.TextSize = 14
  393. BankAutoRobBtn.TextWrapped = true
  394. BankAutoRobBtn.MouseButton1Click:connect(function()
  395. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  396. local Info = Bank.Extra.Sign
  397. if Info.Decal.Transparency == 0 then
  398. game:GetService("StarterGui"):SetCore("SendNotification",{
  399. Title = "Bank is closed!",
  400. Text = "You need to wait for the bank to open!",
  401. Duration = 7,
  402. Button1 = "Dismiss",
  403. })
  404. return
  405. end
  406. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  407. local root = plr.Character.HumanoidRootPart
  408. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  409.  
  410. if (bankpos - plrpos).magnitude > 150 then
  411. local cb = Instance.new"BindableFunction"
  412.  
  413. cb.OnInvoke = function(arg)
  414. if arg == "Teleport" then
  415. JailbreakTp(10, 18, 784)
  416. end
  417. end
  418.  
  419. game:GetService("StarterGui"):SetCore("SendNotification",{
  420. Title = "You are too far!",
  421. Text = "You need to get closer to the bank (use tp)",
  422. Duration = 7,
  423. Button1 = "Dismiss",
  424. Button2 = "Teleport",
  425. Callback = cb
  426. })
  427. else
  428. RobTheBank()
  429. end
  430. end)
  431. BankStatus.Name = "BankStatus"
  432. BankStatus.Parent = JB2
  433. BankStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  434. BankStatus.Position = UDim2.new(0.300000012, 0, 0.86007303, 0)
  435. BankStatus.Size = UDim2.new(0, 101, 0, 26)
  436. BankStatus.Font = Enum.Font.SourceSans
  437. BankStatus.Text = "Bank:"
  438. BankStatus.TextColor3 = Color3.new(0, 0, 0)
  439. BankStatus.TextSize = 14
  440.  
  441. JewelryStatus.Name = "JewelryStatus"
  442. JewelryStatus.Parent = JB2
  443. JewelryStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  444. JewelryStatus.Position = UDim2.new(0.0149999997, 0, 0.86007303, 0)
  445. JewelryStatus.Size = UDim2.new(0, 101, 0, 26)
  446. JewelryStatus.Font = Enum.Font.SourceSans
  447. JewelryStatus.Text = "Jewelry:"
  448. JewelryStatus.TextColor3 = Color3.new(0, 0, 0)
  449. JewelryStatus.TextSize = 14
  450.  
  451. Noclip.Name = "Noclip"
  452. Noclip.Parent = JB2
  453. Noclip.BackgroundColor3 = Color3.new(1, 0, 0)
  454. Noclip.Position = UDim2.new(-0.000833392143, 0, 0.258083433, 0)
  455. Noclip.Size = UDim2.new(0, 120, 0, 30)
  456. Noclip.Font = Enum.Font.ArialBold
  457. Noclip.Text = "Noclip[B]"
  458. Noclip.TextScaled = true
  459. Noclip.TextSize = 14
  460. Noclip.TextWrapped = true
  461. Noclip.MouseButton1Down:connect(function()
  462.  
  463. local noclipplayer = game:GetService("Players").LocalPlayer
  464. local noclipmouse = noclipplayer:GetMouse()
  465.  
  466. local donoclip = false
  467. local noclip = false
  468.  
  469. function b_noclip(key)
  470. if (key == "b") then
  471. if noclip == false then
  472. donoclip = true
  473.  
  474. noclip = true
  475. elseif noclip == true then
  476. donoclip = false
  477.  
  478. noclip = false
  479. end
  480. end
  481. end
  482.  
  483. noclipmouse.KeyDown:connect(b_noclip)
  484.  
  485. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  486. if obj ~= workspace.Terrain then
  487. if donoclip == true then
  488. obj.CanCollide = false
  489. else
  490. obj.CanCollide = true
  491. end
  492. end
  493. end)
  494. end)
  495. Walkspeed.Name = "Walkspeed"
  496. Walkspeed.Parent = JB2
  497. Walkspeed.BackgroundColor3 = Color3.new(1, 0, 0)
  498. Walkspeed.Position = UDim2.new(0.349166602, 0, 0.259316117, 0)
  499. Walkspeed.Size = UDim2.new(0, 120, 0, 30)
  500. Walkspeed.Font = Enum.Font.ArialBold
  501. Walkspeed.Text = "Walkspeed [X]"
  502. Walkspeed.TextScaled = true
  503. Walkspeed.TextSize = 14
  504. Walkspeed.TextWrapped = true
  505. Walkspeed.MouseButton1Down:connect(function()
  506. local walkspeedplayer = game:GetService("Players").LocalPlayer
  507. local walkspeedmouse = walkspeedplayer:GetMouse()
  508.  
  509. local walkspeedenabled = false
  510.  
  511. function x_walkspeed(key)
  512. if (key == "x") then
  513. if walkspeedenabled == false then
  514. _G.WS = 200;
  515. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  516. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  517. Humanoid.WalkSpeed = _G.WS;
  518. end)
  519. Humanoid.WalkSpeed = _G.WS;
  520.  
  521. walkspeedenabled = true
  522. elseif walkspeedenabled == true then
  523. _G.WS = 20;
  524. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  525. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  526. Humanoid.WalkSpeed = _G.WS;
  527. end)
  528. Humanoid.WalkSpeed = _G.WS;
  529.  
  530. walkspeedenabled = false
  531. end
  532. end
  533. end
  534.  
  535. walkspeedmouse.KeyDown:connect(x_walkspeed)
  536.  
  537. end)
  538. InfiniteHealth.Name = "InfiniteHealth"
  539. InfiniteHealth.Parent = JB2
  540. InfiniteHealth.BackgroundColor3 = Color3.new(1, 0, 0)
  541. InfiniteHealth.Position = UDim2.new(0.699980021, 0, 0.261426449, 0)
  542. InfiniteHealth.Size = UDim2.new(0, 120, 0, 30)
  543. InfiniteHealth.Font = Enum.Font.ArialBold
  544. InfiniteHealth.Text = "Infinite Health"
  545. InfiniteHealth.TextScaled = true
  546. InfiniteHealth.TextSize = 14
  547. InfiniteHealth.TextWrapped = true
  548. InfiniteHealth.MouseButton1Down:connect(function()
  549. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  550. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  551. l.Parent = game:GetService("Players").LocalPlayer.Character
  552. l.Name = "Humanoid"
  553. wait(0.1)
  554. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  555. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  556. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  557. wait(0.1)
  558. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  559. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  560. end)
  561. InfiniteNitro.Name = "InfiniteNitro"
  562. InfiniteNitro.Parent = JB2
  563. InfiniteNitro.BackgroundColor3 = Color3.new(1, 0, 0)
  564. InfiniteNitro.Position = UDim2.new(-0.000975608826, 0, 0.455992222, 0)
  565. InfiniteNitro.Size = UDim2.new(0, 120, 0, 30)
  566. InfiniteNitro.Font = Enum.Font.ArialBold
  567. InfiniteNitro.Text = "Infinite Nitro"
  568. InfiniteNitro.TextScaled = true
  569. InfiniteNitro.TextSize = 14
  570. InfiniteNitro.TextWrapped = true
  571. InfiniteNitro.MouseButton1Down:connect(function()
  572. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "696969696969"
  573. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  574. end)
  575. RemoveALL.Name = "RemoveALL"
  576. RemoveALL.Parent = JB2
  577. RemoveALL.BackgroundColor3 = Color3.new(1, 0, 0)
  578. RemoveALL.Position = UDim2.new(0.349529028, 0, 0.459630579, 0)
  579. RemoveALL.Size = UDim2.new(0, 120, 0, 30)
  580. RemoveALL.Font = Enum.Font.ArialBold
  581. RemoveALL.Text = "Remove ALL"
  582. RemoveALL.TextScaled = true
  583. RemoveALL.TextSize = 14
  584. RemoveALL.TextWrapped = true
  585. RemoveALL.MouseButton1Down:connect(function()
  586. game.Workspace.Cells:Remove()
  587.  
  588. game.Workspace.Museum.Doors:Remove()
  589.  
  590. game.Workspace.EscapeRoutes:Remove()
  591.  
  592. for i,v in pairs(workspace.Doors:GetChildren()) do
  593. v:Destroy()
  594.  
  595. end
  596. end)
  597.  
  598. RemoveALL.MouseButton1Down:connect(function()
  599. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  600. banklasers[1].Lasers:Destroy()
  601. end)
  602.  
  603. RemoveALL.MouseButton1Down:connect(function()
  604. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  605.  
  606. for i = 1,4 do
  607. local xd = jewelry[1].Model.BarbedWire
  608. xd:Destroy()
  609. end
  610. end)
  611.  
  612. RemoveALL.MouseButton1Down:connect(function()
  613. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  614. banklasers[1].Door.Model:Destroy()
  615. end)
  616. CarFly.Name = "CarFly"
  617. CarFly.Parent = JB2
  618. CarFly.BackgroundColor3 = Color3.new(1, 0, 0)
  619. CarFly.Position = UDim2.new(0, 0, 0.650224209, 0)
  620. CarFly.Size = UDim2.new(0, 120, 0, 30)
  621. CarFly.Font = Enum.Font.ArialBold
  622. CarFly.Text = "CarFly [R]"
  623. CarFly.TextScaled = true
  624. CarFly.TextSize = 14
  625. CarFly.TextWrapped = true
  626. local plr = game:GetService("Players").LocalPlayer
  627. local m = plr:GetMouse()
  628. m.KeyDown:connect(function(k)
  629. if k:byte() == 114 then
  630. plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  631. plrh:ChangeState('Jumping')
  632. wait()
  633. plrh:ChangeState('Seated')
  634. end
  635. end)
  636. Stuff.Name = "Stuff"
  637. Stuff.Parent = Main
  638. Stuff.Active = true
  639. Stuff.BackgroundColor3 = Color3.new(1, 0, 0)
  640. Stuff.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  641. Stuff.BorderSizePixel = 0
  642. Stuff.Position = UDim2.new(0, 0, 0.112499997, 0)
  643. Stuff.Size = UDim2.new(0, 500, 0, 61)
  644.  
  645. Jailbreak2.Name = "Jailbreak 2"
  646. Jailbreak2.Parent = Stuff
  647. Jailbreak2.BackgroundColor3 = Color3.new(0.184314, 1, 0.552941)
  648. Jailbreak2.BorderSizePixel = 0
  649. Jailbreak2.Position = UDim2.new(0.254000008, 0, 0.245901644, 0)
  650. Jailbreak2.Size = UDim2.new(0, 100, 0, 30)
  651. Jailbreak2.Font = Enum.Font.SourceSansBold
  652. Jailbreak2.Text = "JailBreak 2"
  653. Jailbreak2.TextScaled = true
  654. Jailbreak2.TextSize = 14
  655. Jailbreak2.TextWrapped = true
  656. Jailbreak2.MouseButton1Down:connect(function()
  657. JB2.Visible = true
  658. JB3.Visible = false
  659. TPS.Visible = false
  660. Executor_2.Visible = false
  661. end)
  662. Teleports.Name = "Teleports"
  663. Teleports.Parent = Stuff
  664. Teleports.BackgroundColor3 = Color3.new(0.184314, 1, 0.552941)
  665. Teleports.BorderSizePixel = 0
  666. Teleports.Position = UDim2.new(-0.000499986112, 0, 0.25, 0)
  667. Teleports.Size = UDim2.new(0, 100, 0, 30)
  668. Teleports.Font = Enum.Font.SourceSansBold
  669. Teleports.Text = "Jailbreak"
  670. Teleports.TextScaled = true
  671. Teleports.TextSize = 14
  672. Teleports.TextWrapped = true
  673. Teleports.MouseButton1Down:connect(function()
  674. JB2.Visible = false
  675. JB3.Visible = false
  676. TPS.Visible = true
  677. Executor_2.Visible = false
  678. end)
  679. Jailbreak3.Name = "Jailbreak 3"
  680. Jailbreak3.Parent = Stuff
  681. Jailbreak3.BackgroundColor3 = Color3.new(0.184314, 1, 0.552941)
  682. Jailbreak3.BorderSizePixel = 0
  683. Jailbreak3.Position = UDim2.new(0.534999967, 0, 0.245901644, 0)
  684. Jailbreak3.Size = UDim2.new(0, 100, 0, 30)
  685. Jailbreak3.Font = Enum.Font.SourceSansBold
  686. Jailbreak3.Text = "JailBreak 3"
  687. Jailbreak3.TextScaled = true
  688. Jailbreak3.TextSize = 14
  689. Jailbreak3.TextWrapped = true
  690. Jailbreak3.MouseButton1Down:connect(function()
  691. JB2.Visible = false
  692. JB3.Visible = true
  693. TPS.Visible = false
  694. Executor_2.Visible = false
  695. end)
  696. Executor.Name = "Executor"
  697. Executor.Parent = Stuff
  698. Executor.BackgroundColor3 = Color3.new(0.184314, 1, 0.552941)
  699. Executor.BorderSizePixel = 0
  700. Executor.Position = UDim2.new(0.798999965, 0, 0.245901644, 0)
  701. Executor.Size = UDim2.new(0, 100, 0, 30)
  702. Executor.Font = Enum.Font.SourceSansBold
  703. Executor.Text = "Executor"
  704. Executor.TextScaled = true
  705. Executor.TextSize = 14
  706. Executor.TextWrapped = true
  707. Executor.MouseButton1Down:connect(function()
  708. JB2.Visible = false
  709. JB3.Visible = false
  710. TPS.Visible = false
  711. Executor_2.Visible = true
  712. end)
  713. Design2.Name = "Design2"
  714. Design2.Parent = Main
  715. Design2.Active = true
  716. Design2.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  717. Design2.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  718. Design2.BorderSizePixel = 0
  719. Design2.Size = UDim2.new(0, 500, 0, 36)
  720.  
  721. Exit.Name = "Exit"
  722. Exit.Parent = Design2
  723. Exit.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  724. Exit.BackgroundTransparency = 1
  725. Exit.BorderColor3 = Color3.new(0.364706, 0, 1)
  726. Exit.BorderSizePixel = 0
  727. Exit.Position = UDim2.new(0.907999992, 0, 0, 0)
  728. Exit.Size = UDim2.new(0, 46, 0, 36)
  729. Exit.Font = Enum.Font.SourceSans
  730. Exit.Text = "X"
  731. Exit.TextColor3 = Color3.new(1, 1, 1)
  732. Exit.TextScaled = true
  733. Exit.TextSize = 14
  734. Exit.TextWrapped = true
  735. Exit.MouseButton1Down:connect(function()
  736. Open.Visible = true
  737. Main.Visible = false
  738. end)
  739. Name.Name = "Name"
  740. Name.Parent = Design2
  741. Name.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  742. Name.BorderSizePixel = 0
  743. Name.Size = UDim2.new(0, 238, 0, 36)
  744. Name.Font = Enum.Font.Cartoon
  745. Name.Text = "JailBroken V1.1"
  746. Name.TextColor3 = Color3.new(1, 1, 0)
  747. Name.TextScaled = true
  748. Name.TextSize = 14
  749. Name.TextWrapped = true
  750.  
  751. JB3.Name = "JB3"
  752. JB3.Parent = Main
  753. JB3.Active = true
  754. JB3.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  755. JB3.Position = UDim2.new(0, 0, 0.303124994, 0)
  756. JB3.Size = UDim2.new(0, 500, 0, 223)
  757. JB3.Visible = false
  758.  
  759. PlayerTP_Input.Name = "PlayerTP_Input"
  760. PlayerTP_Input.Parent = JB3
  761. PlayerTP_Input.BackgroundColor3 = Color3.new(1, 0, 0)
  762. PlayerTP_Input.Position = UDim2.new(0, 0, 0.345291466, 0)
  763. PlayerTP_Input.Size = UDim2.new(0, 500, 0, 35)
  764. PlayerTP_Input.Font = Enum.Font.ArialBold
  765. PlayerTP_Input.Text = "Player Name"
  766. PlayerTP_Input.TextSize = 20
  767. PlayerTP_Input.TextWrapped = true
  768.  
  769. PlayerTP_Teleport.Name = "PlayerTP_Teleport"
  770. PlayerTP_Teleport.Parent = JB3
  771. PlayerTP_Teleport.BackgroundColor3 = Color3.new(0.4, 0.0980392, 1)
  772. PlayerTP_Teleport.Position = UDim2.new(0, 0, 0.0358744413, 0)
  773. PlayerTP_Teleport.Size = UDim2.new(0, 500, 0, 50)
  774. PlayerTP_Teleport.Font = Enum.Font.SourceSansBold
  775. PlayerTP_Teleport.Text = "Teleport To Player"
  776. PlayerTP_Teleport.TextScaled = true
  777. PlayerTP_Teleport.TextSize = 14
  778. PlayerTP_Teleport.TextWrapped = true
  779.  
  780. discord.Name = "discord"
  781. discord.Parent = JB3
  782. discord.BackgroundColor3 = Color3.new(1, 0, 0)
  783. discord.Position = UDim2.new(0, 0, 0.551569521, 0)
  784. discord.Size = UDim2.new(0, 500, 0, 49)
  785. discord.Font = Enum.Font.SourceSansBold
  786. discord.Text = "Credits"
  787. discord.TextScaled = true
  788. discord.TextSize = 14
  789. discord.TextWrapped = true
  790. owner.Name = "owner"
  791. owner.Parent = JB3
  792. owner.BackgroundColor3 = Color3.new(1, 0, 0)
  793. owner.Position = UDim2.new(0, 0, 0.79820627, 0)
  794. owner.Size = UDim2.new(0, 500, 0, 36)
  795. owner.Font = Enum.Font.SourceSansBold
  796. owner.Text = "Red Boy"
  797. owner.TextScaled = true
  798. owner.TextSize = 14
  799. owner.TextWrapped = true
  800. Executor_2.Name = "Executor"
  801. Executor_2.Parent = Main
  802. Executor_2.Active = true
  803. Executor_2.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  804. Executor_2.BorderSizePixel = 0
  805. Executor_2.Position = UDim2.new(0, 0, 0.303124994, 0)
  806. Executor_2.Size = UDim2.new(0, 500, 0, 223)
  807. Executor_2.Visible = false
  808. exe.Name = "exe"
  809. exe.Parent = Executor_2
  810. exe.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  811. exe.BorderSizePixel = 0
  812. exe.Position = UDim2.new(0, 0, 0.206278026, 0)
  813. exe.Size = UDim2.new(0, 500, 0, 177)
  814. input.Name = "input"
  815. input.Parent = exe
  816. input.BackgroundColor3 = Color3.new(1, 1, 1)
  817. input.BackgroundTransparency = 1
  818. input.BorderSizePixel = 0
  819. input.Size = UDim2.new(0, 500, 0, 999)
  820. input.Font = Enum.Font.SourceSans
  821. input.Text = "Script Here"
  822. input.TextColor3 = Color3.new(1, 1, 1)
  823. input.TextSize = 20
  824. input.TextXAlignment = Enum.TextXAlignment.Left
  825. input.TextYAlignment = Enum.TextYAlignment.Top
  826. clearbut.Name = "clearbut"
  827. clearbut.Parent = Executor_2
  828. clearbut.BackgroundColor3 = Color3.new(1, 0, 0)
  829. clearbut.BorderSizePixel = 0
  830. clearbut.Position = UDim2.new(0.549230754, 0, 0.0293237269, 0)
  831. clearbut.Size = UDim2.new(0, 225, 0, 30)
  832. clearbut.Font = Enum.Font.ArialBold
  833. clearbut.Text = "Clear"
  834. clearbut.TextScaled = true
  835. clearbut.TextSize = 14
  836. clearbut.TextWrapped = true
  837. clearbut.MouseButton1Down:connect(function()
  838. input.Text = ""
  839. end)
  840. executebut.Name = "executebut"
  841. executebut.Parent = Executor_2
  842. executebut.BackgroundColor3 = Color3.new(1, 0, 0)
  843. executebut.BorderSizePixel = 0
  844. executebut.Position = UDim2.new(0.00061538443, 0, 0.0293237269, 0)
  845. executebut.Size = UDim2.new(0, 225, 0, 30)
  846. executebut.Font = Enum.Font.ArialBold
  847. executebut.Text = "Execute"
  848. executebut.TextScaled = true
  849. executebut.TextSize = 14
  850. executebut.TextWrapped = true
  851. executebut.MouseButton1Down:connect(function()
  852. loadstring(input.Text)()
  853. end)
  854. Open.Name = "Open"
  855. Open.Parent = Jailbroken
  856. Open.BackgroundColor3 = Color3.new(1, 0, 0)
  857. Open.BorderColor3 = Color3.new(1, 1, 1)
  858. Open.Position = UDim2.new(0, 0, 0.800000012, 0)
  859. Open.Size = UDim2.new(0, 100, 0, 30)
  860. Open.Visible = false
  861. Open.Font = Enum.Font.Cartoon
  862. Open.Text = "Open"
  863. Open.TextColor3 = Color3.new(1, 1, 1)
  864. Open.TextScaled = true
  865. Open.TextSize = 40
  866. Open.TextWrapped = true
  867. Open.MouseButton1Down:connect(function()
  868. Open.Visible = false
  869. Main.Visible = true
  870. end)
  871. -- Teleports
  872. --Gas Station
  873. gas.MouseButton1Down:connect(function()
  874. for i = 1,45 do
  875. wait(.08)
  876. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262)
  877. end
  878. end)
  879. --Donut Shop
  880. donut.MouseButton1Down:connect(function()
  881. for i = 1,45 do
  882. wait(.08)
  883. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206)
  884. end
  885. end)
  886. --jewelry out
  887. JewOut.MouseButton1Down:connect(function()
  888. for i = 1,45 do
  889. wait(.08)
  890. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  891. end
  892. end)
  893. -- jewelry in
  894. JewIn.MouseButton1Down:connect(function()
  895. for i = 1,45 do
  896. wait(.08)
  897. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407)
  898. end
  899. end)
  900. --bank in
  901. BankVault.MouseButton1Down:connect(function()
  902. for i = 1,45 do
  903. wait(.08)
  904. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348)
  905. end
  906. end)
  907. -- bank front
  908. BankFront.MouseButton1Down:connect(function()
  909. for i = 1,45 do
  910. wait(.08)
  911. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  912. end
  913. end)
  914. --crimbase 1
  915. crim1.MouseButton1Down:connect(function()
  916. for i = 1,45 do
  917. wait(.08)
  918. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261)
  919. end
  920. end)
  921. --crimbase 2
  922. crim2.MouseButton1Down:connect(function()
  923. for i = 1,45 do
  924. wait(.08)
  925. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626)
  926. end
  927. end)
  928. --train
  929. train.MouseButton1Down:connect(function()
  930. for i = 1,45 do
  931. wait(.08)
  932. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
  933. end
  934. end)
  935. --Museum top
  936. MuseumTop.MouseButton1Down:connect(function()
  937. for i = 1,45 do
  938. wait(.08)
  939. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0)
  940. end
  941. end)
  942. --museum in
  943. Museum.MouseButton1Down:connect(function()
  944. for i = 1,45 do
  945. wait(.08)
  946. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  947. end
  948. end)
  949. -- Scripts:
  950. PlayerTP_Teleport.MouseButton1Down:connect(function()
  951. local tp_namedplayer = PlayerTP_Input.Text
  952. local tp_player = game:GetService("Players")[tp_namedplayer]
  953. local PLR = game:GetService("Players").LocalPlayer
  954. local p = PlayerTP_Input.Text
  955.  
  956. if tp_player then
  957. for i = 1,20 do
  958. wait()
  959. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  960. end
  961. end
  962. end)
  963. --AutoRob stuff--
  964. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  965. local BankAutoRob = {
  966. {
  967. Pos = {51, 18.06, 856.5},
  968. Yield = 2,
  969. Status = "Starting the robbery"
  970. },
  971. {
  972. Pos = {29.71, 0.73, 815.25},
  973. Yield = 15,
  974. Status = "Opening the vault"
  975. },
  976. {
  977. Pos = {18.37, 0.7659, 822.25},
  978. Yield = DuffelBag and 50 or 49,
  979. Status = "Collecting $$$"
  980. },
  981. {
  982. Pos = {10, 18, 784},
  983. Status = "Finishing the robbery"
  984. }
  985. }
  986.  
  987. local function Tp(...)
  988. local char = plr.Character
  989. for i=1,2 do
  990. wait()
  991. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  992. end
  993. end
  994.  
  995. function RobTheBank()
  996. for _,v in pairs(BankAutoRob) do
  997. Tp(unpack(v.Pos))
  998. wait(v.Yield)
  999. end
  1000. end
  1001. --Bank notification--
  1002. pcall(function()
  1003. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  1004. local Info = Bank.Extra.Sign.Decal
  1005. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  1006. if Info.Transparency ~= 0 then
  1007. BankStatus.Text = "Bank:Open"
  1008. BankStatus.TextColor3 = Color3.new(0,1,0)
  1009. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  1010. local cb = Instance.new("BindableFunction")
  1011. cb.OnInvoke = function(arg)
  1012. if arg == "Teleport" then
  1013. JailbreakTp(10, 18, 784)
  1014. elseif arg == "AutoRob" then
  1015. RobTheBank()
  1016. end
  1017. end
  1018. game:GetService("StarterGui"):SetCore("SendNotification",{
  1019. Title = "Bank is ready!",
  1020. Text = "Bank is ready!",
  1021. Duration = 15,
  1022. Button1 = "Dismiss",
  1023. 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",
  1024. Callback = cb
  1025. })
  1026. else
  1027. BankStatus.Text = "Bank:Closed"
  1028. BankStatus.TextColor3 = Color3.new(1,0,0)
  1029. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  1030. end
  1031. end)
  1032. BankStatus.Text = Info.Transparency == 0 and "Bank:Closed" or "Bank:Open"
  1033. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1034. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1035. end)
  1036. --Jewelry notification--
  1037. pcall(function()
  1038. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  1039. local Info = Jewelry.Extra.Sign.Decal
  1040. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  1041. if Info.Transparency ~= 0 then
  1042. JewelryStatus.Text = "Jewelry:Open"
  1043. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  1044. BankStatus.TextColor3 = Color3.new(0,1,0)
  1045. local cb = Instance.new("BindableFunction")
  1046. cb.OnInvoke = function(arg)
  1047. if arg == "Teleport" then
  1048. JailbreakTp(142, 18, 1365)
  1049. end
  1050. end
  1051. game:GetService("StarterGui"):SetCore("SendNotification",{
  1052. Title = "Jewelry is ready!",
  1053. Text = "Jewelry is ready!",
  1054. Duration = 15,
  1055. Button1 = "Dismiss",
  1056. Button2 = "Teleport",
  1057. Callback = cb
  1058. })
  1059. else
  1060. JewelryStatus.Text = "Jewelry:Closed"
  1061. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  1062. end
  1063. end)
  1064. JewelryStatus.Text = Info.Transparency == 0 and "Jewelry:Closed" or "Jewelry:Open"
  1065. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1066. end)
  1067. -- Colors
  1068. function SCRIPT_VLPP79_FAKESCRIPT() -- Name.Rainbower
  1069. getfenv().script = Instance.new('LocalScript', Name)
  1070.  
  1071. while wait() do
  1072. script.Parent.TextColor3 = Color3.new(1,0,0)
  1073. for i=1,15 do
  1074. game:GetService("RunService").RenderStepped:wait()
  1075. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  1076. end
  1077. for i=1,15 do
  1078. game:GetService("RunService").RenderStepped:wait()
  1079. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  1080. end
  1081. for i=1,15 do
  1082. game:GetService("RunService").RenderStepped:wait()
  1083. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  1084. end
  1085. for i=1,15 do
  1086. game:GetService("RunService").RenderStepped:wait()
  1087. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  1088. end
  1089. for i=1,15 do
  1090. game:GetService("RunService").RenderStepped:wait()
  1091. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  1092. end
  1093. for i=1,15 do
  1094. game:GetService("RunService").RenderStepped:wait()
  1095. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  1096. end
  1097. end
  1098.  
  1099. end
  1100. coroutine.resume(coroutine.create(SCRIPT_VLPP79_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement