How does one make loot drop cheats like 100% rare loot drop or increase loot drops from enemies.
I seen this option in some trainers and I don’t know how I would start to make one
Any idea guys?
How to make loot drop cheat
Re: How to make loot drop cheat
Probably find the address of an item in your inventory -> find what accesses address -> pickup more of item -> backtrace until you find where the drop rate is accessed -> write your hook.
ucrtbase.rand is commonly used to randomize rolls. Go to View -> Referenced Functions -> check for it. You can check the games binaries folder for ucrtbase.dll beforehand to see if the game uses this library [it may be imported and not listed here].
ucrtbase.rand is commonly used to randomize rolls. Go to View -> Referenced Functions -> check for it. You can check the games binaries folder for ucrtbase.dll beforehand to see if the game uses this library [it may be imported and not listed here].
Who is online
Users browsing this forum: No registered users