Results 1 to 6 of 6

Thread: My first script: still not working

  1. #1
    Join Date
    Dec 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    My first script: still not working

    Hi, It's Macho Man67 again with another problem. Well, I have been gone for awhile but I have still been working on my script( Macho Chopper). I got it to compile hooray! So I posted it in: my frist script section. Someone told me it would click every 1/4 of a second. So if anyone is willing to help me fix that problem, you can post here or pm on msn.Also when if you help I'm probably going to revamp my chopping procedure. I hope you can help me....

  2. #2
    Join Date
    Jun 2006
    Location
    New Zealand
    Posts
    285
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    repeat
        if(not(LoggedIn))then
        Exit;
        if FindObjMulti('Tree', 123, 456, 789, 10) then
        begin
          GetMousePos(x, y);
          Wait(10 + random(9));
          Mouse(x, y, 0, 0, True);
          Wait(10 + random(20));
          KillAntiRandoms;
          Wait(10 + random(5));
          DaAntiBan;
          Clicks := Clicks + 1;
        end;
        wait(10 + random(5));
      until (InvFull);
    There's no/little (30ms - ish) waiting for the tree to be chopped.
    Huehuehuehuehue

  3. #3
    Join Date
    Dec 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh...Just put the Wait time up after GetMousePos?(Omg I feel really bad if thats right) Well thank you for your help( Man I feel like the biggest noob ever to come to this community )

    Update: Well was I correct? If so how long should I put it to?
    Starting to merchant, if you know of any good clans, PM me please.

  4. #4
    Join Date
    Jun 2006
    Location
    New Zealand
    Posts
    285
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well put the wait after clicking the tree. Or you could make it search in a 30 x 30 square from the center of the main screen (where you and the tree should be) and make it repeat a loop until it does not find the tree color any more.
    Huehuehuehuehue

  5. #5
    Join Date
    Mar 2007
    Posts
    276
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    USe IsTextUp('') So it see that the tree is up before clicking, If you need more help with this just tell me


    Someone: 'Who the hell is TooManySitUps?'

    Boreas: 'Switch the first and last letter of my name, what do you get?'

    Someone: 'Um, SoreAb?'

    Boreas: 'And how do you get that?'

    Someone: 'From Too Many Sit Ups!! Haha, Boreas you are so clever!'

    Boreas: 'Ya he's like my evil twin that takes over when I'm being really sarcastic, or playing devil's advocate.'

  6. #6
    Join Date
    Dec 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thanks
    well looks like if I can get this to start i am going to make a way...better version...
    Starting to merchant, if you know of any good clans, PM me please.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need help, script not working.
    By bank in forum OSR Help
    Replies: 6
    Last Post: 02-03-2009, 06:25 PM
  2. Script not working.
    By Minkino in forum OSR Help
    Replies: 6
    Last Post: 10-02-2008, 09:53 AM
  3. Why is this script not working?
    By papenco in forum OSR Help
    Replies: 6
    Last Post: 12-01-2007, 06:23 AM
  4. a !WORKING! script...
    By gleninater in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 06-24-2007, 08:10 PM

Posting Permissions

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