Jump to content

adr.bot

Members
  • Posts

    657
  • Credits

  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by adr.bot

  1. for now looks like smart guard is updated, need wait for adrenalin update
  2. http://www.maxcheaters.com/topic/213078-l2jguard-l2tower/
  3. use l2jguard bypass, and inject tower at char select screen, and have fun xd
  4. http://www.maxcheaters.com/topic/202951-l2jguard-bypass-patch/ while ago i see that l2jguard update xd they just blocked file name, so if not work u need rename bypass dll, and add in OGG.dll i guess, well not remember
  5. first of all, thread is to old xd probably he already got it or no needed, anyways u can edit interface.xdat to set "1,2,3.... etc" to 2nd skill bar and etc
  6. for paid adr should this work, it will react in any tutorial window, to stop sound restart script, have fun xd uses sysutils,classes; var alarm:boolean= false; procedure OnPacket(ID, ID2: Cardinal; Data: Pointer; Size: Word); begin if (IntToHex(ID, 2) = 'A0') and (not alarm) then alarm:= true; end; procedure doAlarm; begin while delay(1111) do begin if alarm then begin playsound(exepath+'sounds\playeralarm.wav'); delay(2222); end; end; end; begin script.newthread(@doAlarm); delay(-1); end.
  7. procedure getbypass; var InpStr, TxtOut : string; begin InpStr := engine.DlgText; TxtOut:= Copy(InpStr,pos('-h',InpStr),290) ; TxtOut:= Copy(TxtOut,4,pos('"',TxtOut)-4); engine.bypasstoserver(TxtOut); end; simple procedure to send bypass on last quest step, usage procedure getbypass; var InpStr, TxtOut : string; begin InpStr := engine.DlgText; TxtOut:= Copy(InpStr,pos('-h',InpStr),290) ; TxtOut:= Copy(TxtOut,4,pos('"',TxtOut)-4); engine.bypasstoserver(TxtOut); end; begin Engine.SetTarget(31547); /////beolin Engine.DlgOpen; Engine.DlgSel('Quest'); Delay(500); Engine.DlgSel('Specialty Liquor Delivery'); delay(1111); getbypass; end.
  8. well first of all script not looks good xd Engine.DlgSel('Catacomb of Dark Omen's'); // notworking << There is Problem with ' in Omen's word. correct must be like Engine.DlgSel('Catacomb of Dark Omen''s'); // notworking << There is Problem with ' in Omen's word. if still doesnt work u can try use engine.dlgsel(1); // 1 index of button in this case it will press first button if works if still not work then u can try check bypass string and use engine.bypasstoserver('string'); if bypass strings change every time at open dialog, then u can try check for ready functions to send bypass in real, time also simple back to spot should be like function isDead:boolean; begin result:= false; if user.dead then begin result:= true; engine.facecontrol(0, false); delay(555); engine.gohome; delay(5555); // some delay for properly teleport to town after death script.replace; // restart script end; end; begin while delay(1111) do begin // teleport delay(5555); // 5sec delay to properly teleport // engine.moveto to ur spot engine.facecontrol(0, true); // turn on bot while not isDead do delay(1111);// wait until u dead end; end. should be enough for h5 server with alt b if server interlude then ofc need town locations gl!
  9. sell adrenalin key RU unlimited windows. 30days left 8eu paypal, skype adr.bot
  10. posible with paid bot
  11. what are good prices? resell without profit? ;D
  12. well atleast now i know that i can do nothing with this, thank you
  13. yes, add more, i tried add, but for some reason doesnt work properly, i mean when creating macro i mean in this window i can see icon and etc, but after create macro in this window, that icons dont shows xd
  14. will be perfect to see how add more icons if its possible
  15. feel free contact with me on skype for this captcha, will work only on paid bot
  16. well maybe one day i check how like "bind captcha for speicifc time" and only then maybe i will share for this kind captcha xd
  17. my opinion scripts not needed for that guys who farm at one spot while look movie, what need for that guys its some events tab with check dead/items and thats it, i believe that most of adr users do now xd
  18. no u cant, most server got captcha, for that need buy script, most of players dont buy captcha script from krn/ivanius or what ever who sell it, that means they can look movie too while farming xd
  19. if bot dont show item in drop list, then script cant help, but if show i still dont understand where is problem that add ids to specific items xd
  20. hello, i want to share augment script for adrenalin wich working with smart guard for interlude and h5 http://rgho.st/7TZhfKXFl all problems please report to pm or skype, have a good night xd
×
×
  • Create New...