mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
Merge pull request #17 from xCENTx/ClientUpdate-13269235
Update SDK Offsets & Readme
This commit is contained in:
commit
218e03c487
43
README.md
43
README.md
@ -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)
|
6
SDK.hpp
6
SDK.hpp
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user