
Adri555
Banned-
Posts
24 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Adri555
-
Any can post link for La2Robot? I think robot work xD Thanks
-
Pff is bad server for buy adrenaline xD thanks
-
Ye after around 1h we can enter again, just want ask if cracked adrenaline work in this server :)
-
Oh, when i have a laptop i will try but i dont have it :(
-
Hello. In this server http://l2grasf.com/ , when i try logg with me adrenaline, i have error You have been disconnect from the server, and after error: You have been temporally banned from this server. I think its smartguard or something, but for bot in this server i just can buy legit adrenaline or can do something ? Thanks :)
-
Gonna try emerald drakes maybe, thanks xD
-
Its unkillable with 3 spellhowlers + bishop xD I have a grade
-
Hey guys, where can i bot wind-earth stones pls? :P with bishop and spellhowlers?
-
Lineage2 H5 - L2 Adrenaline Bot : Windows 10
Adri555 replied to dodo88's topic in Request Botting [English]
Oh wow true, thanks man :) -
Lineage2 H5 - L2 Adrenaline Bot : Windows 10
Adri555 replied to dodo88's topic in Request Botting [English]
Any know how work this "relax" mode in adrenaline? I try put in part "sit" MP <= for example 200 for sit when i have 200 mana, and in part "stand" MP => 999. But me char sit when i have full mana :/ Sorry for me sh1t english xD -
I cant open more than 1 char, is posible open 2 chars with adrenaline or something? I poor no money for donate xD
-
Ey la2nigma, you script include for stop scrip with a button?
-
YE no problem, you explain good just im noob and dont understand xd ______ Any scripter can share argument script with this script for stop that with key? If is for free better, but maybe we can negociate a small price
-
Ye man sorry but me english is limited and im not good in scripts xd I understand i need add this you code begin Script.NewThread(@SuspendScript); Script.NewThread(@AugmentScriptMain); end. But where? Cause this full script we end in end. And maybe we need add: SuspendScript; in procedure AugmentScriptMain; like this or something: procedure AugmentScriptMain; begin while Engine.Status = lsOnline do begin delay(100); mouseClick(403,726,400); ///mouse click SetCursorPos(133, 339); ///mouse move pressKey($62); ///press key 2 pressKey($65); ///press key 5 for add gemstone count delay(500); augments; ///and check procedure augments for skill detect SuspendScript; end; end; For call this suspendscript action? I tryed but still dont work and script do nothing. Thanks for patience adr.bot with noob newbies xD
-
Yes i know, but still dont work, holy fuck i dont want imagine if i want make script for autofarm ... function keybd_event(bVk,bScan:byte;dwFlags,dwExtraInfo: integer): integer; stdcall; external 'user32.dll'; function SetCursorPos(x, y : integer): boolean; stdcall; external 'user32.dll'; function mouse_event(dwFlags, dx, dy, dwData: byte; dwExtraInfo: integer): void; stdcall; external 'user32.dll'; procedure SuspendScript; var keycode,i:integer; begin while true do begin delay(150); Engine.WaitAction([lakey], KeyCode, i); if (KeyCode = $69) then begin script.Suspend; end; end; end; procedure pressKey(hexCode: BYTE); begin keybd_event(hexCode, 45, 1, 0 ); delay(200); end; procedure mouseClick(x, y, _delay : integer); begin SetCursorPos(x, y); mouse_event($0002, 0, 0, 0, 0); delay(_delay); mouse_event($0004, 0, 0, 0, 0); end; procedure augments; var obj: TL2Effect; begin while (SkillList.ByID(3124, obj)) or (SkillList.ByID(3259, obj)) do delay(3000); end; begin while Engine.Status = lsOnline do begin delay(100); mouseClick(515,891,400); ///mouse click SetCursorPos(504, 886); ///mouse move delay(500); augments; ///and check procedure augments for skill detect end; end. I tryed 3000000000 changes and never
-
Ok now its fine but look, in this part: if (KeyCode = $7B) then begin i think this $7B is the key for stop script no? So i changed to $69 and dont work, script dont stop, i think this $69 is key 9 true?
-
I'm now like this xddd: Not sure if im just retarded, or its cause is me first time with this program/scripts, but i dont understand never xd I added what you say : procedure SuspendScript; begin while true do begin delay(150); var keycode,i:integer; Engine.WaitAction([lakey], KeyCode, i); if (KeyCode = $7B) then begin script.Suspend; end; end; end; And now have red error in var keycode,i:integer; , and this script.newthread we need add at last end; of script? So fucking hard make auto argument xd
-
So hard learn about that, but i go try :) Good video.
-
Hmm this is hard as fuck xDDD I now trying add this key script for stop script but like this: function keybd_event(bVk,bScan:byte;dwFlags,dwExtraInfo: integer): integer; stdcall; external 'user32.dll'; function SetCursorPos(x, y : integer): boolean; stdcall; external 'user32.dll'; function mouse_event(dwFlags, dx, dy, dwData: byte; dwExtraInfo: integer): void; stdcall; external 'user32.dll'; procedure SuspendScript; begin while true do begin delay(150); Engine.WaitAction([lakey], KeyCode, i); if (KeyCode = $7B) then begin script.Suspend; end; end; end; procedure pressKey(hexCode: BYTE); begin keybd_event(hexCode, 45, 1, 0 ); delay(200); end; procedure mouseClick(x, y, _delay : integer); begin SetCursorPos(x, y); mouse_event($0002, 0, 0, 0, 0); delay(_delay); mouse_event($0004, 0, 0, 0, 0); end; procedure augments; var obj: TL2Effect; begin while (SkillList.ByID(3124, obj)) or (SkillList.ByID(3259, obj)) do delay(3000); end; begin while Engine.Status = lsOnline do begin delay(100); mouseClick(403,726,400); ///mouse click SetCursorPos(133, 339); ///mouse move pressKey($62); ///press key 2 pressKey($65); ///press key 5 for add gemstone count delay(500); augments; ///and check procedure augments for skill detect end; end. But got red error in this part: Engine.WaitAction([lakey], KeyCode, i);
-
Who know how work this wtfxD I used this but no happens nothing
-
Ok, i found arguments ids in this post for if any need: http://www.maxcheaters.com/topic/136087-shareaugment-skills-ids/ But how can i know what is me monitor coordinates if is 1920x1080?
-
function keybd_event(bVk,bScan:byte;dwFlags,dwExtraInfo: integer): integer; stdcall; external 'user32.dll'; function SetCursorPos(x, y : integer): boolean; stdcall; external 'user32.dll'; function mouse_event(dwFlags, dx, dy, dwData: byte; dwExtraInfo: integer): void; stdcall; external 'user32.dll'; procedure pressKey(hexCode: BYTE); begin keybd_event(hexCode, 45, 1, 0 ); delay(200); end; procedure mouseClick(x, y, _delay : integer); begin SetCursorPos(x, y); mouse_event($0002, 0, 0, 0, 0); delay(_delay); mouse_event($0004, 0, 0, 0, 0); end; procedure augments; var obj: TL2Effect; begin while (SkillList.ByID(3124, obj)) or (SkillList.ByID(3259, obj)) do delay(3000); end; begin while Engine.Status = lsOnline do begin delay(100); mouseClick(403,726,400); ///mouse click SetCursorPos(133, 339); ///mouse move pressKey($62); ///press key 2 pressKey($65); ///press key 5 for add gemstone count delay(500); augments; ///and check procedure augments for skill detect end; end. Not sure what i need edit any can help me pls? And if this script use mouse, how i can stop script? with keyboard?
-
Think is 1.71 cracked version. And not sure about what are u talking with this "polygon attack" xD Edit: I try editing zone in virtual map with adrenaline and work fine, i edit 2 zones for farm, but if i try edit 3-4 zones i got error, any know do more than 2?
-
Hello. First of all sorry for me english. Yesterday i download adrenaline, and work fine, can bot in alot of zones, but i dont know how i can bot in Dark Omens or in another catacomb. If i want bot in 1 Hall dont have problem, but how i can bot in 3-4 halls or more? Me char bug alot in walls for example. Thanks you.