Search:

Type: Posts; User: One Leeter

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,100

    Still need help please.

    Still need help please.
  2. Replies
    7
    Views
    1,100

    Btw im inserting this at the bottom of SRL Ess...

    Btw im inserting this at the bottom of SRL Ess Miner by Wizzup right before the: end.
  3. Replies
    7
    Views
    1,100

    Like This?? Sorry im very new.. im supriced ive...

    Like This?? Sorry im very new.. im supriced ive gotten this much :P


    function LvlUp: Boolean;
    procedure lvlup;
    begin
    if(not(LoggedIn))then Exit;
    if (FindNpcChatText('continue')) then
    Begin...
  4. Replies
    7
    Views
    1,100

    Didnt work...

    Didnt work...
  5. Replies
    7
    Views
    1,100

    What am i doing wrong?

    procedure LvlUp;
    begin
    if(not(LoggedIn))then Exit;
    if (FindNpcChatText('continue')) then
    Begin
    FindEssence;
    End;
    If(LvlUp)then
    begin
    ClickToContinue;
  6. Replies
    8
    Views
    1,110

    Begin If Clicktocontinue (x, y) Then ...

    Begin
    If Clicktocontinue (x, y) Then
    Begin
    Mouse (x, y, 0, 0, True);
    Wait(10);
    FFlag(0);
    Result := True;
    End
    So like this??
  7. Replies
    8
    Views
    1,110

    Ok this is what ive come up with sorta.. Any...

    Ok this is what ive come up with sorta.. Any help?
    _______________________________________________________
    Begin
    If (Clicktocontinue) then
    procedure Mouse(x,y,rx,ry:Integer; left:Boolean);...
  8. Replies
    8
    Views
    1,110

    Thanks, where would i start to learn scripting...

    Thanks, where would i start to learn scripting at? I can pretty much understand a large part of it just by reading the scripts.. I try to go through every script i download or use to make sure they...
  9. Replies
    8
    Views
    1,110

    small problem. Need help.

    Hola! Well I've downloaded everything I've needed, ran the script, everything runs find, until i level. Leveling up while running wizzup seems to cause the script to stop, and it seems that he doesnt...
Results 1 to 9 of 9