flowxrc / csgo-xenforo-loader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 97.6%Language:PHP 2.4%