Farm while Surfing

Posts 16 of 6 · Page 1 of 1
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.
I've actually tried this when making my first script. It would surely beat AndyYan's then I couldn't make it work, though. R6 either needs the delay you mentioned (I don't remember now, but these 200 ms pauses are there for a reason, so it probably does), or it just doesn't accept PostMessage, I've heard some games have protection against that.

Anyway, it's cool you've thought of this. Maybe you will manage to make it work.
how do you guys farm with no score u using siep with battleeye activated?
Quote Originally Posted by lidras15 View Post
how do you guys farm with no score u using siep with battleeye activated?
disable Battleye change the score manually in Cheat Engine and it works
my script do 8 seconds = 300 Renown
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?