Adblock breaks this site

Noobfarms Auto-Seller

Discussion in 'Outdated RS Scripts' started by Noobfarm, Feb 28, 2007.

  1. Noobfarm

    Noobfarm Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    This is my new project. Making a good auto-seller. I have finished version 0.2 final and have a list of improvements i am making and will make for version 0.3.

    Common bugs:
    NONE!
    tell me some more you find


    Next version:
    1. When it finds a trade it clicks it, plays a sound, and ends the script.
    Suggestions are welcome


    Well, heres the script, Noobfarms Auto-seller Version 0.2 final

    Code:
    //Made By Noobfarm
    //Version 0.2 final
    //Noobfarm is in no way responsible for Bans, Mutes or any other form of infringement on your account by Jagex
    program autoseller;
    var
    x,y:integer;
    i: Integer;
    const
    tradetxt=8388736;
    a=2; //Change the number in this to how many times you want the text to repeat. Remember setting it to 2 makes it say both messages
    txt1='selling full steel!!';//change the text in 'txt1' and 'txt2' to what you want to say
    txt2='your price starting at 3k for full steel!!';
    
    procedure sell1;
    begin
    sendkeys(txt1+chr(13))
    end;
    
    procedure sell2;
    begin
    sendkeys(txt2+chr(13))
    end;
    
    procedure findtrade;
    begin
    if(FindColor(x,y,tradetxt,0,0,600,600)) then
    clickmouse(117,424,true)
    end;
    
    begin
    activateclient;
     i:= 1;
    repeat
    i:= i + 1;
    wait(2000)
    sell1;
    findtrade;
    wait(2000+random(3000))
    sell2;
    findtrade;
    until(i>=a)
    wait(5000)
    findtrade;
    end.
    Tip... the auto clicking of the trading text works better if you have your mouse in the texting box.

    -Noobfarm
     
  2. Noobfarm

    Noobfarm Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    ok... i just updated this a lot.. the scripts a lot shorter now, and it uses user inputs for how much you want it to repeat. i still havent fixed the problem with clicking the trade text, but if you patient and wait, the script will click it correctly.
    so, check the main post for version 0.1.1
     
  3. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Noobfarms Auto-Seller

    I suggest making the total number of times a constant, that way the user won't have to mess with the script itself.
     
  4. Noobfarm

    Noobfarm Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    k... i will fix later
     
  5. Noobfarm

    Noobfarm Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    ok... version 0.2 beta is out. I improved it a lot and made it more user friendly
     
  6. bobert5696

    bobert5696 Forum Addict

    Joined:
    Apr 29, 2006
    Posts:
    542
    Referrals:
    0
    Sythe Gold:
    0
    Noobfarms Auto-Seller

    dont use clickmouse, youll get banned
     
  7. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Noobfarms Auto-Seller

    Yes, clickmouse is extremely detectable. But for a first script I don't mind :)
     
  8. Noobfarm

    Noobfarm Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    what should i use? isnt it like smoothmouse or somthing?
     
  9. Thick As Blood

    Thick As Blood Forum Addict
    Banned

    Joined:
    Jan 21, 2007
    Posts:
    330
    Referrals:
    0
    Sythe Gold:
    0
    Noobfarms Auto-Seller

    no, i went throught this also noobfarm

    instead of click mouse use...

    Mouse(X,Y,TOL,TOL,True));
    and to move mouse
    MMouse(x,y,tol,tol);

    x,y = coords obviously, and tol is the tollerance, you can put 0 to click exact.
     
  10. Noobfarm

    Noobfarm Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    THX! -noobfarm

    i will fix tomorow
     
  11. Noobfarm

    Noobfarm Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    Just to tell u, im using SCAR 2.03 without SRL... do i need SRL to make those 2 things work?

    and Clickmouse is actually fine... doesent pose any problem.... i've been testing this script for a while and haven't even been muted, warned, or banned.
     
  12. Noobfarm

    Noobfarm Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    hate to triple post but version 0.2 beta 2 is avalibal... check main post
     
  13. Noobfarm

    Noobfarm Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    lol... i hated triple posting... but quadruple posting is where i stop....

    I have released version 0.2 final! the clicking of trade text is now flawless.

    it works awsome.



    stats from me:
    Flawless sales: 22
    Sales with failed clicking of tradetxt: 2
    People noticed im using a auto'er: 0
    profit: 9k
     
  14. Noobfarm

    Noobfarm Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    well, today i am starting work on version 0.3. I am looking for suggestions for changes and stuff to add.

    -Noobfarm

    Stats updated:
    Flawless sales: 49
    Failed to click text: 3
    Profit: 22K
     
  15. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Noobfarms Auto-Seller

    Use the "Edit Post" button please.. :rolleyes:
     
  16. Noobfarm

    Noobfarm Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    k.. sorry

    EDIT:
    what do u think of my script?
     
  17. Selling acc's trusted

    Selling acc's trusted Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    it's pretty good
     
  18. Noobfarm

    Noobfarm Guest

    Referrals:
    0
    Noobfarms Auto-Seller

    Thanks! im really working to improve it
     
  19. Thick As Blood

    Thick As Blood Forum Addict
    Banned

    Joined:
    Jan 21, 2007
    Posts:
    330
    Referrals:
    0
    Sythe Gold:
    0
    Noobfarms Auto-Seller

    Noob i hate to break it to you, but it really isnt great, you MUST get rid of clickmouse, click mouse simply tells the mouse were to click and does so, a normal human clicks the mouse and it takes like 20ms to release your finger from the mouse, that's what the Mouse(x,y,5,5,true) command does.


    trust me, if you want to do scar RIGHT instal SRL and get used to the commands. i had to do it, i suggest you also do it.
     
  20. Fourscape

    Fourscape Active Member

    Joined:
    Jan 24, 2007
    Posts:
    118
    Referrals:
    0
    Sythe Gold:
    0
    Noobfarms Auto-Seller

    You know your whole find trade procedure? SRL is so cool, it has that in it already!

    Code:
    FindTrade;
    I second "Get SRL"
     
< Diamondhero5's First Auto-Talker | seans speak v1 >


 
 
Adblock breaks this site