Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/10/2019 in Posts

  1. Lord, what kind of kindergarten "can", "can not" ... Take and try. You won’t make libraries, the speed hack will work on the arm device.
    1 point
  2. Couple points about issues described in previous posts. If you are just starting the game there is a quest which determines you are beyond the "demo" period of the game, somewhere around the sewers. This triggers you to carry more than 100k gold without any issues. So if you change gold above 100k prior to this point in the game it will reset all of your items/stats to level 1 with a minimal amount of gold at next game load. Once you get past this quest you can increase gold to whatever you decide. As for an alternative to easily modify things in the game the .sav files are only base64 encoded, decode that make any value changes you like to the save and then encode again. A quick google search will provide encode/decode options. Enjoy making any change to the game you can desire. As a side I came here looking for a list of item id's if anyone has begun to compile one.
    1 point
  3. Frozen values from the search Search for the number 10. The first 7 results are frozen with a value of 8. gg.searchNumber('10', gg.TYPE_DWORD) local t = gg.getResults(7) for i, v in ipairs(t) do t[i].value = '8' t[i].freeze = true end gg.addListItems(t)
    1 point
×
×
  • 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.