Advertisement
lutbelut44

Ultimate Driving Westover Island Teleport GUI Script

Nov 2nd, 2018
17,130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.55 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local maingui = Instance.new("Frame")
  6. local UD = Instance.new("TextLabel")
  7. local WI = Instance.new("TextLabel")
  8. local TP = Instance.new("TextLabel")
  9. local Westover = Instance.new("TextLabel")
  10. local SpawnWestover = Instance.new("TextButton")
  11. local CriminalWestover = Instance.new("TextButton")
  12. local Woodbury = Instance.new("TextLabel")
  13. local SpawnWoodbury = Instance.new("TextButton")
  14. local Kensington = Instance.new("TextLabel")
  15. local SpawnKensington = Instance.new("TextButton")
  16. local Nomtauk = Instance.new("TextLabel")
  17. local SpawnNomtauk = Instance.new("TextButton")
  18. local SB = Instance.new("TextLabel")
  19. local SpawnSB = Instance.new("TextButton")
  20. local CriminalSB = Instance.new("TextButton")
  21. local PoliceStation = Instance.new("TextLabel")
  22. local SpawnCar = Instance.new("TextButton")
  23. local PayoffBounty = Instance.new("TextButton")
  24. local Closebar = Instance.new("TextButton")
  25. local Gravities = Instance.new("TextLabel")
  26. local Drift = Instance.new("TextButton")
  27. local Grip = Instance.new("TextButton")
  28. local Normal = Instance.new("TextButton")
  29. local openbar = Instance.new("TextButton")
  30. --Properties:
  31. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  32.  
  33. maingui.Name = "maingui"
  34. maingui.Parent = ScreenGui
  35. maingui.Active = true
  36. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  37. maingui.BorderSizePixel = 0
  38. maingui.Position = UDim2.new(0.409671545, 0, 0.267527699, 0)
  39. maingui.Size = UDim2.new(0, 342, 0, 113)
  40.  
  41. UD.Name = "UD"
  42. UD.Parent = maingui
  43. UD.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  44. UD.BorderSizePixel = 0
  45. UD.Position = UDim2.new(-0.25450334, 0, 0.00204095244, 0)
  46. UD.Size = UDim2.new(0, 87, 0, 113)
  47. UD.Font = Enum.Font.SourceSans
  48. UD.Text = "Ultimate Driving"
  49. UD.TextColor3 = Color3.new(1, 1, 1)
  50. UD.TextSize = 14
  51.  
  52. WI.Name = "WI"
  53. WI.Parent = maingui
  54. WI.BackgroundColor3 = Color3.new(1, 1, 1)
  55. WI.BackgroundTransparency = 100
  56. WI.BorderSizePixel = 0
  57. WI.Position = UDim2.new(-0.254385978, 0, 0.398230076, 0)
  58. WI.Size = UDim2.new(0, 87, 0, 50)
  59. WI.Font = Enum.Font.SourceSans
  60. WI.Text = "Westover Island"
  61. WI.TextColor3 = Color3.new(1, 1, 1)
  62. WI.TextSize = 14
  63. WI.TextStrokeColor3 = Color3.new(1, 1, 1)
  64. WI.TextWrapped = true
  65.  
  66. TP.Name = "TP"
  67. TP.Parent = maingui
  68. TP.BackgroundColor3 = Color3.new(1, 1, 1)
  69. TP.BackgroundTransparency = 100
  70. TP.BorderSizePixel = 0
  71. TP.Position = UDim2.new(-0.254385978, 0, 0.504424751, 0)
  72. TP.Size = UDim2.new(0, 87, 0, 50)
  73. TP.Font = Enum.Font.SourceSans
  74. TP.Text = "Teleport"
  75. TP.TextColor3 = Color3.new(1, 1, 1)
  76. TP.TextSize = 14
  77. TP.TextStrokeColor3 = Color3.new(1, 1, 1)
  78. TP.TextWrapped = true
  79.  
  80. Westover.Name = "Westover"
  81. Westover.Parent = maingui
  82. Westover.BackgroundColor3 = Color3.new(0.666667, 1, 0.498039)
  83. Westover.BorderSizePixel = 0
  84. Westover.Position = UDim2.new(0.0292397663, 0, 0.0619469024, 0)
  85. Westover.Size = UDim2.new(0, 70, 0, 18)
  86. Westover.Font = Enum.Font.SourceSans
  87. Westover.Text = "Westover"
  88. Westover.TextColor3 = Color3.new(0, 0, 0)
  89. Westover.TextSize = 20
  90.  
  91. SpawnWestover.Name = "SpawnWestover"
  92. SpawnWestover.Parent = Westover
  93. SpawnWestover.BackgroundColor3 = Color3.new(0, 0, 0)
  94. SpawnWestover.BorderSizePixel = 0
  95. SpawnWestover.Position = UDim2.new(0, 0, 1.22222221, 0)
  96. SpawnWestover.Size = UDim2.new(0, 36, 0, 28)
  97. SpawnWestover.Font = Enum.Font.SourceSans
  98. SpawnWestover.Text = "Spawn"
  99. SpawnWestover.TextColor3 = Color3.new(1, 1, 1)
  100. SpawnWestover.TextSize = 10
  101.  
  102. CriminalWestover.Name = "CriminalWestover"
  103. CriminalWestover.Parent = Westover
  104. CriminalWestover.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  105. CriminalWestover.BorderSizePixel = 0
  106. CriminalWestover.Position = UDim2.new(0.514285743, 0, 1.22222221, 0)
  107. CriminalWestover.Size = UDim2.new(0, 34, 0, 28)
  108. CriminalWestover.Font = Enum.Font.SourceSans
  109. CriminalWestover.Text = "Criminal"
  110. CriminalWestover.TextColor3 = Color3.new(1, 1, 1)
  111. CriminalWestover.TextSize = 10
  112.  
  113. Woodbury.Name = "Woodbury"
  114. Woodbury.Parent = maingui
  115. Woodbury.BackgroundColor3 = Color3.new(1, 1, 0)
  116. Woodbury.BorderSizePixel = 0
  117. Woodbury.Position = UDim2.new(0.263157904, 0, 0.0619469024, 0)
  118. Woodbury.Size = UDim2.new(0, 70, 0, 18)
  119. Woodbury.Font = Enum.Font.SourceSans
  120. Woodbury.Text = "Woodbury"
  121. Woodbury.TextColor3 = Color3.new(0, 0, 0)
  122. Woodbury.TextSize = 18
  123.  
  124. SpawnWoodbury.Name = "SpawnWoodbury"
  125. SpawnWoodbury.Parent = Woodbury
  126. SpawnWoodbury.BackgroundColor3 = Color3.new(0, 0, 0)
  127. SpawnWoodbury.BorderSizePixel = 0
  128. SpawnWoodbury.Position = UDim2.new(0, 0, 1.22222221, 0)
  129. SpawnWoodbury.Size = UDim2.new(0, 36, 0, 28)
  130. SpawnWoodbury.Font = Enum.Font.SourceSans
  131. SpawnWoodbury.Text = "Spawn"
  132. SpawnWoodbury.TextColor3 = Color3.new(1, 1, 1)
  133. SpawnWoodbury.TextSize = 10
  134.  
  135. Kensington.Name = "Kensington"
  136. Kensington.Parent = maingui
  137. Kensington.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  138. Kensington.BorderSizePixel = 0
  139. Kensington.Position = UDim2.new(0.5, 0, 0.0619469024, 0)
  140. Kensington.Size = UDim2.new(0, 70, 0, 18)
  141. Kensington.Font = Enum.Font.SourceSans
  142. Kensington.Text = "Kensington"
  143. Kensington.TextColor3 = Color3.new(0, 0, 0)
  144. Kensington.TextSize = 15
  145.  
  146. SpawnKensington.Name = "SpawnKensington"
  147. SpawnKensington.Parent = Kensington
  148. SpawnKensington.BackgroundColor3 = Color3.new(0, 0, 0)
  149. SpawnKensington.BorderSizePixel = 0
  150. SpawnKensington.Position = UDim2.new(0, 0, 1.22222221, 0)
  151. SpawnKensington.Size = UDim2.new(0, 36, 0, 28)
  152. SpawnKensington.Font = Enum.Font.SourceSans
  153. SpawnKensington.Text = "Spawn"
  154. SpawnKensington.TextColor3 = Color3.new(1, 1, 1)
  155. SpawnKensington.TextSize = 10
  156.  
  157. Nomtauk.Name = "Nomtauk"
  158. Nomtauk.Parent = maingui
  159. Nomtauk.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  160. Nomtauk.BorderSizePixel = 0
  161. Nomtauk.Position = UDim2.new(0.742690086, 0, 0.0619469024, 0)
  162. Nomtauk.Size = UDim2.new(0, 70, 0, 18)
  163. Nomtauk.Font = Enum.Font.SourceSans
  164. Nomtauk.Text = "Nomtauk"
  165. Nomtauk.TextColor3 = Color3.new(0, 0, 0)
  166. Nomtauk.TextSize = 20
  167.  
  168. SpawnNomtauk.Name = "SpawnNomtauk"
  169. SpawnNomtauk.Parent = Nomtauk
  170. SpawnNomtauk.BackgroundColor3 = Color3.new(0, 0, 0)
  171. SpawnNomtauk.BorderSizePixel = 0
  172. SpawnNomtauk.Position = UDim2.new(0, 0, 1.22222221, 0)
  173. SpawnNomtauk.Size = UDim2.new(0, 36, 0, 28)
  174. SpawnNomtauk.Font = Enum.Font.SourceSans
  175. SpawnNomtauk.Text = "Spawn"
  176. SpawnNomtauk.TextColor3 = Color3.new(1, 1, 1)
  177. SpawnNomtauk.TextSize = 10
  178.  
  179. SB.Name = "SB"
  180. SB.Parent = maingui
  181. SB.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  182. SB.BorderSizePixel = 0
  183. SB.Position = UDim2.new(0.0292397663, 0, 0.530973434, 0)
  184. SB.Size = UDim2.new(0, 70, 0, 19)
  185. SB.Font = Enum.Font.SourceSans
  186. SB.Text = "South Beach"
  187. SB.TextColor3 = Color3.new(0, 0, 0)
  188. SB.TextSize = 15
  189.  
  190. SpawnSB.Name = "SpawnSB"
  191. SpawnSB.Parent = SB
  192. SpawnSB.BackgroundColor3 = Color3.new(0, 0, 0)
  193. SpawnSB.BorderSizePixel = 0
  194. SpawnSB.Position = UDim2.new(0, 0, 1.22222221, 0)
  195. SpawnSB.Size = UDim2.new(0, 36, 0, 28)
  196. SpawnSB.Font = Enum.Font.SourceSans
  197. SpawnSB.Text = "Spawn"
  198. SpawnSB.TextColor3 = Color3.new(1, 1, 1)
  199. SpawnSB.TextSize = 10
  200.  
  201. CriminalSB.Name = "CriminalSB"
  202. CriminalSB.Parent = SB
  203. CriminalSB.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  204. CriminalSB.BorderSizePixel = 0
  205. CriminalSB.Position = UDim2.new(0.514285743, 0, 1.22222221, 0)
  206. CriminalSB.Size = UDim2.new(0, 34, 0, 28)
  207. CriminalSB.Font = Enum.Font.SourceSans
  208. CriminalSB.Text = "Criminal"
  209. CriminalSB.TextColor3 = Color3.new(1, 1, 1)
  210. CriminalSB.TextSize = 10
  211.  
  212. PoliceStation.Name = "PoliceStation"
  213. PoliceStation.Parent = maingui
  214. PoliceStation.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  215. PoliceStation.BorderSizePixel = 0
  216. PoliceStation.Position = UDim2.new(0.26608187, 0, 0.530973434, 0)
  217. PoliceStation.Size = UDim2.new(0, 70, 0, 19)
  218. PoliceStation.Font = Enum.Font.SourceSans
  219. PoliceStation.Text = "Police Station"
  220. PoliceStation.TextColor3 = Color3.new(0, 0, 0)
  221. PoliceStation.TextSize = 12
  222.  
  223. SpawnCar.Name = "SpawnCar"
  224. SpawnCar.Parent = PoliceStation
  225. SpawnCar.BackgroundColor3 = Color3.new(0, 0, 0)
  226. SpawnCar.BorderSizePixel = 0
  227. SpawnCar.Position = UDim2.new(0, 0, 1.22222221, 0)
  228. SpawnCar.Size = UDim2.new(0, 36, 0, 28)
  229. SpawnCar.Font = Enum.Font.SourceSans
  230. SpawnCar.Text = "Spawn"
  231. SpawnCar.TextColor3 = Color3.new(1, 1, 1)
  232. SpawnCar.TextSize = 10
  233.  
  234. PayoffBounty.Name = "PayoffBounty"
  235. PayoffBounty.Parent = PoliceStation
  236. PayoffBounty.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  237. PayoffBounty.BorderSizePixel = 0
  238. PayoffBounty.Position = UDim2.new(0.514285743, 0, 1.22222221, 0)
  239. PayoffBounty.Size = UDim2.new(0, 34, 0, 28)
  240. PayoffBounty.Font = Enum.Font.SourceSans
  241. PayoffBounty.Text = "Pay Off Bounty"
  242. PayoffBounty.TextColor3 = Color3.new(1, 1, 1)
  243. PayoffBounty.TextSize = 5
  244.  
  245. Closebar.Name = "Closebar"
  246. Closebar.Parent = maingui
  247. Closebar.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  248. Closebar.BorderSizePixel = 0
  249. Closebar.Position = UDim2.new(-0.204678342, 0, 0.0550639331, 0)
  250. Closebar.Size = UDim2.new(0, 52, 0, 30)
  251. Closebar.Font = Enum.Font.SourceSans
  252. Closebar.Text = "Close"
  253. Closebar.TextColor3 = Color3.new(1, 1, 1)
  254. Closebar.TextSize = 20
  255. Closebar.TextStrokeColor3 = Color3.new(1, 1, 1)
  256.  
  257. Gravities.Name = "Gravities"
  258. Gravities.Parent = maingui
  259. Gravities.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  260. Gravities.BorderSizePixel = 0
  261. Gravities.Position = UDim2.new(0.605263174, 0, 0.530973434, 0)
  262. Gravities.Size = UDim2.new(0, 70, 0, 18)
  263. Gravities.Font = Enum.Font.SourceSans
  264. Gravities.Text = "Gravity"
  265. Gravities.TextColor3 = Color3.new(0, 0, 0)
  266. Gravities.TextSize = 20
  267.  
  268. Drift.Name = "Drift"
  269. Drift.Parent = Gravities
  270. Drift.BackgroundColor3 = Color3.new(0, 1, 0)
  271. Drift.BorderSizePixel = 0
  272. Drift.Position = UDim2.new(0.178000137, 0, 0.916666687, 0)
  273. Drift.Size = UDim2.new(0, 46, 0, 36)
  274. Drift.Font = Enum.Font.SourceSans
  275. Drift.Text = "Drift"
  276. Drift.TextColor3 = Color3.new(0, 0, 0)
  277. Drift.TextSize = 14
  278.  
  279. Grip.Name = "Grip"
  280. Grip.Parent = Gravities
  281. Grip.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  282. Grip.BorderSizePixel = 0
  283. Grip.Position = UDim2.new(-0.491838932, 0, 0.916666865, 0)
  284. Grip.Size = UDim2.new(0, 46, 0, 36)
  285. Grip.Font = Enum.Font.SourceSans
  286. Grip.Text = "Grip"
  287. Grip.TextColor3 = Color3.new(0, 0, 0)
  288. Grip.TextSize = 14
  289.  
  290. Normal.Name = "Normal"
  291. Normal.Parent = Gravities
  292. Normal.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  293. Normal.BorderSizePixel = 0
  294. Normal.Position = UDim2.new(0.833553255, 0, 0.916666746, 0)
  295. Normal.Size = UDim2.new(0, 46, 0, 36)
  296. Normal.Font = Enum.Font.SourceSans
  297. Normal.Text = "Normal"
  298. Normal.TextColor3 = Color3.new(0, 0, 0)
  299. Normal.TextSize = 14
  300.  
  301. openbar.Name = "openbar"
  302. openbar.Parent = ScreenGui
  303. openbar.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  304. openbar.Position = UDim2.new(0, 0, 0.328413278, 0)
  305. openbar.Size = UDim2.new(0, 102, 0, 50)
  306. openbar.Font = Enum.Font.SourceSans
  307. openbar.Text = "Open"
  308. openbar.TextColor3 = Color3.new(1, 1, 1)
  309. openbar.TextSize = 25
  310. openbar.Draggable = true
  311. -- Scripts:
  312.  
  313. openbar.MouseButton1Click:connect(function()
  314.     maingui.Visible = true
  315.     openbar.Visible = false
  316.     Closebar.Visible = true
  317. end)
  318.  
  319. Closebar.MouseButton1Click:connect(function()
  320.     maingui.Visible = false
  321.     openbar.Visible = true
  322.     Closebar.Visible = false
  323. end)
  324.  
  325. SpawnWestover.MouseButton1Click:connect(function()
  326.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2117.37,58.57,5538.37)
  327. end)
  328.  
  329. CriminalWestover.MouseButton1Click:connect(function()
  330.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2055.09,57.61,5250.17)
  331. end)
  332.  
  333. SpawnWoodbury.MouseButton1Click:connect(function()
  334.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2499.42,36.66,6568.84)
  335. end)
  336.  
  337. SpawnKensington.MouseButton1Click:connect(function()
  338.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4260.77,9.37,910.39)
  339. end)
  340.  
  341. SpawnNomtauk.MouseButton1Click:connect(function()
  342.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(37395.67,50.42,27567.05)
  343. end)
  344.  
  345. SpawnSB.MouseButton1Click:connect(function()
  346.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3818.29,6.67,-9138.64)
  347. end)
  348.  
  349. CriminalSB.MouseButton1Click:connect(function()
  350.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3785.52,5.88,-9235.49)
  351. end)
  352.  
  353. SpawnCar.MouseButton1Click:connect(function()
  354.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1378.54,58.37,6036.43)
  355. end)
  356.  
  357. PayoffBounty.MouseButton1Click:connect(function()
  358.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1501.44,58.37,5994.31)
  359. end)
  360.  
  361. Normal.MouseButton1Click:connect(function()
  362.     game.workspace.Gravity = 196.2
  363. end)
  364.  
  365. Drift.MouseButton1Click:connect(function()
  366.     game.workspace.Gravity = 60
  367. end)
  368.  
  369. Grip.MouseButton1Click:connect(function()
  370.     game.workspace.Gravity = 435
  371. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement