Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

C++ Loader with LLA injection and authorization with xenforo api

Notifications You must be signed in to change notification settings

wiresnchains/csgo-xenforo-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

CS:GO Loader with XenForo Authorization

  • LoadLibraryA Injector
  • Basic Anti Debugger
  • XenForo Authorization
  • HWID Checks

Protection

  • AntiDebug
  • ErasePEheaders
  • String encryptor: xorstr

Client side setup

Compile - Release x86
Settings - headers/globals.hpp

Server side setup

Setup and sync config.php with globals.hpp
Upload the dll in your client folder (yes, it is confusing, there is a folder called "client" on server)
Setup mysql connection in loader.php file

$sql = mysqli_connect("host", "name", "pass", "database")

About

C++ Loader with LLA injection and authorization with xenforo api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published