eren2481

Untitled

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