Results 1 to 8 of 8

Thread: I need help JAD

  1. #1
    Join Date
    Mar 2007
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default I need help JAD

    Umm if you're jad and ure reading this could you help me with my auto miner?
    I got some bits from ure tut guide and wondering if you could help to see if it works good.. thanks

    CODE:
    program AutoMining;
    {.include SRL/SRL.scar}


    procedure DoAntiRandoms;
    begin
    FindTalk;
    FindNormalRandoms;
    if (FindFight = true) then
    begin
    RunAwayDirection('N');
    Wait(10000 + random(2000));
    RunBack;
    end;
    end;


    procedure RepeatClicking;
    begin
    repeat
    if(FindColor(x,y,1976901,200,200,300,300))then
    MMouse(x,y,200,300);
    wait(1000+random(100));
    Mouse(x,y,200,300,true);
    DoAntiRandoms
    until(InvFull);
    end;


    procedure Drop;
    begin
    DropTo(3,28);
    end;
    begin
    SetupSRL;
    repeat
    RepeatClicking;
    Drop;
    until(false);
    end.

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It compiles looks pretty good.

  3. #3
    Join Date
    Mar 2007
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    A thumbs up from you is good enough for me thanks JAD

  4. #4
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah JAD, your the coolest

  5. #5
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    fo shizzy if you think that much about me, check out my forums (links in sig if your seriously going to check out.. ) we got a lot of members from here to join.

  6. #6
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    lol and you say I'm a legend
    STOP PM'ING ME

  7. #7
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Hobbit View Post
    lol and you say I'm a legend
    for a moment there... i thought you were talking about me

    They are sisters...
    Runescape Classic

  8. #8
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    lol no no...little thing between me and JAD LOL
    STOP PM'ING ME

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •