Page 1 of 3 123 LastLast
Results 1 to 25 of 65

Thread: Awesomem8AFK

  1. #1
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    158
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default Awesomem8AFK

    Due to popular demand I have decided to create an afk script with anti-ban in order to help people afk while they leech dungeon floors.

    V2 will anti ban once every 90-200secs (between 1 min 30secs to 3 mins 20secs)


    Code:
    procedure AntiBan; //Antiban
    begin
    
    wait(randomrange(90000,200000));
    Change these numbers to whatever time you want it to wait between antibans. for me it appears on line 31.


    Ok so i wrote up part of the code that will complete the dungeon when "Gte" is read in the chatbox. So far it will use group gatestone teleport as soon as it is called. I wont have time or energy to complete this till a couple of weeks from now due to exams.
    Code:
    procedure completedung; // when "Gte" is written in chat ggs teleport is initiated
    var DTM,X,Y :integer;
    
    begin
      Writeln('Checking Chatbox');
    if  (Pos('Gte', GetChatBoxText(8, clblue))<>0)
    then
      GameTab(Tab_Magic);
      DTM := DTMFromString('mlwAAAHicY2dgYGhlYmDoAuJeJgi7FoqbgViXkYHBCIi1gVgdiDWB2ACITYH40sOnDH7xJxnyp19nKC46DMYgvqvzQQZ8gBEPhgIAMjMQ+w==');
    if(FindDTM(DTM, X,Y, MIX1, MIY1, MIX2, MIY2))
    then
    
    Begin
        Mouse(x,y,6,6,True);
        Writeln('teleport ggs');
        wait(100+RandomRange(100,250));
    end;
    end;
    Last edited by awesomem8; 07-04-2012 at 07:42 AM.

  2. #2
    Join Date
    Dec 2011
    Location
    -bash
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    Lol...atleast make it do something other than antibans. Make it like idungeon afk...

  3. #3
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by Chig View Post
    Lol...atleast make it do something other than antibans. Make it like idungeon afk...
    What did iDungeo AFK do?
    At least he is trying!

  4. #4
    Join Date
    Feb 2012
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    gratz first thread in dungeoneering lol

  5. #5
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    158
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Chig View Post
    Lol...atleast make it do something other than antibans. Make it like idungeon afk...
    Idung afk used to team up with an idung pro account and afk...

    nowadays you have to deal with buying floors so you cannot automate that process.

    sorry be the bearer of the bad news, that we are in 2012 and Idungpro is history.

  6. #6
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    158
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    What did iDungeo AFK do?
    At least he is trying!
    Thanks

  7. #7
    Join Date
    Apr 2012
    Posts
    3,356
    Mentioned
    34 Post(s)
    Quoted
    218 Post(s)

    Default

    Ah well done on creating this! Will use it asap

  8. #8
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    158
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by -Benny View Post
    Ah well done on creating this! Will use it asap
    thanks

  9. #9
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Near enough every 4 and a half seconds its going to an antiban.... Thats kinda non human like man :P

  10. #10
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    158
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Ollybest View Post
    Near enough every 4 and a half seconds its going to an antiban.... Thats kinda non human like man :P
    So you work for the Jagex bot detection department?

    Show some evidence to backup your statement.

    Alternatively you can change it to anti ban once every 1,2,5,10,20 mins if you like.
    Last edited by awesomem8; 06-27-2012 at 12:13 AM.

  11. #11
    Join Date
    Jul 2010
    Posts
    1,115
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    well generally if you afk, you once in awhile do stuff, not constantly do things. afk means away from keyboard. many people go into a dungeon and leave the computer to do things, or they go browse facebook or youtube etc. its a great idea, but maybe you should add an option to do it much less often

  12. #12
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    158
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by bolshak25 View Post
    well generally if you afk, you once in awhile do stuff, not constantly do things. afk means away from keyboard. many people go into a dungeon and leave the computer to do things, or they go browse facebook or youtube etc. its a great idea, but maybe you should add an option to do it much less often
    Unless you have some evidence as to how jagex's detection system works i have no intention of changing the script. it will do an antiban once every 1-9 seconds which includes the bot checking a skill, moving the camera, clicking on an interface and/or waiting an additional period of time without doing anything.

    I cannot see how it can ever be detectable since it does random things. I understand that the main purpose of the script is not to logout so if your not interested in the anti ban and just want it to stay logged in you can manually extend the time between anti bans in the script.

    O and now im only (minus) -17 rep points lol, it was much higher before XD

  13. #13
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by awesomem8 View Post
    So you work for the Jagex bot detection department?

    Show some evidence to backup your statement.

    Alternatively you can change it to anti ban once every 1,2,5,10,20 mins if you like.
    Yeah, Im afking a dungeon and I check my skills every 4 seconds... makes sense. Was just giving you some feedback I guess you don't want it, have fun!

    Edit:

    ^ To the above post, doing the same "random" things for a long time doesn't keep it "random"

  14. #14
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    158
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Ollybest View Post
    Yeah, Im afking a dungeon and I check my skills every 4 seconds... makes sense. Was just giving you some feedback I guess you don't want it, have fun!

    Edit:

    ^ To the above post, doing the same "random" things for a long time doesn't keep it "random"
    I'm open to feedback, I just want you to back up your claims. The detection system isnt a group of mods watching every account in rs, its a computer program.

    I dont see the difference between checking a skill once ever 5mins or once every min, to a computerized detection system that just sees a mouse moving to different random pixels and not gaining any xp you might just be walking around the whole rs in a big circle.

  15. #15
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Dude, I don't think you quite understand the point of "antiban"...
    Let's put this into a real life scenario.
    Do you; one who goes into a dungeon after paying 3M to be away from your computer to do other stuff while the dungeon will be done for you, check stats, move camera around and randomly move the mouse across the screen every four seconds?

    /facepalm and /thread

  16. #16
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by awesomem8 View Post
    I'm open to feedback, I just want you to back up your claims. The detection system isnt a group of mods watching every account in rs, its a computer program.

    I dont see the difference between checking a skill once ever 5mins or once every min, to a computerized detection system that just sees a mouse moving to different random pixels and not gaining any xp you might just be walking around the whole rs in a big circle.
    Lol fair enough, I do believe that jagex's bot detection is abit more than what x/y you click.

  17. #17
    Join Date
    Feb 2012
    Posts
    134
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If you don't like his script, don't use it. Pretty simple solution. You could also change it yourself if you don't like it.

  18. #18
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    158
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by NKN View Post
    Well, I meant to derep you, not rep. Just so you don't get confused.
    Lol I was laughing when I said the thing about reps, I only care about reps on slickdeals.net (I prefer -18 to having it disabled it just means that people rage at me cause they are on their periods, have no sense of humour or cant reply to any of my questions).

    I only learnt to script a little from reading peoples scripts and then understanding how they are constructed, I also watched one of yohojo's tut videos.

    Lastly I only use this site when injection bots go offline (to the guy that told me to go back to pbot - cause I do mainly use pbot and rarebot). I wrote a script that closes then turns rarebot on every 6 hours and logs me in, on a virtual machine.

  19. #19
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    158
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Ollybest View Post
    Edit:

    ^ To the above post, doing the same "random" things for a long time doesn't keep it "random"
    IT's different pixels so it never does the same thing, additionally theres absolutely no pattern. an alching bot would be detected instantly if you are correct.

  20. #20
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Quote Originally Posted by awesomem8 View Post
    IT's different pixels so it never does the same thing, additionally theres absolutely no pattern. an alching bot would be detected instantly if you are correct.
    My god you're thick.

  21. #21
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    158
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Shay View Post
    My god you're thick.
    Cool dont use it then.
    Last edited by BraK; 07-29-2012 at 11:36 PM.

  22. #22
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by awesomem8 View Post
    IT's different pixels so it never does the same thing, additionally theres absolutely no pattern. an alching bot would be detected instantly if you are correct.
    Over time there becomes a "pattern" btw if you get one person that actually uses it I will freak out.
    Last edited by Olly; 06-27-2012 at 12:12 PM.

  23. #23
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    158
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Ollybest View Post
    Over time there becomes a "pattern" btw if you get one person that actually uses it I will freak out.
    So dont use it then.

    The only actual reason someone shouldnt use it is because the updates that jagex will release will fuck up the game.

  24. #24
    Join Date
    Feb 2012
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    so it doesnt get leecher status you could have it sell things or pick up ess or gp after 5 mins during the floor so it doesnt bother the people dunging to make runes, idk if this is possible cause idk much about color programs is this program able to read text like have it set to the leader so when leader say to gte or gt levers or gt emotes or something those are my ideas and thanks for making this much appreciated

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

    Default

    hmm i afk'd lots of floors currently 99+ dung and i didn't do something every 4 seconds. I would watch netflix and every 3-4 minutes move the camera a lil and every now and then check for messages.

    Having an anti-ban preformed ever 4 seconds is just so unhuman like imo.

    I might be wrong, but if a floor is 16 mins long this script will preform 240 anti bans a floor...

Page 1 of 3 123 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
  •