Oh hai.... Click help Pl34s3?

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

Oh hai.... Click help Pl34s3?
  1. Unread #1 - Mar 12, 2008 at 2:21 PM
  2. N00b h4x0r pl0x
    Referrals:
    0

    N00b h4x0r pl0x Guest

    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?
     
  3. Unread #2 - Mar 12, 2008 at 4:38 PM
  4. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

    Oh hai.... Click help Pl34s3?

    SCAR can do anything...
     
  5. Unread #3 - Mar 12, 2008 at 9:17 PM
  6. StarScreamer
    Referrals:
    0

    StarScreamer Guest

    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
     
  7. Unread #4 - Mar 13, 2008 at 1:26 PM
  8. N00b h4x0r pl0x
    Referrals:
    0

    N00b h4x0r pl0x Guest

    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
     
  9. Unread #5 - Mar 13, 2008 at 4:21 PM
  10. Nightmare0
    Joined:
    Mar 31, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0

    Nightmare0 Active Member

    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;
     
  11. Unread #6 - Mar 13, 2008 at 5:52 PM
  12. cazax
    Joined:
    Nov 13, 2007
    Posts:
    457
    Referrals:
    0
    Sythe Gold:
    0

    cazax Forum Addict

    Oh hai.... Click help Pl34s3?

    FindColor stinks, it shouldnt work after 10 mins, jagex colors change.
     
  13. Unread #7 - Mar 13, 2008 at 8:28 PM
  14. Nightmare0
    Joined:
    Mar 31, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0

    Nightmare0 Active Member

    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.
     
  15. Unread #8 - Mar 14, 2008 at 12:00 PM
  16. N00b h4x0r pl0x
    Referrals:
    0

    N00b h4x0r pl0x Guest

    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 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site