This is the AMP version of this page.
If you want to load the real page instead, click this text.

Source Elixir Cheats, System.

HaloKokaine

Platinian
I developed the Elixir cheat system for SO2.

We're leaving the scene, so I'm releasing the source code of our system for anyone who wants to use it.
It includes the website, API, and Discord/Telegram bots. Make good use of it.

U can download here
 
I forgot to mention, to use it, you need to update the environment variables. (dotenv files)


The entire system was developed using Bun, but you can use NodeJS or any other runtime without issues.
You can run the projects individually by navigating to their folders and executing the following commands:


JavaScript:
bun dev -> dev mode


bun start -> prod mode


Or you can run the whole project from the root directory by typing:


JavaScript:
turbo dev -> dev mode


turbo start -> prod mode


We use PM2 to manage workloads, so you can edit the ecosystem files if you want to customize anything.
 
I'll show some screenshots of the system.


Some features include:
  • Login with Discord and Telegram
  • Key Management
  • User Management
  • File Management (your loader or executable file)

Home:



Faq:


Dashboard Home:


User Manager:

Files Manager:




Key Manager:


User Keys/Redeem:



Reseller Form Page:


Reseller Page:


Profile Page (nfd):