View previous topic :: View next topic |
Author |
Message |
Ryze How do I cheat?
Reputation: 0
Joined: 24 Jan 2017 Posts: 8
|
Posted: Mon Apr 24, 2017 4:43 pm Post subject: Portal knights |
|
|
can someone direct me to a portal knight section
everything seems to have got deleted
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
|
Back to top |
|
 |
TroliusMaximus Cheater
Reputation: 0
Joined: 11 Jan 2016 Posts: 40
|
Posted: Fri May 19, 2017 2:59 am Post subject: |
|
|
The CT files do not work: "Failure loading the trainer: Reason: This is not a valid cheat table ("$-5B8" is an invalid intger)"...
_________________
facebook - TroliusMaximus |
|
Back to top |
|
 |
Artykalamata Cheater
Reputation: 0
Joined: 21 Mar 2016 Posts: 32 Location: Germany
|
Posted: Mon Jun 12, 2017 11:38 am Post subject: |
|
|
TroliusMaximus wrote: | The CT files do not work: "Failure loading the trainer: Reason: This is not a valid cheat table ("$-5B8" is an invalid intger)"... |
I don't get why so many people struggle with negative offsets.
I made sure, my new table does not contain any. You should be able to find my steam guide for the latest version.
|
|
Back to top |
|
 |
Tetto How do I cheat?
Reputation: 0
Joined: 14 Aug 2012 Posts: 6
|
Posted: Sat Aug 19, 2017 8:17 am Post subject: Inventory Info |
|
|
Hey guys,
not sure it is already known, but I really wanted to get some stuff fast and found a nice solution.
> Each inventory-slot has an address and it doesn't matter what is in this slot (so we can 'spawn' stuff simply by manipulating the value). - Neat
> Saved in a 4 Bytes range
> The values of these inventory slots contain the type as well as the amount.
> Type is an integer value from 0-65535
> Amount is multiplied by 65536
Example: Stone has a type value of 1191 and the amount is multiplied by 65536 if we place 1 Stone in a slot of the inventory and search for 66727 we should find some results and one of them is editable. Now we can change the value to for example: 65553 and we replace the stone with a bow (bow = +17)(amount doesn't matter for equipment).
If you place something in the found field you can get the type value by substracting the amount * 65536 and change it how ever you want.
Whish you guys lots of fun.
Kind regards
Tetto
_________________
Nothing to do here.  |
|
Back to top |
|
 |
Artykalamata Cheater
Reputation: 0
Joined: 21 Mar 2016 Posts: 32 Location: Germany
|
Posted: Sat Aug 19, 2017 8:35 am Post subject: |
|
|
Wow thats complicated...
One slot is saved in 4 bytes correct.
But the first 2 bytes store the item id and the second 2 bytes store the amount.
Slot 1:
base+0 = itemID
base+2 = itemAmount
Slot 2:
base+4 = itemID
base+6 = itemAmount
...
Item Ids:
https://pastebin.com/cUtmmih4
|
|
Back to top |
|
 |
Tetto How do I cheat?
Reputation: 0
Joined: 14 Aug 2012 Posts: 6
|
Posted: Sat Aug 19, 2017 8:43 am Post subject: |
|
|
*Facepalm*
Suddenly it makes more sense.. thats why the amount is multiplied by such an iconic number like 65536, I thought they only did that to throw cheater off.
Thanks a lot for the pastebin thats usefull!
_________________
Nothing to do here.  |
|
Back to top |
|
 |
|