Age Simulator Infinite Age + God mode

MADE BY ChickenOnAStrip#6969

FEATURE:

  • Infinite Age
  • God mode
  • .
  • NOTE:
  • Can’t attack while god mode on (edited)

SCRIPT:

--https://www.roblox.com/games/5890116343/Age-Simulator

getgenv().autoage = nil;
getgenv().godmode = nil;

local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()

local w = library:CreateWindow("Age Simulator") 

local b = w:CreateFolder("Main") 

function autofarmtoggle()
    spawn(function()
        while getgenv().autoage == true do
            game:GetService("ReplicatedStorage").Remotes.AgeUp:FireServer()
            game:GetService("ReplicatedStorage").Remotes.AgeUp:FireServer()
            game:GetService("ReplicatedStorage").Remotes.AgeUp:FireServer()
            game:GetService("ReplicatedStorage").Remotes.AgeUp:FireServer()
            game:GetService("ReplicatedStorage").Remotes.AgeUp:FireServer()
            game:GetService("ReplicatedStorage").Remotes.AgeUp:FireServer()
            wait() 
        end
    end)
end

b:Toggle("INF Age",function(bool)
    getgenv().autoage = bool
    if bool then
        autofarmtoggle();
    end
end)


function God()
    spawn(function()
        while getgenv().godmode == true do
            game:GetService("ReplicatedStorage").Remotes.toggleSafe:FireServer(true)
            

            wait() 
        end
    end)
end

b:Toggle("God Mode",function(bool)
    getgenv().godmode = bool
    if bool then
        God();
    end
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!