Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/06/2021 in all areas

  1. someone gave me this a very long time ago..dont know if this what you need. TEST_PromptInput.lua it still has gg.sleep in it but this time around the second prompt in the script will not open until you tap GG logo.
    3 points
  2. gg.setRanges(gg.REGION_CODE_APP | gg.REGION_C_ALLOC | gg.REGION_C_DATA | gg.REGION_ANONYMOUS) it should be like this.
    2 points
  3. 1 point
  4. To pause a function there is library in lua called coroutine that permit you to suspend your code and resume at anytime. but the actual version of gg do not include this library, you will need to find a moded gg that include it
    1 point
  5. Better to just use gg.EXT_STORAGE.
    1 point
  6. man, I don't know where to find it!
    1 point
  7. Hi @HEROGAMEOfficial my device doesn't allow access to /sdcard/ so it got an error like in the picture! but can access the path /storage/emulated/0/ So I have a small suggestion: change the path to /storage/emulated/0/ if /sdcard/ is inaccessible!
    1 point
  8. X0 is the instance normally.You shouldnt edit instance directly. There must be a value loader. If your movement is at offset 0x3C of instance, for example, it'd be like that. MOV W8, #0x42C80000 --put float 100 into W8. STR W8, [X0,#0x3C] --put float 100 into offset 0x3C of instance RET The point is make sure you are editing the right offset.
    1 point
  9. Use their website or mail. Screenshot from Google Play: Same about VirtualXposed - create issue on GitHub. Link for GitHub present in file description here.
    1 point
  10. Ohh, okay, thank you so much Oh ya, that's what I needed, thank you so much, let me try the script and find out if it works for me, I guess it will cuz it sounds like the only exact solution as using loops for asking will cause unnecessary prompts and is inefficient. Tysm!!<3 Love ya bruh, no homo
    0 points
×
×
  • 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.