Get support for gergelydaniel/rustandreas
If you're new to LTH, please see our FAQ for more information on what it is we do.
Support Options
Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:
View Open IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
gergelydaniel/rustandreas
GTA San Andreas WASD cheat finder
Cheats in GTA:SA work quite funnily: each time you press a key, based on the last 6-29 characters you pressed, a CRC32
hash is calculated, and compared against a table. Since 32 bits are not that much, it is really easy to find some
collisions. The most notable example is "HESOYAM", which backwards has the following CRC: 0xEECCEA2B
, same as
"INEEDSOMEHELP", which was actually the intended cheat code.
Another side effect of this, besides finding shorter versions of codes, is that even just by pressing the WASD keys, you might accidentally activate a cheat, for example, "WWDWASWWDWAS" is the same as "DULLDULLDAY" (overcast weather)
(Source of the cheats: https://gtagmodding.com/sanandreas/cheats/)
This project is supposed to find all the WASD cheat codes. It runs paralelly on 4 threads. (however it's still nothing more than a draft)
Use cargo run
to run the project.
Some results:
Cheat code | Effect |
---|---|
WWDWASWWDWAS | Overcast weather |
WSDWSWSWDDSWWA | Cars float away when hit |
DWASAWSWSWASWD | Rainy weather |
WASWSWASWWWWAA | Spawn Romero |
ASDDAWADSASSAA | Reduced traffic |
DDDSADWAWWWDAD | All cars have nitro |
WWAASWAASSWDAS | Clear wanted level |
AAAADADSAWADAW | Spawn Quad |
AWDAAWSWDSSSSA | Spawn Vortex |
ADDAAWSSWSADSA | Weapon Set 3 |
SWDWDSSSSSDWAWD | Spawn Romero |
WDWDWAWSSSADAWA | Spawn Monster |
WSDWDWASWADWDWW | Slower gameplay |
SWDSWDSAWSWDDWD | Max driving skills |
DASDAWAAWSSWWAW | Spawn Hunter |
SSWWDSSDASADWAW | Health, Armor, $250k |
WAWSWWADDAWWAAA | All green lights |
DWSWWASDASSWAAW | Six wanted stars |
DDDDASDDDWAWWSW | Very sunny weather |
ADDWSADSWSDWWSD | Spawn Caddy |
AADWSSDSWDDDSSS | Spawn Bloodring Banger |
ASDSSSWSDSAADSA | Spawn Stretch |
ADADWDAASWWSWDD | Elvis is everywhere |
DDSSDSWSAWDSWDA | All cars have nitro |
SWWSWADWWWWDADS | Faster gameplay |
ADWADDADASDASDW | Ninja theme |
SASWWWWADDAWDDW | Insane handling |
WDADASAAAWDSAWWD | Huge bunny hop |
DSAAWDSSSDDADWWD | Weapon aiming while driving |
SSWWDWAADSASDWWS | Expensive cars |
SDAWWWWWSDSDDWWS | Spawn Romero |
WADDWWWSDWWWAAWS | Spawn Rhino |
WADDSWDSAWDWDAWS | All cars have nitro |
DASWSSSWDWAADAWW | Health, Armor, $250k |
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2