Jump to content

Leaderboard

Popular Content

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

  1. Yes. You can write script for that.
    2 points
  2. Maybe this would be useful, function rwmem(Address, SizeOrBuffer) assert(Address ~= nil, "[rwmem]: error, provided address is nil.") _rw = {} if type(SizeOrBuffer) == "number" then _ = "" for _ = 1, SizeOrBuffer do _rw[_] = {address = (Address - 1) + _, flags = gg.TYPE_BYTE} end for v, __ in ipairs(gg.getValues(_rw)) do _ = _ .. string.format("%02X", __.value & 0xFF) end return _ end Byte = {} SizeOrBuffer:gsub("..", function(x) Byte[#Byte + 1] = x _rw[#Byte] = {address = (Address - 1) + #Byte, flags = gg.TYPE_BYTE, value = x .. "h"} end) gg.setValues(_rw) end -- Usage: readedMem = rwmem(0xAABBCCDD, 128) -- Read 0xAABBCCDD with 128 size. rwmem(0xDDCCBBAA, readedMem) -- Write readedMem memory into 0xDDCCBBAA.
    1 point
  3. Injustice 2 apknite now has The Last Laugh Joker, Heartbreaker Harley Quinn, and Entangling Poison Ivy. Various bug fixes included.
    1 point
  4. Well, have found this mod: http://lenov.ru/games/28641-hustle-castle-fantasy-kingdom-v-092.html You always win the fights. It can get you a ban if other players see the replay and report you, but I think is safe to use it against the IA. EDIT: they have patched it and doesn't work anymore.
    1 point
  5. Name of Game: True Skate Play Store Link (If it's a paid app, the apk): Paid in Appstore of Amazone Version: 1.4.3 (build 50) What cheat? Health, xp, gold...: True Credits (xp) Have you tried cheating this game? What happened?: Yes. I've tried like everything. I've tried to find the number of True Credits in "auto" mod.. It find some and than when continued to search other one it doesn't found anything. Comments: Please let me know, if there's something I could do. It's extremely hard to reach that much True Credits (xp) to buy a god d*** color of wheels. Thank you guys!
    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.