Drive World
1
_G.wl_key = 'b350d170910a43f28967300de29ade77e215b669'
loadstring(game:HttpGet('https://raw.githubusercontent.com/aerocontentdeliverynetwork/3456465f7453x447r76h86856233423645756354b/master/prod.lua'))()
2
--antiafk
task.spawn(function()
local vu = game:GetService("VirtualUser")
game:GetService("Players").LocalPlayer.Idled:connect(function()
vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
wait(1)
vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
end)
end)
-- Make floor
local Part = Instance.new("Part")
Part.Parent = Workspace
Part.Position = Vector3.new(-1713, 20000, 20110)
Part.Size = Vector3.new(2048, 5, 2048)
print(Part)
Part.Anchored = true
local base = true
-- i x 300 = money
local i = 300
-- find car
local name = game.Players.LocalPlayer
for _, v in pairs (game:GetService("Workspace").Cars:GetDescendants()) do
if v:IsA("ObjectValue") and v.Value == name and v.Name == 'Owner' then
print(v.Parent)
car = v.Parent
end
end
car:SetPrimaryPartCFrame(CFrame.new(-2126, 9070, 989))
-- function
local function dollas()
car.Main.Anchored = false
car:SetPrimaryPartCFrame(CFrame.new(-1544, 20005, 21125))
car.Main.Velocity = Vector3.new(0,0,-430)
wait(5)
end
-- loop
while i > 0 do
dollas()
i = i - 1
print(i)
end
-- stop
car.Main.Anchored = true
3
game:GetService("Workspace").Gravity = 500
for i, v in pairs(game:GetService("Workspace").Cars:GetChildren()) do
if tostring(v.Owner.Value) == game:GetService("Players").LocalPlayer.Name then
while wait(1) do
v.Main.CFrame = CFrame.new(0, 500, 0)
end
end
end
4
game.Workspace.Gravity = 196.2
local uis = game:GetService("UserInputService")
local holdingw = false
function boost()
for i, v in pairs(game:GetService("Workspace").Cars:GetChildren()) do
if tostring(v.Owner.Value) == game:GetService("Players").LocalPlayer.Name then
v.Main.DragForce.Force = v.Main.CFrame.LookVector * 10000
end
end
end
uis.InputBegan:Connect(function(inpt)
if inpt.KeyCode == Enum.KeyCode.W then
print("started w")
holdingw = true
end
end)
uis.InputEnded:Connect(function(inpt)
if inpt.KeyCode == Enum.KeyCode.W then
holdingw = false
end
end)
while wait() do
if holdingw then
boost()
end
end
5
local _, library = pcall(loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Osmium/main/OsmiumLibrary.lua")))
local window = library:CreateWindow("Drive World Farm By cursedv2#3199")
local tab = window:CreateTab("Farm")
local tabCredits = window:CreateTab("Credits")
local togglefarm = false
local pausedelay = 60
local farmvalue = false
task.spawn(function()
repeat task.wait() until not mouse.Target:FindFirstChild("AttachmentHighlight")
-- Code
end)
function delayactivate()
pcall(function()
task.spawn(function()
task.wait(pausedelay)
togglefarm = false
task.wait(4)
if farmvalue == true then
togglefarm = true
end
if togglefarm == true then
delayactivate()
end
end)
end)
end
local toggle = tab:CreateToggle("Farm", false, function (value)
if value == true then
delayactivate()
end
togglefarm = value
farmvalue = value
end)
local textbox = tab:CreateTextbox("Collect Money Delay (In seconds)", function(value)
pausedelay = tonumber(value)
end, "Write number here")
local button = tabCredits:CreateButton("Osmium Library", function()
pcall(function()
setclipboard("https://github.com/TrixAde/Osmium/blob/main/OsmiumLibraryDocumentation.md")
end)
end)
while true do
pcall(function()
if togglefarm == true then
game:GetService("Workspace").Gravity = 500
for i, v in pairs(game:GetService("Workspace").Cars:GetChildren()) do
if tostring(v.Owner.Value) == game:GetService("Players").LocalPlayer.Name then
v.Main.CFrame = CFrame.new(0, 500, 0)
wait(1)
end
end
else
game:GetService("Workspace").Gravity = 196.2
wait()
end
end)
end
Copy Scripts From Above Code Boxes & Paste Them into Script Executor
Please Disable Your Antivirus Before Using Roblox Scripts
If You Find Any Broken Script Please Contact us Through Comments
Comment Your Queries And Requests In The Specific Script Comment Box.