Skip to content

authonpro/imgui-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authon ImGui Loader

A ready-to-compile ImGui (DirectX 9) loader with Authon authentication.

Features:

  • Login + License Key tabs
  • HWID auto-lock
  • File download by ID
  • Memory execution (RunPE)
  • Dark purple theme
  • No external dependencies (uses WinHTTP)

Quick Start

  1. Run setup.bat — downloads ImGui files automatically
  2. Open AuthonImGuiLoader.sln in Visual Studio 2022
  3. Edit loader.cpp — set your credentials:
#define APP_ID     "YOUR_APP_ID"     // From dashboard
#define API_KEY    "YOUR_API_KEY"    // From dashboard  
#define FILE_ID    "abc123"          // File to execute after auth
#define WIN_TITLE  L"My Loader"      // Window title
  1. Build (Release x64) → bin/Release/AuthonImGuiLoader.exe

Project Structure

sdk/imgui/
├── AuthonImGuiLoader.sln    ← Open this in VS
├── AuthonImGuiLoader.vcxproj
├── loader.cpp               ← Main source (edit this)
├── authon.h                 ← Authon C++ SDK
├── setup.bat                ← Run first (downloads ImGui)
├── imgui/                   ← Created by setup.bat
│   ├── imgui.h
│   ├── imgui.cpp
│   ├── imgui_draw.cpp
│   ├── imgui_tables.cpp
│   ├── imgui_widgets.cpp
│   ├── imgui_impl_win32.h/.cpp
│   └── imgui_impl_dx9.h/.cpp
└── README.md

Requirements

  • Windows 10+
  • Visual Studio 2022 (v143 toolset)
  • Windows SDK 10.0
  • Internet connection (for Authon API)

How It Works

  1. setup.bat downloads ImGui v1.91.8 source files
  2. Open .sln → Build → Run
  3. Loader connects to Authon API
  4. User authenticates (login or license key)
  5. After auth, downloads file by FILE_ID from Authon
  6. Executes payload from memory (no disk write)

Links

About

Authon ImGui Loader - Login, Register, License Key + File ID memory execution. Ready to compile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors