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


Reply With Quote















