-
Posts
657 -
Joined
-
Last visited
-
Feedback
100%
Content Type
Articles
Profiles
Forums
Store
Everything posted by adr.bot
-
on redemption i dont need rename or other shit, but after some time i get DC with smart guard error, tryed rename hide process but same problem, on lineage.ru i just suspend shield.exe when shows in process and then works fine
-
few mins find at google how suspend Shield.exe? xd
-
[Exploit] Win The Olympiad Games (Created For L2Damage)
adr.bot replied to DeMeNs0s's topic in Hacks & Cheats [English]
i found toturial, tested and works for me and ipjack i uploaded becouse link in description doesnt work http://www85.zippyshare.com/v/bVe5jAaf/file.html -
-
i just bind via hwid, becouse i maked this and dont whant to other share "my work" xdd
-
cheaper than for free? xd
-
https://www.youtube.com/watch?v=Ac5dcco_chY add skype adr.bot
-
-
i guess not
-
run start.exe press start run adsmon.exe select adrenalin.exe and bot starts run as administrator
-
maps http://www14.zippyshare.com/v/8p4O4IwG/file.html 1.71 english http://rghost.net/8XQTgFCpc
-
back to business with bypassing protections? xd
-
no idea xd
-
hidetoolz is program which can hide process http://social-vzlom.com/uploads/posts/2011-08/1313674707_hidetoolzv22.png download link here http://www42.zippyshare.com/v/ctPx8TBi/file.html but only work on 32bit versions
-
without script attack good?
-
try add in this line while not deadCheck do delay(1); //while not dead, do nothing and wait change 1 to 1000 (1000=1sec)
-
no offence, but better i buy adrenaline
-
dude im not say that here virus, i just give links with scan, example adrenaline too show like virus but its not xd
-
https://www.virustotal.com/pl/file/6ebc03dd4026c5d1992a9e49195504ba5865af018c11b5e22ed7f21a1d1cc66d/analysis/1433544914/ https://www.metascan-online.com/en/scanresult/file/7f1f9d5662834cb7bbb44e223abfa511/extracted
-
sure, if you whant make without stop when get augment then yea, just use some mouse clicker/recorder or somethink, with this script can stop when get augment.
-
Sniffer For Alt+B Dialog At L2Redemption
adr.bot replied to Mires's topic in Request Botting [English]
-
np give test account or something, becouse your server language.....
-
if server l2redemption then dont work
-
you need to try, now no red line var item: TL2Item; function buffCheck: Boolean; var buff: TL2Buff; begin if not User.Buffs.ByID(1204, buff) then begin Result:=true; Print('sa rebuff poto'); Engine.MoveTo(87181,-143445,-1288); Delay(500); Engine.SetTarget(35650); // NPC ID Delay(500); Engine.DlgOpen; Delay(500); Engine.DlgSel('buff'); Delay(500); Engine.bypasstoserver('custom_dobuff MakeBuffs WindWalk231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs Shield231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs Might231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs MagicBarrier231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs BerserkerSpirit231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs VampiricRage231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs BlessedBody231'); Delay(1000); Engine.bypasstoserver('custom_dobuff Chat 1'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs Haste231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs Focus231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs DeathWhisper231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs Guidance231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs ResistShock231'); Delay(1000); Engine.DlgOpen; Delay(500); Engine.DlgSel('Songs'); Delay(500); Engine.bypasstoserver('custom_dobuff MakeBuffs SongofEarth231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs SongofWarding231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs SongofWind231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs SongofVitality231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs SongofHunter231'); Delay(1000); Engine.DlgOpen; Delay(500); Engine.DlgSel('Dances'); Delay(500); Engine.bypasstoserver('custom_dobuff MakeBuffs DanceofWarior231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs DanceofFire231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs DanceofFury231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs DanceoftheVampire231'); Delay(1000); Engine.DlgOpen; Delay(500); Engine.DlgSel('Etc Buff'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs ChantofVictory231'); Delay(1000); Engine.bypasstoserver('custom_dobuff MakeBuffs GreaterMight231'); Delay(1000); Engine.DlgOpen; Delay(500); Engine.DlgSel('HP/MP/CP'); Delay(1000); Print('ok chui paré.'); Engine.MoveTo(87130,-143446,-1319); end; Result:=false; end; function deadCheck: Boolean; begin Result := false; if User.Dead then begin Result := true; Print('Dead. Pressing to village.'); Delay(1000); Engine.FaceControl(0,false); Engine.GOHome(rtTown); ///here change to town or other Delay(10000); end; end; begin while true do begin delay(150); if User.inrange(86574,-141897,-1323, 250, 150) then begin // ch Engine.MoveTo(86780,-142217,-1320); Engine.MoveTo(87103,-142760,-1320); Engine.MoveTo(87164,-143449,-1288); end; if user.inrange(87164,-143449,-1288, 500) then begin buffCheck; end; if user.inrange(87164,-143449,-1288, 150) and User.Buffs.ByID(1204, buffCheck) then begin Engine.SetTarget(31964); Engine.DlgOpen; Delay(500); Engine.DlgSel('teleport'); Delay(500); Engine.DlgSel('Town of Goddard'); Delay(10000); Engine.SetTarget(31275); Engine.DlgOpen; Delay(500); Engine.DlgSel('teleport'); Delay(500); Engine.DlgSel('Hot Springs'); Delay(1000); end; if user.inrange(149575,-112710,-2060, 500) then begin Print('cest parti'); Engine.MoveTo(149606,-110577,-2298); Engine.MoveTo(149161,-109035,-2529); Engine.MoveTo(147956,-108811,-2836); Engine.MoveTo(145523,-109075,-3449); Engine.MoveTo(143923,-110626,-3597); Print('Yatta'); Delay(500); Engine.FaceControl(0, true); while not deadCheck do delay(1000); //while not dead, do nothing and wait. end; end; end.
-
if server use quest named at npc in english not russ then i think no need change
