darkradx How do I cheat?
Reputation: 0
Joined: 25 Nov 2007 Posts: 1
|
Posted: Sun Nov 25, 2007 11:44 am Post subject: Some Ideas |
|
|
1. Word Array, DWord Array
will save time
2. Universal Set/Freeze:
Example Game{
StatusList, Status1, Status1 Point, Status2, Status2 Point...
84 00, 80 00, 02 00, 04 00, E803
stoneskin+cursed,stone skin,2 turns,cursed, 1000turns.
}(status takes effect only if "StatusList AND Status")
My Aim: "StatusList OR 80", "Status1=80", "Status1 Point=1000"
so that I get benifit and know enemy too
3.search by colume
I have to search only 1 byte, I know the exact value
but I do not know when it will change
I know it appears in area 00400000--00420000, and in xxxxxxxD colume
Example:
I get the way to modify a game (intl version), LocA and LocB are to be modify.
I get the game(local version), LocC and LocD to be modify
I find LocC, but LocD!=LocB+(LocC-LocA)
but I guess LocD should be the same colume as LocB and need a fast way to find it
|
|