Facebook
From Muhammed Gökmen, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 3163
  1. JailKillerGUI = Instance.new("ScreenGui")
  2. OpenButton = Instance.new("TextButton")
  3. CloseButton = Instance.new("TextButton")
  4. Main = Instance.new("Frame")
  5. Title = Instance.new("TextLabel")
  6. BankFront = Instance.new("TextButton")
  7. BankVault = Instance.new("TextButton")
  8. JewelryTop = Instance.new("TextButton")
  9. JewelryIn = Instance.new("TextButton")
  10. MuseumIn = Instance.new("TextButton")
  11. MuseumOut = Instance.new("TextButton")
  12. MuseumTop = Instance.new("TextButton")
  13. CrimBase1 = Instance.new("TextButton")
  14. CrimBase2 = Instance.new("TextButton")
  15. DonutStore = Instance.new("TextButton")
  16. GasStation = Instance.new("TextButton")
  17. TrainSpawn = Instance.new("TextButton")
  18. PrisonYard = Instance.new("TextButton")
  19. PoliceBase = Instance.new("TextButton")
  20. Dealership = Instance.new("TextButton")
  21. HeliPad1 = Instance.new("TextButton")
  22. HeliPad2 = Instance.new("TextButton")
  23. Lamborghini = Instance.new("TextButton")
  24. Tesla = Instance.new("TextButton")
  25. Ferrari = Instance.new("TextButton")
  26. WalkspeedK = Instance.new("TextButton")
  27. NoclipB = Instance.new("TextButton")
  28. RemoveAll = Instance.new("TextButton")
  29. Pistol = Instance.new("TextButton")
  30. Shotgun = Instance.new("TextButton")
  31. GravityON = Instance.new("TextButton")
  32. Godmode = Instance.new("TextButton")
  33. InfiniteNitro = Instance.new("TextButton")
  34. GravityOFF = Instance.new("TextButton")
  35. NoBuildings = Instance.new("TextButton")
  36. CarFlyR = Instance.new("TextButton")
  37. BTools = Instance.new("TextButton")
  38. InfiniteJump = Instance.new("TextButton")
  39. InputPlayer = Instance.new("TextBox")
  40. GotoPlayer = Instance.new("TextButton")
  41.  
  42. JailKillerGUI.Name = "JailKillerGUI"
  43. JailKillerGUI.Parent = game.CoreGui
  44.  
  45. OpenButton.Name = "OpenButton"
  46. OpenButton.Parent = JailKillerGUI
  47. OpenButton.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  48. OpenButton.BorderSizePixel = 0
  49. OpenButton.Position = UDim2.new(0, 0, 0.640625, 0)
  50. OpenButton.Size = UDim2.new(0, 139, 0, 50)
  51. OpenButton.Font = Enum.Font.Cartoon
  52. OpenButton.FontSize = Enum.FontSize.Size14
  53. OpenButton.Text = "OPEN"
  54. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  55. OpenButton.TextScaled = true
  56. OpenButton.TextSize = 14
  57. OpenButton.TextWrapped = true
  58. OpenButton.MouseButton1Down:connect(function()
  59.         Main.Visible = true
  60.         CloseButton.Visible = true
  61.         OpenButton.Visible = false
  62. end)
  63.  
  64. CloseButton.Name = "CloseButton"
  65. CloseButton.Parent = JailKillerGUI
  66. CloseButton.Visible = false
  67. CloseButton.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  68. CloseButton.BorderSizePixel = 0
  69. CloseButton.Position = UDim2.new(0, 0, 0.640625, 0)
  70. CloseButton.Size = UDim2.new(0, 139, 0, 50)
  71. CloseButton.Font = Enum.Font.Cartoon
  72. CloseButton.FontSize = Enum.FontSize.Size14
  73. CloseButton.Text = "CLOSE"
  74. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  75. CloseButton.TextScaled = true
  76. CloseButton.TextSize = 14
  77. CloseButton.TextWrapped = true
  78. CloseButton.MouseButton1Down:connect(function()
  79.         Main.Visible = false
  80.         CloseButton.Visible = false
  81.         OpenButton.Visible = true
  82. end)
  83.  
  84. Main.Name = "Main"
  85. Main.Parent = JailKillerGUI
  86. Main.Draggable = true
  87. Main.Active = true
  88. Main.Visible = false
  89. Main.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  90. Main.BorderSizePixel = 0
  91. Main.Position = UDim2.new(0.187782809, 0, 0.0809327811, 0)
  92. Main.Size = UDim2.new(0, 652, 0, 588)
  93.  
  94. Title.Name = "Title"
  95. Title.Parent = Main
  96. Title.BackgroundColor3 = Color3.new(0, 0, 1)
  97. Title.BorderSizePixel = 0
  98. Title.Size = UDim2.new(0, 652, 0, 50)
  99. Title.Font = Enum.Font.SourceSansBold
  100. Title.FontSize = Enum.FontSize.Size48
  101. Title.Text = "JailBreak Gui"
  102. Title.TextColor3 = Color3.new(1, 1, 1)
  103. Title.TextSize = 40
  104. Title.TextWrapped = true
  105.  
  106. BankFront.Name = "Bank Front"
  107. BankFront.Parent = Main
  108. BankFront.BackgroundColor3 = Color3.new(0, 0, 1)
  109. BankFront.BorderSizePixel = 0
  110. BankFront.Position = UDim2.new(0.0147928996, 0, 0.0995329246, 0)
  111. BankFront.Size = UDim2.new(0, 152, 0, 50)
  112. BankFront.Font = Enum.Font.Bodoni
  113. BankFront.FontSize = Enum.FontSize.Size32
  114. BankFront.Text = "Bank Front"
  115. BankFront.TextColor3 = Color3.new(1, 1, 1)
  116. BankFront.TextSize = 30
  117. BankFront.MouseButton1Down:connect(function()
  118.         for i=1,32 do
  119.                 wait(.08)
  120.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  121.         end
  122. end)
  123.  
  124. BankVault.Name = "Bank Vault"
  125. BankVault.Parent = Main
  126. BankVault.BackgroundColor3 = Color3.new(0, 0, 1)
  127. BankVault.BorderSizePixel = 0
  128. BankVault.Position = UDim2.new(0.262269944, 0, 0.0995329395, 0)
  129. BankVault.Size = UDim2.new(0, 152, 0, 50)
  130. BankVault.Font = Enum.Font.Bodoni
  131. BankVault.FontSize = Enum.FontSize.Size32
  132. BankVault.Text = "Bank Vault"
  133. BankVault.TextColor3 = Color3.new(1, 1, 1)
  134. BankVault.TextSize = 30
  135. BankVault.MouseButton1Down:connect(function()
  136.         for i=1,32 do
  137.                 wait(.08)
  138.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
  139.         end
  140. end)
  141.  
  142. JewelryTop.Name = "Jewelry Top"
  143. JewelryTop.Parent = Main
  144. JewelryTop.BackgroundColor3 = Color3.new(0, 0, 1)
  145. JewelryTop.BorderSizePixel = 0
  146. JewelryTop.Position = UDim2.new(0.509746969, 0, 0.0995329469, 0)
  147. JewelryTop.Size = UDim2.new(0, 152, 0, 50)
  148. JewelryTop.Font = Enum.Font.Bodoni
  149. JewelryTop.FontSize = Enum.FontSize.Size32
  150. JewelryTop.Text = "Jewelry Top"
  151. JewelryTop.TextColor3 = Color3.new(1, 1, 1)
  152. JewelryTop.TextSize = 30
  153. JewelryTop.MouseButton1Down:connect(function()
  154.         for i=1,32 do
  155.                 wait(.08)
  156.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  157.         end
  158. end)
  159.  
  160. JewelryIn.Name = "Jewelry In"
  161. JewelryIn.Parent = Main
  162. JewelryIn.BackgroundColor3 = Color3.new(0, 0, 1)
  163. JewelryIn.BorderSizePixel = 0
  164. JewelryIn.Position = UDim2.new(0.755581379, 0, 0.0995329395, 0)
  165. JewelryIn.Size = UDim2.new(0, 152, 0, 50)
  166. JewelryIn.Font = Enum.Font.Bodoni
  167. JewelryIn.FontSize = Enum.FontSize.Size32
  168. JewelryIn.Text = "Jewelry In"
  169. JewelryIn.TextColor3 = Color3.new(1, 1, 1)
  170. JewelryIn.TextSize = 30
  171. JewelryIn.MouseButton1Down:connect(function()
  172.         for i=1,32 do
  173.                 wait(.08)
  174.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
  175.         end
  176. end)
  177.  
  178. MuseumIn.Name = "Museum In"
  179. MuseumIn.Parent = Main
  180. MuseumIn.BackgroundColor3 = Color3.new(0, 0, 1)
  181. MuseumIn.BorderSizePixel = 0
  182. MuseumIn.Position = UDim2.new(0.0147928987, 0, 0.198637575, 0)
  183. MuseumIn.Size = UDim2.new(0, 152, 0, 50)
  184. MuseumIn.Font = Enum.Font.Bodoni
  185. MuseumIn.FontSize = Enum.FontSize.Size32
  186. MuseumIn.Text = "Museum In"
  187. MuseumIn.TextColor3 = Color3.new(1, 1, 1)
  188. MuseumIn.TextSize = 30
  189. MuseumIn.MouseButton1Down:connect(function()
  190.         for i=1,32 do
  191.         wait(.08)
  192.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  193.     end
  194. end)
  195.  
  196. MuseumOut.Name = "Museum Out"
  197. MuseumOut.Parent = Main
  198. MuseumOut.BackgroundColor3 = Color3.new(0, 0, 1)
  199. MuseumOut.BorderSizePixel = 0
  200. MuseumOut.Position = UDim2.new(0.262269944, 0, 0.198637575, 0)
  201. MuseumOut.Size = UDim2.new(0, 152, 0, 50)
  202. MuseumOut.Font = Enum.Font.Bodoni
  203. MuseumOut.FontSize = Enum.FontSize.Size32
  204. MuseumOut.Text = "Museum Out"
  205. MuseumOut.TextColor3 = Color3.new(1, 1, 1)
  206. MuseumOut.TextSize = 30
  207. MuseumOut.MouseButton1Down:connect(function()
  208.         for i=1,32 do
  209.                 wait(.08)
  210.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1108.02576, 101.16066, 1295.74146) + Vector3.new(1,0,0)
  211.         end
  212. end)
  213.  
  214. MuseumTop.Name = "Museum Top"
  215. MuseumTop.Parent = Main
  216. MuseumTop.BackgroundColor3 = Color3.new(0, 0, 1)
  217. MuseumTop.BorderSizePixel = 0
  218. MuseumTop.Position = UDim2.new(0.509746969, 0, 0.198637575, 0)
  219. MuseumTop.Size = UDim2.new(0, 152, 0, 50)
  220. MuseumTop.Font = Enum.Font.Bodoni
  221. MuseumTop.FontSize = Enum.FontSize.Size32
  222. MuseumTop.Text = "Museum Top"
  223. MuseumTop.TextColor3 = Color3.new(1, 1, 1)
  224. MuseumTop.TextSize = 30
  225. MuseumTop.MouseButton1Down:connect(function()
  226.         for i=1,32 do
  227.         wait(.08)
  228.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0)
  229.     end
  230. end)
  231.  
  232. CrimBase1.Name = "Crim Base 1"
  233. CrimBase1.Parent = Main
  234. CrimBase1.BackgroundColor3 = Color3.new(0, 0, 1)
  235. CrimBase1.BorderSizePixel = 0
  236. CrimBase1.Position = UDim2.new(0.752513885, 0, 0.198637575, 0)
  237. CrimBase1.Size = UDim2.new(0, 152, 0, 50)
  238. CrimBase1.Font = Enum.Font.Bodoni
  239. CrimBase1.FontSize = Enum.FontSize.Size32
  240. CrimBase1.Text = "Crim Base 1"
  241. CrimBase1.TextColor3 = Color3.new(1, 1, 1)
  242. CrimBase1.TextSize = 30
  243. CrimBase1.MouseButton1Down:connect(function()
  244.         for i=1,32 do
  245.                 wait(.08)
  246.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
  247.         end
  248. end)
  249.  
  250. CrimBase2.Name = "Crim Base 2"
  251. CrimBase2.Parent = Main
  252. CrimBase2.BackgroundColor3 = Color3.new(0, 0, 1)
  253. CrimBase2.BorderSizePixel = 0
  254. CrimBase2.Position = UDim2.new(0.0147928996, 0, 0.301304579, 0)
  255. CrimBase2.Size = UDim2.new(0, 152, 0, 50)
  256. CrimBase2.Font = Enum.Font.Bodoni
  257. CrimBase2.FontSize = Enum.FontSize.Size32
  258. CrimBase2.Text = "Crim Base 2"
  259. CrimBase2.TextColor3 = Color3.new(1, 1, 1)
  260. CrimBase2.TextSize = 30
  261. CrimBase2.MouseButton1Down:connect(function()
  262.         for i=1,32 do
  263.                 wait(.08)
  264.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
  265.         end
  266. end)
  267.  
  268. DonutStore.Name = "Donut Store"
  269. DonutStore.Parent = Main
  270. DonutStore.BackgroundColor3 = Color3.new(0, 0, 1)
  271. DonutStore.BorderSizePixel = 0
  272. DonutStore.Position = UDim2.new(0.262269944, 0, 0.301304579, 0)
  273. DonutStore.Size = UDim2.new(0, 152, 0, 50)
  274. DonutStore.Font = Enum.Font.Bodoni
  275. DonutStore.FontSize = Enum.FontSize.Size32
  276. DonutStore.Text = "Donut Store"
  277. DonutStore.TextColor3 = Color3.new(1, 1, 1)
  278. DonutStore.TextSize = 30
  279. DonutStore.MouseButton1Down:connect(function()
  280.         for i=1,32 do
  281.                 wait(.08)
  282.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206) + Vector3.new(1,0,0)
  283.         end
  284. end)
  285.  
  286. GasStation.Name = "Gas Station"
  287. GasStation.Parent = Main
  288. GasStation.BackgroundColor3 = Color3.new(0, 0, 1)
  289. GasStation.BorderSizePixel = 0
  290. GasStation.Position = UDim2.new(0.509746969, 0, 0.301304579, 0)
  291. GasStation.Size = UDim2.new(0, 152, 0, 50)
  292. GasStation.Font = Enum.Font.Bodoni
  293. GasStation.FontSize = Enum.FontSize.Size32
  294. GasStation.Text = "Gas Station"
  295. GasStation.TextColor3 = Color3.new(1, 1, 1)
  296. GasStation.TextSize = 30
  297. GasStation.MouseButton1Down:connect(function()
  298.         for i=1,32 do
  299.                 wait(.08)
  300.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
  301.         end
  302. end)
  303.  
  304. TrainSpawn.Name = "Train Spawn"
  305. TrainSpawn.Parent = Main
  306. TrainSpawn.BackgroundColor3 = Color3.new(0, 0, 1)
  307. TrainSpawn.BorderSizePixel = 0
  308. TrainSpawn.Position = UDim2.new(0.755581379, 0, 0.301304579, 0)
  309. TrainSpawn.Size = UDim2.new(0, 152, 0, 50)
  310. TrainSpawn.Font = Enum.Font.Bodoni
  311. TrainSpawn.FontSize = Enum.FontSize.Size32
  312. TrainSpawn.Text = "Train Spawn"
  313. TrainSpawn.TextColor3 = Color3.new(1, 1, 1)
  314. TrainSpawn.TextSize = 30
  315. TrainSpawn.MouseButton1Down:connect(function()
  316.         for i=1,32 do
  317.                 wait(.08)
  318.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116) + Vector3.new(1,0,0)
  319.         end
  320. end)
  321.  
  322. PrisonYard.Name = "Prison Yard"
  323. PrisonYard.Parent = Main
  324. PrisonYard.BackgroundColor3 = Color3.new(0, 0, 1)
  325. PrisonYard.BorderSizePixel = 0
  326. PrisonYard.Position = UDim2.new(0.0178603847, 0, 0.405369878, 0)
  327. PrisonYard.Size = UDim2.new(0, 152, 0, 50)
  328. PrisonYard.Font = Enum.Font.Bodoni
  329. PrisonYard.FontSize = Enum.FontSize.Size32
  330. PrisonYard.Text = "Prison Yard"
  331. PrisonYard.TextColor3 = Color3.new(1, 1, 1)
  332. PrisonYard.TextSize = 30
  333. PrisonYard.MouseButton1Down:connect(function()
  334.         for i=1,32 do
  335.                 wait(.08)
  336.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1319.25806, 17.7999935, -1760.31873) + Vector3.new(1,0,0)
  337.         end
  338. end)
  339.  
  340. PoliceBase.Name = "Police Base"
  341. PoliceBase.Parent = Main
  342. PoliceBase.BackgroundColor3 = Color3.new(0, 0, 1)
  343. PoliceBase.BorderSizePixel = 0
  344. PoliceBase.Position = UDim2.new(0.262269944, 0, 0.405369878, 0)
  345. PoliceBase.Size = UDim2.new(0, 152, 0, 50)
  346. PoliceBase.Font = Enum.Font.Bodoni
  347. PoliceBase.FontSize = Enum.FontSize.Size32
  348. PoliceBase.Text = "Police Base"
  349. PoliceBase.TextColor3 = Color3.new(1, 1, 1)
  350. PoliceBase.TextSize = 30
  351. PoliceBase.MouseButton1Down:connect(function()
  352.         for i=1,32 do
  353.                 wait(.08)
  354.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912) + Vector3.new(1,0,0)
  355.         end
  356. end)
  357.  
  358. Dealership.Name = "Dealership"
  359. Dealership.Parent = Main
  360. Dealership.BackgroundColor3 = Color3.new(0, 0, 1)
  361. Dealership.BorderSizePixel = 0
  362. Dealership.Position = UDim2.new(0.512814462, 0, 0.405369878, 0)
  363. Dealership.Size = UDim2.new(0, 152, 0, 50)
  364. Dealership.Font = Enum.Font.Bodoni
  365. Dealership.FontSize = Enum.FontSize.Size32
  366. Dealership.Text = "Dealership"
  367. Dealership.TextColor3 = Color3.new(1, 1, 1)
  368. Dealership.TextSize = 30
  369. Dealership.MouseButton1Down:connect(function()
  370.         for i=1,32 do
  371.                 wait(.08)
  372.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(424.985474, 17.8676395, -1704.00525) + Vector3.new(1,0,0)
  373.         end
  374. end)
  375.  
  376. HeliPad1.Name = "Heli Pad 1"
  377. HeliPad1.Parent = Main
  378. HeliPad1.BackgroundColor3 = Color3.new(0, 0, 1)
  379. HeliPad1.BorderSizePixel = 0
  380. HeliPad1.Position = UDim2.new(0.755581379, 0, 0.405369878, 0)
  381. HeliPad1.Size = UDim2.new(0, 152, 0, 50)
  382. HeliPad1.Font = Enum.Font.Bodoni
  383. HeliPad1.FontSize = Enum.FontSize.Size32
  384. HeliPad1.Text = "Heli Pad 1"
  385. HeliPad1.TextColor3 = Color3.new(1, 1, 1)
  386. HeliPad1.TextSize = 30
  387. HeliPad1.MouseButton1Down:connect(function()
  388.         for i=1,32 do
  389.                 wait(.08)
  390.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.6626, 57.6341133, -1590.24841) + Vector3.new(1,0,0)
  391.         end
  392. end)
  393.  
  394. HeliPad2.Name = "Heli Pad 2"
  395. HeliPad2.Parent = Main
  396. HeliPad2.BackgroundColor3 = Color3.new(0, 0, 1)
  397. HeliPad2.BorderSizePixel = 0
  398. HeliPad2.Position = UDim2.new(0.0178603828, 0, 0.509529829, 0)
  399. HeliPad2.Size = UDim2.new(0, 152, 0, 50)
  400. HeliPad2.Font = Enum.Font.Bodoni
  401. HeliPad2.FontSize = Enum.FontSize.Size32
  402. HeliPad2.Text = "Heli Pad 2"
  403. HeliPad2.TextColor3 = Color3.new(1, 1, 1)
  404. HeliPad2.TextSize = 30
  405. HeliPad2.MouseButton1Down:connect(function()
  406.         for i=1,32 do
  407.                 wait(.08)
  408.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(737.95105, 69.4690094, 1095.53442) + Vector3.new(1,0,0)
  409.         end
  410. end)
  411.  
  412. Lamborghini.Name = "Lamborghini"
  413. Lamborghini.Parent = Main
  414. Lamborghini.BackgroundColor3 = Color3.new(0, 0, 1)
  415. Lamborghini.BorderSizePixel = 0
  416. Lamborghini.Position = UDim2.new(0.262269944, 0, 0.509529829, 0)
  417. Lamborghini.Size = UDim2.new(0, 152, 0, 50)
  418. Lamborghini.Font = Enum.Font.Bodoni
  419. Lamborghini.FontSize = Enum.FontSize.Size32
  420. Lamborghini.Text = "Lamborghini"
  421. Lamborghini.TextColor3 = Color3.new(1, 1, 1)
  422. Lamborghini.TextSize = 30
  423. Lamborghini.MouseButton1Down:connect(function()
  424.         for i=1,32 do
  425.                 wait(.08)
  426.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(146.568039, 17.6188164, 775.127197) + Vector3.new(1,0,0)
  427.         end
  428. end)
  429.  
  430. Tesla.Name = "Tesla"
  431. Tesla.Parent = Main
  432. Tesla.BackgroundColor3 = Color3.new(0, 0, 1)
  433. Tesla.BorderSizePixel = 0
  434. Tesla.Position = UDim2.new(0.509746969, 0, 0.509529829, 0)
  435. Tesla.Size = UDim2.new(0, 152, 0, 50)
  436. Tesla.Font = Enum.Font.Bodoni
  437. Tesla.FontSize = Enum.FontSize.Size32
  438. Tesla.Text = "Tesla"
  439. Tesla.TextColor3 = Color3.new(1, 1, 1)
  440. Tesla.TextSize = 30
  441. Tesla.MouseButton1Down:connect(function()
  442.         for i=1,32 do
  443.                 wait(.08)
  444.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-132.424164, 17.9162769, 556.760864) + Vector3.new(1,0,0)
  445.         end
  446. end)
  447.  
  448. Ferrari.Name = "Ferrari"
  449. Ferrari.Parent = Main
  450. Ferrari.BackgroundColor3 = Color3.new(0, 0, 1)
  451. Ferrari.BorderSizePixel = 0
  452. Ferrari.Position = UDim2.new(0.752513885, 0, 0.509529829, 0)
  453. Ferrari.Size = UDim2.new(0, 152, 0, 50)
  454. Ferrari.Font = Enum.Font.Bodoni
  455. Ferrari.FontSize = Enum.FontSize.Size32
  456. Ferrari.Text = "Ferrari"
  457. Ferrari.TextColor3 = Color3.new(1, 1, 1)
  458. Ferrari.TextSize = 30
  459. Ferrari.MouseButton1Down:connect(function()
  460.         for i=1,32 do
  461.                 wait(.08)
  462.                 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1501.28687, 49.4527283, 1805.06726) + Vector3.new(1,0,0)
  463.         end
  464. end)
  465.  
  466. WalkspeedK.Name = "WalkspeedK"
  467. WalkspeedK.Parent = Main
  468. WalkspeedK.BackgroundColor3 = Color3.new(0, 0, 1)
  469. WalkspeedK.BorderSizePixel = 0
  470. WalkspeedK.Position = UDim2.new(0.0178603828, 0, 0.612641335, 0)
  471. WalkspeedK.Size = UDim2.new(0, 152, 0, 50)
  472. WalkspeedK.Font = Enum.Font.Bodoni
  473. WalkspeedK.FontSize = Enum.FontSize.Size32
  474. WalkspeedK.Text = "SpeedHax [K]"
  475. WalkspeedK.TextColor3 = Color3.new(1, 1, 1)
  476. WalkspeedK.TextSize = 30
  477. WalkspeedK.MouseButton1Down:connect(function()
  478.         local walkspeedplayer = game:GetService("Players").LocalPlayer
  479.         local walkspeedmouse = walkspeedplayer:GetMouse()
  480.        
  481.         local walkspeedenabled = false
  482.        
  483.         function x_walkspeed(key)
  484.                 if (key == "k") then
  485.                         if walkspeedenabled == false then
  486.                                 _G.WS = 200;
  487.                                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  488.                                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  489.                                 Humanoid.WalkSpeed = _G.WS;
  490.                                 end)
  491.                                 Humanoid.WalkSpeed = _G.WS;
  492.                                
  493.                                 walkspeedenabled = true
  494.                         elseif walkspeedenabled == true then
  495.                                 _G.WS = 20;
  496.                                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  497.                                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  498.                                 Humanoid.WalkSpeed = _G.WS;
  499.                                 end)
  500.                                 Humanoid.WalkSpeed = _G.WS;
  501.                                
  502.                                 walkspeedenabled = false
  503.                         end
  504.                 end
  505.         end
  506.        
  507.         walkspeedmouse.KeyDown:connect(x_walkspeed)
  508.        
  509. end)
  510.  
  511. NoclipB.Name = "NoclipB"
  512. NoclipB.Parent = Main
  513. NoclipB.BackgroundColor3 = Color3.new(0, 0, 1)
  514. NoclipB.BorderSizePixel = 0
  515. NoclipB.Position = UDim2.new(0.262269944, 0, 0.612641335, 0)
  516. NoclipB.Size = UDim2.new(0, 152, 0, 50)
  517. NoclipB.Font = Enum.Font.Bodoni
  518. NoclipB.FontSize = Enum.FontSize.Size32
  519. NoclipB.Text = "Noclip [B]"
  520. NoclipB.TextColor3 = Color3.new(1, 1, 1)
  521. NoclipB.TextSize = 30
  522. NoclipB.MouseButton1Down:connect(function()
  523.        
  524.         local noclipplayer = game:GetService("Players").LocalPlayer
  525.         local noclipmouse = noclipplayer:GetMouse()
  526.        
  527.         local donoclip = false
  528.         local noclip = false
  529.        
  530.         function b_noclip(key)
  531.                 if (key == "b") then
  532.                         if noclip == false then
  533.                                 donoclip = true
  534.                                
  535.                                 noclip = true
  536.                         elseif noclip == true then
  537.                                 donoclip = false
  538.                                
  539.                                 noclip = false
  540.                         end
  541.                 end
  542.         end
  543.        
  544.         noclipmouse.KeyDown:connect(b_noclip)
  545.        
  546.         game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  547.                 if obj ~= workspace.Terrain then
  548.                         if donoclip == true then
  549.                                 obj.CanCollide = false
  550.                         else
  551.                                 obj.CanCollide = true
  552.                         end
  553.                 end
  554.         end)
  555. end)
  556.  
  557. RemoveAll.Name = "Remove All"
  558. RemoveAll.Parent = Main
  559. RemoveAll.BackgroundColor3 = Color3.new(0, 0, 1)
  560. RemoveAll.BorderSizePixel = 0
  561. RemoveAll.Position = UDim2.new(0.509746969, 0, 0.612641335, 0)
  562. RemoveAll.Size = UDim2.new(0, 152, 0, 50)
  563. RemoveAll.Font = Enum.Font.Bodoni
  564. RemoveAll.FontSize = Enum.FontSize.Size32
  565. RemoveAll.Text = "Remove All"
  566. RemoveAll.TextColor3 = Color3.new(1, 1, 1)
  567. RemoveAll.TextSize = 30
  568. RemoveAll.MouseButton1Down:connect(function()
  569.         game.Workspace.Cells:Remove()
  570.        
  571.         game.Workspace.Museum.CaseLasers:Remove()
  572.        
  573.         game.Workspace.Museum.Lights:Remove()
  574.        
  575.         game.Workspace.Museum.Doors:Remove()
  576.        
  577.         game.Workspace.EscapeRoutes:Remove()
  578.        
  579.         for i,v in pairs(workspace.Doors:GetChildren()) do
  580.     v:Destroy()
  581.        
  582.         end
  583. end)
  584.  
  585. RemoveAll.MouseButton1Down:connect(function()
  586.         local banklasers = game:GetService("Workspace").Banks:GetChildren()
  587.         banklasers[1].Lasers:Destroy()
  588. end)
  589.  
  590. RemoveAll.MouseButton1Down:connect(function()
  591. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  592.        
  593.         for i = 1,4 do
  594.         local xd = jewelry[1].Model.BarbedWire
  595.         xd:Destroy()
  596.         end
  597. end)
  598.  
  599. RemoveAll.MouseButton1Down:connect(function()
  600.         local banklasers = game:GetService("Workspace").Banks:GetChildren()
  601.         banklasers[1].Door.Model:Destroy()
  602. end)
  603.  
  604. Pistol.Name = "Pistol"
  605. Pistol.Parent = Main
  606. Pistol.BackgroundColor3 = Color3.new(0, 0, 1)
  607. Pistol.BorderSizePixel = 0
  608. Pistol.Position = UDim2.new(0.752513885, 0, 0.612641335, 0)
  609. Pistol.Size = UDim2.new(0, 152, 0, 50)
  610. Pistol.Font = Enum.Font.Bodoni
  611. Pistol.FontSize = Enum.FontSize.Size32
  612. Pistol.Text = "Pistol"
  613. Pistol.TextColor3 = Color3.new(1, 1, 1)
  614. Pistol.TextSize = 30
  615. Pistol.MouseButton1Down:connect(function()
  616.         local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  617.  
  618.     a = Instance.new("Part", workspace)
  619.     a.Anchored = true
  620.     a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  621.     a.CanCollide = false
  622.    
  623.         for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  624.     if v.Name == "Station" then
  625.     for a, b in pairs(v:GetChildren()) do
  626.     if b:IsA("StringValue") then
  627.     if b.Value == "Pistol" then
  628.     v.CFrame = CFrame.new(hit)
  629.     end
  630.     end
  631.     end
  632.     end
  633.     end
  634. end)
  635.  
  636. Shotgun.Name = "Shotgun"
  637. Shotgun.Parent = Main
  638. Shotgun.BackgroundColor3 = Color3.new(0, 0, 1)
  639. Shotgun.BorderSizePixel = 0
  640. Shotgun.Position = UDim2.new(0.0178603828, 0, 0.715329885, 0)
  641. Shotgun.Size = UDim2.new(0, 152, 0, 50)
  642. Shotgun.Font = Enum.Font.Bodoni
  643. Shotgun.FontSize = Enum.FontSize.Size32
  644. Shotgun.Text = "Shotgun"
  645. Shotgun.TextColor3 = Color3.new(1, 1, 1)
  646. Shotgun.TextSize = 30
  647. Shotgun.MouseButton1Down:connect(function()
  648.         local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  649.  
  650.     a = Instance.new("Part", workspace)
  651.     a.Anchored = true
  652.     a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  653.     a.CanCollide = false
  654.    
  655.         for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  656.     if v.Name == "Station" then
  657.     for a, b in pairs(v:GetChildren()) do
  658.     if b:IsA("StringValue") then
  659.     if b.Value == "Shotgun" then
  660.     v.CFrame = CFrame.new(hit)
  661.     end
  662.     end
  663.     end
  664.     end
  665.     end
  666. end)
  667.  
  668. GravityON.Name = "Gravity ON"
  669. GravityON.Parent = Main
  670. GravityON.BackgroundColor3 = Color3.new(0, 0, 1)
  671. GravityON.BorderSizePixel = 0
  672. GravityON.Position = UDim2.new(0.262269944, 0, 0.715329885, 0)
  673. GravityON.Size = UDim2.new(0, 152, 0, 50)
  674. GravityON.Font = Enum.Font.Bodoni
  675. GravityON.FontSize = Enum.FontSize.Size32
  676. GravityON.Text = "Gravity: ON"
  677. GravityON.TextColor3 = Color3.new(1, 1, 1)
  678. GravityON.TextSize = 30
  679. GravityON.MouseButton1Down:connect(function()
  680.         game.Workspace.Gravity = 196.2
  681.         GravityOFF.Visible = true
  682.         GravityON.Visible = false
  683. end)
  684.  
  685. Godmode.Name = "Godmode"
  686. Godmode.Parent = Main
  687. Godmode.BackgroundColor3 = Color3.new(0, 0, 1)
  688. Godmode.BorderSizePixel = 0
  689. Godmode.Position = UDim2.new(0.509746969, 0, 0.715329885, 0)
  690. Godmode.Size = UDim2.new(0, 152, 0, 50)
  691. Godmode.Font = Enum.Font.Bodoni
  692. Godmode.FontSize = Enum.FontSize.Size32
  693. Godmode.Text = "Godmode"
  694. Godmode.TextColor3 = Color3.new(1, 1, 1)
  695. Godmode.TextSize = 30
  696. Godmode.MouseButton1Down:connect(function()
  697.         game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  698. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  699. l.Parent = game:GetService("Players").LocalPlayer.Character
  700. l.Name = "Humanoid"
  701. wait(0.1)
  702. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  703. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  704. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  705. wait(0.1)
  706. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  707. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  708. end)
  709.  
  710. InfiniteNitro.Name = "Infinite Nitro"
  711. InfiniteNitro.Parent = Main
  712. InfiniteNitro.BackgroundColor3 = Color3.new(0, 0, 1)
  713. InfiniteNitro.BorderSizePixel = 0
  714. InfiniteNitro.Position = UDim2.new(0.752513885, 0, 0.715329885, 0)
  715. InfiniteNitro.Size = UDim2.new(0, 152, 0, 50)
  716. InfiniteNitro.Font = Enum.Font.Bodoni
  717. InfiniteNitro.FontSize = Enum.FontSize.Size32
  718. InfiniteNitro.Text = "Infinite Nitro"
  719. InfiniteNitro.TextColor3 = Color3.new(1, 1, 1)
  720. InfiniteNitro.TextSize = 30
  721. InfiniteNitro.MouseButton1Down:connect(function()
  722.         game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "6969696969"
  723.     game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  724. end)
  725.  
  726. GravityOFF.Name = "Gravity OFF"
  727. GravityOFF.Parent = Main
  728. GravityOFF.BackgroundColor3 = Color3.new(0, 0, 1)
  729. GravityOFF.BorderSizePixel = 0
  730. GravityOFF.Position = UDim2.new(0.262269944, 0, 0.715329885, 0)
  731. GravityOFF.Size = UDim2.new(0, 152, 0, 50)
  732. GravityOFF.Font = Enum.Font.Bodoni
  733. GravityOFF.FontSize = Enum.FontSize.Size32
  734. GravityOFF.Text = "Gravity: OFF"
  735. GravityOFF.TextColor3 = Color3.new(1, 1, 1)
  736. GravityOFF.TextSize = 30
  737. GravityOFF.MouseButton1Down:connect(function()
  738.         game.Workspace.Gravity = 35
  739.         GravityOFF.Visible = false
  740.         GravityON.Visible = true
  741. end)
  742.  
  743. NoBuildings.Name = "No Buildings"
  744. NoBuildings.Parent = Main
  745. NoBuildings.BackgroundColor3 = Color3.new(0, 0, 1)
  746. NoBuildings.BorderSizePixel = 0
  747. NoBuildings.Position = UDim2.new(0.0178603828, 0, 0.821490169, 0)
  748. NoBuildings.Size = UDim2.new(0, 152, 0, 50)
  749. NoBuildings.Font = Enum.Font.Bodoni
  750. NoBuildings.FontSize = Enum.FontSize.Size32
  751. NoBuildings.Text = "No Buildings"
  752. NoBuildings.TextColor3 = Color3.new(1, 1, 1)
  753. NoBuildings.TextSize = 30
  754. NoBuildings.MouseButton1Down:connect(function()
  755.         game:GetService("Workspace").Buildings:Destroy()
  756. end)
  757.  
  758. CarFlyR.Name = "Car FlyR"
  759. CarFlyR.Parent = Main
  760. CarFlyR.BackgroundColor3 = Color3.new(0, 0, 1)
  761. CarFlyR.BorderSizePixel = 0
  762. CarFlyR.Position = UDim2.new(0.262269944, 0, 0.821490169, 0)
  763. CarFlyR.Size = UDim2.new(0, 152, 0, 50)
  764. CarFlyR.Font = Enum.Font.Bodoni
  765. CarFlyR.FontSize = Enum.FontSize.Size32
  766. CarFlyR.Text = "Car Fly [R]"
  767. CarFlyR.TextColor3 = Color3.new(1, 1, 1)
  768. CarFlyR.TextSize = 30
  769. CarFlyR.MouseButton1Down:connect(function()
  770.         local plr = game:GetService("Players").LocalPlayer
  771. local m = plr:GetMouse()
  772. m.KeyDown:connect(function(k)
  773. if k:byte() == 114 then
  774. plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  775. plrh:ChangeState('Jumping')
  776. wait()
  777. plrh:ChangeState('Seated')
  778. end
  779. end)
  780. end)
  781.  
  782. BTools.Name = "BTools"
  783. BTools.Parent = Main
  784. BTools.BackgroundColor3 = Color3.new(0, 0, 1)
  785. BTools.BorderSizePixel = 0
  786. BTools.Position = UDim2.new(0.509746969, 0, 0.821490169, 0)
  787. BTools.Size = UDim2.new(0, 152, 0, 50)
  788. BTools.Font = Enum.Font.Bodoni
  789. BTools.FontSize = Enum.FontSize.Size32
  790. BTools.Text = "BTools"
  791. BTools.TextColor3 = Color3.new(1, 1, 1)
  792. BTools.TextSize = 30
  793. BTools.MouseButton1Down:connect(function()
  794.         game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  795. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  796.    if child.ClassName == "Part" then
  797.        child.Locked = false
  798.    end
  799.    if child.ClassName == "MeshPart" then
  800.        child.Locked = false
  801.    end
  802.    if child.ClassName == "UnionOperation" then
  803.        child.Locked = false
  804.    end
  805.    if child.ClassName == "Model" then
  806.        for index, chil in pairs(child:GetChildren()) do
  807.            if chil.ClassName == "Part" then
  808.                chil.Locked = false
  809.            end
  810.            if chil.ClassName == "MeshPart" then
  811.                chil.Locked = false
  812.            end
  813.            if chil.ClassName == "UnionOperation" then
  814.                chil.Locked = false
  815.            end
  816.            if chil.ClassName == "Model" then
  817.                for index, childe in pairs(chil:GetChildren()) do
  818.                    if childe.ClassName == "Part" then
  819.                        childe.Locked = false
  820.                    end
  821.                    if childe.ClassName == "MeshPart" then
  822.                        childe.Locked = false
  823.                    end
  824.                    if childe.ClassName == "UnionOperation" then
  825.                        childe.Locked = false
  826.                    end
  827.                    if childe.ClassName == "Model" then
  828.                        for index, childeo in pairs(childe:GetChildren()) do
  829.                            if childeo.ClassName == "Part" then
  830.                                childeo.Locked = false
  831.                            end
  832.                            if childeo.ClassName == "MeshPart" then
  833.                                childeo.Locked = false
  834.                            end
  835.                            if childeo.ClassName == "UnionOperation" then
  836.                                childeo.Locked = false
  837.                            end
  838.                            if childeo.ClassName == "Model" then
  839.                            end
  840.                        end
  841.                    end
  842.                end
  843.            end
  844.        end
  845.    end
  846. end
  847. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  848. c.BinType = Enum.BinType.Hammer
  849. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  850. c.BinType = Enum.BinType.Clone
  851. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  852. c.BinType = Enum.BinType.Grab
  853. end)
  854.  
  855. InfiniteJump.Name = "Infinite Jump"
  856. InfiniteJump.Parent = Main
  857. InfiniteJump.BackgroundColor3 = Color3.new(0, 0, 1)
  858. InfiniteJump.BorderSizePixel = 0
  859. InfiniteJump.Position = UDim2.new(0.752513885, 0, 0.821490169, 0)
  860. InfiniteJump.Size = UDim2.new(0, 152, 0, 50)
  861. InfiniteJump.Font = Enum.Font.Bodoni
  862. InfiniteJump.FontSize = Enum.FontSize.Size32
  863. InfiniteJump.Text = "Infinite Jump"
  864. InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
  865. InfiniteJump.TextSize = 30
  866. InfiniteJump.MouseButton1Down:connect(function()
  867.         game:GetService("UserInputService").JumpRequest:connect(function()
  868.                 game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")          
  869.         end)
  870.         end)
  871.  
  872. InputPlayer.Name = "InputPlayer"
  873. InputPlayer.Parent = Main
  874. InputPlayer.BackgroundColor3 = Color3.new(0, 0, 1)
  875. InputPlayer.BorderSizePixel = 0
  876. InputPlayer.Position = UDim2.new(0.0184049085, 0, 0.914965987, 0)
  877. InputPlayer.Size = UDim2.new(0, 421, 0, 43)
  878. InputPlayer.Font = Enum.Font.Cartoon
  879. InputPlayer.FontSize = Enum.FontSize.Size14
  880. InputPlayer.Text = "Player"
  881. InputPlayer.TextColor3 = Color3.new(1, 1, 1)
  882. InputPlayer.TextScaled = true
  883. InputPlayer.TextSize = 14
  884. InputPlayer.TextWrapped = true
  885.  
  886. GotoPlayer.Name = "Goto Player"
  887. GotoPlayer.Parent = Main
  888. GotoPlayer.BackgroundColor3 = Color3.new(0, 0, 1)
  889. GotoPlayer.BorderSizePixel = 0
  890. GotoPlayer.Position = UDim2.new(0.673312902, 0, 0.914965987, 0)
  891. GotoPlayer.Size = UDim2.new(0, 204, 0, 43)
  892. GotoPlayer.Font = Enum.Font.Bodoni
  893. GotoPlayer.FontSize = Enum.FontSize.Size32
  894. GotoPlayer.Text = "Goto Player"
  895. GotoPlayer.TextColor3 = Color3.new(1, 1, 1)
  896. GotoPlayer.TextSize = 30
  897. GotoPlayer.MouseButton1Down:connect(function()
  898.         local tp_namedplayer = InputPlayer.Text
  899.         local tp_player = game:GetService("Players")[tp_namedplayer]
  900.         local PLR = game:GetService("Players").LocalPlayer
  901.         local p = InputPlayer.Text
  902.        
  903.         if tp_player then
  904.                         for i = 1,20 do
  905.                 wait()
  906.                 PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  907.                 end
  908.         end
  909. end)

Replies to JJsploit Jailbreak Script rss

Title Name Language When
Re: JJsploit Jailbreak Script Little Capybara text 1 Year ago.
Re: JJsploit Jailbreak Script Wet Finch text 1 Year ago.
Re: JJsploit Jailbreak Script Capacious Gibbon text 1 Year ago.
Re: JJsploit Jailbreak Script Torrid Parakeet text 1 Year ago.
Re: JJsploit Jailbreak Script Trivial Lion text 1 Year ago.
Re: JJsploit Jailbreak Script Tiny Baboon text 1 Year ago.
Re: JJsploit Jailbreak Script Colorant Parrot text 2 Years ago.
Re: JJsploit Jailbreak Script Tinct Plover text 2 Years ago.
Re: JJsploit Jailbreak Script Cobalt Crane text 2 Years ago.
Re: JJsploit Jailbreak Script Cute Lion text 3 Years ago.