Advertisement
Guest User

TwitNeo ULTIMATE DRIVING AUTO FARM!

a guest
Aug 22nd, 2019
31,365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. -- Ultimate driving auto farm
  2. -- Version: 2.82
  3. -- Instances:
  4. local Ultimatedrivinghackgui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Textautofarm = Instance.new("TextLabel")
  7. local Buttonon = Instance.new("TextButton")
  8. local info = Instance.new("TextButton")
  9. --Properties:
  10. Ultimatedrivinghackgui.Name = "Ultimate driving hack gui"
  11. Ultimatedrivinghackgui.Parent = game.CoreGui
  12. Ultimatedrivinghackgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. Main.Name = "Main"
  15. Main.Parent = Ultimatedrivinghackgui
  16. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  17. Main.BackgroundTransparency = 0.25
  18. Main.BorderColor3 = Color3.new(1, 0, 0)
  19. Main.Position = UDim2.new(0.127458692, 0, 0.550368547, 0)
  20. Main.Size = UDim2.new(0, 169, 0, 165)
  21. Main.Draggable = true
  22.  
  23. Textautofarm.Name = "Text auto farm"
  24. Textautofarm.Parent = Main
  25. Textautofarm.BackgroundColor3 = Color3.new(1, 1, 1)
  26. Textautofarm.BorderSizePixel = 0
  27. Textautofarm.Position = UDim2.new(0.0769230798, 0, 0.0898161903, 0)
  28. Textautofarm.Size = UDim2.new(0, 143, 0, 32)
  29. Textautofarm.Font = Enum.Font.SciFi
  30. Textautofarm.Text = "Auto Farm"
  31. Textautofarm.TextColor3 = Color3.new(0, 0, 0)
  32. Textautofarm.TextScaled = true
  33. Textautofarm.TextSize = 14
  34. Textautofarm.TextWrapped = true
  35.  
  36. Buttonon.Name = "Button on"
  37. Buttonon.Parent = Main
  38. Buttonon.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  39. Buttonon.BorderColor3 = Color3.new(1, 0, 0)
  40. Buttonon.BorderSizePixel = 5
  41. Buttonon.Position = UDim2.new(0.289940834, 0, 0.424242437, 0)
  42. Buttonon.Size = UDim2.new(0, 70, 0, 39)
  43. Buttonon.Font = Enum.Font.Cartoon
  44. Buttonon.Text = "On"
  45. Buttonon.TextColor3 = Color3.new(0, 0, 0)
  46. Buttonon.TextScaled = true
  47. Buttonon.TextSize = 14
  48. Buttonon.TextWrapped = true
  49. Buttonon.MouseButton1Down:connect(function()
  50. local lp = game:GetService"Players".LocalPlayer
  51. local main = workspace["_Main"]
  52. local vehicles = main.Vehicles
  53.  
  54. local originalcframe = lp.Character:FindFirstChild"HumanoidRootPart".CFrame
  55.  
  56. _G.toggle = true
  57.  
  58. while _G.toggle do
  59. for _,v in pairs(vehicles:GetChildren()) do
  60. if v:IsA"Model" then
  61. if v.VehicleSeat.Values.Driver.Value == lp then
  62. keypress(0x57)
  63. v:SetPrimaryPartCFrame(originalcframe)
  64. end
  65. end
  66. end
  67. wait(1)
  68. end
  69. end)
  70.  
  71. info.Name = "info"
  72. info.Parent = Main
  73. info.BackgroundColor3 = Color3.new(1, 1, 1)
  74. info.BackgroundTransparency = 1
  75. info.BorderSizePixel = 0
  76. info.Position = UDim2.new(0.130177513, 0, 0.763636351, 0)
  77. info.Size = UDim2.new(0, 123, 0, 31)
  78. info.Font = Enum.Font.SciFi
  79. info.Text = "INFO click on me"
  80. info.TextColor3 = Color3.new(1, 0, 0)
  81. info.TextScaled = true
  82. info.TextSize = 14
  83. info.TextWrapped = true
  84. -- Scripts:
  85. function SCRIPT_QBFK87_FAKESCRIPT() -- Textautofarm.LocalScript
  86. local script = Instance.new('LocalScript')
  87. script.Parent = Textautofarm
  88. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  89.  
  90. counter = 0
  91.  
  92. while wait(0.1)do
  93. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  94.  
  95. counter = counter + 0.01
  96. end
  97.  
  98. end
  99. coroutine.resume(coroutine.create(SCRIPT_QBFK87_FAKESCRIPT))
  100. function SCRIPT_OLHX71_FAKESCRIPT() -- info.LocalScript
  101. local script = Instance.new('LocalScript')
  102. script.Parent = info
  103. script.Parent.MouseButton1Click:Connect(function()
  104. wait(0.3)
  105. game:GetService("StarterGui"):SetCore("SendNotification", {
  106. Title = "This Gui Made by TwitNeo ENJOY!";
  107. Text = "You want automatic? it's easy! it is possible to go on a straight track and start at fast speed and you do not want to hold W :)";
  108. })
  109. wait(0.1)
  110. print("TypicalRBLX admin loaded")
  111. if game:GetService("Workspace").FilteringEnabled == true then
  112. warn("FE is Enabled (Filtering Enabled)")
  113. game:GetService("StarterGui"):SetCore("SendNotification", {
  114. Title = "Subscribe to TwitNeo";
  115. Text = "Enjoy :smiley: ";
  116. })
  117. else
  118. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  119. game:GetService("StarterGui"):SetCore("SendNotification", {
  120. Title = "Sorry the this gui wont work here :(";
  121. Text = "Filtering Disabled.";
  122. })
  123. end
  124. end)
  125. wait(0.3)
  126. game:GetService("StarterGui"):SetCore("SendNotification", {
  127. Title = "Gui Loaded Successfully!";
  128. Text = "ENJOY AUTO FARM";
  129. })
  130. wait(0.1)
  131. print("TypicalRBLX admin loaded")
  132. if game:GetService("Workspace").FilteringEnabled == true then
  133. warn("FE is Enabled (Filtering Enabled)")
  134. game:GetService("StarterGui"):SetCore("SendNotification", {
  135. Title = "Subscribe to TwitNeo!";
  136. Text = "Enjoy :smiley: ";
  137. })
  138. else
  139. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  140. game:GetService("StarterGui"):SetCore("SendNotification", {
  141. Title = "Sorry the this gui wont work here :(";
  142. Text = "Filtering Disabled.";
  143. })
  144. end
  145.  
  146. end
  147. coroutine.resume(coroutine.create(SCRIPT_OLHX71_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement