Results 1 to 6 of 6

Thread: help with my script

  1. #1
    Join Date
    Oct 2009
    Location
    usa the home of Damocracks
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Question help with my script

    all right ( sorry if this is posted i couldn't find it anywhere =/ ) but when i run my script it well cut like its programed but After like 5 mins the mouse go's to the side of firefox and move up and down... how do i fix it?
    if you can help me thanks a lot....
    if you need any more info just ask.

  2. #2
    Join Date
    Oct 2009
    Location
    Melb, Australia
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Best if you post your code here so we can see what you're doing and any errors.
    But sounds like SCAR lost it's fix on the RS game window/box (the crosshair icon to game window).

  3. #3
    Join Date
    Nov 2008
    Location
    Melbourne, Australia
    Posts
    2,240
    Mentioned
    3 Post(s)
    Quoted
    11 Post(s)

    Default

    Yeah, you will get more help if you show the code here, so others can go through it and help you identify the problem
    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! |

  4. #4
    Join Date
    Oct 2009
    Location
    usa the home of Damocracks
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok here is the chop procedure

    Code:
    procedure ChopTree;
    var x,i, y: integer;
        TreeColors: array [0..3] of integer;
    begin
     TreeColors[0] := 2511174;
     TreeColors[1] := 2641981;
     TreeColors[2] := 5274220;
     TreeColors[3] := 2577730;
     for i := 0 to 3 do
     if FindObjTPA(x, y, TreeColors[i], 30, 2, 15, 25, 10, ['Willow', 'Will', 'illo', 'llow']) then
     begin
     repeat
       FindObjTPA(x, y, TreeColors[i], 30, 2, 15, 25, 10, ['Willow', 'Will', 'illo', 'llow'])
       Mouse(x,y,0,0,false);
       Chooseoption('hop')
     repeat
        wait(1200+random(250));
        AntiBan;
        Until Not IsUpText('illow') or InvFull;
        Until(InvFull);
        if InvFull then
        Drop;
        GameTab(2);
        HoverSkill('Woodcutting', False);
        HoverSkill('Firemaking', False);
        report;
     end;
    end;
    Last edited by mario97000; 10-27-2009 at 04:09 AM.

  5. #5
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Maybe scar lost its focus on runescape, does implementing SMART solves your problem? And did you dragged that crosshair to the runescape screen?

  6. #6
    Join Date
    Oct 2009
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude, i had the same prob, (prolly told u ova phone) but it seemed to work if i dragged crosshair 2 or 3 times. and if it still didnt work id try it again and itd always seem to work.

    oh and btw next time i talk to u on phone explain 0-3 and tpa stuff too plz
    Edgville WoodCutter Version 0.0.3 is out! Get it Now! Version 0.0.3!
    Get it here:
    http://www.villavu.com/forum/showthr...110#post648110
    Yesterday is history. - Tommorrow is a Mistery. - But today is a Gift.
    (Only if it was that simple)

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
  •