Jump to content

aQReh

Senior Member
  • Posts

    119
  • Joined

  • Last visited

Everything posted by aQReh

  1. Hey guys, this is just a simple code collection of the main codes you need to mod ARM64. Since more and more games starting to add ARM64 instead of ARMv7, many people started to ask about the hex codes they need to mod it. Here the most important codes. [Hidden Content]
  2. Modded/Hacked App: Last Island of Survival By HK HERO ENTERTAINMENT CO., LIMITED Bundle ID: com.herogame.ios.lastdayrules iTunes Store Link: https://apps.apple.com/us/app/last-island-of-survival/id1463021419?uo=4 DIY Requirements: - Non-Jailbroken or Jailbroken iPhone/iPad/iPod Touch. - Decrypted IPA of Last island of survival - Sideloadly or iOSGods++ - In case of sideloadly the you will need Pc DIY Features: - Jailbreak detection bypass & ACE Warning bypass DIY Instructions: [Hidden Content] Cheat Video/Screenshots: N/A Credits: - aQReh
  3. Like this ? void setupMenu() { [menu setFrameworkName:"UnityFramework"]; menu = [[Menu alloc] initWithTitle:@"aQRehma" titleColor:[UIColor whiteColor] titleFont:@"Copperplate-Bold" credits:@"jerry.no tkeet\n\nEnjoy!" headerColor:[UIColor colorWithRed:0.72 green:0.13 blue:1.00 alpha:1.0]
  4. You mean in testers.plist file putting identifier? Yes I did that com.herogame.ios.lastdayrules
  5. I don’t know I got 1 from telegram but I think it’s Ted modmenu but I also tried ted2 modmenu too from GitHub both crash. But if I use 1x10 in offset then doesn’t crash but then options not working I am using checkrain
  6. I tried this method. But after removing leading 10 from offset then game crashing after opening
  7. @Rook is 0x1xxxx format necessary for offset ? I mean in live offset patcher 0x1 is not required it work directly and if I put 0x1 in live patcher it doesn’t work
  8. Offsets are not wrong I copy same offset from live patch after test and save it Is all game have same offset format like 0.1xxxxx ( x represent offset ) or different ?
  9. Yes. It’s correct version offset and as I mention above it’s working fine in live offset patcher Actually that’s why I asked for iosgod modmenu template other day I thought it’s modmenu problem but I tried another game offset and it’s working but not this game.
  10. 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
  11. @Zahir Hello Bro 

    i need help. When I put offset directly in binary it works but when I put it on modmenu it doesn’t work. Please help. I used anothe game offset in same modmenu it work fine but this game not working.  
     

    I installed this game with sideloadly using another identifier but i but both identifiers in testers.plist file. Modmenu show in game but functions not working

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines