Page 2 of 2 FirstFirst 12
Results 26 to 43 of 43

Thread: [AL] HyperStunAlch

  1. #26
    Join Date
    Dec 2014
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    beautiful script.
    http://prntscr.com/erjvtv
    1M XP proggy.

  2. #27
    Join Date
    Jul 2016
    Posts
    156
    Mentioned
    2 Post(s)
    Quoted
    81 Post(s)

    Default

    Quote Originally Posted by MaxC69 View Post
    beautiful script.
    http://prntscr.com/erjvtv
    1M XP proggy.
    Hey Max, ever get a ban for running that long?

  3. #28
    Join Date
    Nov 2015
    Posts
    73
    Mentioned
    1 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by Suburbia View Post
    Hey Max, ever get a ban for running that long?
    In my experience, < 8 hours with a proper script with breaks per day is safe, but I have been out of the game for a few years.

  4. #29
    Join Date
    Jul 2016
    Posts
    156
    Mentioned
    2 Post(s)
    Quoted
    81 Post(s)

    Default

    Quote Originally Posted by terd View Post
    In my experience, < 8 hours with a proper script with breaks per day is safe, but I have been out of the game for a few years.
    Really depends on the task. 6 Hours of afk is one thing, but 6 hours of stun alching is pretty hardcore.

  5. #30
    Join Date
    Sep 2016
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Is anyone able to still run this?

  6. #31
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Quote Originally Posted by troro1 View Post
    Is anyone able to still run this?
    Pretty sure this script requires a few tweaks/patches before it starts running properly again.

  7. #32
    Join Date
    Jan 2018
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by MaxC69 View Post
    beautiful script.
    http://prntscr.com/erjvtv
    1M XP proggy.
    Are you still using this? Looking to up my magic but I'm being very careful on my new account keeping botting to a minimal to avoid detection. So far I'm averaging 11 hours played per day last month, I've only botted 20-58 fishing and 40-62 mining so far.

  8. #33
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by icyxen View Post
    Are you still using this? Looking to up my magic but I'm being very careful on my new account keeping botting to a minimal to avoid detection. So far I'm averaging 11 hours played per day last month, I've only botted 20-58 fishing and 40-62 mining so far.
    Not sure if this'll work out of the box, haven't botted in a very long time.
    Thinking I might get back in to it though.

  9. #34
    Join Date
    Jan 2018
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    Not sure if this'll work out of the box, haven't botted in a very long time.
    Thinking I might get back in to it though.
    Alright, appreciate the insight.

  10. #35
    Join Date
    Mar 2016
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    584fa67ada0fb78276860eb2faa1a3ca.png
    still works nice. Had to make some adjustments because of the misclicks and the sleep after alching.

  11. #36
    Join Date
    Aug 2017
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    very nice. i was gonna start vulnerability and alch training pretty soon but was being lazy lol. Need to get mage upto 85. Found this at the right time.

    Quote Originally Posted by ghost619 View Post
    584fa67ada0fb78276860eb2faa1a3ca.png
    still works nice. Had to make some adjustments because of the misclicks and the sleep after alching.
    What changes are done to the code, can you share? Any other thing you took car of? What was the runtime.

    Edit: Will this work without smart? on say runelite? Its much more safe that way.
    Last edited by justforfun; 04-21-2018 at 07:35 PM.

  12. #37
    Join Date
    Mar 2016
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by justforfun View Post
    very nice. i was gonna start vulnerability and alch training pretty soon but was being lazy lol. Need to get mage upto 85. Found this at the right time.



    What changes are done to the code, can you share? Any other thing you took car of? What was the runtime.

    Edit: Will this work without smart? on say runelite? Its much more safe that way.
    Yes, I have been running it on konduit client. works fine. I had to increase sleep time after alching and change the coordinates of the alch spell as sometimes it would click too far right or left not being able to alch anything.

  13. #38
    Join Date
    Mar 2016
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    i changed line 135 to 139 with the following.
    Code:
        customMouse(point(710, 328 + randomRange(-5, 5)));
        fastClick(MOUSE_LEFT);
        wait(randomRange(50, 150));
        //customMouse(point(714, 326 + randomRange(-5, 5)));
        fastClick(MOUSE_LEFT);
    wait(randomRange(2000, 1600));

  14. #39
    Join Date
    Aug 2017
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by ghost619 View Post
    i changed line 135 to 139 with the following.
    Code:
        customMouse(point(710, 328 + randomRange(-5, 5)));
        fastClick(MOUSE_LEFT);
        wait(randomRange(50, 150));
        //customMouse(point(714, 326 + randomRange(-5, 5)));
        fastClick(MOUSE_LEFT);
    wait(randomRange(2000, 1600));


    You just move the cross to select konduit window and it runs? mine opens smart.
    Last edited by justforfun; 04-22-2018 at 08:35 PM.

  15. #40
    Join Date
    Mar 2016
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    You need to comment out smart by doing
    Code:
    //{$DEFINE SMART}

  16. #41
    Join Date
    Aug 2017
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by ghost619 View Post
    You need to comment out smart by doing
    Code:
    //{$DEFINE SMART}


    Don't work, it does not complied because it is using smart graphics Ina procedure. Gives error. I am using v1.2 in simba 11 and Aerolib version 1.6.
    Last edited by justforfun; 04-23-2018 at 07:07 PM.

  17. #42
    Join Date
    Mar 2016
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by justforfun View Post
    Don't work, it does not complied because it is using smart graphics Ina procedure. Gives error. I am using v1.2 in simba 11 and Aerolib version 1.6.
    you need to comment out smart graphics

  18. #43
    Join Date
    Aug 2017
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    I have added the spell Enfeeble which becomes active at 73 mage. Quite an improvement in xp per hr from lvl 73 to 80.

    'enfeeble':
    begin
    x := 690 + randomRange(-5, 5);
    y := 400 + randomRange(-5, 5);
    spellXP := 83;
    Add this code in between Vulnerability and stun spell in the code. For me it is in lines 75-80, and just chose spell enfeeble in top of the code.

Page 2 of 2 FirstFirst 12

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
  •