Note: Mike Marcelais came up with the script for this, so absolute credit to him for that. It's beautiful.

Basically, this is the same idea as the WP version of the same achievement except that you don't have to use Project My Screen. You still need a metric frakton of money, which is where this script comes in. I used AutoHotKey (free download at autohotkey.com). Once you install it, make a document in your Documents folder called AutoHotKey.ahk with just the following:
Mike Marcelais said:^!r::
CoordMode, Mouse, Screen
SetMouseDelay 1
Loop
{
Loop 10
{
MouseClick, WheelUp
}
GetKeyState, state, Shift, "P"
if state = D
break
}
return
As opposed to the macro I posted before, this one has an on/off switch. Pres Ctrl-Alt-R to start, and Shift to stop. Otherwise it'll run until the FBI stops you (which you need for Guilty and Untouchable anyway. Erased Fingerprints will be a joke.
The beauty of this is the mouse wheel. I used the free golden minute with this method (I STRONGLY advise you to wait until you have bigger bills to use your freebie) and calculated that this was getting me over 1000 swipes/second.
Yep. That's right. 1000/second. Watch this video, which I started from the beginning of the game (and therefore had to keep clicking to bypass the tutorial):
It runs so fast that it doesn't even register all of the swipes. Guilty came well past 10k swipes (although not too far). Erased Fingerprints (100k swipes) was within 5 minutes. My CPU fan started running like a jet engine.
You'll still need to run this for a while (upgrading to bigger bills, obviously) to get what you need, but seriously, this makes the bucket and financial investments worthless. You're making money far too quickly.
Enjoy!
