Don't you flame me.
I google'd
I looked through two tutorials
and two SCAR manuals.
But..
Wtf is the command to get scar to press the arrow keys?!
Don't you flame me.
I google'd
I looked through two tutorials
and two SCAR manuals.
But..
Wtf is the command to get scar to press the arrow keys?!
VK_LEFT
VK_RIGHT
VK_UP
VK_DOWN
i think
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
Okay, I used the commands. It says it compiles, it says it runs. But the commands aren't being put into action?
how are you using them?
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
eg.Code:Left Arrow - 37 Up Arrow - 38 Right Arrow - 39 Down Arrow - 40
SCAR Code:KeyDown(40); // down arrow - down!
KeyUp(40); // down arrow - up!
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
Well, I agree with you Shut, but not totally, as there aint constants set for every single key.
That's the reason I am used to the numbers instead. But yeah, it's matter of taste, really..
Anyways, HERE is useful listing of KeyCodes (by KyleGut3 from the "good ol' times")



No, this wont work
KeyDown(40); // down arrow - down!
KeyUp(40); // down arrow - up!
It will click it too fast you need to do something like
KeyDown(40); // down arrow - down!
Wait(100+random(100));
KeyUp(40); // down arrow - up!
Click here to find out how to get full screen without members! | Click here to check out my Ultimate Bitmap Tutorial! Edited to work with Simba! |
Hmmm.. Works fine for me? (with Notepad/Word/SCAR's editor part...)
Sure, it doesn't work for RuneScape or other games (& it SHOULD NOT be used for RuneScape/other games!), but it was only a small example.
That's why I didn't include mainloop for it, either..
But, you are right, it's good to add the [random] wait between the commands!
SendArrow(0); : Up
SendArrow(1); : Right
.. (2); : Down
.. (3); : Left
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)