Sim City 4 Money Cheat Code – weaknesspays
Posted on January 10th, 2010 in Uncategorized | No Comments »
1,000,000 Simolians in Sim City4 – The quick and dirty: Download this EXE , run it, Launch the game, load your city, hit alt+m anytime and watch your money appear. If you don’t want the exe (I wouldn’t trust some random EXE either, read below)
So everyone with a internet connection that has wanted to know how to get money in Sim City 4 knows that you can sue ctrl+x to get console , and then use “weaknesspays” to get 1000 Symolians.
Well great. Unless you want 1,000,000 Simmolians. (Sim city money)
I made a quick Auto hotkeys script to do the work for me.
If you want to use it, you will need
1. Autohotkeys – http://www.autohotkey.com/download/
2. The Script – Click to Download
If you don’t trust the download, you can create your own autohotkeys script file by copying and pasting the code below.
To use the cheat/script , just start the script before launching simcity4 (requires Autohotkeys) and hit ALT+M after your city is loaded and watch the magic
Source:
!m::
Send, {CTRLDOWN}x{CTRLUP}
Send, weaknesspays
RunCount = 1000
Loop %RunCount%
{
Send,{SHIFTDOWN}{UP}{ENTER}
Sleep 5
}
Send, {CTRLUP}{ENTER}