Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/19/2023 in Posts

  1. Rewrite of the loop with inner loops with comments to main fixed issues (one mistake and one statement misplacement): local executable = {} for i = 1, #exe do local stringBytes = {} local startAddress = strPointer[i].value - 1 for j = 1, 150 do stringBytes[j] = {address = startAddress + j, flags = gg.TYPE_BYTE} end stringBytes = gg.getValues(stringBytes) local stringChars = {} for index, byte in ipairs(stringBytes) do local value = byte.value if value == 0 then -- comparison to string "0" is a mistake since value field is a number break end stringChars[index] = string.char(value & 0xFF) end local str = table.concat(stringChars) -- get final string only once after construction of table with characters is finished executable[i] = {address = exe[i].address, flags = gg.TYPE_DWORD, name = str} end gg.addListItems(executable)
    1 point
  2. Because people never read old replies, It's like a loop lol
    1 point
  3. that said. i found a way to hack HP. the value is in Float like say you use a character with 1200 HP. search it quickly before you make landing into battle(during parachuting). maximum edit would be 9999. as i found the game freeze if edit more than 9999. Ammo maybe the same too but i unable to try it as you said the game is very fast pace and chaotic.
    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.