I have a couple of questions:
- What is the backspace key code? E.g.
Simba Code:KeyDown(?);- How would you make Simba pick a waiting time randomly between
Simba Code:Wait(1500-2500);
Thankyou![]()
I have a couple of questions:
- What is the backspace key code? E.g.
Simba Code:KeyDown(?);- How would you make Simba pick a waiting time randomly between
Simba Code:Wait(1500-2500);
Thankyou![]()
Last edited by sm321; 03-02-2012 at 09:24 AM.
VK_BACK or 8.
Simba Code:Wait(RandomRange(1500, 2501));
Join the IRC! irc.rizon.net:6667/srl | SQLite (0.99rc3+) | SRL Doc | Simba Doc | Extra Simba Libraries (openSSL & sqlite3)
Originally Posted by #srl
"A programmer is just a tool which converts caffeine into code"
Join the IRC! irc.rizon.net:6667/srl | SQLite (0.99rc3+) | SRL Doc | Simba Doc | Extra Simba Libraries (openSSL & sqlite3)
Originally Posted by #srl
"A programmer is just a tool which converts caffeine into code"
All the answers you want are here, here, and here. Search the forums or ask if you want to know anything else. If you want to do something with a script, try some more basic things, read, and reread the Simba beginner tutorial. Head over here maybe.
The first three here's: Simba Beginner tut, Keycode[FAQ], and Simba Documentation on Mouse and Keyboard stuff
There are currently 1 users browsing this thread. (0 members and 1 guests)