Farm while Surfing
Loop
{
Send {3 down}
Sleep 200
Send {3 up}
Sleep 2000
Send {3 down}
Sleep 200
Send {3 up}
Sleep 15000
SendInput {Space down}
Sleep 200
SendInput {Space up}
Sleep 10000
}
This is the source of New Automatic Renown Farming Method by finkrer.
This made our lives way better.
However, the only problem is you cannot do anything else while your are farming.
Well, there is a way to change this script so you can do something else while you are farming.
Just change 'Send' and 'SendInput' to 'PostMessage.'
Like this:
Loop
{
PostMessage,0x100,51,262145,,Rainbow Six
Sleep 2200
PostMessage,0x100,51,262145,,Rainbow Six
Sleep 15200
PostMessage,0x100,32,3735553,,Rainbow Six
Sleep 10200
}
'PostMessage' is same as 'Send' but 'PostMessage' can send key to inactive window and avoid keys from crashing.
I have not tested the script with 'PostMessage.'
This might not work if R6 needs a delay between pressing and releasing.
All credit goes to finkrer.