gir489
gir489
### Problem Here's some code from my personal repo I noticed you don't have. RECIEVE_CLONE ``` class netSyncTree { public: char pad_0000[48]; //0x0000 class netSyncTreeNode* m_sync_tree_node; //0x0030 }; //Size: 0x0038...
**Describe the bug** Chinese and other non-US based VPNs are being labled as US based VPNs. **To Reproduce** Steps to reproduce the behavior: 1. Login to 0x0a71ef8ddc85 2. China **Expected...
https://github.com/swordbluesword/PalWorld-NetCrack/blob/master/src/Menu.cpp#L135 You are using a case and switch statement, but do not use the break statement after each case. This causes the compiler to fall through to the next case...
I'm trying to update this for the XBOX version, and I'm having trouble finding all the offsets. config.h had offset_Tick which is 0x29A4CE0 and SDK.hpp had GObjects, AppendString and ProcessEvent...
For some reason, you have https://github.com/swordbluesword/PalWorld-NetCrack/blob/master/src/Menu.cpp#L174 ItemName with no space. This causes this field and several others to not show. Simply changing it to Item Name fixes this window.
PINKY SWEAR
### Which feature When writing scripts, usually they are hard-tied to global indexes that are only relevant to one update. To prevent them from running against newer update, the metadata...
### Describe the bug Players that are either in very fast cars or flying seem to have their ESP flicker and move. ### Steps To Reproduce https://www.youtube.com/watch?v=W_jhhotBoiQ (The box's further...
### Which feature The aimbot uses SendInput to move the view around, when it could instead set the view angles manually, and not shake like it has Parkinson's. ### Reason...