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?
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.
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 >.<
i could make one in a SCAR script it'd be pretty simple, just a few clicks, and a long wait, it could run 24/7
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?!
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...
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?
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): //*** Writen By: heya on neofriends.net ***// //*** 1. Open up IE6 and adjuskt the browser so that the last ***// //*** thing on both the right and the left you see is the grey **// //*** border (basicly, you'll cut out that light grey bg) ***// //*** 2. drag the crosshair into the browser ***// //*** 3. copy and paste where it say //*** Run Number 1 ***// ***// //*** to where it says //*** End Run 1 ***// as many times ***// //*** as you'd like. This will be how many time its will run ***// //*** before it stops, so choose carefully ***// //*** 4. Edit Line number everyline that has 0,0,true with one ***// //*** of the 2 numbers in green to the left of it ***// //*** Example: strength is 280,448, so it'd be ***// //*** clickmouse(280,448,true);, instead of clickmouse(0,0,true); / //*** NOTE: in each run, there is a line for the course and a ***// //*** line for the pet, you must edit both with one of the // //*** coords in green. This is very important, and it will // //*** not work right if you mess this up. also, when ***// //*** copy and pasting, do it after the run, and before ***// //*** the end. part of this file. gl with it :) ***// //*** 5, Selecet the wait time based on the corse, you might need **// //*** to do some work and planning ahead of time, but this script / //*** will do the acually clicking so you don't have to be at the / //*** computer all day. ***// //*** 6. repeat for every run you add, and if you did it right, all // //*** should of worked :) ***// //*** NOTE: You need to buy dubloons ahead of time, as this will ***// //*** not buy them, as having people add stuff in their shop *// //*** description has made it imposible to buy from their ***// //*** shop with a scar script :( ***// //******************************************************************// program pettrainer; begin //*** Run Number 1 ***// clickmouse(529,180,true); //clicks browser wait(1000); clickmouse(735,-10,true); //clicks url wait(1000); sendkeys('http://www.neopets.com/pirates/academy.phtml') //types url wait(1000); clickmouse(931,-10,true); //sends url wait(4000); clickmouse(528,226,true); //goes to courses wait(4000); sendarrow(2); //scrolls down sendarrow(2); sendarrow(2); sendarrow(2); sendarrow(2); sendarrow(2); sendarrow(2); sendarrow(2); wait(1000); clickmouse(280,412,true); //clicks course wait(100); clickmouse(280,504,true); // strength = 280,448 // defense = 280,460 // agility = 280,476 // endurance = 280,490 // level = 280,504 wait(1000); clickmouse(300,454,true); //clicks pet wait(100); clickmouse(0,0,true); // pet 1 = 282,475 // pet 2 = 282,485 // pet 3 = 282,500 // pet 4 = 282,500 // wait(1000); clickmouse(244,495,true); //starts course wait(4000); clickmouse(682,446,true); //pays wait(0); // 10 and under = 1450000 // 11-20 = 21670000 // 21-30 = 28810000 // 31-40 = 36010000 clickmouse(585,223,true); //refreshes wait(10000); clickmouse(720,436,true); //completes course //*** End Run 1 ***// end. I hope this will hold over until zero can get around to making a good program to do it
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
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
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.