Jump to content

zolotov_official0

Ascended
  • Posts

    35
  • Joined

  • Last visited

1 Follower

Additional Information

  • Android
    10.x
  • Device
    bluestacks
  • Service provider
    Other

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zolotov_official0's Achievements

  1. Script ended: Loading time 100000 load list -> 0.00000000000000007 Loading time 100000 setValues -> 5699.009999999902684 Before arguing, you yourself should raise the level of knowledge.
  2. why do you continue to use these ancient methods of patching, there are loadlists that are faster and easier to update and take less code and are more amenable to obfuscation
  3. this is a method offset NOT a field.
  4. I have offsets in il2cpp, this is not a search in some kind of anonymus
  5. buddy what kind of freeze is it generally a change in the library where the values cannot be returned, I have not so much a noob question lol.
  6. no. i have no problems with dump or patch of functions, once again i have a problem that the function will work only if it is run in the game lobby if i try to run this function already in the game then i will not see the result, i.e. the game in the lobby creates certain parameters that cannot be changed in the game. My question is how can I change these settings in the game and not in the game lobby.
  7. Standoff 2 game, update method hook I saw on Lover1500 channel like this
  8. There is a game in which functions only work if they are included in the lobby, I know that you can somehow hook the Update() methods in the right classes so that the functions are launched not only in the lobby, please explain.
  9. you can look in the dump for something like isPremium and return true.
  10. zolotov_official0

    script decoded

    any lua disassembler, i use sstool
  11. in GG settings set freeze interval to 0 (default is 33000).
  12. gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber('1072861020;152727:21', gg.TYPE_DWORD) gg.refineNumber('152727', gg.TYPE_DWORD) local dwordNumber = gg.getResults(gg.getResultsCount()) local qwordNumber = {} qwordNumber[1] = {} qwordNumber[1]['flags'] = gg.TYPE_QWORD qwordNumber[1]['address'] = dwordNumber[1]['address'] + 0x28 qwordNumber = gg.getValues(qwordNumber) gg.clearResults() gg.searchNumber(qwordNumber[1]['value'], gg.TYPE_QWORD) local get = gg.getResults(2700) print(get) could write myself.
×
×
  • 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.