Noobfarms Auto-Seller

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

Noobfarms Auto-Seller
  1. Unread #1 - Feb 28, 2007 at 11:23 AM
  2. Noobfarm
    Referrals:
    0

    Noobfarm Guest

    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
     
  3. Unread #2 - Feb 28, 2007 at 12:09 PM
  4. Noobfarm
    Referrals:
    0

    Noobfarm Guest

    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
     
  5. Unread #3 - Feb 28, 2007 at 4:44 PM
  6. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    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.
     
  7. Unread #4 - Feb 28, 2007 at 4:56 PM
  8. Noobfarm
    Referrals:
    0

    Noobfarm Guest

    Noobfarms Auto-Seller

    k... i will fix later
     
  9. Unread #5 - Feb 28, 2007 at 8:18 PM
  10. Noobfarm
    Referrals:
    0

    Noobfarm Guest

    Noobfarms Auto-Seller

    ok... version 0.2 beta is out. I improved it a lot and made it more user friendly
     
  11. Unread #6 - Feb 28, 2007 at 8:40 PM
  12. bobert5696
    Joined:
    Apr 29, 2006
    Posts:
    542
    Referrals:
    0
    Sythe Gold:
    0

    bobert5696 Forum Addict

    Noobfarms Auto-Seller

    dont use clickmouse, youll get banned
     
  13. Unread #7 - Feb 28, 2007 at 8:45 PM
  14. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Noobfarms Auto-Seller

    Yes, clickmouse is extremely detectable. But for a first script I don't mind :)
     
  15. Unread #8 - Feb 28, 2007 at 9:04 PM
  16. Noobfarm
    Referrals:
    0

    Noobfarm Guest

    Noobfarms Auto-Seller

    what should i use? isnt it like smoothmouse or somthing?
     
  17. Unread #9 - Feb 28, 2007 at 9:36 PM
  18. Thick As Blood
    Joined:
    Jan 21, 2007
    Posts:
    330
    Referrals:
    0
    Sythe Gold:
    0

    Thick As Blood Forum Addict
    Banned

    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.
     
  19. Unread #10 - Feb 28, 2007 at 9:44 PM
  20. Noobfarm
    Referrals:
    0

    Noobfarm Guest

    Noobfarms Auto-Seller

    THX! -noobfarm

    i will fix tomorow
     
  21. Unread #11 - Mar 1, 2007 at 9:44 AM
  22. Noobfarm
    Referrals:
    0

    Noobfarm Guest

    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.
     
  23. Unread #12 - Mar 1, 2007 at 9:49 AM
  24. Noobfarm
    Referrals:
    0

    Noobfarm Guest

    Noobfarms Auto-Seller

    hate to triple post but version 0.2 beta 2 is avalibal... check main post
     
  25. Unread #13 - Mar 1, 2007 at 11:22 AM
  26. Noobfarm
    Referrals:
    0

    Noobfarm Guest

    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
     
  27. Unread #14 - Mar 2, 2007 at 10:31 AM
  28. Noobfarm
    Referrals:
    0

    Noobfarm Guest

    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
     
  29. Unread #15 - Mar 2, 2007 at 4:28 PM
  30. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Noobfarms Auto-Seller

    Use the "Edit Post" button please.. :rolleyes:
     
  31. Unread #16 - Mar 2, 2007 at 5:31 PM
  32. Noobfarm
    Referrals:
    0

    Noobfarm Guest

    Noobfarms Auto-Seller

    k.. sorry

    EDIT:
    what do u think of my script?
     
  33. Unread #17 - Mar 3, 2007 at 2:04 PM
  34. Selling acc's trusted
    Referrals:
    0

    Selling acc's trusted Guest

    Noobfarms Auto-Seller

    it's pretty good
     
  35. Unread #18 - Mar 3, 2007 at 2:19 PM
  36. Noobfarm
    Referrals:
    0

    Noobfarm Guest

    Noobfarms Auto-Seller

    Thanks! im really working to improve it
     
  37. Unread #19 - Mar 4, 2007 at 2:00 PM
  38. Thick As Blood
    Joined:
    Jan 21, 2007
    Posts:
    330
    Referrals:
    0
    Sythe Gold:
    0

    Thick As Blood Forum Addict
    Banned

    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.
     
  39. Unread #20 - Mar 4, 2007 at 6:15 PM
  40. Fourscape
    Joined:
    Jan 24, 2007
    Posts:
    118
    Referrals:
    0
    Sythe Gold:
    0

    Fourscape Active Member

    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 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site