Sunday 17 July 2022

Offsets in Modmenu doesn’t work But it’s Working fine in Live Offset Patcher

I am Hacking a Game “Last Island of Survival ” But When I put offset directly in binary or Live Offset Patcher then it’s working but when I put it on modmenu tweak.xm file it doesn’t work. I used anothe game “Forward Assaults” offset in same modmenu its working fine but in “Last island of Suevival” game Offset not working. I tried to put offset in this formats 0x1xxxxxx (x represent offset) then it’s not working but if try to use in this format 0x12345 then game crash I installed this game with sideloadly using another identifier but i put both identifiers in testers.plist file. Modmenu show in game but functions not working. here offsets format in Tweak.xm void setup() { // Offset Switch with one patch [switches addOffsetSwitch:@"NoRecoil" description:@"All Guns Stable" offsets:{0x10194E1E0} bytes:{0xC0035FD6}]; // Offset Switch with one patch [switches addOffsetSwitch:@"Hide Tree" description:@"Remove all trees from map but need re-login" offsets:{0x1023E757C} bytes:{0xC0035FD6}]; // Offset Switch with one patch [switches addOffsetSwitch:@"Hide Grass " description:@"Remove all grass from map but might need re-login" offsets:{0x1019401CC} bytes:{0x1F2003D5C0035FD6}]; // Offset Switch with one patch [switches addOffsetSwitch:@"Hide Rocks &Buildings " description:@"Remove all rocks and buildings from map but might need re-login" offsets:{0x1023C56C0} bytes:{0x1F2003D5C0035FD6}]; // Offset Switch with one patch [switches addOffsetSwitch:@"Disable Monster Attack " description:@"All Monster Won't Attack you as long as you are alone in area" offsets:{0x101AE34A8} bytes:{0xC0035FD6}]; // Offset Switch with one patch [switches addOffsetSwitch:@"Disable Monster Movement " description:@"it will freeze all monster at one place as long as you alone " offsets:{0x101AE535C} bytes:{0xC0035FD6}]; // Offset Switch with one patch [switches addOffsetSwitch:@"Disable Tank " description:@"Tank Won't Kill you " offsets:{0x102382FB4} bytes:{0xC0035FD6}]; } @Zahir can you take a look here

from iOSGods RSS Feed https://ift.tt/gFT3IlX

No comments:

Post a Comment