jailbreak script pastebin money --Subscribe to Flufstar _Official for Daily Hacks and Exploits!! -- https://www.youtube.com/flufstar _official --[[ Welcome to AutoRob V1.1! AutoRob is a little grinding tool developed by PlutoGFX to automatically generate money. It's pretty simple on paper: THE BANK OPENS -> Enter the bank jailbreak script pastebin money How to dowload it? jailbreak script pastebin money -> Place the explosives -> Collect the money -> Escape This script attempts to automate that process, leaving you with plenty of spare money in your pockets! I hope that you find this useful and tune in for future updates! \/ SCROLL DOWN FOR CHANGELOG \/ jailbreak script pastebin money How to get it for free? jailbreak script pastebin money CHANGELOG V1 +Created AutoRob +Successfully Automated Bank Robbery V1.1 +Optimized Writing to The 'Status' TextLabel +Detects If Player is Criminal / Prisoner, and NOT Police +Automatically Escapes If Police Get Too Close jailbreak script pastebin money How to get it for free? jailbreak script pastebin money -Removed The "Placing Dynamite" Portion =Left The "Placing Dynamite" Portion Commented V1.2 TODO: Detect If Player is Criminal / Prisoner, and NOT Police TODO: Check For Guards Entering the Bank to Escape Quickly TODO: Check If Automated Process is Interrupted TODO: Basic Bug Fixes TODO: Optimize. Optimize. Optimize. jailbreak script pastebin money How to get it for free? jailbreak script pastebin money ]] function Get(model) return game:GetService'Workspace'[tostring(model)]:GetChildren()[1].Extra:FindFirstChild'Sign'.Decal; end function goto(x, y, z) game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, y, z) end jailbreak script pastebin money How to use it? jailbreak script pastebin money function Scan(Start, End) Result = {} Box = Region3.new(Start, End) for _,Part in pairs(game.Workspace:FindPartsInRegion3(Box,nil,100)) do if Part.Parent ~= nil then if Game:GetService("Players"):findFirstChild(Part.Parent.Name) then if Part.Parent.Humanoid ~= nil then table.insert(Result, Game:GetService("Players"):WaitForChild(Part.Parent.Name)) end jailbreak script pastebin money How to get it? jailbreak script pastebin money end end end return Result end local toggle = false; local PlutoGUI = Instance.new("ScreenGui") PlutoGUI.Name = "PlutoGUI" jailbreak script pastebin money How to dowload it? jailbreak script pastebin money PlutoGUI.Parent = game.CoreGui PlutoGUI.ResetOnSpawn = false ------- local Main = Instance.new("Frame") Main.BackgroundColor3 = Color3.new(0.647059, 0.643137, 0.654902) Main.BorderColor3 = Color3.new(1, 1, 1) Main.BorderSizePixel = 2 Main.Position = UDim2.new(0, 22, 0, 500) Main.Size = UDim2.new(0, 200, 0, 150) Main.ClipsDescendants = true jailbreak script pastebin money How to use it? jailbreak script pastebin money Main.Draggable = true Main.Parent = PlutoGUI ------- local Title = Instance.new("TextLabel") Title.Active = true Title.BorderColor3 = Color3.new(1, 1, 1) Title.BorderSizePixel = 2 Title.Name = "Title" Title.Size = UDim2.new(0, 200, 0, 25) Title.Font = Enum.Font.Legacy jailbreak script pastebin money How to get it for free? jailbreak script pastebin money Title.FontSize = Enum.FontSize.Size10 Title.Text = "PlutoGFX's AutoRob | OFF" Title.Parent = Main ------- local Status = Instance.new("TextLabel") Status.Active = true Status.BackgroundTransparency = 1 Status.BorderColor3 = Color3.new(1, 1, 1) Status.BorderSizePixel = 2 Status.Name = "Status" jailbreak script pastebin money How to use it? jailbreak script pastebin money Status.Position = UDim2.new(0, 0, 0, 30) Status.Size = UDim2.new(0, 200, 0, 50) Status.Font = Enum.Font.Legacy Status.FontSize = Enum.FontSize.Size10 Status.Text = "Currently Off" Status.Parent = Main ------- local Toggle = Instance.new("TextButton") Toggle.Active = true Toggle.BorderColor3 = Color3.new(1, 1, 1) jailbreak script pastebin money How to get it for free? jailbreak script pastebin money Toggle.Name = "Toggle" Toggle.Position = UDim2.new(0, 25, 0, 90) Toggle.Selectable = true Toggle.Size = UDim2.new(0, 150, 0, 50) Toggle.Style = Enum.ButtonStyle.Custom Toggle.Font = Enum.Font.Legacy Toggle.FontSize = Enum.FontSize.Size14 Toggle.Text = "Turn ON" Toggle.Parent = Main Toggle.MouseButton1Down:connect(function() jailbreak script pastebin money How to dowload it? jailbreak script pastebin money if(toggle==true) then toggle = false; Title.Text = "PlutoGFX's AutoRob | OFF" Status.Text = "Currently Off" Toggle.Text = "Turn ON" else if(game:GetService('Teams').Police == game:GetService('Players').LocalPlayer.Team) then Status.Text = "Join Prisoner Team" wait(3) Status.Text = "Currently Off" jailbreak script pastebin money PasteShr jailbreak script pastebin money return end toggle = true; Title.Text = "PlutoGFX's AutoRob | ON" Status.Text = "Waiting..." Toggle.Text = "Turn OFF" end end) print("\n\n-------------------------\nAutoRob V1 by PlutoGFX loaded!\n-------------------------\n\n"); jailbreak script pastebin money How to use it? jailbreak script pastebin money local bank = Get('Banks') bank.Changed:connect(function(prop) if(toggle) then if prop == 'Transparency' then if bank.Transparency ~= 0 then Status.Text = "Bank is Open" wait(3) Status.Text = "Triggering Alarm" if(toggle) then goto(42, 18, 850) end jailbreak script pastebin money How to dowload it? jailbreak script pastebin money wait(3) --Status.Text = "Placing Dynamite" --if(toggle) then goto(32, 2.6, 818.5) end --wait(15) Status.Text = "Looting the Bank" if(toggle) then goto(23, 0.5, 801.5) end local i = 0 while(i<6) do wait(5) area = Scan(Vector3.new(30, 3.5, 825), Vector3.new(100.5, 0.5, 808)) jailbreak script pastebin money PasteShr jailbreak script pastebin money for i,v in pairs(area) do if(game:GetService('Teams').Police == v.Team) then i = 6 end print(v.Name) end i = i + 1 end Status.Text = "Escaping" if(toggle) then goto(226.5, 18, 1585.5) end jailbreak script pastebin money How to use it? jailbreak script pastebin money wait(3) Status.Text = "Completed Cycle!" wait(3) Status.Text = "Waiting..." end end end end) jailbreak script pastebin money