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: Difference between revisions

From GScripts
Ben (talk | contribs)
No edit summary
Ben (talk | contribs)
No edit summary
 
Line 168: Line 168:
}
}
</div>
</div>


{| class="wikitable" style="width: 90%; margin: 20px auto; background: linear-gradient(165deg, #121225 0%, #0a0a15 100%); color: #f0f2ff; border-radius: 16px; overflow: hidden; box-shadow: 0 15px 35px rgba(10, 20, 80, 0.2); border: 1px solid rgba(100, 150, 255, 0.15);"
{| class="wikitable" style="width: 90%; margin: 20px auto; background: linear-gradient(165deg, #121225 0%, #0a0a15 100%); color: #f0f2ff; border-radius: 16px; overflow: hidden; box-shadow: 0 15px 35px rgba(10, 20, 80, 0.2); border: 1px solid rgba(100, 150, 255, 0.15);"

Latest revision as of 14:17, 21 December 2025

   
   ✨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!