QGSpider is a generic cheat tool for games running under Linux, it's distributed under the GPL v2 license.
Most games store their values for money, energy, lives etc. in memory while they are running. QGSpider gives you the power to search for memory addresses of those values. After finding the locations, you have the possibility to modify or lock the values to whatever you want!
QGSpider also can change game running speed. you can "fast" or "slow" the game, it's so funny!
QGSpider allows two general approaches: Normal search mode and Unknown search mode. With Normal search mode, simply enter the value you want to search for. With Unknown search mode, you can compare the new value with the previous old value.
sarching formats:
format meaning
----------------------------------------------------
( A is a signed/unsigned integer or float/double-float type real value )
A search A
? init interger unknown search
? 1/2/4 init interger unknown search, searched value's length is 1, 2 or 4 bytes
? r init real Unknow search
+ new value > old value
A+ new value - old value = A (for integer search, A should be unsigned)
- new value < old value
A- old value - new value = A (for integer search, A should be unsigned)
= new value = old value
!= new value != old value
searching type:
Type Range
---------------------------------------------
Fast app's data and first heap segment
Normal app's data and all heap segment
Full app's data, all lib's data, all heap and stack segment
The default type is Fast, if you can't find the location, try Normal Type, then try Full Type. In most situation, you will get the result with Normal Type.
dragchan <dragchan@126.com>
