Jump to content

under_score

Contributor
  • Posts

    232
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by under_score

  1. maybe try to reinstall gameguardian. seems like a f1vm issue, try to tap reset the sandbox in f1vm
  2. open gameguardian inside of f1vm Or maybe f1vm is corrupt, try to uninstall f1vm and install it again
  3. use https://gameguardian.net/forum/files/file/2941-field-offset-finder/
  4. actually Hacking online games is **not** illegal, its only illegal if ypu hack the server
  5. You have to open the game first, then tap on gameguardian
  6. use f1vm, I think its the only one working on android 13
  7. that is impossible, that menu will always appear if the script needs internet
  8. this is because the architecture of the libraries. pcs use x86 and x86_64 phones use armeabi-v7a and armv8-64a i think you can delete the libs and make speedhack work in a emulator How to remove arm libs from apk - fix game work on x86 emulators - Solid Explorer, ZArchiver (#5vshvz7r)
  9. thats just how technology works. you cant expect a 7 year old phone to have the best performance. Edit: thats like going to a computer shop and complaining that your 7 year old computer cant run the latest AAA games at max graphics
  10. android 6.0 was released in 2015 (7 years ago) i think you need to buy a newer phone
  11. buy a phone with more ram
  12. change "data in the ram" to yes in gameguardian
  13. because it says "percent" in the name of the function.
  14. send logcat How to collect logcat (#c1aa00vp)
  15. but are you using a Virtual Space? use this app https://play.google.com/store/apps/details?id=com.joeykrim.rootcheck try this app x8sandbox
  16. are you sure you are rooted and not using a virtual space? try this app https://play.google.com/store/apps/details?id=com.joeykrim.rootcheck
  17. go to the first tab tap run superuser command select where the su binary is located
  18. .rodata is just a alias for .data in nasm. .data is not writable. but i think .bss is writable
  19. thats not how Executable & Linkable Format (the executable type used by linux and Android ) works all functions must be in the .text segment (xa in gg) because of how permissions work in linux/Android: (r = readable, w=writable, x = executable) .text: r-x, meaning it can be read and executed, but not written .data: r, meaning it can only be read, not executed or written if you try to place a function (label) on .data, its not going to work, because the kernel sees that its not executable
  20. it depends on how the game is coded, sometimes you can hack cash,xp,etc but most times you cant i know how to hack cash in a multiplayer game callled ace fighters
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.