Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local VehicalSim = Instance.new("ScreenGui")
  5. local InstructionFrame = Instance.new("Frame")
  6. local InstructionTitle = Instance.new("TextLabel")
  7. local Instructions = Instance.new("TextLabel")
  8. local NextButt = Instance.new("TextButton")
  9. local ChooseCarFrame = Instance.new("Frame")
  10. local CCTitle = Instance.new("TextLabel")
  11. local NoobCar = Instance.new("TextButton")
  12. local GoodCar = Instance.new("TextButton")
  13. --Properties:
  14. VehicalSim.Name = "VehicalSim"
  15. VehicalSim.Parent = game.CoreGui
  16. ChooseCarFrame.Visible = false
  17.  
  18. InstructionFrame.Name = "InstructionFrame"
  19. InstructionFrame.Parent = VehicalSim
  20. InstructionFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  21. InstructionFrame.BorderColor3 = Color3.new(1, 0, 0)
  22. InstructionFrame.Position = UDim2.new(0.0251704156, 0, 0.383304954, 0)
  23. InstructionFrame.Size = UDim2.new(0, 726, 0, 445)
  24. InstructionFrame.Draggable = true
  25.  
  26. InstructionTitle.Name = "InstructionTitle"
  27. InstructionTitle.Parent = InstructionFrame
  28. InstructionTitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  29. InstructionTitle.BorderColor3 = Color3.new(1, 0, 0)
  30. InstructionTitle.Position = UDim2.new(0.0176702086, 0, 0.0181930121, 0)
  31. InstructionTitle.Size = UDim2.new(0, 708, 0, 50)
  32. InstructionTitle.Font = Enum.Font.SourceSans
  33. InstructionTitle.Text = "INSTRUCTIONS!!!!!!!!!!!!!!!!!!!!"
  34. InstructionTitle.TextColor3 = Color3.new(1, 0, 0)
  35. InstructionTitle.TextScaled = true
  36. InstructionTitle.TextSize = 14
  37. InstructionTitle.TextWrapped = true
  38.  
  39. Instructions.Name = "Instructions"
  40. Instructions.Parent = InstructionFrame
  41. Instructions.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  42. Instructions.BorderColor3 = Color3.new(1, 0, 0)
  43. Instructions.Position = UDim2.new(0.0326530598, 0, 0.242009133, 0)
  44. Instructions.Size = UDim2.new(0, 688, 0, 305)
  45. Instructions.Font = Enum.Font.SourceSans
  46. Instructions.Text = "In in your car the execute the script. Start driving at a ehhh speed and press B (sometimes spam it if it dont work) You should be teleported to a baseplate with your car on crack. Hold Spacebar and you should see lots of Drift. The longer you stay doing that the more money you get (Recommened Drift is about 500,000,000. Once done press B again and reset your character. Once you respawn, spawn in your car and drive for a little bit. You should gain ALOT of money. Vital also has a big dick."
  47. Instructions.TextColor3 = Color3.new(1, 0, 0)
  48. Instructions.TextScaled = true
  49. Instructions.TextSize = 14
  50. Instructions.TextWrapped = true
  51.  
  52. NextButt.Name = "NextButt"
  53. NextButt.Parent = InstructionFrame
  54. NextButt.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  55. NextButt.BorderColor3 = Color3.new(1, 0, 0)
  56. NextButt.Position = UDim2.new(0.380952418, 0, 0.952054739, 0)
  57. NextButt.Size = UDim2.new(0, 200, 0, 15)
  58. NextButt.Font = Enum.Font.SourceSans
  59. NextButt.Text = "Next"
  60. NextButt.TextColor3 = Color3.new(1, 0, 0)
  61. NextButt.TextScaled = true
  62. NextButt.TextSize = 14
  63. NextButt.TextWrapped = true
  64. NextButt.MouseButton1Down:connect(function()
  65. ChooseCarFrame.Visible = true
  66. end)
  67.  
  68. ChooseCarFrame.Name = "ChooseCarFrame"
  69. ChooseCarFrame.Parent = VehicalSim
  70. ChooseCarFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  71. ChooseCarFrame.BorderColor3 = Color3.new(1, 0, 0)
  72. ChooseCarFrame.Position = UDim2.new(0.593602538, 0, 0.281942099, 0)
  73. ChooseCarFrame.Size = UDim2.new(0, 474, 0, 227)
  74. ChooseCarFrame.Draggable = true
  75.  
  76. CCTitle.Name = "CCTitle"
  77. CCTitle.Parent = ChooseCarFrame
  78. CCTitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  79. CCTitle.BorderColor3 = Color3.new(1, 0, 0)
  80. CCTitle.Position = UDim2.new(0.289029539, 0, 0.0704845786, 0)
  81. CCTitle.Size = UDim2.new(0, 215, 0, 50)
  82. CCTitle.Font = Enum.Font.SourceSans
  83. CCTitle.Text = "Choose"
  84. CCTitle.TextColor3 = Color3.new(1, 0, 0)
  85. CCTitle.TextScaled = true
  86. CCTitle.TextSize = 14
  87. CCTitle.TextWrapped = true
  88.  
  89. NoobCar.Name = "NoobCar"
  90. NoobCar.Parent = ChooseCarFrame
  91. NoobCar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  92. NoobCar.BorderColor3 = Color3.new(1, 0, 0)
  93. NoobCar.Position = UDim2.new(0.289029539, 0, 0.387665212, 0)
  94. NoobCar.Size = UDim2.new(0, 200, 0, 50)
  95. NoobCar.Font = Enum.Font.SourceSans
  96. NoobCar.Text = "Press If You Have a bad/nooby car"
  97. NoobCar.TextColor3 = Color3.new(1, 0, 0)
  98. NoobCar.TextSize = 14
  99. NoobCar.MouseButton1Down:connect(function()
  100. loadstring(game:HttpGet("https://pastebin.com/raw/AFE3GQUB", true))()
  101. wait(1)
  102. local h = Instance.new("Hint")
  103. h.Parent = Workspace
  104. h.Text = "Loaded For Noob Car. Press B(or spam)"
  105. wait(10)
  106. h:Remove()
  107. end)
  108.  
  109. GoodCar.Name = "GoodCar"
  110. GoodCar.Parent = ChooseCarFrame
  111. GoodCar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  112. GoodCar.BorderColor3 = Color3.new(1, 0, 0)
  113. GoodCar.Position = UDim2.new(0.289029539, 0, 0.682819366, 0)
  114. GoodCar.Size = UDim2.new(0, 200, 0, 50)
  115. GoodCar.Font = Enum.Font.SourceSans
  116. GoodCar.Text = "Press If You Have a good car."
  117. GoodCar.TextColor3 = Color3.new(1, 0, 0)
  118. GoodCar.TextSize = 14
  119. GoodCar.MouseButton1Down:connect(function()
  120. loadstring(game:HttpGet("https://pastebin.com/raw/XsMPTX7f", true))()
  121. wait(1)
  122. local h = Instance.new("Hint")
  123. h.Parent = Workspace
  124. h.Text = "Loaded For Good Car. Press B(or spam)"
  125. wait(10)
  126. h:Remove()
  127. end)
  128.  
  129.  
  130. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement