Skip to content

k-i-o/IL2CPPBaseByKio

Repository files navigation

START THE REPO TO SUPPORT ME ⭐⭐⭐

image

New Base By Kio For Il2CPP Unity Game Hacking

Youtube Channel: https://www.youtube.com/@kiocode

Feature already implemented:

  • ImGui
  • Hooking
  • UNIVERSAL ESP
  • UNIVERSAL ESP CHARM
  • UNIVERSAL Box ESP
  • SEMIUNIVERSAL Skeleton ESP
  • Basic UNIVERSAL Aimbot (also with FOV)
  • Basic Inspector Components
  • Mouse Force Drawer
  • Camera FOV Changer
  • Crossair Drawer

image

Installation

  1. Clone the repo with git clone https://github.com/k-i-o/IL2CPPBaseByKio
  2. If you doesn't need Lua, just remove:
    • The luaaa.hpp inside Libraries
    • Delete the function DrawLuaEditor inside Core > Utils.h
    • Remove #include <lua.hpp> from Core > Variables.h and delete the namespace called Lua
    • In the main.cpp:
      • Remove #include <Libraries/luaaa.hpp>
      • Remove using namespace luaaa;
      • Remove if (Lua::LuaState != NULL) and the content
      • Remove void bindToLUA(lua_State* L) inside the function HandleInputs
      • Remove Lua::LuaState = luaL_newstate(); luaL_openlibs(Lua::LuaState); bindToLUA(Lua::LuaState); inside Setup.
    • OR YOU CAN JUST DOWNLOAD VCPKG FOLLOWING JUST THE FIRST STEP OF THIS GUIDE HERE and writing in the cmd set VCPKG_ROOT="C:\path\to\vcpkg" and set PATH=%VCPKG_ROOT%;%PATH% (restart Visual Studio, in the properties of the project > vcpkg set yes on use manifest and build lib statically. Try to build, download will start)

Usage

BEFORE BUILD MAKE SURE OF THESE VISUAL STUDIO CONFIG

BUILD MODE: RELEASE

screenshot1

PROJECT PROPERTIES:

  • Configuration type: DLL
  • Platform Toolset: Your latest (v143 VS2022 suggested)
  • C++ Language Standard: ISO C++ 20 Standard screenshot2

PROJECT ADVANCED PROPERTIES:

screenshot3

Credits

SneakyEvil For The Resolver - https://github.com/sneakyevil/IL2CPP_Resolver &

RDBO For His ImGui DX11 Hook - https://github.com/rdbo/ImGui-DirectX-11-Kiero-Hook &

Idol For His First Base - https://github.com/IdolTheDev/Il2CPP-Base

About

New Base By Kio For Il2CPP Unity Game Hacking. Lua Implementation, UNIVERSAL: ESP Snapline, ESP Box, ESP Skeleton, Chams, Aimbot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published