What's the best way to make it turn the screen to highest, I've seen some versions but I want to know the least detectable.
And what's good to typing?
SendKeys is highly detectable I hear.
What's the best way to make it turn the screen to highest, I've seen some versions but I want to know the least detectable.
And what's good to typing?
SendKeys is highly detectable I hear.
Well SRL itself (from its shipped functions) gives references to TypeSend(), and I would presume they know what they're doing so I guess thats best
PLZ PLZ PLZ
http://www.villavu.com/forum/showthread.php?t=9181
TypeSend('Hello world!') would type (most undetectably) Hellow world! and then the enter key automatically.
As for best way to make screen the highest angle, you could just use the SRL function HighestAngle;
If you'd rather make your own Highest angle command, do something like this:
Almost 100% sure 38 is the right number for the up arrow keySCAR Code:procedure MakeCompassHighest;
begin
KeyDown(38);
wait(2000+random(1000));
KeyUp(38)
end;![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)