Search:

Type: Posts; User: eFox

Search: Search took 0.00 seconds.

  1. Thread: Rsc

    by eFox
    Replies
    5
    Views
    623

    If you actually want this for rsc I would suggest...

    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.
  2. Thread: SILENT Mouse

    by eFox
    Replies
    17
    Views
    3,274

    I think you're all wrong, it just doesn't work...

    I think you're all wrong, it just doesn't work with sun java. It used to work with the old ms java
  3. Thread: Rsc

    by eFox
    Replies
    5
    Views
    623

    Rsc scripts are a lot easier to make. I'd read...

    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...
  4. Thread: RSC Scripts?!

    by eFox
    Replies
    13
    Views
    911

    It's a small community with active mods, if you...

    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...
  5. Thread: Ascii Krazie

    by eFox
    Replies
    5
    Views
    553

    lmao nice

    lmao nice
  6. Replies
    4
    Views
    827

    Found it! SendKeysVb('{F1}',false)

    Found it!


    SendKeysVb('{F1}',false)
  7. Replies
    4
    Views
    827

    :( But can it not mimic the keypress some how

    :( But can it not mimic the keypress some how
  8. Replies
    4
    Views
    827

    How would I send an FKEY

    ^ title :D
  9. Replies
    7
    Views
    800

    ^ yes

    ^ yes
  10. Replies
    2
    Views
    357

    Need some help with division

    im a retard sorry
  11. Replies
    7
    Views
    800

    I meant like at the top of scripts where the...

    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
  12. Replies
    7
    Views
    800

    How do you do the little box things

    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...
  13. Replies
    4
    Views
    503

    Yes it's silent mouse but it will not work with...

    Yes it's silent mouse but it will not work with sun java. Well atleast on the earlier versions if I remember correctly :)
  14. Replies
    2
    Views
    652

    Calling procedures

    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
  15. Replies
    4
    Views
    701

    thanks guys :)

    thanks guys :)
  16. Replies
    4
    Views
    701

    integer to string?

    in java it would be

    String.valueOf(int);

    but how do you do it in scar?
  17. Replies
    8
    Views
    735

    yeh i know :P it's only for me! :D!

    yeh i know :P it's only for me! :D!
  18. Replies
    8
    Views
    735

    i did it as it says though :O? (was just using...

    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,...
  19. Replies
    8
    Views
    735

    a:=LoadBitmap('.\image.bmp'); :(?

    a:=LoadBitmap('.\image.bmp');


    :(?
  20. Replies
    8
    Views
    735

    bitmap help please

    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...
  21. Replies
    6
    Views
    649

    ^ yes, thanks!

    ^ yes, thanks!
  22. Thread: shut down pc

    by eFox
    Replies
    23
    Views
    3,256

    Why are you putting that in? Use what was...

    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);
    ...
  23. Replies
    6
    Views
    649

    well i target my app, press play and it freezes...

    well i target my app, press play and it freezes press stop and it's fine :s
  24. Replies
    6
    Views
    649

    IsKeyDown(C: Char) freezes window?

    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);
Results 1 to 24 of 25