PDA

View Full Version : Detectability...



Larrylucky
11-19-2006, 03:22 AM
How detectable is sendkeys in Runescape. What can I replace with it?

Also, I know this is a stupid quesiton, but what is the tern in scar for hitting the enter key?

~Lucky

Infantry001
11-19-2006, 03:27 AM
It isnt detectable if you use like SendText or something, but putting SendKeys('whatever') is detectable. If you want, ytou can replace it with TypeSend('w/e')

SendKeys(chr(13));

Wrycu
11-19-2006, 04:09 PM
Sendkeys ('text') is dectectable?

lardmaster
11-19-2006, 04:36 PM
yes, use an srl procedure instead.

Junior
11-19-2006, 04:47 PM
Is TypeSend('text here') detactable?

Hey321
11-19-2006, 05:02 PM
No, TypeSend adds on random wait times therefore its not. SendKeys is because it types it all in a millisecond.

Larrylucky
11-19-2006, 05:13 PM
Thanks for all who helped, my question is answered. Knowing me I'll have another one in 2 seconds :P

~Lucky

Infantry001
11-19-2006, 07:49 PM
Sendkeys is ok if you do it one letter at a time with random waits inbetween

Wrycu
11-20-2006, 12:46 AM
Whats the code for Down arrow key?

Boreas
11-20-2006, 12:50 AM
48 rings a bell, look on moparisthebest.com, tuts section, kyle posted a whole list