|
 |
|
|
|
|
|
GTA Modification Forums
Cheat String Mem Add
 |
|
 |
| |
fastman92  |
|
фастман92 | ف

Group: Members
Joined: Jul 28, 2009


|
http://www.gtaforums.com/index.php?showtop...st&p=1060723183Very simple. Reversed string is encrypted e.g ASPIRINE - ENIRIPSA is encrypted Every letter has added movement depending on it's index. | CODE | private $movement_table = Array( 0 => 3, 1 => 5, 2 => 7, 3 => 1, 4 => 13, 5 => 27, 6 => 3, 7 => 7, 8 => 1, 9 => 11, 10 => 13, 11 => 8, 12 => 7, 13 => 32, 14 => 13, 15 => 6, 16 => 28, 17 => 19, 18 => 10, 19 => 3, 20 => 3, 21 => 5, 22 => 7, 23 => 1, 24 => 13, 25 => 27, 26 => 3, 27 => 7 ); |
For example we have B (65 in ASCII), it would become 68 on index zero, but 65+5 = 70 on index 1.
|
|
|
|
|
 |
|
 |
 |
|
 |
| |
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
| |
 |
|
 |
|
|
|
|