Auto Guns Prison Life Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.
We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
getgenv().Getguns = true -- set the true to false to stop getting guns while Getguns do wait(0.5) local args = {[1] = workspace.Prison_ITEMS.giver:FindFirstChild("Remington 870").ITEMPICKUP}workspace.Remote.ItemHandler:InvokeServer(unpack(args)) wait(0.5) local args = {[1] = workspace.Prison_ITEMS.giver:FindFirstChild("AK-47").ITEMPICKUP}workspace.Remote.ItemHandler:InvokeServer(unpack(args)) wait(0.5) local args = {[1] = workspace.Prison_ITEMS.giver:FindFirstChild("M9").ITEMPICKUP}workspace.Remote.ItemHandler:InvokeServer(unpack(args)) end