Isaiah20Yt

OP Jailbreak Car Speed, Rainbow Car And OP Jailbreak GUI - Isaiah20Yt

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