Skip to content

REVRBE/imgui-cheat-loader

Repository files navigation

imgui cheat loader base + XenForo authentication

mygif

Usage

https://github.com/noteffex/ImGui-Loader-Base <- credits to this guy

Basicly this repo, but I've added XenForo authentication which check the user/pass from server-side and returns rank on succesful login e.g. Admin/VIP/other rank name from XenForo. This essentially is made for authenticating subscriptions by checking the rank of the forum-user. If the correct rank is returned, then access to load cheat is given.

It works with default installation of XenForo.

  1. You need to put "login.php" file in your web-hotel (put it in standard XenForo folder) and update the database settings.
  2. Update a few lines of code and that should be all.

TO-DO on this project:

✅ Added XenForo support. (username, password & highest rank)

✅ Added nice colorways (Cinder + 6 custom ones)

❌ Add "days left" to rank VIP to track subscriptions. (or other rank)

✅ Added TLS/SSL encryption (btw... SHA-1 encryption on hashed passwords by default for XenForo)

❌ Add more customizations to the UI

Ways to avoid database breaches

Use a secure database password (it can be up to 128 characters - maybe even change it regularly)

Use a reliable/secure web-hosting

Add/make a script that notifies you with a mail to your personel/work mail-address when something fishy is going on in the database, so you can react quickly.

Maybe even change the hashing of passwords in XenForo from SHA-1 to SHA-256. (after taking a look at the XenForo src I think it's pretty easy to convert it to use SHA-256 instead)

If you really want to go all-in, then look up Cloudflare WAF

Personal Note

I don't know why, but instead of going to sleep I produced this.... :P

About

imgui cheat loader with XenForo/IPB forums support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published