Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/27/2024 in Posts

  1. I tried but couldn't find anything. I think the best chance to get currency might be through the rewards from achievements IF you can find them.
    1 point
  2. Count used memory by target process with group by region type local t = gg.getRangesList() local out = {} for i, v in ipairs(t) do local prev = out[v.state] if prev == nil then prev = 0 end out[v.state] = prev + (v['end'] - v.start) end print(out)
    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.