Advertisement
xxxDrez

Untitled

Jun 24th, 2019
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.03 KB | None | 0 0
  1. wait(1.2)
  2. game.StarterGui:SetCore("SendNotification", {
  3. Title = "Robloch";
  4. Text = "Спасибо за использование наших читов!\n Robloch Launcher";
  5. Duration = 7;
  6. })
  7.  
  8.  
  9. local plr = game:GetService("Players").LocalPlayer
  10.  
  11.  
  12. local TpMethod = 2
  13.  
  14.  
  15.  
  16. function JailbreakTp(...)
  17. getfenv()["TpMethod" .. TpMethod](...)
  18. end
  19.  
  20. function TpMethod1(...)
  21. local char = plr.Character
  22. local root = char.HumanoidRootPart
  23. local args = {...}
  24. for i=0,1,0.05 do
  25. wait()
  26. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  27. end
  28. end
  29.  
  30. function TpMethod2(...)
  31. local args = {...}
  32. local char = plr.Character
  33. local target = Vector3.new(unpack(args,1,3))
  34. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  35. dist = math.floor(dist / 100) + 1
  36. for i=0,dist * 4 do
  37. wait()
  38. char:MoveTo(Vector3.new(...))
  39. end
  40. if args[#args] == true then
  41. wait()
  42. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  43. end
  44. end
  45.  
  46. function Tween(obj, t, properties)
  47. local TweenService = game:GetService("TweenService")
  48. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  49. local tween = TweenService:Create(obj,tweenInfo,properties)
  50. tween:Play()
  51. return tween
  52. end
  53.  
  54. local RoblochCheats = Instance.new("ScreenGui")
  55. local MainFrame = Instance.new("Frame")
  56. local Top = Instance.new("Frame")
  57. local TextLabel = Instance.new("TextLabel")
  58. local Close = Instance.new("TextButton")
  59. local Teleports = Instance.new("TextButton")
  60. local Functions = Instance.new("TextButton")
  61. local Games = Instance.new("Frame")
  62. local TPS = Instance.new("Frame")
  63. local Bankin = Instance.new("TextButton")
  64. local MuseumIn = Instance.new("TextButton")
  65. local BankOut = Instance.new("TextButton")
  66. local MuseumRoof = Instance.new("TextButton")
  67. local Jewelryin = Instance.new("TextButton")
  68. local crimbase2 = Instance.new("TextButton")
  69. local crimbase1 = Instance.new("TextButton")
  70. local JewelryOut = Instance.new("TextButton")
  71. local gasstation = Instance.new("TextButton")
  72. local _1MDealerShip = Instance.new("TextButton")
  73. local McLaren = Instance.new("TextButton")
  74. local VoltBike = Instance.new("TextButton")
  75. local policebase2 = Instance.new("TextButton")
  76. local policebase1 = Instance.new("TextButton")
  77. local Bugatti = Instance.new("TextButton")
  78. local DonutStore = Instance.new("TextButton")
  79. local OutsideJail = Instance.new("TextButton")
  80. local Lamborghini = Instance.new("TextButton")
  81. local Tesla = Instance.new("TextButton")
  82. local Mustang = Instance.new("TextButton")
  83. local Function = Instance.new("Frame")
  84. local AutoArrest = Instance.new("TextButton")
  85. local Gravity = Instance.new("TextButton")
  86. local InfiniteNitro = Instance.new("TextButton")
  87. local RemoveALL = Instance.new("TextButton")
  88. local NoClip = Instance.new("TextButton")
  89. local InfiniteHealth = Instance.new("TextButton")
  90. local Btools = Instance.new("TextButton")
  91. local Walkspeed = Instance.new("TextButton")
  92. local BankAutoRobBtn = Instance.new("TextButton")
  93. local BankStatus = Instance.new("TextLabel")
  94. local JewelryStatus = Instance.new("TextLabel")
  95. local Open = Instance.new("TextButton")
  96.  
  97. RoblochCheats.Name = "Robloch Launcher"
  98. RoblochCheats.Parent = game.CoreGui
  99. RoblochCheats.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  100.  
  101. MainFrame.Name = "MainFrame"
  102. MainFrame.Parent = RoblochCheats
  103. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  104. MainFrame.BorderSizePixel = 0
  105. MainFrame.Position = UDim2.new(0.300000012, 0, 0.300000012, 0)
  106. MainFrame.Size = UDim2.new(0, 500, 0, 350)
  107. MainFrame.Active = true
  108. MainFrame.Draggable = true
  109.  
  110. Top.Name = "Top"
  111. Top.Parent = MainFrame
  112. Top.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  113. Top.BorderSizePixel = 0
  114. Top.Position = UDim2.new(0, 0, -0.142857149, 0)
  115. Top.Size = UDim2.new(0, 500, 0, 50)
  116.  
  117. TextLabel.Parent = Top
  118. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  119. TextLabel.BackgroundTransparency = 1
  120. TextLabel.BorderSizePixel = 0
  121. TextLabel.Size = UDim2.new(0, 284, 0, 50)
  122. TextLabel.Font = Enum.Font.ArialBold
  123. TextLabel.Text = "Robloch Launcher"
  124. TextLabel.TextColor3 = Color3.new(2, 2, 2)
  125. TextLabel.TextScaled = true
  126. TextLabel.TextSize = 14
  127. TextLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  128. TextLabel.TextWrapped = true
  129.  
  130. Close.Name = "Close"
  131. Close.Parent = Top
  132. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  133. Close.BackgroundTransparency = 1
  134. Close.BorderSizePixel = 0
  135. Close.Position = UDim2.new(0.898999989, 0, -0.00285714865, 0)
  136. Close.Size = UDim2.new(0, 50, 0, 50)
  137. Close.Font = Enum.Font.Gotham
  138. Close.Text = "X"
  139. Close.TextColor3 = Color3.new(1, 1, 1)
  140. Close.TextScaled = true
  141. Close.TextSize = 14
  142. Close.TextWrapped = true
  143. Close.MouseButton1Down:connect(function()
  144. MainFrame.Visible = false
  145. Open.Visible = true
  146. end)
  147.  
  148. Teleports.Name = "Teleports"
  149. Teleports.Parent = MainFrame
  150. Teleports.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  151. Teleports.Position = UDim2.new(0.656000018, 0, 0.0400000028, 0)
  152. Teleports.Size = UDim2.new(0, 150, 0, 35)
  153. Teleports.Font = Enum.Font.ArialBold
  154. Teleports.Text = "Телепорты"
  155. Teleports.TextColor3 = Color3.new(1, 1, 1)
  156. Teleports.TextScaled = true
  157. Teleports.TextSize = 14
  158. Teleports.TextWrapped = true
  159. Teleports.MouseButton1Down:connect(function()
  160. TPS.Visible = true
  161. Function.Visible = false
  162. end)
  163.  
  164. Functions.Name = "Functions"
  165. Functions.Parent = MainFrame
  166. Functions.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  167. Functions.Position = UDim2.new(0.0579999983, 0, 0.0399999991, 0)
  168. Functions.Size = UDim2.new(0, 150, 0, 35)
  169. Functions.Font = Enum.Font.ArialBold
  170. Functions.Text = "Читы"
  171. Functions.TextColor3 = Color3.new(1, 1, 1)
  172. Functions.TextScaled = true
  173. Functions.TextSize = 14
  174. Functions.TextWrapped = true
  175. Functions.MouseButton1Down:connect(function()
  176. TPS.Visible = false
  177. Function.Visible = true
  178. end)
  179.  
  180. Games.Name = "Games"
  181. Games.Parent = MainFrame
  182. Games.BackgroundColor3 = Color3.new(1, 0.0313726, 0)
  183. Games.BackgroundTransparency = 1
  184. Games.BorderSizePixel = 0
  185. Games.Position = UDim2.new(0.178333327, 0, 0.107500002, 0)
  186. Games.Size = UDim2.new(0, 487, 0, 349)
  187.  
  188. TPS.Name = "TPS"
  189. TPS.Parent = Games
  190. TPS.BackgroundColor3 = Color3.new(1, 0.0313726, 0)
  191. TPS.BackgroundTransparency = 1
  192. TPS.BorderSizePixel = 0
  193. TPS.Position = UDim2.new(-0.170742646, 0, 0.14188394, 0)
  194. TPS.Size = UDim2.new(0, 487, 0, 349)
  195.  
  196. Bankin.Name = "Bankin"
  197. Bankin.Parent = TPS
  198. Bankin.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  199. Bankin.BorderSizePixel = 0
  200. Bankin.Position = UDim2.new(0.0480492786, 0, 0.0251979828, 0)
  201. Bankin.Size = UDim2.new(0, 100, 0, 35)
  202. Bankin.Font = Enum.Font.Gotham
  203. Bankin.Text = "В Банк"
  204. Bankin.TextColor3 = Color3.new(1, 1, 1)
  205. Bankin.TextScaled = true
  206. Bankin.TextSize = 14
  207. Bankin.TextWrapped = true
  208.  
  209. MuseumIn.Name = "MuseumIn"
  210. MuseumIn.Parent = TPS
  211. MuseumIn.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  212. MuseumIn.BorderSizePixel = 0
  213. MuseumIn.Position = UDim2.new(0.0480492786, 0, 0.142676502, 0)
  214. MuseumIn.Size = UDim2.new(0, 100, 0, 35)
  215. MuseumIn.Font = Enum.Font.Gotham
  216. MuseumIn.Text = "В Музей"
  217. MuseumIn.TextColor3 = Color3.new(1, 1, 1)
  218. MuseumIn.TextScaled = true
  219. MuseumIn.TextSize = 14
  220. MuseumIn.TextWrapped = true
  221.  
  222. BankOut.Name = "Bank Out"
  223. BankOut.Parent = TPS
  224. BankOut.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  225. BankOut.BorderSizePixel = 0
  226. BankOut.Position = UDim2.new(0.278028756, 0, 0.0251979828, 0)
  227. BankOut.Size = UDim2.new(0, 100, 0, 35)
  228. BankOut.Font = Enum.Font.Gotham
  229. BankOut.Text = "Выход Банк"
  230. BankOut.TextColor3 = Color3.new(1, 1, 1)
  231. BankOut.TextScaled = true
  232. BankOut.TextSize = 14
  233. BankOut.TextWrapped = true
  234.  
  235. MuseumRoof.Name = "MuseumRoof"
  236. MuseumRoof.Parent = TPS
  237. MuseumRoof.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  238. MuseumRoof.BorderSizePixel = 0
  239. MuseumRoof.Position = UDim2.new(0.278028756, 0, 0.142676502, 0)
  240. MuseumRoof.Size = UDim2.new(0, 100, 0, 35)
  241. MuseumRoof.Font = Enum.Font.Gotham
  242. MuseumRoof.Text = "Крыша Музея"
  243. MuseumRoof.TextColor3 = Color3.new(1, 1, 1)
  244. MuseumRoof.TextScaled = true
  245. MuseumRoof.TextSize = 14
  246. MuseumRoof.TextWrapped = true
  247.  
  248. Jewelryin.Name = "Jewelryin"
  249. Jewelryin.Parent = TPS
  250. Jewelryin.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  251. Jewelryin.BorderSizePixel = 0
  252. Jewelryin.Position = UDim2.new(0.512115002, 0, 0.0251979828, 0)
  253. Jewelryin.Size = UDim2.new(0, 100, 0, 35)
  254. Jewelryin.Font = Enum.Font.Gotham
  255. Jewelryin.Text = "В Ювелир."
  256. Jewelryin.TextColor3 = Color3.new(1, 1, 1)
  257. Jewelryin.TextScaled = true
  258. Jewelryin.TextSize = 14
  259. Jewelryin.TextWrapped = true
  260.  
  261. crimbase2.Name = "crimbase2"
  262. crimbase2.Parent = TPS
  263. crimbase2.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  264. crimbase2.BorderSizePixel = 0
  265. crimbase2.Position = UDim2.new(0.742094457, 0, 0.142676502, 0)
  266. crimbase2.Size = UDim2.new(0, 100, 0, 35)
  267. crimbase2.Font = Enum.Font.Gotham
  268. crimbase2.Text = "Крайм. База 2"
  269. crimbase2.TextColor3 = Color3.new(1, 1, 1)
  270. crimbase2.TextScaled = true
  271. crimbase2.TextSize = 14
  272. crimbase2.TextWrapped = true
  273.  
  274. crimbase1.Name = "crimbase1"
  275. crimbase1.Parent = TPS
  276. crimbase1.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  277. crimbase1.BorderSizePixel = 0
  278. crimbase1.Position = UDim2.new(0.512115002, 0, 0.142676502, 0)
  279. crimbase1.Size = UDim2.new(0, 100, 0, 35)
  280. crimbase1.Font = Enum.Font.Gotham
  281. crimbase1.Text = "Крайм. База 1"
  282. crimbase1.TextColor3 = Color3.new(1, 1, 1)
  283. crimbase1.TextScaled = true
  284. crimbase1.TextSize = 14
  285. crimbase1.TextWrapped = true
  286.  
  287. JewelryOut.Name = "JewelryOut"
  288. JewelryOut.Parent = TPS
  289. JewelryOut.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  290. JewelryOut.BorderSizePixel = 0
  291. JewelryOut.Position = UDim2.new(0.742094457, 0, 0.0251979828, 0)
  292. JewelryOut.Size = UDim2.new(0, 100, 0, 35)
  293. JewelryOut.Font = Enum.Font.Gotham
  294. JewelryOut.Text = "Выход Ювелир."
  295. JewelryOut.TextColor3 = Color3.new(1, 1, 1)
  296. JewelryOut.TextScaled = true
  297. JewelryOut.TextSize = 14
  298. JewelryOut.TextWrapped = true
  299.  
  300. gasstation.Name = "gasstation"
  301. gasstation.Parent = TPS
  302. gasstation.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  303. gasstation.BorderSizePixel = 0
  304. gasstation.Position = UDim2.new(0.278028756, 0, 0.274481624, 0)
  305. gasstation.Size = UDim2.new(0, 100, 0, 35)
  306. gasstation.Font = Enum.Font.Gotham
  307. gasstation.Text = "Заправка"
  308. gasstation.TextColor3 = Color3.new(1, 1, 1)
  309. gasstation.TextScaled = true
  310. gasstation.TextSize = 14
  311. gasstation.TextWrapped = true
  312.  
  313. _1MDealerShip.Name = "1MDealerShip"
  314. _1MDealerShip.Parent = TPS
  315. _1MDealerShip.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  316. _1MDealerShip.BorderSizePixel = 0
  317. _1MDealerShip.Position = UDim2.new(0.0480492786, 0, 0.394825488, 0)
  318. _1MDealerShip.Size = UDim2.new(0, 100, 0, 35)
  319. _1MDealerShip.Font = Enum.Font.Gotham
  320. _1MDealerShip.Text = "1M DealerShip"
  321. _1MDealerShip.TextColor3 = Color3.new(1, 1, 1)
  322. _1MDealerShip.TextScaled = true
  323. _1MDealerShip.TextSize = 14
  324. _1MDealerShip.TextWrapped = true
  325.  
  326. McLaren.Name = "McLaren"
  327. McLaren.Parent = TPS
  328. McLaren.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  329. McLaren.BorderSizePixel = 0
  330. McLaren.Position = UDim2.new(0.278028756, 0, 0.394825488, 0)
  331. McLaren.Size = UDim2.new(0, 100, 0, 35)
  332. McLaren.Font = Enum.Font.Gotham
  333. McLaren.Text = "Машина McLaren"
  334. McLaren.TextColor3 = Color3.new(1, 1, 1)
  335. McLaren.TextScaled = true
  336. McLaren.TextSize = 14
  337. McLaren.TextWrapped = true
  338.  
  339. VoltBike.Name = "Volt Bike"
  340. VoltBike.Parent = TPS
  341. VoltBike.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  342. VoltBike.BorderSizePixel = 0
  343. VoltBike.Position = UDim2.new(0.742094457, 0, 0.394825488, 0)
  344. VoltBike.Size = UDim2.new(0, 100, 0, 35)
  345. VoltBike.Font = Enum.Font.Gotham
  346. VoltBike.Text = "Машина Volt Bike"
  347. VoltBike.TextColor3 = Color3.new(1, 1, 1)
  348. VoltBike.TextScaled = true
  349. VoltBike.TextSize = 14
  350. VoltBike.TextWrapped = true
  351.  
  352. policebase2.Name = "policebase2"
  353. policebase2.Parent = TPS
  354. policebase2.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  355. policebase2.BorderSizePixel = 0
  356. policebase2.Position = UDim2.new(0.742094457, 0, 0.274481624, 0)
  357. policebase2.Size = UDim2.new(0, 100, 0, 35)
  358. policebase2.Font = Enum.Font.Gotham
  359. policebase2.Text = "Полиц. База 2"
  360. policebase2.TextColor3 = Color3.new(1, 1, 1)
  361. policebase2.TextScaled = true
  362. policebase2.TextSize = 14
  363. policebase2.TextWrapped = true
  364.  
  365. policebase1.Name = "policebase1"
  366. policebase1.Parent = TPS
  367. policebase1.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  368. policebase1.BorderSizePixel = 0
  369. policebase1.Position = UDim2.new(0.512115002, 0, 0.274481624, 0)
  370. policebase1.Size = UDim2.new(0, 100, 0, 35)
  371. policebase1.Font = Enum.Font.Gotham
  372. policebase1.Text = "Полиц. База 1"
  373. policebase1.TextColor3 = Color3.new(1, 1, 1)
  374. policebase1.TextScaled = true
  375. policebase1.TextSize = 14
  376. policebase1.TextWrapped = true
  377.  
  378. Bugatti.Name = "Bugatti"
  379. Bugatti.Parent = TPS
  380. Bugatti.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  381. Bugatti.BorderSizePixel = 0
  382. Bugatti.Position = UDim2.new(0.512115002, 0, 0.394825488, 0)
  383. Bugatti.Size = UDim2.new(0, 100, 0, 35)
  384. Bugatti.Font = Enum.Font.Gotham
  385. Bugatti.Text = "Bugatti"
  386. Bugatti.TextColor3 = Color3.new(1, 1, 1)
  387. Bugatti.TextScaled = true
  388. Bugatti.TextSize = 14
  389. Bugatti.TextWrapped = true
  390.  
  391. DonutStore.Name = "DonutStore"
  392. DonutStore.Parent = TPS
  393. DonutStore.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  394. DonutStore.BorderSizePixel = 0
  395. DonutStore.Position = UDim2.new(0.0480492786, 0, 0.274481624, 0)
  396. DonutStore.Size = UDim2.new(0, 100, 0, 35)
  397. DonutStore.Font = Enum.Font.Gotham
  398. DonutStore.Text = "Donut Store"
  399. DonutStore.TextColor3 = Color3.new(1, 1, 1)
  400. DonutStore.TextScaled = true
  401. DonutStore.TextSize = 14
  402. DonutStore.TextWrapped = true
  403.  
  404. OutsideJail.Name = "OutsideJail"
  405. OutsideJail.Parent = TPS
  406. OutsideJail.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  407. OutsideJail.BorderSizePixel = 0
  408. OutsideJail.Position = UDim2.new(0.742094457, 0, 0.515169322, 0)
  409. OutsideJail.Size = UDim2.new(0, 100, 0, 35)
  410. OutsideJail.Font = Enum.Font.Gotham
  411. OutsideJail.Text = "Улица Тюрьмы"
  412. OutsideJail.TextColor3 = Color3.new(1, 1, 1)
  413. OutsideJail.TextScaled = true
  414. OutsideJail.TextSize = 14
  415. OutsideJail.TextWrapped = true
  416.  
  417. Lamborghini.Name = "Lamborghini"
  418. Lamborghini.Parent = TPS
  419. Lamborghini.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  420. Lamborghini.BorderSizePixel = 0
  421. Lamborghini.Position = UDim2.new(0.0480492786, 0, 0.515169322, 0)
  422. Lamborghini.Size = UDim2.new(0, 100, 0, 35)
  423. Lamborghini.Font = Enum.Font.Gotham
  424. Lamborghini.Text = "Lamborghini"
  425. Lamborghini.TextColor3 = Color3.new(1, 1, 1)
  426. Lamborghini.TextScaled = true
  427. Lamborghini.TextSize = 14
  428. Lamborghini.TextWrapped = true
  429.  
  430. Tesla.Name = "Tesla"
  431. Tesla.Parent = TPS
  432. Tesla.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  433. Tesla.BorderSizePixel = 0
  434. Tesla.Position = UDim2.new(0.278028756, 0, 0.515169322, 0)
  435. Tesla.Size = UDim2.new(0, 100, 0, 35)
  436. Tesla.Font = Enum.Font.Gotham
  437. Tesla.Text = "Tesla"
  438. Tesla.TextColor3 = Color3.new(1, 1, 1)
  439. Tesla.TextScaled = true
  440. Tesla.TextSize = 14
  441. Tesla.TextWrapped = true
  442.  
  443. Mustang.Name = "Mustang"
  444. Mustang.Parent = TPS
  445. Mustang.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  446. Mustang.BorderSizePixel = 0
  447. Mustang.Position = UDim2.new(0.512115002, 0, 0.515169322, 0)
  448. Mustang.Size = UDim2.new(0, 100, 0, 35)
  449. Mustang.Font = Enum.Font.Gotham
  450. Mustang.Text = "Mustang"
  451. Mustang.TextColor3 = Color3.new(1, 1, 1)
  452. Mustang.TextScaled = true
  453. Mustang.TextSize = 14
  454. Mustang.TextWrapped = true
  455.  
  456. Function.Name = "Function"
  457. Function.Parent = Games
  458. Function.BackgroundColor3 = Color3.new(1, 0.0313726, 0)
  459. Function.BackgroundTransparency = 1
  460. Function.BorderSizePixel = 0
  461. Function.Position = UDim2.new(-0.170742646, 0, 0.121826649, 0)
  462. Function.Size = UDim2.new(0, 487, 0, 349)
  463. Function.Visible = false
  464.  
  465. AutoArrest.Name = "AutoArrest"
  466. AutoArrest.Parent = Function
  467. AutoArrest.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  468. AutoArrest.BorderSizePixel = 0
  469. AutoArrest.Position = UDim2.new(0.0480492786, 0, 0.0251979828, 0)
  470. AutoArrest.Size = UDim2.new(0, 100, 0, 35)
  471. AutoArrest.Font = Enum.Font.Gotham
  472. AutoArrest.Text = "Авто Арест"
  473. AutoArrest.TextColor3 = Color3.new(1, 1, 1)
  474. AutoArrest.TextScaled = true
  475. AutoArrest.TextSize = 14
  476. AutoArrest.TextWrapped = true
  477.  
  478. Gravity.Name = "Gravity"
  479. Gravity.Parent = Function
  480. Gravity.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  481. Gravity.BorderSizePixel = 0
  482. Gravity.Position = UDim2.new(0.0480492786, 0, 0.142676502, 0)
  483. Gravity.Size = UDim2.new(0, 100, 0, 35)
  484. Gravity.Font = Enum.Font.Gotham
  485. Gravity.Text = "Гравитация"
  486. Gravity.TextColor3 = Color3.new(1, 1, 1)
  487. Gravity.TextScaled = true
  488. Gravity.TextSize = 14
  489. Gravity.TextWrapped = true
  490.  
  491. InfiniteNitro.Name = "InfiniteNitro"
  492. InfiniteNitro.Parent = Function
  493. InfiniteNitro.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  494. InfiniteNitro.BorderSizePixel = 0
  495. InfiniteNitro.Position = UDim2.new(0.278028756, 0, 0.0251979828, 0)
  496. InfiniteNitro.Size = UDim2.new(0, 100, 0, 35)
  497. InfiniteNitro.Font = Enum.Font.Gotham
  498. InfiniteNitro.Text = "Беск. Нитро"
  499. InfiniteNitro.TextColor3 = Color3.new(1, 1, 1)
  500. InfiniteNitro.TextScaled = true
  501. InfiniteNitro.TextSize = 14
  502. InfiniteNitro.TextWrapped = true
  503.  
  504. RemoveALL.Name = "RemoveALL"
  505. RemoveALL.Parent = Function
  506. RemoveALL.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  507. RemoveALL.BorderSizePixel = 0
  508. RemoveALL.Position = UDim2.new(0.278028756, 0, 0.142676502, 0)
  509. RemoveALL.Size = UDim2.new(0, 100, 0, 35)
  510. RemoveALL.Font = Enum.Font.Gotham
  511. RemoveALL.Text = "Удалить Всё"
  512. RemoveALL.TextColor3 = Color3.new(1, 1, 1)
  513. RemoveALL.TextScaled = true
  514. RemoveALL.TextSize = 14
  515. RemoveALL.TextWrapped = true
  516.  
  517. NoClip.Name = "NoClip"
  518. NoClip.Parent = Function
  519. NoClip.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  520. NoClip.BorderSizePixel = 0
  521. NoClip.Position = UDim2.new(0.512115002, 0, 0.0251979828, 0)
  522. NoClip.Size = UDim2.new(0, 100, 0, 35)
  523. NoClip.Font = Enum.Font.Gotham
  524. NoClip.Text = "Сквозь стены [B]"
  525. NoClip.TextColor3 = Color3.new(1, 1, 1)
  526. NoClip.TextScaled = true
  527. NoClip.TextSize = 14
  528. NoClip.TextWrapped = true
  529.  
  530. InfiniteHealth.Name = "Infinite Health"
  531. InfiniteHealth.Parent = Function
  532. InfiniteHealth.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  533. InfiniteHealth.BorderSizePixel = 0
  534. InfiniteHealth.Position = UDim2.new(0.742094457, 0, 0.142676502, 0)
  535. InfiniteHealth.Size = UDim2.new(0, 100, 0, 35)
  536. InfiniteHealth.Font = Enum.Font.Gotham
  537. InfiniteHealth.Text = "ОграбитьSmallStores"
  538. InfiniteHealth.TextColor3 = Color3.new(1, 1, 1)
  539. InfiniteHealth.TextScaled = true
  540. InfiniteHealth.TextSize = 14
  541. InfiniteHealth.TextWrapped = true
  542.  
  543. Btools.Name = "Btools"
  544. Btools.Parent = Function
  545. Btools.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  546. Btools.BorderSizePixel = 0
  547. Btools.Position = UDim2.new(0.512115002, 0, 0.142676502, 0)
  548. Btools.Size = UDim2.new(0, 100, 0, 35)
  549. Btools.Font = Enum.Font.Gotham
  550. Btools.Text = "Стены"
  551. Btools.TextColor3 = Color3.new(1, 1, 1)
  552. Btools.TextScaled = true
  553. Btools.TextSize = 14
  554. Btools.TextWrapped = true
  555.  
  556. Walkspeed.Name = "Walkspeed"
  557. Walkspeed.Parent = Function
  558. Walkspeed.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  559. Walkspeed.BorderSizePixel = 0
  560. Walkspeed.Position = UDim2.new(0.742094457, 0, 0.0251979828, 0)
  561. Walkspeed.Size = UDim2.new(0, 100, 0, 35)
  562. Walkspeed.Font = Enum.Font.Gotham
  563. Walkspeed.Text = "Быстрый Бег [X]"
  564. Walkspeed.TextColor3 = Color3.fromRGB(255,255,255)
  565. Walkspeed.TextScaled = true
  566. Walkspeed.TextSize = 14
  567. Walkspeed.TextWrapped = true
  568.  
  569. BankAutoRobBtn.Name = "BankAutoRobBtn"
  570. BankAutoRobBtn.Parent = Function
  571. BankAutoRobBtn.BackgroundColor3 = Color3.new(1, 0.0431373, 0.0431373)
  572. BankAutoRobBtn.BorderSizePixel = 0
  573. BankAutoRobBtn.Position = UDim2.new(0.0179828741, 0, 0.265885681, 0)
  574. BankAutoRobBtn.Size = UDim2.new(0, 477, 0, 35)
  575. BankAutoRobBtn.Font = Enum.Font.Gotham
  576. BankAutoRobBtn.Text = "Авто. Ограбление Банк"
  577. BankAutoRobBtn.TextColor3 = Color3.new(1, 1, 1)
  578. BankAutoRobBtn.TextScaled = true
  579. BankAutoRobBtn.TextSize = 14
  580. BankAutoRobBtn.TextWrapped = true
  581.  
  582. BankStatus.Name = "BankStatus"
  583. BankStatus.Parent = Function
  584. BankStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  585. BankStatus.BorderSizePixel = 0
  586. BankStatus.Position = UDim2.new(0.788003385, 0, 0.390814781, 0)
  587. BankStatus.Size = UDim2.new(0, 101, 0, 26)
  588. BankStatus.Font = Enum.Font.SourceSans
  589. BankStatus.Text = "Банк:"
  590. BankStatus.TextColor3 = Color3.new(0, 0, 0)
  591. BankStatus.TextSize = 14
  592.  
  593. JewelryStatus.Name = "JewelryStatus"
  594. JewelryStatus.Parent = Function
  595. JewelryStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  596. JewelryStatus.BorderSizePixel = 0
  597. JewelryStatus.Position = UDim2.new(0.786254585, 0, 0.485643089, 0)
  598. JewelryStatus.Size = UDim2.new(0, 101, 0, 26)
  599. JewelryStatus.Font = Enum.Font.SourceSans
  600. JewelryStatus.Text = "Ювелир:"
  601. JewelryStatus.TextColor3 = Color3.new(0, 0, 0)
  602. JewelryStatus.TextSize = 14
  603.  
  604. Open.Name = "Open"
  605. Open.Parent = RoblochCheats
  606. Open.BackgroundColor3 = Color3.fromRGB(143, 47, 47)
  607. Open.Position = UDim2.new(0.5, 0, 0, 0)
  608. Open.Size = UDim2.new(0, 100, 0, 50)
  609. Open.Visible = false
  610. Open.Font = Enum.Font.Gotham
  611. Open.Text = "Открыть"
  612. Open.TextColor3 = Color3.new(1, 1, 1)
  613. Open.TextScaled = true
  614. Open.TextSize = 14
  615. Open.TextWrapped = true
  616. Open.MouseButton1Down:connect(function()
  617. MainFrame.Visible = true
  618. Open.Visible = false
  619. end)
  620. --Functions
  621. BankAutoRobBtn.MouseButton1Click:connect(function()
  622. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  623. local Info = Bank.Extra.Sign
  624. if Info.Decal.Transparency == 0 then
  625. game:GetService("StarterGui"):SetCore("SendNotification",{
  626. Title = "Банк Закрыт!",
  627. Text = "You need to wait for the bank to open!",
  628. Duration = 7,
  629. Button1 = "Dismiss",
  630. })
  631. return
  632. end
  633. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  634. local root = plr.Character.HumanoidRootPart
  635. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  636.  
  637. if (bankpos - plrpos).magnitude > 150 then
  638. local cb = Instance.new"BindableFunction"
  639.  
  640. cb.OnInvoke = function(arg)
  641. if arg == "Teleport" then
  642. JailbreakTp(10, 18, 784)
  643. end
  644. end
  645.  
  646. game:GetService("StarterGui"):SetCore("SendNotification",{
  647. Title = "You are too far!",
  648. Text = "You need to get closer to the bank (use tp)",
  649. Duration = 7,
  650. Button1 = "Dismiss",
  651. Button2 = "Teleport",
  652. Callback = cb
  653. })
  654. else
  655. RobTheBank()
  656. end
  657. end)
  658.  
  659. RemoveALL.MouseButton1Down:connect(function()
  660. game.Workspace.Cells:Remove()
  661.  
  662. game.Workspace.Museum.CaseLasers:Remove()
  663.  
  664. game.Workspace.Museum.Lights:Remove()
  665.  
  666. game.Workspace.Museum.Doors:Remove()
  667.  
  668. game.Workspace.EscapeRoutes:Remove()
  669.  
  670. for i,v in pairs(workspace.Doors:GetChildren()) do
  671. v:Destroy()
  672.  
  673. end
  674. end)
  675.  
  676. RemoveALL.MouseButton1Down:connect(function()
  677. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  678. banklasers[1].Lasers:Destroy()
  679. end)
  680.  
  681. RemoveALL.MouseButton1Down:connect(function()
  682. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  683.  
  684. for i = 1,4 do
  685. local xd = jewelry[1].Model.BarbedWire
  686. xd:Destroy()
  687. end
  688. end)
  689.  
  690. RemoveALL.MouseButton1Down:connect(function()
  691. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  692. banklasers[1].Door.Model:Destroy()
  693. end)
  694.  
  695.  
  696. --AutoRob stuff--
  697. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  698. local BankAutoRob = {
  699. {
  700. Pos = {51, 18.06, 856.5},
  701. Yield = 2,
  702. Status = "Starting the robbery"
  703. },
  704. {
  705. Pos = {29.71, 0.73, 815.25},
  706. Yield = 15,
  707. Status = "Opening the vault"
  708. },
  709. {
  710. Pos = {18.37, 0.7659, 822.25},
  711. Yield = DuffelBag and 60 or 59,
  712. Status = "Collecting $$$"
  713. },
  714. {
  715. Pos = {10, 18, 784},
  716. Status = "Finishing the robbery"
  717. }
  718. }
  719.  
  720. local function Tp(...)
  721. local char = plr.Character
  722. for i=1,2 do
  723. wait()
  724. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  725. end
  726. end
  727.  
  728. function RobTheBank()
  729. for _,v in pairs(BankAutoRob) do
  730. Tp(unpack(v.Pos))
  731. wait(v.Yield)
  732. end
  733. end
  734.  
  735. --Bank notification--
  736. pcall(function()
  737. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  738. local Info = Bank.Extra.Sign.Decal
  739. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  740. if Info.Transparency ~= 0 then
  741. BankStatus.Text = "Bank:Open"
  742. BankStatus.TextColor3 = Color3.new(0,1,0)
  743. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  744. local cb = Instance.new("BindableFunction")
  745. cb.OnInvoke = function(arg)
  746. if arg == "Teleport" then
  747. JailbreakTp(10, 18, 784)
  748. elseif arg == "AutoRob" then
  749. RobTheBank()
  750. end
  751. end
  752. game:GetService("StarterGui"):SetCore("SendNotification",{
  753. Title = "Bank is ready!",
  754. Text = "Bank is ready!",
  755. Duration = 15,
  756. Button1 = "Dismiss",
  757. 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",
  758. Callback = cb
  759. })
  760. else
  761. BankStatus.Text = "Банк: Закрыт"
  762. BankStatus.TextColor3 = Color3.new(1,0,0)
  763. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  764. end
  765. end)
  766. BankStatus.Text = Info.Transparency == 0 and "Банк: Закрыт" or "Банк: Открыт"
  767. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  768. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  769. end)
  770. --Jewelry notification--
  771. pcall(function()
  772. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  773. local Info = Jewelry.Extra.Sign.Decal
  774. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  775. if Info.Transparency ~= 0 then
  776. JewelryStatus.Text = "Ювелир.: Открыт"
  777. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  778. BankStatus.TextColor3 = Color3.new(0,1,0)
  779. local cb = Instance.new("BindableFunction")
  780. cb.OnInvoke = function(arg)
  781. if arg == "Teleport" then
  782. JailbreakTp(142, 18, 1365)
  783. end
  784. end
  785. game:GetService("StarterGui"):SetCore("SendNotification",{
  786. Title = "Jewelry is ready!",
  787. Text = "Jewelry is ready!",
  788. Duration = 15,
  789. Button1 = "Dismiss",
  790. Button2 = "Teleport",
  791. Callback = cb
  792. })
  793. else
  794. JewelryStatus.Text = "Jewelry:Closed"
  795. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  796. end
  797. end)
  798. JewelryStatus.Text = Info.Transparency == 0 and "Ювелир.: Закрыт" or "Ювелир.: Открыт"
  799. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  800. end)
  801.  
  802.  
  803.  
  804.  
  805. BankAutoRobBtn.MouseButton1Click:connect(function()
  806. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  807. local Info = Bank.Extra.Sign
  808. if Info.Decal.Transparency == 0 then
  809. game:GetService("StarterGui"):SetCore("SendNotification",{
  810. Title = "Банк Закры!",
  811. Text = "Подожди пару секунду он скоро будет открыт!",
  812. Duration = 7,
  813. Button1 = "Dismiss",
  814. })
  815. return
  816. end
  817. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  818. local root = plr.Character.HumanoidRootPart
  819. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  820.  
  821. if (bankpos - plrpos).magnitude > 150 then
  822. local cb = Instance.new"BindableFunction"
  823.  
  824. cb.OnInvoke = function(arg)
  825. if arg == "Teleport" then
  826. JailbreakTp(10, 18, 784)
  827. end
  828. end
  829.  
  830. game:GetService("StarterGui"):SetCore("SendNotification",{
  831. Title = "You are too far!",
  832. Text = "You need to get closer to the bank (use tp)",
  833. Duration = 7,
  834. Button1 = "Dismiss",
  835. Button2 = "Teleport",
  836. Callback = cb
  837. })
  838. else
  839. RobTheBank()
  840. end
  841. end)
  842. --Functions
  843.  
  844. Btools.MouseButton1Down:connect(function()
  845. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  846. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  847. if child.ClassName == "Part" then
  848. child.Locked = false
  849. end
  850. if child.ClassName == "MeshPart" then
  851. child.Locked = false
  852. end
  853. if child.ClassName == "UnionOperation" then
  854. child.Locked = false
  855. end
  856. if child.ClassName == "Model" then
  857. for index, chil in pairs(child:GetChildren()) do
  858. if chil.ClassName == "Part" then
  859. chil.Locked = false
  860. end
  861. if chil.ClassName == "MeshPart" then
  862. chil.Locked = false
  863. end
  864. if chil.ClassName == "UnionOperation" then
  865. chil.Locked = false
  866. end
  867. if chil.ClassName == "Model" then
  868. for index, childe in pairs(chil:GetChildren()) do
  869. if childe.ClassName == "Part" then
  870. childe.Locked = false
  871. end
  872. if childe.ClassName == "MeshPart" then
  873. childe.Locked = false
  874. end
  875. if childe.ClassName == "UnionOperation" then
  876. childe.Locked = false
  877. end
  878. if childe.ClassName == "Model" then
  879. for index, childeo in pairs(childe:GetChildren()) do
  880. if childeo.ClassName == "Part" then
  881. childeo.Locked = false
  882. end
  883. if childeo.ClassName == "MeshPart" then
  884. childeo.Locked = false
  885. end
  886. if childeo.ClassName == "UnionOperation" then
  887. childeo.Locked = false
  888. end
  889. if childeo.ClassName == "Model" then
  890. end
  891. end
  892. end
  893. end
  894. end
  895. end
  896. end
  897. end
  898. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  899. c.BinType = Enum.BinType.Hammer
  900. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  901. c.BinType = Enum.BinType.Clone
  902. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  903. c.BinType = Enum.BinType.Grab
  904. end)
  905.  
  906. Gravity.MouseButton1Down:connect(function()
  907. if Gravity == true then
  908. Gravity = false
  909. game.workspace.Gravity = 196.2
  910. else
  911. Gravity = true
  912. game.workspace.Gravity = 45
  913. end
  914. end)
  915.  
  916.  
  917. InfiniteHealth.MouseButton1Down:connect(function()
  918. for i,v in next, require(game:GetService("ReplicatedStorage").Module.UI).CircleAction.Specs do
  919. if v.Name == "Rob" then
  920. v.Callback(v,true)
  921. end
  922. end
  923. end)
  924.  
  925. InfiniteNitro.MouseButton1Down:connect(function()
  926. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
  927. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  928. end)
  929.  
  930. NoClip.MouseButton1Down:connect(function()
  931. local noclipplayer = game:GetService("Players").LocalPlayer
  932. local noclipmouse = noclipplayer:GetMouse()
  933.  
  934. local donoclip = false
  935. local noclip = false
  936.  
  937. function b_noclip(key)
  938. if (key == "b") then
  939. if noclip == false then
  940. donoclip = true
  941.  
  942. noclip = true
  943. elseif noclip == true then
  944. donoclip = false
  945.  
  946. noclip = false
  947. end
  948. end
  949. end
  950.  
  951. noclipmouse.KeyDown:connect(b_noclip)
  952.  
  953. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  954. if obj ~= workspace.Terrain then
  955. if donoclip == true then
  956. obj.CanCollide = false
  957. else
  958. obj.CanCollide = true
  959. end
  960. end
  961. end)
  962. end)
  963.  
  964.  
  965. local Player = game:service'Players'.LocalPlayer
  966. local Mouse = Player:GetMouse()
  967. local speed = false
  968.  
  969. function EnableParachute()
  970. local parachuteFunc = require(game.ReplicatedStorage.Game.Paraglide).Parachute
  971. local creationVar,creationFunc
  972. for k,v in next,getupvalues(parachuteFunc) do
  973. if type(v)=="function" then
  974. creationVar = k
  975. creationFunc = v
  976. break
  977. end
  978. end
  979. local function parachute()
  980. setupvalue(parachuteFunc,creationVar,function() return true end)
  981. parachuteFunc()
  982. setupvalue(parachuteFunc,creationVar,creationFunc)
  983. end
  984. parachute()
  985. end
  986.  
  987. function RemoveParachute()
  988. local parachuteFunc = require(game.ReplicatedStorage.Game.Paraglide).ParachuteStop
  989. local creationVar,creationFunc
  990. for k,v in next,getupvalues(parachuteFunc) do
  991. if type(v)=="function" then
  992. creationVar = k
  993. creationFunc = v
  994. break
  995. end
  996. end
  997. local function parachute()
  998. setupvalue(parachuteFunc,creationVar,function() return true end)
  999. parachuteFunc()
  1000. setupvalue(parachuteFunc,creationVar,creationFunc)
  1001. end
  1002. parachute()
  1003. end
  1004.  
  1005. Mouse.KeyDown:connect(function(key)
  1006. if key == "x" then
  1007. if speed == true then
  1008. speed = false
  1009. _G.WalkSpeed = 18 local run = game:GetService('RunService') local players = game:GetService('Players') if _G.InitWS ~= true then run.Heartbeat:connect(function() players.LocalPlayer.Character.Humanoid.WalkSpeed = _G.WalkSpeed end) _G.InitWS = true end
  1010. wait(.15)
  1011. RemoveParachute()
  1012. else
  1013. speed = true
  1014. EnableParachute()
  1015. _G.WalkSpeed = 200 local run = game:GetService('RunService') local players = game:GetService('Players') if _G.InitWS ~= true then run.Heartbeat:connect(function() players.LocalPlayer.Character.Humanoid.WalkSpeed = _G.WalkSpeed end) _G.InitWS = true end
  1016. end
  1017. end
  1018. end)
  1019.  
  1020. local plr = game:GetService("Players").LocalPlayer
  1021. local m = plr:GetMouse()
  1022. m.KeyDown:connect(function(k)
  1023. if k:byte() == 114 then
  1024. plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  1025. plrh:ChangeState('Jumping')
  1026. wait()
  1027. plrh:ChangeState('Seated')
  1028. end
  1029. end)
  1030.  
  1031. --Teleports
  1032. gasstation.MouseButton1Down:connect(function()
  1033. local plr = game:GetService("Players").LocalPlayer
  1034. local v30=Vector3.new()
  1035.  
  1036. local root = plr.Character.PrimaryPart
  1037. local function perfectTP(cf)
  1038. local oldg = workspace.Gravity
  1039. workspace.Gravity = 0
  1040. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1041. local oldcf = door.CFrame
  1042. local elapsed = 0
  1043. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1044. door.CFrame = root.CFrame
  1045. elapsed=elapsed+wait()
  1046. door.CFrame = oldcf
  1047. root.CFrame = cf
  1048. root.Velocity,root.RotVelocity=v30,v30
  1049. elapsed=elapsed+wait(0.5)
  1050. end
  1051. workspace.Gravity = oldg
  1052. end
  1053.  
  1054. perfectTP(CFrame.new(-1586.41101, 17.8481865, 709.37262))
  1055. end)
  1056. DonutStore.MouseButton1Down:connect(function()
  1057. local plr = game:GetService("Players").LocalPlayer
  1058. local v30=Vector3.new()
  1059.  
  1060. local root = plr.Character.PrimaryPart
  1061. local function perfectTP(cf)
  1062. local oldg = workspace.Gravity
  1063. workspace.Gravity = 0
  1064. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1065. local oldcf = door.CFrame
  1066. local elapsed = 0
  1067. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1068. door.CFrame = root.CFrame
  1069. elapsed=elapsed+wait()
  1070. door.CFrame = oldcf
  1071. root.CFrame = cf
  1072. root.Velocity,root.RotVelocity=v30,v30
  1073. elapsed=elapsed+wait(0.5)
  1074. end
  1075. workspace.Gravity = oldg
  1076. end
  1077.  
  1078. perfectTP(CFrame.new(257.191101, 17.81828869, -1753.11206))
  1079. end)
  1080. JewelryOut.MouseButton1Down:connect(function()
  1081. local plr = game:GetService("Players").LocalPlayer
  1082. local v30=Vector3.new()
  1083.  
  1084. local root = plr.Character.PrimaryPart
  1085. local function perfectTP(cf)
  1086. local oldg = workspace.Gravity
  1087. workspace.Gravity = 0
  1088. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1089. local oldcf = door.CFrame
  1090. local elapsed = 0
  1091. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1092. door.CFrame = root.CFrame
  1093. elapsed=elapsed+wait()
  1094. door.CFrame = oldcf
  1095. root.CFrame = cf
  1096. root.Velocity,root.RotVelocity=v30,v30
  1097. elapsed=elapsed+wait(0.5)
  1098. end
  1099. workspace.Gravity = oldg
  1100. end
  1101.  
  1102. perfectTP(CFrame.new(90.339157,20.9125443,1318.82336))
  1103. end)
  1104. Jewelryin.MouseButton1Down:connect(function()
  1105. local plr = game:GetService("Players").LocalPlayer
  1106. local v30=Vector3.new()
  1107.  
  1108. local root = plr.Character.PrimaryPart
  1109. local function perfectTP(cf)
  1110. local oldg = workspace.Gravity
  1111. workspace.Gravity = 0
  1112. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1113. local oldcf = door.CFrame
  1114. local elapsed = 0
  1115. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1116. door.CFrame = root.CFrame
  1117. elapsed=elapsed+wait()
  1118. door.CFrame = oldcf
  1119. root.CFrame = cf
  1120. root.Velocity,root.RotVelocity=v30,v30
  1121. elapsed=elapsed+wait(0.5)
  1122. end
  1123. workspace.Gravity = oldg
  1124. end
  1125.  
  1126. perfectTP(CFrame.new(111.02, 20, 1335.43))
  1127.  
  1128. end)
  1129. BankOut.MouseButton1Down:connect(function()
  1130. local plr = game:GetService("Players").LocalPlayer
  1131. local v30=Vector3.new()
  1132.  
  1133. local root = plr.Character.PrimaryPart
  1134. local function perfectTP(cf)
  1135. local oldg = workspace.Gravity
  1136. workspace.Gravity = 0
  1137. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1138. local oldcf = door.CFrame
  1139. local elapsed = 0
  1140. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1141. door.CFrame = root.CFrame
  1142. elapsed=elapsed+wait()
  1143. door.CFrame = oldcf
  1144. root.CFrame = cf
  1145. root.Velocity,root.RotVelocity=v30,v30
  1146. elapsed=elapsed+wait(0.5)
  1147. end
  1148. workspace.Gravity = oldg
  1149. end
  1150.  
  1151. perfectTP(CFrame.new(9.92591476, 17.8639755, 786.788147))
  1152.  
  1153. end)
  1154. Bankin.MouseButton1Down:connect(function()
  1155. local plr = game:GetService("Players").LocalPlayer
  1156. local v30=Vector3.new()
  1157.  
  1158. local root = plr.Character.PrimaryPart
  1159. local function perfectTP(cf)
  1160. local oldg = workspace.Gravity
  1161. workspace.Gravity = 0
  1162. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1163. local oldcf = door.CFrame
  1164. local elapsed = 0
  1165. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1166. door.CFrame = root.CFrame
  1167. elapsed=elapsed+wait()
  1168. door.CFrame = oldcf
  1169. root.CFrame = cf
  1170. root.Velocity,root.RotVelocity=v30,v30
  1171. elapsed=elapsed+wait(0.5)
  1172. end
  1173. workspace.Gravity = oldg
  1174. end
  1175.  
  1176. perfectTP(CFrame.new(18.3854294, 0.765628457, 815.506348))
  1177. end)
  1178. crimbase1.MouseButton1Down:connect(function()
  1179. local plr = game:GetService("Players").LocalPlayer
  1180. local v30=Vector3.new()
  1181.  
  1182. local root = plr.Character.PrimaryPart
  1183. local function perfectTP(cf)
  1184. local oldg = workspace.Gravity
  1185. workspace.Gravity = 0
  1186. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1187. local oldcf = door.CFrame
  1188. local elapsed = 0
  1189. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1190. door.CFrame = root.CFrame
  1191. elapsed=elapsed+wait()
  1192. door.CFrame = oldcf
  1193. root.CFrame = cf
  1194. root.Velocity,root.RotVelocity=v30,v30
  1195. elapsed=elapsed+wait(0.5)
  1196. end
  1197. workspace.Gravity = oldg
  1198. end
  1199.  
  1200. perfectTP(CFrame.new(-221.723099, 17.8924026, 1578.80261))
  1201. end)
  1202. crimbase2.MouseButton1Down:connect(function()
  1203. local plr = game:GetService("Players").LocalPlayer
  1204. local v30=Vector3.new()
  1205.  
  1206. local root = plr.Character.PrimaryPart
  1207. local function perfectTP(cf)
  1208. local oldg = workspace.Gravity
  1209. workspace.Gravity = 0
  1210. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1211. local oldcf = door.CFrame
  1212. local elapsed = 0
  1213. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1214. door.CFrame = root.CFrame
  1215. elapsed=elapsed+wait()
  1216. door.CFrame = oldcf
  1217. root.CFrame = cf
  1218. root.Velocity,root.RotVelocity=v30,v30
  1219. elapsed=elapsed+wait(0.5)
  1220. end
  1221. workspace.Gravity = oldg
  1222. end
  1223.  
  1224. perfectTP(CFrame.new(1650.80896, 49.863636, -1770.66626))
  1225. end)
  1226.  
  1227. MuseumRoof.MouseButton1Down:connect(function()
  1228. local plr = game:GetService("Players").LocalPlayer
  1229. local v30=Vector3.new()
  1230.  
  1231. local root = plr.Character.PrimaryPart
  1232. local function perfectTP(cf)
  1233. local oldg = workspace.Gravity
  1234. workspace.Gravity = 0
  1235. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1236. local oldcf = door.CFrame
  1237. local elapsed = 0
  1238. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1239. door.CFrame = root.CFrame
  1240. elapsed=elapsed+wait()
  1241. door.CFrame = oldcf
  1242. root.CFrame = cf
  1243. root.Velocity,root.RotVelocity=v30,v30
  1244. elapsed=elapsed+wait(0.5)
  1245. end
  1246. workspace.Gravity = oldg
  1247. end
  1248.  
  1249. perfectTP(CFrame.new(1078.45, 153.904, 1176.52))
  1250. end)
  1251. MuseumIn.MouseButton1Down:connect(function()
  1252. local plr = game:GetService("Players").LocalPlayer
  1253. local v30=Vector3.new()
  1254.  
  1255. local root = plr.Character.PrimaryPart
  1256. local function perfectTP(cf)
  1257. local oldg = workspace.Gravity
  1258. workspace.Gravity = 0
  1259. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1260. local oldcf = door.CFrame
  1261. local elapsed = 0
  1262. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1263. door.CFrame = root.CFrame
  1264. elapsed=elapsed+wait()
  1265. door.CFrame = oldcf
  1266. root.CFrame = cf
  1267. root.Velocity,root.RotVelocity=v30,v30
  1268. elapsed=elapsed+wait(0.5)
  1269. end
  1270. workspace.Gravity = oldg
  1271. end
  1272.  
  1273. perfectTP(CFrame.new(1063.02, 117.562, 1218.757))
  1274. end)
  1275.  
  1276. policebase1.MouseButton1Down:connect(function()
  1277. local plr = game:GetService("Players").LocalPlayer
  1278. local v30=Vector3.new()
  1279.  
  1280. local root = plr.Character.PrimaryPart
  1281. local function perfectTP(cf)
  1282. local oldg = workspace.Gravity
  1283. workspace.Gravity = 0
  1284. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1285. local oldcf = door.CFrame
  1286. local elapsed = 0
  1287. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1288. door.CFrame = root.CFrame
  1289. elapsed=elapsed+wait()
  1290. door.CFrame = oldcf
  1291. root.CFrame = cf
  1292. root.Velocity,root.RotVelocity=v30,v30
  1293. elapsed=elapsed+wait(0.5)
  1294. end
  1295. workspace.Gravity = oldg
  1296. end
  1297.  
  1298. perfectTP(CFrame.new(-1130, 17, -1593))
  1299.  
  1300. end)
  1301.  
  1302. policebase2.MouseButton1Down:connect(function()
  1303. local plr = game:GetService("Players").LocalPlayer
  1304. local v30=Vector3.new()
  1305.  
  1306. local root = plr.Character.PrimaryPart
  1307. local function perfectTP(cf)
  1308. local oldg = workspace.Gravity
  1309. workspace.Gravity = 0
  1310. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1311. local oldcf = door.CFrame
  1312. local elapsed = 0
  1313. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1314. door.CFrame = root.CFrame
  1315. elapsed=elapsed+wait()
  1316. door.CFrame = oldcf
  1317. root.CFrame = cf
  1318. root.Velocity,root.RotVelocity=v30,v30
  1319. elapsed=elapsed+wait(0.5)
  1320. end
  1321. workspace.Gravity = oldg
  1322. end
  1323.  
  1324. perfectTP(CFrame.new(736, 38, 1130))
  1325.  
  1326. end)
  1327.  
  1328. _1MDealerShip.MouseButton1Down:connect(function()
  1329. local plr = game:GetService("Players").LocalPlayer
  1330. local v30=Vector3.new()
  1331.  
  1332. local root = plr.Character.PrimaryPart
  1333. local function perfectTP(cf)
  1334. local oldg = workspace.Gravity
  1335. workspace.Gravity = 0
  1336. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1337. local oldcf = door.CFrame
  1338. local elapsed = 0
  1339. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1340. door.CFrame = root.CFrame
  1341. elapsed=elapsed+wait()
  1342. door.CFrame = oldcf
  1343. root.CFrame = cf
  1344. root.Velocity,root.RotVelocity=v30,v30
  1345. elapsed=elapsed+wait(0.5)
  1346. end
  1347. workspace.Gravity = oldg
  1348. end
  1349.  
  1350. perfectTP(CFrame.new(376.6, 18.3, -1686.9))
  1351.  
  1352. end)
  1353. McLaren.MouseButton1Down:connect(function()
  1354. local plr = game:GetService("Players").LocalPlayer
  1355. local v30=Vector3.new()
  1356.  
  1357. local root = plr.Character.PrimaryPart
  1358. local function perfectTP(cf)
  1359. local oldg = workspace.Gravity
  1360. workspace.Gravity = 0
  1361. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1362. local oldcf = door.CFrame
  1363. local elapsed = 0
  1364. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1365. door.CFrame = root.CFrame
  1366. elapsed=elapsed+wait()
  1367. door.CFrame = oldcf
  1368. root.CFrame = cf
  1369. root.Velocity,root.RotVelocity=v30,v30
  1370. elapsed=elapsed+wait(0.5)
  1371. end
  1372. workspace.Gravity = oldg
  1373. end
  1374.  
  1375. perfectTP(CFrame.new(598.6, 38.3, 1646.6))
  1376.  
  1377. end)
  1378. Bugatti.MouseButton1Down:connect(function()
  1379. local plr = game:GetService("Players").LocalPlayer
  1380. local v30=Vector3.new()
  1381.  
  1382. local root = plr.Character.PrimaryPart
  1383. local function perfectTP(cf)
  1384. local oldg = workspace.Gravity
  1385. workspace.Gravity = 0
  1386. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1387. local oldcf = door.CFrame
  1388. local elapsed = 0
  1389. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1390. door.CFrame = root.CFrame
  1391. elapsed=elapsed+wait()
  1392. door.CFrame = oldcf
  1393. root.CFrame = cf
  1394. root.Velocity,root.RotVelocity=v30,v30
  1395. elapsed=elapsed+wait(0.5)
  1396. end
  1397. workspace.Gravity = oldg
  1398. end
  1399.  
  1400. perfectTP(CFrame.new(245.938766, 17.6064777, 1372.15076))
  1401.  
  1402. end)
  1403.  
  1404. VoltBike.MouseButton1Down:connect(function()
  1405. local plr = game:GetService("Players").LocalPlayer
  1406. local v30=Vector3.new()
  1407.  
  1408. local root = plr.Character.PrimaryPart
  1409. local function perfectTP(cf)
  1410. local oldg = workspace.Gravity
  1411. workspace.Gravity = 0
  1412. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1413. local oldcf = door.CFrame
  1414. local elapsed = 0
  1415. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1416. door.CFrame = root.CFrame
  1417. elapsed=elapsed+wait()
  1418. door.CFrame = oldcf
  1419. root.CFrame = cf
  1420. root.Velocity,root.RotVelocity=v30,v30
  1421. elapsed=elapsed+wait(0.5)
  1422. end
  1423. workspace.Gravity = oldg
  1424. end
  1425.  
  1426. perfectTP(CFrame.new(376.6, 18.3, -1686.9))
  1427.  
  1428. end)
  1429.  
  1430. Lamborghini.MouseButton1Down:connect(function()
  1431. local plr = game:GetService("Players").LocalPlayer
  1432. local v30=Vector3.new()
  1433.  
  1434. local root = plr.Character.PrimaryPart
  1435. local function perfectTP(cf)
  1436. local oldg = workspace.Gravity
  1437. workspace.Gravity = 0
  1438. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1439. local oldcf = door.CFrame
  1440. local elapsed = 0
  1441. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1442. door.CFrame = root.CFrame
  1443. elapsed=elapsed+wait()
  1444. door.CFrame = oldcf
  1445. root.CFrame = cf
  1446. root.Velocity,root.RotVelocity=v30,v30
  1447. elapsed=elapsed+wait(0.5)
  1448. end
  1449. workspace.Gravity = oldg
  1450. end
  1451.  
  1452. perfectTP(CFrame.new(144.794067, 17.6189003, 768.572693))
  1453.  
  1454. end)
  1455.  
  1456. Tesla.MouseButton1Down:connect(function()
  1457. local plr = game:GetService("Players").LocalPlayer
  1458. local v30=Vector3.new()
  1459.  
  1460. local root = plr.Character.PrimaryPart
  1461. local function perfectTP(cf)
  1462. local oldg = workspace.Gravity
  1463. workspace.Gravity = 0
  1464. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1465. local oldcf = door.CFrame
  1466. local elapsed = 0
  1467. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1468. door.CFrame = root.CFrame
  1469. elapsed=elapsed+wait()
  1470. door.CFrame = oldcf
  1471. root.CFrame = cf
  1472. root.Velocity,root.RotVelocity=v30,v30
  1473. elapsed=elapsed+wait(0.5)
  1474. end
  1475. workspace.Gravity = oldg
  1476. end
  1477.  
  1478. perfectTP(CFrame.new(-111.571999, 17.6169529, 541.515747))
  1479.  
  1480. end)
  1481.  
  1482. Mustang.MouseButton1Down:connect(function()
  1483. local plr = game:GetService("Players").LocalPlayer
  1484. local v30=Vector3.new()
  1485.  
  1486. local root = plr.Character.PrimaryPart
  1487. local function perfectTP(cf)
  1488. local oldg = workspace.Gravity
  1489. workspace.Gravity = 0
  1490. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1491. local oldcf = door.CFrame
  1492. local elapsed = 0
  1493. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1494. door.CFrame = root.CFrame
  1495. elapsed=elapsed+wait()
  1496. door.CFrame = oldcf
  1497. root.CFrame = cf
  1498. root.Velocity,root.RotVelocity=v30,v30
  1499. elapsed=elapsed+wait(0.5)
  1500. end
  1501. workspace.Gravity = oldg
  1502. end
  1503.  
  1504. perfectTP(CFrame.new(-97.5, 18.3, -1724))
  1505.  
  1506. end)
  1507.  
  1508. OutsideJail.MouseButton1Down:connect(function()
  1509. local plr = game:GetService("Players").LocalPlayer
  1510. local v30=Vector3.new()
  1511.  
  1512. local root = plr.Character.PrimaryPart
  1513. local function perfectTP(cf)
  1514. local oldg = workspace.Gravity
  1515. workspace.Gravity = 0
  1516. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  1517. local oldcf = door.CFrame
  1518. local elapsed = 0
  1519. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 and not abort do
  1520. door.CFrame = root.CFrame
  1521. elapsed=elapsed+wait()
  1522. door.CFrame = oldcf
  1523. root.CFrame = cf
  1524. root.Velocity,root.RotVelocity=v30,v30
  1525. elapsed=elapsed+wait(0.5)
  1526. end
  1527. workspace.Gravity = oldg
  1528. end
  1529.  
  1530. perfectTP(CFrame.new(-1167.1, 18.7, -1374.5))
  1531.  
  1532. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement