Git Product home page Git Product logo

il2cppbasebykio's Introduction

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

il2cppbasebykio's People

Contributors

k-i-o avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.