Adblock breaks this site

Oh hai.... Click help Pl34s3?

Discussion in 'Scar/Simba Help' started by N00b h4x0r pl0x, Mar 12, 2008.

  1. N00b h4x0r pl0x

    N00b h4x0r pl0x Guest

    Referrals:
    0
    Oh hai.... Click help Pl34s3?

    Hey, I'm new to Scar and H4x1ng (For those who didn't notice the n1ckn4me kthx)

    I just want a good tutorial that teaches me how to get scar to click at certain X,Y coordinates. I saw some old flax picking script before, but i h4s f0rg0t. Do I need to know anything else about, starting a script? Or just press 'Start', and when I want it to 'Stop', I press stop (interesting, isn't it.)?

    Is it possible for SCAR to left-click AND right-click?

    Thanks in advance,
    Y0ur l0c4l n00b h4x0r pl0x.

    EDIT: Btw, it is possible to make SCAR 'wait' before he does the next click, right?
     
  2. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    Oh hai.... Click help Pl34s3?

    SCAR can do anything...
     
  3. StarScreamer

    StarScreamer Guest

    Referrals:
    0
    Oh hai.... Click help Pl34s3?

    clicking mouse its
    getMousePos(x,y);//gets the mouses current postion at x,y
    clickMouse(x,y,true);//left click
    clickMouse(x,y,false);//right click
     
  4. N00b h4x0r pl0x

    N00b h4x0r pl0x Guest

    Referrals:
    0
    Oh hai.... Click help Pl34s3?

    I have tried to make a script that just clicks a log, and then my tinderbox but it's messed up. It clicks too fast, and it doesn't register. If I add a wait line, it stops.

    How about someone suggests (or makes me) a script, that will work, with ClickMouse lines, which I will edit with the correct Y and X coordinates. I just want it to burn the logs in my inventory, no going to bank and withdrawing more logs, and stuff.

    Thanks in advance, N00b hax0r pl0x
     
  5. Nightmare0

    Nightmare0 Active Member

    Joined:
    Mar 31, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0
    Oh hai.... Click help Pl34s3?

    One of the best TUT's you'll find is http://www.sythe.org/showthread.php?t=148839

    Also, you would do:

    Code:
    if(FindColor(x,y,LogColor,0,0,600,600)) then  //LogColor is color of log
      begin
        MoveMouseSmooth(x,y);
        Wait(100);
        ClickMouse(x,y,true);
        Wait(100);
      end;
    However, if you're using SRL which i suggest you do, then your procedure would be:

    Code:
    if(FindColor(x,y,LogColor,0,0,600,600)) then
      begin
        Mouse(x,y,true);
        //maybe add a wait here
      end;
     
  6. cazax

    cazax Forum Addict

    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0
    Oh hai.... Click help Pl34s3?

    FindColor stinks, it shouldnt work after 10 mins, jagex colors change.
     
  7. Nightmare0

    Nightmare0 Active Member

    Joined:
    Mar 31, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0
    Oh hai.... Click help Pl34s3?

    So set a tolerance. It was just an example because he was just getting started scripting. I didn't wanna throw BMP's and DTM's at him.
     
  8. N00b h4x0r pl0x

    N00b h4x0r pl0x Guest

    Referrals:
    0
    Oh hai.... Click help Pl34s3?

    Thank you very much Nightmare0. You were very helpful and specific, I've now started a script that's actually working (Hallelujah pl0x) thanks to you.
     
< [TUT] Cases, What are they? [TUT] | how to run a auto cutter or somting >


 
 
Adblock breaks this site