Advertisement
SkidScripts

Driving Empire Hub (Re-Updated Car Hub)

Jun 25th, 2022 (edited)
4,480
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Made By rnxc#2384
  2. -- Discord = https://discord.gg/fdHGgqFUCn
  3. -- Version: 1.1
  4.  
  5. -- Instances:
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local Frame = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextButton = Instance.new("TextButton")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local TextButton_3 = Instance.new("TextButton")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15. local TextLabel_4 = Instance.new("TextLabel")
  16. local TextLabel_5 = Instance.new("TextLabel")
  17. local TextLabel_6 = Instance.new("TextLabel")
  18. local TextLabel_7 = Instance.new("TextLabel")
  19. local TextLabel_8 = Instance.new("TextLabel")
  20.  
  21. --Properties:
  22.  
  23. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24. ScreenGui.ResetOnSpawn = false
  25.  
  26. Frame.Parent = ScreenGui
  27. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  28. Frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  29. Frame.Position = UDim2.new(0.365454555, 0, 0.411042929, 0)
  30. Frame.Size = UDim2.new(0, 444, 0, 352)
  31. Frame.Active = true
  32. Frame.Draggable = true
  33.  
  34. TextLabel.Parent = Frame
  35. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  36. TextLabel.BorderColor3 = Color3.fromRGB(255, 0, 0)
  37. TextLabel.Size = UDim2.new(0, 444, 0, 34)
  38. TextLabel.Font = Enum.Font.SourceSans
  39. TextLabel.Text = "Driving Empire HUB"
  40. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  41. TextLabel.TextSize = 14.000
  42.  
  43. TextButton.Parent = Frame
  44. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  45. TextButton.BorderColor3 = Color3.fromRGB(255, 0, 0)
  46. TextButton.Position = UDim2.new(0.0495495498, 0, 0.14678897, 0)
  47. TextButton.Size = UDim2.new(0, 160, 0, 30)
  48. TextButton.Font = Enum.Font.SourceSans
  49. TextButton.Text = "Car  HUB"
  50. TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  51. TextButton.TextSize = 14.000
  52. TextButton.MouseButton1Down:connect(function()
  53.     loadstring(game:HttpGet("https://raw.githubusercontent.com/KPRAAHUE/driving-empire-autofarm2/main/README.md"))()
  54. end)
  55.  
  56. TextButton_2.Parent = Frame
  57. TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  58. TextButton_2.BorderColor3 = Color3.fromRGB(255, 0, 0)
  59. TextButton_2.Position = UDim2.new(0.0495495796, 0, 0.275229335, 0)
  60. TextButton_2.Size = UDim2.new(0, 160, 0, 30)
  61. TextButton_2.Font = Enum.Font.SourceSans
  62. TextButton_2.Text = "Windy Ware HUB"
  63. TextButton_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  64. TextButton_2.TextSize = 14.000
  65. TextButton_2.MouseButton1Down:connect(function()
  66.     loadstring(game:HttpGet("https://raw.githubusercontent.com/WindyKung/WindyWare/main/MainScript/DrivingEmpire.lua"))()
  67. end)
  68.  
  69. TextButton_3.Parent = Frame
  70. TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  71. TextButton_3.BorderColor3 = Color3.fromRGB(255, 0, 0)
  72. TextButton_3.Position = UDim2.new(0.0495495498, 0, 0.403669715, 0)
  73. TextButton_3.Size = UDim2.new(0, 160, 0, 30)
  74. TextButton_3.Font = Enum.Font.SourceSans
  75. TextButton_3.Text = "MRT HUB"
  76. TextButton_3.TextColor3 = Color3.fromRGB(255, 0, 0)
  77. TextButton_3.TextSize = 14.000
  78. TextButton_3.MouseButton1Down:connect(function()
  79.     loadstring(game:HttpGet("https://raw.githubusercontent.com/GodXNation/GodXNation/main/midnight%20racing%20hubV2%20fixed", true))()
  80. end)
  81.  
  82. TextLabel_2.Parent = Frame
  83. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  84. TextLabel_2.BorderColor3 = Color3.fromRGB(255, 0, 0)
  85. TextLabel_2.Position = UDim2.new(0.54954952, 0, 0.122324154, 0)
  86. TextLabel_2.Size = UDim2.new(0, 200, 0, 25)
  87. TextLabel_2.Font = Enum.Font.SourceSans
  88. TextLabel_2.Text = "Script Will Be Updated When New"
  89. TextLabel_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  90. TextLabel_2.TextSize = 14.000
  91.  
  92. TextLabel_3.Parent = Frame
  93. TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  94. TextLabel_3.BorderColor3 = Color3.fromRGB(255, 0, 0)
  95. TextLabel_3.Position = UDim2.new(0.54954952, 0, 0.198776752, 0)
  96. TextLabel_3.Size = UDim2.new(0, 200, 0, 25)
  97. TextLabel_3.Font = Enum.Font.SourceSans
  98. TextLabel_3.Text = "Driving Empire Scripts Come Out"
  99. TextLabel_3.TextColor3 = Color3.fromRGB(255, 0, 0)
  100. TextLabel_3.TextSize = 14.000
  101.  
  102. TextLabel_4.Parent = Frame
  103. TextLabel_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  104. TextLabel_4.BorderColor3 = Color3.fromRGB(255, 0, 0)
  105. TextLabel_4.Position = UDim2.new(0, 0, 0.929446459, 0)
  106. TextLabel_4.Size = UDim2.new(0, 444, 0, 24)
  107. TextLabel_4.Font = Enum.Font.SourceSans
  108. TextLabel_4.Text = "Windy Ware HUB Discord = http://discord.gg/76bHy2mqaT"
  109. TextLabel_4.TextColor3 = Color3.fromRGB(255, 0, 0)
  110. TextLabel_4.TextSize = 14.000
  111.  
  112. TextLabel_5.Parent = Frame
  113. TextLabel_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  114. TextLabel_5.BorderColor3 = Color3.fromRGB(255, 0, 0)
  115. TextLabel_5.Position = UDim2.new(0, 0, 0.858892798, 0)
  116. TextLabel_5.Size = UDim2.new(0, 444, 0, 24)
  117. TextLabel_5.Font = Enum.Font.SourceSans
  118. TextLabel_5.Text = "MRT HUB Discord =https://discord.gg/7zRRQsYbNs"
  119. TextLabel_5.TextColor3 = Color3.fromRGB(255, 0, 0)
  120. TextLabel_5.TextSize = 14.000
  121.  
  122. TextLabel_6.Parent = Frame
  123. TextLabel_6.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  124. TextLabel_6.BorderColor3 = Color3.fromRGB(255, 0, 0)
  125. TextLabel_6.Position = UDim2.new(0, 0, 0.788339257, 0)
  126. TextLabel_6.Size = UDim2.new(0, 444, 0, 24)
  127. TextLabel_6.Font = Enum.Font.SourceSans
  128. TextLabel_6.Text = "Car HUB Discord = dsc.gg/CarHub"
  129. TextLabel_6.TextColor3 = Color3.fromRGB(255, 0, 0)
  130. TextLabel_6.TextSize = 14.000
  131.  
  132. TextLabel_7.Parent = Frame
  133. TextLabel_7.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  134. TextLabel_7.BorderColor3 = Color3.fromRGB(255, 0, 0)
  135. TextLabel_7.Position = UDim2.new(0, 0, 0.717785656, 0)
  136. TextLabel_7.Size = UDim2.new(0, 444, 0, 24)
  137. TextLabel_7.Font = Enum.Font.SourceSans
  138. TextLabel_7.Text = "Skid Scripts"
  139. TextLabel_7.TextColor3 = Color3.fromRGB(255, 0, 0)
  140. TextLabel_7.TextSize = 14.000
  141.  
  142. TextLabel_8.Parent = Frame
  143. TextLabel_8.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  144. TextLabel_8.BorderColor3 = Color3.fromRGB(255, 0, 0)
  145. TextLabel_8.Position = UDim2.new(0, 0, 0.649603784, 0)
  146. TextLabel_8.Size = UDim2.new(0, 444, 0, 24)
  147. TextLabel_8.Font = Enum.Font.SourceSans
  148. TextLabel_8.Text = "Creators Discord Server = https://discord.gg/fdHGgqFUCn"
  149. TextLabel_8.TextColor3 = Color3.fromRGB(255, 0, 0)
  150. TextLabel_8.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement