Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 04/17/2024 in all areas

  1. There is good chance that in some cases it may work by allocating as many pages as needed one after another. Example implementation: local PAGE_SIZE = 0x1000 function allocateConsecutivePages(count, mode, address) count = count or 1 mode = mode or gg.PROT_READ | gg.PROT_EXEC address = address or 0 local firstPageAddress = gg.allocatePage(mode, address) if type(firstPageAddress) == "string" then return firstPageAddress end for i = 1, count - 1 do local desiredPageAddress = firstPageAddress + i * PAGE_SIZE local pageAddress = gg.allocatePage(mode, desiredPageAddress) if pageAddress ~= desiredPageAddress then -- failed to allocate page right after previous one, handle as needed end end return firstPageAddress end
    2 points
  2. Version v02

    526 downloads

    You can Quickly edit lib offsets for testing hacks. Or search Public Class Field Offsets. Enter lib Offset or Method Name Select Edit Option Enter Value (Int,Float,Double,Long) Copy Arm Hex or "Script it" Perfect to quickly and easily test offsets from dump.cs Works on all lib types, Not Just Unity/libil2cpp Script is Online for easy updates. Open Source / Not Encrypted
    2 points
  3. Version 3.8.0

    4,697 downloads

    Features : • Skill Hack (Default SAS Skills) - Reload Speed. - Fast Movement. - Toughness. - Recovery Time. - Health Regen. - Pay Grade. - Body Armor Expert. - Energy Boost. - Energy Regen. - Field Supplies. - Grenade Damage. - Critical Shot. • Skill Hack (Assault) - Overpowered Adrenaline. - Overpowered Killing Spree. • Skill Hack (Medic) | Coming Soon • Skill Hack (Heavy) | Coming Soon • Skill Hack (Global Character) - Long Skill Duration [Except Medic] - No Skill Cooldown. - No Skill Energy Cost. [NEW] • Mastery Hack - Set Mastery Level To Max. - High Mastery Bonus. • Weapon Hack - High Crit DMG/Chance Bonus. - High Pierce. [Coming Soon] - High Rocket Explosion Radius. [Coming Soon] - High AOE. [Coming Soon] • Others - God Mode. - No-Clip. - F.O.V. If you face some problems with the script contact me via telegram. Game Link
    1 point
    A really nice mod and the creator is an awesome guy ... Thanks for helping me solve the internet problem again
    1 point
  4. Hi, try using vpn and maybe it'll solve your problem.
    1 point
  5. The script needs update, version 2.4.10, by the way thank you for description.
    1 point
  6. Example i tested on game hide online
    1 point
  7. for version 1.44.2.f2565 x64bit it's not perfect, but should be enough for you to get some hacks with CriticalOps=DUMP(1.44.2.f2565)[x64].txt
    1 point
  8. The values in the game are not encrypted, the data type is "Dword", the search region is "Anonymous". Find the value that is responsible for the character's level, add the address to the save list and make an offset of 8. This way you will get two values that are responsible for the level of the character and for the level of equipment.
    1 point
  9. Version 1.0.0

    187 downloads

    Simple script will get the registration offsets for code and metadata. Allows you to copy offsets to your clipboard
    1 point
  10. I reason is i have to write some code which is longer then 4kb , using your concept i can write the code. But what happened is i had to write a jump code at the end of 4kb to another allocated space, so i was wondering if there was any way to allocate an continues block of memory more then 4kb. But turns but there isn't such option. I think i will move forward with jump code. Thank you
    1 point
  11. I don't believe that's directly possible, but you can allocate as many pages as you need and chain them together. To do this calculate how many pages you need by dividing by 4KB, and in a loop allocate a block and add the return address of the allocated block to a list. You can then combine all of your memory into a table of values by looping over the list and adding the 1000 values (taking the start address and adding 4 each time, 1000 times) to the table for each address. If you don't understand, I can code that for you - it's pretty simple to do. Though I wonder what you're writing to memory that takes so much space? An image or save code, or something?
    1 point
  12. Do you just mean multiplication? Or do you want to add the value N separate times, with a pause in between? For the latter, you could write a simple script, like this: N = 10 -- how many times add = 100 -- value to add on every time timebetween = 1000 -- how long to wait between times (milliseconds) values = gg.getResults(gg.getResultsCount()) for _ in N do for i in values do values[i].value = values[i].value + add end gg.sleep(timebetween) end
    1 point
  13. write this in QWORD 00 00 A0 E3 1E FF 2F E1r
    1 point
  14. Yes. They are all pointers... You need to follow the pointer to see the "value".
    1 point
  15. Version 1.7.0

    219 downloads

    You can see the answer and gain an advantage over the player. 2022/11/05 Checked 4.0.9 renewal
    1 point
  16. So I believe this game already has all your dice rolls calculated for your account. Server already knows where you'll land on your next roll. I believe minigames, outcomes are already determined before you even land on them (pre determined like all your dice rolls). Wouldn't it be nice to know how much your next roll would've won, then you would've done multiplier to maximize....... Well, that's just what this is going to be about. To see your future rolls/minigames, you'll have game open and switch to offline mode. Using a root file explorer navigate to here: /data/data/com.scopely.monopolygo/files/ Each turn you take a file is generated, something like this: 48d4483b70674c02951ddfd3a289f5d7.ca When you reconnect, it'll send these and get your account synced. If you get prompted no connection, you can click back to remove message and tap roll really quick. So you can roll indefinitely and write down/log all your rolls. Even if you stay on one board logging it all. When you switch to a new board, your dice roll continues. Not like a new board, new roll pattern. When you land on a spot that gives a good size reward. You can delete those .ca files, close, restart game online and use max multiplier to really bonus up those wins. Bank Heist, don't think you had a chance of picking the right combination.... No matter where you selected, what flips over, will always be same when you play it again. So if I flipped coin, ring, cash, cash, ring, cash. When I go to play again, it's going to be that exact order. See attached video. I'm honestly really disappointed in my findings with this developer. It feels like a scam of a game and you're not really "playing". It's basically scripted and if you do x1, x5, x10 at ideal times, that's about the only user "input" that seems to have a chance on the outcome. mobizen_20230426_211255.mp4
    1 point
  17. For coins set memory range to Anonymous. Click on screen to buy coins (as in pic) and search 1150;175000::5 (dword). Edit 175000 to 999999999 and 1150 to 0 (making it a minus doesn't gain gems). I'll keep trying for gems and hearts.
    1 point
  18. 1 point
  19. the video is very good, a pity that for famous games it is easy to detect (free fire, pubg, cod), at least in my tests here ... but it works very well in simple games
    1 point
  20. All complains write to https://forum.cheatengine.org/
    1 point
  21. You always can try use Cheat Engine (or another tool) for understand: GG is not as bad as it could be.
    1 point
  22. aah i remember using it years ago before GG was like now. very old school, there were several similair modification tools, at that time Game Hacker was the best for me, they dont update it anymore but it was very similair then GG at that time, talking about 2013 or 2014, old times for reall, when it was only you looking for a value and editing it haha ya had to make like videos explaining people how to find the hack, look enyby how advanced GG becaume we can make like or own scripts so everyone can use it, genius team
    1 point
  23. PC not need. https://cheatengine.org/download/CheatEngine.apk
    1 point
  24. requires pc? and where you get the second icon cheat engine that you press second?
    1 point
  25. Game link:- https://play.google.com/store/apps/details?id=com.ubisoft.invincible.guardians.globe.idle.superhero.rpg.battle.afk It's easily hackable you could change the value of character levels Can anyone make a script for this
    -1 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.