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 :pepe023:
 
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:
Screenshot_3.png

Screenshot_2.png


Faq:
Screenshot_4.png


Dashboard Home:
Screenshot_5.png


User Manager:
Screenshot_6.png


Files Manager:
Screenshot_7.png

Screenshot_8.png

Screenshot_9.png

Screenshot_10.png


Key Manager:
Screenshot_11.png

Screenshot_12.png


User Keys/Redeem:
Screenshot_13.png

Screenshot_14.png


Reseller Form Page:
Screenshot_15.png

Screenshot_16.png


Reseller Page:
Screenshot_17.png


Profile Page (nfd):
Screenshot_18.png
 
Back
Top Bottom