Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

AIO Premade Profiles

From GScripts
   
   ✨FULL PAGE COMING SOON!✨
   Development in progress

/* Shimmer animation */ @keyframes buttonShimmer {

   0% { transform: translateX(-100%) skewX(-15deg); }
   100% { transform: translateX(200%) skewX(-15deg); }

}

/* Icon pulse animation */ @keyframes iconPulse {

   0%, 100% { transform: scale(1); opacity: 1; }
   50% { transform: scale(1.1); opacity: 0.9; }

}

📥 Quick Start Guide & Suggestions

Using the Profiles

  1. Get File: Click the profile link in the "Download" column of the main table.
  2. Copy JSON: Select and copy all text from the following page.
  3. Save: Paste into Notepad and save as Your_Profile_Name.json in your GAIO directory. This is usually found in C:\Users\YOU\DreamBot\Scripts
  4. Run: In GAIO, select your profile from the dropdown menu and click Start.

💡 Tip: Always verify the enabled quests and required stats before starting.

Suggest a Profile

Have an idea for a new build? Share it on Discord!