Auto Pet Trainer

Discussion in 'Neopets Program Discussion' started by II_warlord_II, Aug 17, 2008.

  1. II_warlord_II

    II_warlord_II Level III

    Joined:
    Aug 13, 2008
    Messages:
    532
    Likes Received:
    31
    Self-Explain?

    Place to trian "Swashbuckling Academy", or "Mystery Is"
    Auto-Buy Dubloons or Codestones (user choose)
    Timer on the completion
    User choose on what to train, lv,st,def,mov
    or blance mode, trian all stats equally
    check NPs, if not enough user can withdraw 'X' amount

    what do you guys think?
     
  2. Icegoten

    Icegoten Level III

    Joined:
    Aug 14, 2008
    Messages:
    460
    Likes Received:
    8
    I would enjoy a program like this if I can run it 24/7 and it will work on say strength until that is maxed for my level and then go to the next stat I want and end up with it leveling me up so it can continue.
     
  3. II_warlord_II

    II_warlord_II Level III

    Joined:
    Aug 13, 2008
    Messages:
    532
    Likes Received:
    31
    yes, i agree.
    would it be hard to program?
     
  4. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Not at all
    I made one of these already, but its untested (meaning its probably got a bajillion bugs). Of course, I can't get to it right now 'cause of my stupid HD failure >.<
     
  5. II_warlord_II

    II_warlord_II Level III

    Joined:
    Aug 13, 2008
    Messages:
    532
    Likes Received:
    31
    sorry to hear about your HD,
    i wouldn't mine to do beta test for you
     
  6. Heya_old

    Heya_old Level IV

    Joined:
    Mar 31, 2008
    Messages:
    928
    Likes Received:
    46
    i could make one in a SCAR script :D it'd be pretty simple, just a few clicks, and a long wait, it could run 24/7 :)
     
  7. 777

    777 Level I

    Joined:
    Aug 23, 2008
    Messages:
    130
    Likes Received:
    3
    this would be great if it worked good!
     
  8. II_warlord_II

    II_warlord_II Level III

    Joined:
    Aug 13, 2008
    Messages:
    532
    Likes Received:
    31
    You would mind trying to create one?
    i'll do the testing for you?
     
  9. 777

    777 Level I

    Joined:
    Aug 23, 2008
    Messages:
    130
    Likes Received:
    3
    Random, but how do you guys all learn to make these programs and ABers and stuff?!
    Reading a lot on how to computer program or what?
    Do you take classes?!
     
  10. II_warlord_II

    II_warlord_II Level III

    Joined:
    Aug 13, 2008
    Messages:
    532
    Likes Received:
    31
    you should discuss that in the "Code Snippets & Tutorials"
    but, i personally not so good with programs.
    you can get the dummy books on Visual Basics, .Net and Scar Scripts
    OR just Google up Tutorial.
    There are lots of websites dedicated to teach basic commands and instructions on how to...
     
  11. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    viewtopic.php?f=51&p=224501#p224501
     
  12. Icegoten

    Icegoten Level III

    Joined:
    Aug 14, 2008
    Messages:
    460
    Likes Received:
    8
    How could a SCAR script run 24/7? I thought you had to have the window open and scar at the same time but they can't overlap. Is scar able to work on a minimized program as well?
     
  13. Heya_old

    Heya_old Level IV

    Joined:
    Mar 31, 2008
    Messages:
    928
    Likes Received:
    46
    well, take a look at this little script i just wrote :arf: It /should/ run 24/7, but yet again, i haven't tested it yet. i'm also giving it free cause its acually somewhat hard to use if you don't understand SCAR, or atleast i think it is if you don't...
    NOTE: To make sure it keeps running, let it start the corse and pay for it before you go on any other browser. Once it does, you should be able to browse normally, as it will wait for atleast 4 hours. If its getting close to run again, or you are leaveing, close that browser out you on something else in, and leave the browser that it is at the academy in up, with the script :)

    Code (Text):
    1. //***              Writen By: heya on neofriends.net             ***//
    2. //*** 1. Open up IE6 and adjuskt the browser so that the last    ***//
    3. //***    thing on both the right and the left you see is the grey **//
    4. //***    border (basicly, you'll cut out that light grey bg)     ***//
    5. //*** 2. drag the crosshair into the browser                     ***//
    6. //*** 3. copy and paste where it say //*** Run Number 1 ***//    ***//
    7. //***    to where it says //*** End Run 1 ***// as many times    ***//
    8. //***    as you'd like. This will be how many time its will run  ***//
    9. //***    before it stops, so choose carefully                    ***//
    10. //*** 4. Edit Line number everyline that has 0,0,true with one   ***//
    11. //***    of the 2 numbers in green to the left of it             ***//
    12. //***    Example: strength is 280,448, so it'd be                ***//
    13. //***    clickmouse(280,448,true);, instead of clickmouse(0,0,true); /
    14. //***    NOTE: in each run, there is a line for the course and a ***//
    15. //***          line for the pet, you must edit both with one of the //
    16. //***          coords in green. This is very important, and it will //
    17. //***          not work right if you mess this up. also, when    ***//
    18. //***          copy and pasting, do it after the run, and before ***//
    19. //***          the end. part of this file. gl with it :)         ***//
    20. //*** 5, Selecet the wait time based on the corse, you might need **//
    21. //***    to do some work and planning ahead of time, but this script /
    22. //***    will do the acually clicking so you don't have to be at the /
    23. //***    computer all day.                                       ***//
    24. //*** 6. repeat for every run you add, and if you did it right, all //
    25. //***    should of worked :)                                     ***//
    26. //*** NOTE: You need to buy dubloons ahead of time, as this will ***//
    27. //***       not buy them, as having people add stuff in their shop *//
    28. //***       description has made it imposible to buy from their  ***//
    29. //***       shop with a scar script :(                           ***//
    30. //******************************************************************//
    31. program pettrainer;
    32. begin
    33. //*** Run Number 1 ***//
    34. clickmouse(529,180,true); //clicks browser
    35. wait(1000);
    36. clickmouse(735,-10,true); //clicks url
    37. wait(1000);
    38. sendkeys('http://www.neopets.com/pirates/academy.phtml') //types url
    39. wait(1000);
    40. clickmouse(931,-10,true); //sends url
    41. wait(4000);
    42. clickmouse(528,226,true); //goes to courses
    43. wait(4000);
    44. sendarrow(2); //scrolls down
    45. sendarrow(2);
    46. sendarrow(2);
    47. sendarrow(2);
    48. sendarrow(2);
    49. sendarrow(2);
    50. sendarrow(2);
    51. sendarrow(2);
    52. wait(1000);
    53. clickmouse(280,412,true); //clicks course
    54. wait(100);
    55. clickmouse(280,504,true); // strength = 280,448 // defense = 280,460 // agility = 280,476 // endurance = 280,490 // level = 280,504
    56. wait(1000);
    57. clickmouse(300,454,true); //clicks pet
    58. wait(100);
    59. clickmouse(0,0,true); // pet 1 = 282,475 // pet 2 = 282,485 // pet 3 = 282,500 // pet 4 = 282,500 //
    60. wait(1000);
    61. clickmouse(244,495,true); //starts course
    62. wait(4000);
    63. clickmouse(682,446,true); //pays
    64. wait(0); // 10 and under = 1450000 // 11-20 = 21670000 // 21-30 = 28810000 // 31-40 = 36010000
    65. clickmouse(585,223,true); //refreshes
    66. wait(10000);
    67. clickmouse(720,436,true); //completes course
    68. //*** End Run 1 ***//
    69. end.
    I hope this will hold over until zero can get around to making a good program to do it :D
     
  14. II_warlord_II

    II_warlord_II Level III

    Joined:
    Aug 13, 2008
    Messages:
    532
    Likes Received:
    31
    it kinda work, but not for firefox.
    i don't think scar is for this.
    because was i meant was like.
    the prog,
    Check SDB for dubloons/codestones, if x=0 then
    go to shopwizard, refreshes x times, then buy the cheapest items out of the refreshes
    then, go to the location (training)
    ....and so on
     
  15. Heya_old

    Heya_old Level IV

    Joined:
    Mar 31, 2008
    Messages:
    928
    Likes Received:
    46
    yeah, it only works in IE6 sadly :( yeah, a program is meant for this, but this script should hold over until zero has the time to write one :)
     
  16. Phee

    Phee Moderator
    Staff Member

    Joined:
    Aug 18, 2007
    Messages:
    6,206
    Likes Received:
    101
    You runa scar script by selecting the targeted window and then starting the script. As long as the script loops then it'll run normally, forever.
     
  17. II_warlord_II

    II_warlord_II Level III

    Joined:
    Aug 13, 2008
    Messages:
    532
    Likes Received:
    31
    don't think scar is good for this...
    its' not just about getting to the place and clicking train.