Page 11 of 26 FirstFirst ... 91011121321 ... LastLast
Results 251 to 275 of 629

Thread: [R]yGuy's [A]pe [A]toll [A]gility [R]unner

  1. #251
    Join Date
    Feb 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Reinier View Post
    He won't fix the problem at tree 2, like many many others said.
    u realy gona be complaining about that??? how do u know hes not trying to fix it it might take a while its not as fast as just downliding somthing... why dont u try to fix it and then after spending a days on it give it out for free

  2. #252
    Join Date
    Jan 2012
    Posts
    468
    Mentioned
    3 Post(s)
    Quoted
    200 Post(s)

    Default

    Quote Originally Posted by Archmageix View Post
    u realy gona be complaining about that??? how do u know hes not trying to fix it it might take a while its not as fast as just downliding somthing... why dont u try to fix it and then after spending a days on it give it out for free
    So True People need a Chill Pill! If you have never wrote or updated A Script GTFO this site this is not for you! This is a community for people that have patients and are able to make a difference!

  3. #253
    Join Date
    Feb 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    proggy =]
    would have kept going but rs makes client update every 6 hrs =[
    Time: 6 Hours, 23 Seconds
    We have gained 178600 Agility Experience!
    We are gaining 29758 Agility Experience per Hour!

  4. #254
    Join Date
    Dec 2011
    Posts
    113
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Crashsmart works great, added custom function and added "if not LoggedIn then LoginPlayer;". I totally "run it and forget it", moved my laptop during the day to different wifi locations with in 24 hours.... still running minimized with one double click within that whole time!!

    GREAT SCRIPT!!
    thanks
    Last edited by shanghai88; 02-14-2012 at 06:12 AM.

  5. #255
    Join Date
    Feb 2011
    Location
    Wisconsin
    Posts
    398
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Personally I don't run scripts for more than 3-4 hours at a time without breaks for fear of getting my account banned. Not sure how to add breaks into the script however.

  6. #256
    Join Date
    Dec 2011
    Posts
    113
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by RyGuy View Post
    Personally I don't run scripts for more than 3-4 hours at a time without breaks for fear of getting my account banned. Not sure how to add breaks into the script however.
    it took breaks while i was moving around all day, i'm sure it disconnected quite few times in between wifi spots. my laptop battery lasts 7+ hour before I have to plug in. I use this laptop for every day stuff.

  7. #257
    Join Date
    Dec 2011
    Posts
    113
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    credit to Weequ, you need to play around with it.


    *******
    var
    NextBreak: Integer; //add this

    const

    MIN_NEXTBREAK = 12000000;
    MAX_NEXTBREAK = 16000000;
    MIN_BREAKTIME = 180000;//3 min
    MAX_BREAKTIME = 900000;//15min



    procedure TakeBreak;
    var
    BreakTime: Integer;
    begin
    Logout;
    BreakTime := RandomRange(MIN_BREAKTIME, MAX_BREAKTIME);
    Proggy('Taking a '+IntToStr(BreakTime/(1000*60))+' minute break!');
    Wait(BreakTime);
    Login;
    NextBreak := GetSystemTime+RandomRange(MIN_NEXTBREAK, MAX_NEXTBREAK);
    end;

    // line 377 add
    NextBreak := GetSystemTime+RandomRange(MIN_NEXTBREAK, MAX_NEXTBREAK);

    // add this in mainloop

    begin
    if GetSystemTime > NextBreak then TakeBreak;
    end;

  8. #258
    Join Date
    Dec 2011
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Rules of Joe View Post
    So True People need a Chill Pill! If you have never wrote or updated A Script GTFO this site this is not for you! This is a community for people that have patients and are able to make a difference!
    Yh dickhead don't tell me to gtfo this community, if u swear like that then you should leave.
    And I tried fixing it myself, but failed and he didn't answer to my pms+ I have been waiting 2 weeks. How can you know if I tried fixing the script or not?
    Know what you are saying, just leave thanks :-D.

  9. #259
    Join Date
    Feb 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Want to thank you for your awesome work on this amazing script. I love it!!

    Thanks, Noke!

    1st Proggy:

    Time: 2 Hours, 35 Minutes and 32 Seconds
    We have gained 89140 Agility Experience!
    We are gaining 34572 Agility Experience per Hour!

    2nd Progy:
    Time: 2 Hours, 2 Minutes and 37 Seconds
    We have gained 70720 Agility Experience!
    We are gaining 34832 Agility Experience per Hour!
    Last edited by Noke; 02-14-2012 at 10:12 PM.

  10. #260
    Join Date
    Jun 2007
    Location
    Canada
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Proggy:

    Time: 5 Hours, 56 Minutes and 18 Seconds
    We have gained 200080 Agility Experience!
    We are gaining 33692 Agility Experience per Hour!

    Was stopped because of rs update.

  11. #261
    Join Date
    Feb 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Reinier View Post
    Yh dickhead don't tell me to gtfo this community, if u swear like that then you should leave.
    And I tried fixing it myself, but failed and he didn't answer to my pms+ I have been waiting 2 weeks. How can you know if I tried fixing the script or not?
    Know what you are saying, just leave thanks :-D.
    well if uv tried fixing it and failed then go watch a tut and try again

  12. #262
    Join Date
    Dec 2011
    Posts
    113
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    There is a party in the hole near tree two, I saw 20 bots there.

  13. #263
    Join Date
    Feb 2011
    Location
    Wisconsin
    Posts
    398
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by shanghai88 View Post
    There is a party in the hole near tree two, I saw 20 bots there.
    I doubt there would be 20 in there at one time as if it goes in the hole it will log out soon after if it goes in

  14. #264
    Join Date
    Dec 2011
    Posts
    113
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by RyGuy View Post
    I doubt there would be 20 in there at one time as if it goes in the hole it will log out soon after if it goes in
    ...After 12+ fail attempts, I did exaggerate a little XD, it was around 8.
    Awesome script, that's why so many people uses it.

    I think problem was with the new update, simba is lagging more than usual, I'm sure the wonderful staffs here is working on this issue. Mean time I'll increase wait time at tree #2

    Thanks for this script, one of the best

  15. #265
    Join Date
    Dec 2011
    Posts
    113
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I took advice from this thread
    http://villavu.com/forum/showthread....hlight=lagging

    Java 6.31 runs much better with SIMBA ATM. it must be the new update by Jagex.
    so for those with slower PC or laptop. Try it and confirm.

    another variable- I also increased wait(time) at tree #2

    ***MAKE SURE YOU DIRECTLY get the JAVA 6.31 from Oracle website!!
    Last edited by shanghai88; 02-16-2012 at 01:36 AM.

  16. #266
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    1,784
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Reinier View Post
    Yh dickhead don't tell me to gtfo this community, if u swear like that then you should leave.
    And I tried fixing it myself, but failed and he didn't answer to my pms+ I have been waiting 2 weeks. How can you know if I tried fixing the script or not?
    Know what you are saying, just leave thanks :-D.
    Relax bro, scripters have lives too...

    Our "Job" isn't to update scripts for kids like you just to flame us if we don't update if you get a wittle error. We do this on our free time as a hobby. If you don't like the way somebody does something either learn to script and fix the problem yourself, or gtfo of this community as others have said. We work too hard to help people to have people like you spit in our faces if we don't cater to your every need.

    Pardon my language.

    Currently: Working on Defending&Attacking in my Castle-Wars Script
    Project Rebuild: 90M/170M

  17. #267
    Join Date
    Nov 2006
    Location
    Location, Location
    Posts
    1,126
    Mentioned
    6 Post(s)
    Quoted
    41 Post(s)

    Default

    Time: 7 Hours, 28 Minutes and 6 Seconds
    We have gained 303916 Agility Experience!
    We are gaining 40784 Agility Experience per Hour!

    ^ Using Skoll boots from 53-65. Your pineapple procedure works fine however I would customize the antiban a little more.
    Last edited by Kave; 02-16-2012 at 06:19 AM.

  18. #268
    Join Date
    Dec 2011
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by PatDuffy View Post
    Relax bro, scripters have lives too...

    Our "Job" isn't to update scripts for kids like you just to flame us if we don't update if you get a wittle error. We do this on our free time as a hobby. If you don't like the way somebody does something either learn to script and fix the problem yourself, or gtfo of this community as others have said. We work too hard to help people to have people like you spit in our faces if we don't cater to your every need.

    Pardon my language.
    Spare time is ok, but he could update it within 2 weeks.
    I tried fixing it, but didn't work.
    Your language is bad yes.
    Just want him to update the part I mentioned before, I give feedback and he does nothing with it.
    15 years old, if u like to call me a kid then do so but I do not like it, got enough brains. and here are some 10 years old aswell.

  19. #269
    Join Date
    Oct 2009
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Kave View Post
    Time: 7 Hours, 28 Minutes and 6 Seconds
    We have gained 303916 Agility Experience!
    We are gaining 40784 Agility Experience per Hour!

    ^ Using Skoll boots from 53-65. Your pineapple procedure works fine however I would customize the antiban a little more.
    Wow nice proggy! What did you customize?

  20. #270
    Join Date
    Dec 2011
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Reinier View Post
    Spare time is ok, but he could update it within 2 weeks.
    I tried fixing it, but didn't work.
    Your language is bad yes.
    Just want him to update the part I mentioned before, I give feedback and he does nothing with it.
    15 years old, if u like to call me a kid then do so but I do not like it, got enough brains. and here are some 10 years old aswell.
    Try again. Learn yourself.

    15 isn't old, you're still a kid.

  21. #271
    Join Date
    Dec 2011
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by TsterT View Post
    Try again. Learn yourself.

    15 isn't old, you're still a kid.
    Never said it was old, and if you comment this bullshit then most likely you are more child than me.

  22. #272
    Join Date
    Feb 2011
    Location
    Wisconsin
    Posts
    398
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    If you guys want to fight bring it here, but no more on this thread kay? Thanks

  23. #273
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    hey ry guy does it go get the pineapples or do I have to have them in the inv?

    Edit: nvm good sir very nice script!

  24. #274
    Join Date
    Dec 2011
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by RyGuy View Post
    If you guys want to fight bring it here, but no more on this thread kay? Thanks
    May I finaly have an answer to all my questions from YOU and not the people that defend you+ answer my pms since you read them for sure.

  25. #275
    Join Date
    Feb 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    do i have to babysit on this script?

Page 11 of 26 FirstFirst ... 91011121321 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •