ultimate driving script
ultimate driving script from Pastebin
Ultimate driving script Pastebin Ultimate driving script paste Ultimate driving script pastebin details Ultimate driving script infinite money code Ultimate driving script 2023 snippet Ultimate drivin
-- Ultimate driving auto farm
-- Version: 2.82
-- Instances:
local Ultimatedrivinghackgui = Instance.new("ScreenGui")
local Main = Instance.new("Frame")
local Textautofarm = Instance.new("TextLabel")
local Buttonon = Instance.new("TextButton")
local info = Instance.new("TextButton")
--Properties:
Ultimatedrivinghackgui.Name = "Ultimate driving hack gui"
Ultimatedrivinghackgui.Parent = game.CoreGui
Ultimatedrivinghackgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
Main.Name = "Main"
Main.Parent = Ultimatedrivinghackgui
Main.BackgroundColor3 = Color3.new(0, 0, 0)
Main.BackgroundTransparency = 0.25
Main.BorderColor3 = Color3.new(1, 0, 0)
Main.Position = UDim2.new(0.127458692, 0, 0.550368547, 0)
Main.Size = UDim2.new(0, 169, 0, 165)
Main.Draggable = true
Textautofarm.Name = "Text auto farm"
Textautofarm.Parent = Main
Textautofarm.BackgroundColor3 = Color3.new(1, 1, 1)
Textautofarm.BorderSizePixel = 0
Textautofarm.Position = UDim2.new(0.0769230798, 0, 0.0898161903, 0)
Textautofarm.Size = UDim2.new(0, 143, 0, 32)
Textautofarm.Font = Enum.Font.SciFi
Textautofarm.Text = "Auto Farm"
Textautofarm.TextColor3 = Color3.new(0, 0, 0)
Textautofarm.TextScaled = true
Textautofarm.TextSize = 14
Textautofarm.TextWrapped = true
Buttonon.Name = "Button on"
Buttonon.Parent = Main
Buttonon.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
Buttonon.BorderColor3 = Color3.new(1, 0, 0)
Buttonon.BorderSizePixel = 5
Buttonon.Position = UDim2.new(0.289940834, 0, 0.424242437, 0)
Buttonon.Size = UDim2.new(0, 70, 0, 39)
Buttonon.Font = Enum.Font.Cartoon
Buttonon.Text = "On"
Buttonon.TextColor3 = Color3.new(0, 0, 0)
Buttonon.TextScaled = true
Buttonon.TextSize = 14
Buttonon.TextWrapped = true
Buttonon.MouseButton1Down:connect(function()
local lp = game:GetService"Players".LocalPlayer
local main = workspace["_Main"]
local vehicles = main.Vehicles
local originalcframe = lp.Character:FindFirstChild"HumanoidRootPart".CFrame
_G.toggle = true
while _G.toggle do
for _,v in pairs(vehicles:GetChildren()) do
if v:IsA"Model" then
if v.VehicleSeat.Values.Driver.Value == lp then
keypress(0x57)
v:SetPrimaryPartCFrame(originalcframe)
end
end
end
wait(1)
end
end)
info.Name = "info"
info.Parent = Main
info.BackgroundColor3 = Color3.new(1, 1, 1)
info.BackgroundTransparency = 1
info.BorderSizePixel = 0
info.Position = UDim2.new(0.130177513, 0, 0.763636351, 0)
info.Size = UDim2.new(0, 123, 0, 31)
info.Font = Enum.Font.SciFi
info.Text = "INFO click on me"
info.TextColor3 = Color3.new(1, 0, 0)
info.TextScaled = true
info.TextSize = 14
info.TextWrapped = true
-- Scripts:
function SCRIPT_QBFK87_FAKESCRIPT() -- Textautofarm.LocalScript
local script = Instance.new('LocalScript')
script.Parent = Textautofarm
function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
counter = 0
while wait(0.1)do
script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
counter = counter + 0.01
end
end
coroutine.resume(coroutine.create(SCRIPT_QBFK87_FAKESCRIPT))
function SCRIPT_OLHX71_FAKESCRIPT() -- info.LocalScript
local script = Instance.new('LocalScript')
script.Parent = info
script.Parent.MouseButton1Click:Connect(function()
wait(0.3)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "This Gui Made by TwitNeo ENJOY!";
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 :)";
})
wait(0.1)
print("TypicalRBLX admin loaded")
if game:GetService("Workspace").FilteringEnabled == true then
warn("FE is Enabled (Filtering Enabled)")
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Subscribe to TwitNeo";
Text = "Enjoy :smiley: ";
})
else
warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Sorry the this gui wont work here :(";
Text = "Filtering Disabled.";
})
end
end)
wait(0.3)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Gui Loaded Successfully!";
Text = "ENJOY AUTO FARM";
})
wait(0.1)
print("TypicalRBLX admin loaded")
if game:GetService("Workspace").FilteringEnabled == true then
warn("FE is Enabled (Filtering Enabled)")
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Subscribe to TwitNeo!";
Text = "Enjoy :smiley: ";
})
else
warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Sorry the this gui wont work here :(";
Text = "Filtering Disabled.";
})
end
end
coroutine.resume(coroutine.create(SCRIPT_OLHX71_FAKESCRIPT))