Jump to content

Zahir

Cheater
  • Posts

    18,707
  • Joined

  • Last visited

Community Answers

  1. Zahir's post in iOSGods+ app hasn’t worked for over a week was marked as the answer   
    Hi @KingStevie,
    We apologise  for the inconvenience caused.
    At the moment we are having a shortage of certificates and being revoked left and right, which is making it difficult to provide new certificate for all the users.
    However, they are being rolled out gradually so you might want to check http://install.iosgods.com/ from time to time to see if you've gotten it.
    Thank you.
  2. Zahir's post in Chapters interactive stories was marked as the answer   
  3. Zahir's post in I received the email a few days ago that My iOSGods App+ has been fixed was marked as the answer   
    Hi @Jasonbourn,
    We apologise for the inconvenience.
    Most likely the certificate you were given has been revoked by Apple. Do check the page http://install.iosgods.com/ from time to time to see if you've gotten it back  
     
  4. Zahir's post in iOSGods App+ UDID Change was marked as the answer   
    Hello,
    Apologies for my late reply.
    There is a new way to request a UDID change now which is faster and mostly automated. Please head over to the UDID Transfers page and follow the instructions on-screen.
    Please note that you are only allowed one transfer during your one year subscription term time. This process may take a few hours for the transfer to complete. If you require assistance or more information, please read the iOSGods App+ FAQ.
    Kind regards,
    Zahir
  5. Zahir's post in Simpsons tapped out was marked as the answer   
    @Doxzy07 You need to use App+ or other signing service that does not change the game's bundle ID. 
  6. Zahir's post in [IDA] help me! was marked as the answer   
    il2cpp:0000000001207BB0                 SUB             W1, W0, W20
    change to ADD W1, W0, W20
  7. Zahir's post in Can't find Cookie run in the app was marked as the answer   
    Cookie Run: Kingdom VIP Hack | iOSGods No Jailbreak App Store
  8. Zahir's post in Modifying ARM 64 instruction (IDA) was marked as the answer   
    You can use
    MOV W0, #Number-Here MOV W0, #9999  
    If you want specific numbers like 88888, you need to do some manual calculation, but you can still store large values normally using MOV like powers of 2. Eg. 16777216
    You can try
    MOV W0, #44444 MOV W1, #2 MUL W0, W0, W1  
  9. Zahir's post in Registers (IDA PRO) was marked as the answer   
    Don't @ me for the meanings or what they are used for but those R/S/W/X are just registers but they have their own purpose and ofcourse size difference
    For example RX is for armv7 (32-bit arch)
    MOV R0, R7 is you move whatever is in R7 to R0
    ADD R0, R1, R2 is you take registers R1 and R2 and add them together and store the result inside R0

    Writing ARM Assembly (Part 1) | Azeria Labs (azeria-labs.com)
     
    W/X used in arm64 (64-bit), the difference I noticed is in the space it can hold as stated here

    So you can interchange between W/X depending on what you are storing, like long long you should use X since it goes beyond 32-bits
    MOV X0, X7, same as above
    ADD X0, X1, X2, same as above
     
    Coming to S/D , those are for floats/doubles. Both the arm32 and 64 have them but the syntax is a little different
    FMOV S0, S1, store S1 inside S0
    FADD D0, D0, D1, add D0+D1 and result inside D0
    You can learn about them here: Learn the architecture: AArch64 Instruction Set Architecture (arm.com)
     
  10. Zahir's post in Monthly buying for app+ was marked as the answer   
    Hi,
    You've probably misread it as it says:
    We only offer annual payments which equate to 2$ monthly to show the cheapness of the service.
    Regards, Zahir.
  11. Zahir's post in Iosgod appp+ auth was marked as the answer   
    Hi, you cannot stop the auth from popping up. Since the hack needs to verify your credentials at each launch.

  12. Zahir's post in binary file is very small was marked as the answer   
    Some games do not store their binary contents in the .app, check UnityFrameworks folder
  13. Zahir's post in How to dump global-metadata.dat with Il2CppDumper v6.4.12 and inject in IDA pro 7.2.181105 was marked as the answer   
    It's same process as you do, make sure you're using latest version of Il2CppDumper,
    File>Script File then find ida.py inside the dumped folder, then it will ask you to select your script.json file.
    So, instead of selecting just one file, you select two, one after another.
  14. Zahir's post in Unclear on my Vip+ Account?No VIP access! was marked as the answer   
    Hi @Mr.J3rkHAkD
    Payments are not automatic so you need to wait until Rook has approved your payment. It may take sometime to do when Rook is active.
    Thank you for the purchase.
  15. Zahir's post in Udid change please was marked as the answer   
    Hello,
    Apologies for my late reply.
    There is a new way to request a UDID change now which is faster and mostly automated. Please head over to the UDID Transfers page and follow the instructions on-screen.
    Please note that you are only allowed one transfer during your one year subscription term time. This process may take a few hours for the transfer to complete. If you require assistance or more information, please read the iOSGods App+ FAQ.
    Kind regards,
    Zahir
  16. Zahir's post in IDA pro binary/hex hacking Help was marked as the answer   
    I am not entirely sure about your questions but I assume this: offsets:{0x101BA51E8}          bytes:{0x0090261EC0035FD6}]; 
    already works. So you want to modify the IPA so it works for Non-Jailbroken users.
    If you want to modify the IPA, you need to get the binary and open it in some hex editor like HxD, etc.
    Then go to that offset (101BA51E8) in HxD, it may have different file address so better check in IDA at the bottom left address.
    Then if you compare the Hex-View in IDA and HxD, you will notice they should both be same. Put the hack hex in that address and save it. Then copy your new binary into IPA and it should work fine.
  17. Zahir's post in Switching Phones was marked as the answer   
    Hello,
    Apologies for my late reply.
    There is a new way to request a UDID change now which is faster and mostly automated. Please head over to the UDID Transfers page and follow the instructions on-screen.
    Please note that you are only allowed one transfer during your one year subscription term time. This process may take a few hours for the transfer to complete. If you require assistance or more information, please read the iOSGods App+ FAQ.
    Kind regards,
    Zahir
  18. Zahir's post in Apps/Games not open was marked as the answer   
    Please read our "iOSGods Jailed App Frequently Asked Questions & Answers" topic here: https://iosgods.com/topic/85362-iosgods-jailed-app-frequently-asked-questions-answers/
  19. Zahir's post in Can’t log into the app was marked as the answer   
  20. Zahir's post in help I typed the wrong udid!? was marked as the answer   
    Contact the administrator about your issue.
    Provide the necessary details to make the process faster.
    Thank you.
  21. Zahir's post in Is it possible was marked as the answer   
    Hi,
    iOSGods app currently does not support any android devices.
    Thank you.
  22. Zahir's post in Purchased but how to install iOSGods App+? was marked as the answer   
    You need to wait until your payment is manually verified by the admin. It may take up to few days.
    Do check your email for installation instructions or visit https://install.iosgods.com/
  23. Zahir's post in Filed to download iOSGods app + was marked as the answer   
    Hi, you need to wait until the admin verifies your payment. It may take couple hours when he is active to do it.
    If you don't receive it in few days, send him a PM.
    Also check your email for any unsuccessful payments.
    Thank you.
  24. Zahir's post in No Jailbreak IAP hack not working was marked as the answer   
    Hi @JamesCodesThings,
    IAP hack does not work on all games. Only make sure to enable the IAP hack switch.
  25. Zahir's post in Transfer the Pro version to another iphone? was marked as the answer   
    Hello,
    Apologies for my late reply.
    Please send a message to the Administrator titled "UDID Transfer" with your old UDID which can be found in your activation email and your new UDID.
    Please note that you are only allowed one transfer during your one year subscription term time. For more information, please read the iOSGods App+ FAQ.
    Kind regards,
    Zahir
×
  • 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