Update SDK Offsets & Readme

This commit is contained in:
NightFyre 2024-01-25 10:06:23 -05:00
parent af6cae88ce
commit f31a5d866f
2 changed files with 30 additions and 19 deletions

View File

@ -4,20 +4,31 @@ modifying player data in the Player tab
Network cracking in the Exploit tab Network cracking in the Exploit tab
# Note: The master branch does not include visual # Note: The master branch does not include visual
# For player: # Player Features
SpeedHack - Modify Player Speed
AttackHack - Modify Player Attack Power
DefenseHack - Modify Player Defense Power
InfStamina - Infinite Stamina
ToggleInfAmmo - Infinite Ammo
# For exploit: # Exploits
SafeTeleport(You can choose the implementation for TP) - SafeTeleport(You can choose the implementation for TP)
HomeTP - HomeTP
AnywhereTP(It requires you to manually give a position) - AnywhereTP(It requires you to manually give a position)
ToggleFly - ToggleFly
DeleteSelf(Warning: After testing, it will delete your data on the server) - DeleteSelf(Warning: After testing, it will delete your data on the server)
GodHealth - GodHealth
Give EXP(Creadit:WoodgamerHD) - Give EXP (Credit: WoodgamerHD)
Give item(Creadit:Kaotic13) - Give Pal (Credit: Kaotic13)
# Spawn Pal - Spawn Pal
# AOBS
> GObjects: `48 8B 05 ? ? ? ? 48 8B 0C C8 4C 8D 04 D1 EB 03`
> FNames: `48 8D 05 ? ? ? ? EB 13 48 8D 0D ? ? ? ? E8 ? ? ? ? C6 05 ? ? ? ? ? 0F 10`
> GWorld: `48 8B 1D ?? ?? ?? ?? 48 85 DB 74 33 41 B0`
## External Library Credits
[Dear ImGui](https://github.com/ocornut/imgui)
[MinHook](https://github.com/TsudaKageyu/minhook)
[Dumper7](https://github.com/Encryqed/Dumper-7)
[DX11-Internal-Base](https://github.com/NightFyre/DX11-ImGui-Internal-Hook)

View File

@ -24,10 +24,10 @@ typedef unsigned __int64 uint64;
namespace Offsets namespace Offsets
{ {
constexpr int32 GObjects = 0x087B7100; constexpr int32 GObjects = 0x0879E000;
constexpr int32 AppendString = 0x02CDEF30; constexpr int32 AppendString = 0x02CC8CA0;
constexpr int32 GNames = 0x00000000; constexpr int32 GNames = 0x00000000;
constexpr int32 ProcessEvent = 0x02E610C0; constexpr int32 ProcessEvent = 0x02E4AE30;
constexpr int32 ProcessEventIdx = 0x0000004C; constexpr int32 ProcessEventIdx = 0x0000004C;
} }