ChaosityYT

Ultimate Driving Script

Jun 11th, 2019
1,857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. local UltimateDrivingWestoverIslands = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local ImageLabel = Instance.new("ImageLabel")
  4. local Frame_2 = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextButton = Instance.new("TextButton")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. --Properties:
  9. UltimateDrivingWestoverIslands.Name = "Ultimate Driving: Westover Islands"
  10. UltimateDrivingWestoverIslands.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11.  
  12. Frame.Parent = UltimateDrivingWestoverIslands
  13. Frame.AnchorPoint = Vector2.new(1, 1)
  14. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  15. Frame.BackgroundTransparency = 0.5
  16. Frame.Position = UDim2.new(1, 0, 0.900699317, 0)
  17. Frame.Size = UDim2.new(0, 230, 0, 260)
  18.  
  19. ImageLabel.Parent = Frame
  20. ImageLabel.AnchorPoint = Vector2.new(0.5, 1)
  21. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  22. ImageLabel.Position = UDim2.new(0.5, 0, 1, 0)
  23. ImageLabel.Size = UDim2.new(0, 230, 0, 230)
  24. ImageLabel.Image = "rbxassetid://2366885724"
  25. ImageLabel.ImageTransparency = 0.5
  26.  
  27. Frame_2.Parent = Frame
  28. Frame_2.AnchorPoint = Vector2.new(0.5, 0)
  29. Frame_2.BackgroundColor3 = Color3.new(0, 0.705882, 1)
  30. Frame_2.Position = UDim2.new(0.5, 0, 0, 0)
  31. Frame_2.Size = UDim2.new(0, 230, 0, 30)
  32.  
  33. TextLabel.Parent = Frame
  34. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  35. TextLabel.BackgroundTransparency = 1
  36. TextLabel.Size = UDim2.new(0, 230, 0, 30)
  37. TextLabel.Font = Enum.Font.SciFi
  38. TextLabel.Text = "Made by EnderPowerHD"
  39. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  40. TextLabel.TextSize = 20
  41.  
  42. TextButton.Parent = Frame
  43. TextButton.BackgroundColor3 = Color3.new(0, 0.705882, 1)
  44. TextButton.BorderSizePixel = 2
  45. TextButton.Position = UDim2.new(0.0652173907, 0, 0.365384609, 0)
  46. TextButton.Size = UDim2.new(0, 200, 0, 100)
  47. TextButton.Font = Enum.Font.SciFi
  48. TextButton.Text = "Ultimate Annoy"
  49. TextButton.TextColor3 = Color3.new(0, 0, 0)
  50. TextButton.TextSize = 50
  51. TextButton.TextWrapped = true
  52.  
  53. TextLabel_2.Parent = UltimateDrivingWestoverIslands
  54. TextLabel_2.AnchorPoint = Vector2.new(0.5, 0.5)
  55. TextLabel_2.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  56. TextLabel_2.BorderSizePixel = 3
  57. TextLabel_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  58. TextLabel_2.Size = UDim2.new(0, 500, 0, 100)
  59. TextLabel_2.Font = Enum.Font.SciFi
  60. TextLabel_2.Text = "EnderPowerHD GUI"
  61. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  62. TextLabel_2.TextSize = 50
  63. -- Scripts:
  64. function SCRIPT_MCJY67_FAKESCRIPT() -- TextButton.LocalScript
  65. getfenv().script = Instance.new('LocalScript', TextButton)
  66.  
  67. _G.ActiveSc = false
  68. script.Parent.MouseButton1Click:Connect(function()
  69. _G.ActiveSc = true
  70. end)
  71.  
  72. end
  73. coroutine.resume(coroutine.create(SCRIPT_MCJY67_FAKESCRIPT))
  74. function SCRIPT_JVEL69_FAKESCRIPT() -- TextButton.LocalScript
  75. getfenv().script = Instance.new('LocalScript', TextButton)
  76.  
  77. script.Parent.MouseButton1Click:Connect(function()
  78. game:GetService("Players").LocalPlayer.PlayerGui["Ultimate Driving: Westover Islands"].Enabled = false
  79. end)
  80.  
  81. end
  82. coroutine.resume(coroutine.create(SCRIPT_JVEL69_FAKESCRIPT))
  83. function SCRIPT_BOOX66_FAKESCRIPT() -- TextButton.LocalScript
  84. getfenv().script = Instance.new('LocalScript', TextButton)
  85.  
  86. while wait() do
  87. if _G.ActiveSc == true then
  88. while wait(0.5) do
  89. for i,v in pairs(game.Workspace._Main.Vehicles:GetChildren()) do
  90. if v.ClassName == "Model" then
  91. if(v.Name == "Wheels" or v.Name == "WheelsVisible" or v.Name == "Core") then
  92. else
  93. print(v)
  94. v.VehicleSeat.Scripts.ControlsScript.RemoteEvent:FireServer("G", "Down")
  95. end
  96. end
  97. end
  98. end
  99. end
  100. end
  101.  
  102. end
  103. coroutine.resume(coroutine.create(SCRIPT_BOOX66_FAKESCRIPT))
  104. function SCRIPT_XCWI85_FAKESCRIPT() -- TextLabel_2.LocalScript
  105. getfenv().script = Instance.new('LocalScript', TextLabel_2)
  106.  
  107. wait(3)
  108. lol = .5
  109. while wait() do
  110. script.Parent.Position = UDim2.new(.5,0,lol,0)
  111. lol = lol + .025
  112. end
  113.  
  114. end
  115. coroutine.resume(coroutine.create(SCRIPT_XCWI85_FAKESCRIPT))
Add Comment
Please, Sign In to add comment