0% found this document useful (0 votes)
67 views3 pages

Auto Rob Script for Roblox Game

The script is designed for a Roblox game, automating the process of robbing in-game items and teleporting between servers. It checks for the player's character and humanoid, then initiates the auto-rob feature if not already loaded. The script continuously searches for robbery opportunities and teleports the player to different servers to maximize efficiency in collecting items.

Uploaded by

aleatorioofc2349
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views3 pages

Auto Rob Script for Roblox Game

The script is designed for a Roblox game, automating the process of robbing in-game items and teleporting between servers. It checks for the player's character and humanoid, then initiates the auto-rob feature if not already loaded. The script continuously searches for robbery opportunities and teleports the player to different servers to maximize efficiency in collecting items.

Uploaded by

aleatorioofc2349
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

repeat wait() until game:IsLoaded()

repeat wait() until [Link]


repeat wait() until [Link]:FindFirstChild("Humanoid")
repeat wait() until
[Link]:FindFirstChild("HumanoidRootPart")

if _G.AutoRob == true then warn("Auto Rob already loaded.") return nil end

_G.AutoRob = true
queue_on_teleport("loadstring(game:HttpGet('[Link]
NtReadVirtualMemory/Open-Source-Scripts/refs/heads/main/Mad%20City%20Chapter%201/
Auto%[Link]'))()")

function shop()
local a,b = pcall(function()

local servers = {}
local req = request({Url =
"[Link]
sortOrder=Desc&limit=100&excludeFullGames=true"})
local body = game:GetService("HttpService"):JSONDecode([Link])

if body and [Link] then


for i, v in next, [Link] do
if type(v) == "table" and tonumber([Link]) and
tonumber([Link]) and [Link] < [Link] and [Link] ~= [Link] then
[Link](servers, 1, [Link])
end
end
end

print(#servers)
if #servers > 0 then

game:GetService("TeleportService"):TeleportToPlaceInstance([Link],
servers[[Link](1, #servers)], [Link])
else
if #[Link]:GetChildren() <= 1 then
[Link]:Kick("\nRejoining...")
wait()
game:GetService("TeleportService"):Teleport([Link],
[Link])
else

game:GetService("TeleportService"):TeleportToPlaceInstance([Link],
[Link], [Link])
end
end

end)

print(a,b)

if not a then
shop()
end

[Link](function()
while wait(5) do
shop()
end
end)
end

wait(0)

[Link]:FindFirstChild("Humanoid").Died:Connect(function
()
shop()
end)

if [Link]:FindFirstChild("TeleportEffect") then
[Link]:Destroy()
end
local function tp(x,y,z)
[Link] = false
[Link] = 1
[Link] =
[Link]
[Link]()
[Link] = [Link](1231.14185, 51051.2344,
318.096191)
[Link] = 0
[Link] = true
[Link]()
for i = 1, 45 do
[Link] =
[Link](x,y,z)
[Link]()
end
end

local MiniRobberies = {
"Cash",
"CashRegister",
"DiamondBox",
"Laptop",
"Phone",
"Luggage",
"ATM",
"TV",
"Safe"
}
local function getevent(v)
for i, v in next, v:GetDescendants() do
if not v:IsA("RemoteEvent") then continue end
return v
end
end

local function getrobbery()


for i, v in next, [Link]:GetChildren() do
if not [Link](MiniRobberies, [Link]) then continue end
if v:FindFirstChild("Nope") then continue end
if not getevent(v) then continue end
return v
end
end

tp(-82, 86, 807)


[Link](0)
for i,v in pairs([Link]:GetChildren()) do
[Link](function()
for i = 1,5 do
[Link]:FireServer(v)
end
end)
end
[Link](0)
tp(2115, 26, 420)
[Link](1)
repeat
local robbery = getrobbery()
if robbery then
for i = 1, 20 do
[Link] =
[Link](robbery:GetPivot().Position.x,robbery:GetPivot().Position.y +
5,robbery:GetPivot().Position.z)
getevent(robbery):FireServer()
[Link]()
end
end
until getrobbery() == nil

[Link](1)

shop()

You might also like