Advertisement
Guest User

Untitled

a guest
Jun 6th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. Ok so I talked to STN earlier and I understand why some of the cheats aren't updated. They are a royal pain in the rear to figure out so I'm going to do this.
  2.  
  3. https://we.tl/96T7XccggD
  4.  
  5. Download my cheat table. You will also need Cheat Engine to use it.
  6.  
  7. Open the cheat table and the game. The XP option works without any modification if you want to max your level. If not double click where it says <script> and modify this
  8.  
  9. > add [rax],989680
  10.  
  11. Change 989680 to a lower value. This is in hex so make sure you get convert Dec to HEX. You can do this with the built-in Windows calculator by changing it programmer mode. I believe 100k go me around level 30. Honestly if you aren't sure, make a backup of your save and just start adding small amounts until you get where you want to be. You can then enable it and kill a captain. After that fast travel to another region and then you should be able to see it updated in the skills menu. To get your overall rank to update you will need to disable it and kill another captain or I assume just finish a mission.
  12.  
  13. The skill point is also the coins cheat but they do not work the same because it shares commands with like 400 other things but it is ok because I went ahead and found an array of bits for it. So here is what you need to do. Under a scan tab change Value type to array of bytes then use this array
  14.  
  15. > 8B 58 20 EB D4 48 83 EC 28 44 8B C2 4C 8B D1
  16.  
  17. It should return 1 result and only one. From there you can right-click the result and select Disassemble this memory region. It will pull the up the memory viewer and you will get a bunch of random code that isn't important for this. You should have this line highlighted
  18.  
  19. > mov ebx, [rax+10]
  20.  
  21. Right click and select "Find out what addresses this instruction accesses". Another popup will come up just hit ok. From there open the inventory screen and you should see your coins listed first thing. They may even pop up before then. If not just scroll over one of the options you spend them on. Now go to the skills screen and your current amount of skill points should show up also. Double click both to add them to the list. You can close the little window this is likely populated by 100+ results by now. Now you can readily edit the values to whatever you need by double-clicking the value.
  22.  
  23.  
  24. If you need help feel free to send me a message here or you can post in discord and I will help you.
  25.  
  26.  
  27. @STN if you want to update the XP cheat off my table feel free.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement