local ImGui = loadstring(game:HttpGet("https://pastefy.app/czPZT6PG/raw", true))() local Window = ImGui:Begin({ Name = "Pop For Free", Width = 220, Height = 250 }) Window:Text("Farming"); Window:Button("Auto Farm"):Connect(function() loadstring(game:HttpGet("https://pastefy.app/dNZg93UQ/raw"))() end) Window:Button("Auto-delete Pop FX"):Connect(function() loadstring(game:HttpGet("https://pastefy.app/2C8JaSqq/raw", true))() end) Window:Seperator(); Window:Text("Misc"); Window:Button("Anti-AFK"):Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/juywvm/-Roblox-Projects-/main/____Anti_Afk_Remastered_______", true))() end) Window:Button("AutoClicker"):Connect(function() loadstring(game:HttpGet("https://pastefy.app/oPHdlHHN/raw"))() end) Window:Button("Auto reset"):Connect(function() loadstring(game:HttpGet("https://pastefy.app/WGynR32L/raw"))() end) Window:End()