Page 1 of 1

How to make loot drop cheat

Posted: Sun Apr 30, 2023 5:18 pm
by Idiot21
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?

Re: How to make loot drop cheat

Posted: Sun Apr 30, 2023 8:05 pm
by bski
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].