If you actually want this for rsc I would suggest that you just use sts. If you're using it on a private server then just read some tuts and make it click on a bag when the fatigue message is shown.
Type: Posts; User: eFox
If you actually want this for rsc I would suggest that you just use sts. If you're using it on a private server then just read some tuts and make it click on a bag when the fatigue message is shown.
I think you're all wrong, it just doesn't work with sun java. It used to work with the old ms java
Rsc scripts are a lot easier to make. I'd read some of the basic tutorials on this forum and use the f1 help guide and you should be able to make one. If you need and help with it come post in here...
It's a small community with active mods, if you auto you'll be banned sooner or later :D, doesn't really matter what version of scar you use, the old istextat etc. do not work on it :P I got banned...
lmao nice
Found it!
SendKeysVb('{F1}',false)
:( But can it not mimic the keypress some how
^ title :D
^ yes
im a retard sorry
I meant like at the top of scripts where the instructions are etc. How do they make the perfect little boxes out of == and ++ etc. :P
Like this
*******************
** TEXT **
*******************
is there a generator somewhere on the web? I would have googled it but i'm not sure what it's called! Thanks in...
Yes it's silent mouse but it will not work with sun java. Well atleast on the earlier versions if I remember correctly :)
Ok I am trying to call a procedure which is lower down the page than the one I am calling from. How can I fix this because I cannot move either procedures :O
thanks guys :)
in java it would be
String.valueOf(int);
but how do you do it in scar?
yeh i know :P it's only for me! :D!
i did it as it says though :O? (was just using the help file though)
program New;
var
image, x, y: Integer;
begin
image:=LoadBitmap('.\image.bmp');
if(FindBitmapToleranceIn(image, x, y,...
a:=LoadBitmap('.\image.bmp');
:(?
Scar gives me this error when it finds the bitmap i am looking for.
[Runtime Error] : Exception: Access violation at address 004BC4CD in module 'scar.exe'. Read of address 01B6EEAC in line 40 in...
^ yes, thanks!
Why are you putting that in? Use what was suggested before to run it withing a script.
procedure ShutDownPC;
begin
if(Players[0].Active = False) Then
begin
KeyDown(92);
...
well i target my app, press play and it freezes press stop and it's fine :s
Ok when i try to use this method it just freezes my java app? . Here is the code
program New;
begin
repeat
if(IsKeyDown('a')) then begin
sendkeys('a');
keydown(13);