-
Posts
34 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Everything posted by m44ti
-
Tales server rules: HF Interlude: Stalonka is a bulshiter. Mf who always lie and he thinks that everyone will just belive him. He will only ban his competition. Cuz he is selling items too (for donation coins). ppl with 1-2 bots are harmless cuz they are just exping or getting shit amout of adena/H. ppl with 4-8 bots with effective ways to get good items alwyas will be banned. "only ppl w/o real life will play l2 at summer time w/o bot lol" Tales is only for suckers that belive what stalonka and his pet achylek will say.
-
Attention! Flat earther detected!
-
Some server has more and some has less. Some admins checks spots and manualy do bans. Some hiring mods to do that. Some paying adr to stop. (but personally I don't believe it) Some are bulishts like those from tales. The point of that video? I dont know im bored. Mb its a promotion video for next big tales server. I have no idea. Or mb its just for spoting retards like that one, post below.
-
-
WTS adena on x4 l2dex classic server, 30kk in stock. 1kk = 2,5 EURO. Paypall. Skype: Arena.Fighter4125
-
naked
-
Character on the new classic server. 52 lvl I give all acc datas with full email password serial number and security questions. PM me with ur skype if u interesed. Price is 20 Euro.
-
WTS ADRENALINE ENG KEY 27+ days 12 Euro Only paypal pm for info
-
WTS ADRENALINE ENG KEY 27+ days 12 Euro Only paypal pm for info
-
Wts cheap adena on rpg club x5 only paypal
-
wtf how to buy smth from vendor i mean private store :X Engine.OpenPrivateStore([17, 1, 1000], 10, 'test'); its for setting a store but how the fuck i can buy from any store :>
-
WTS L2 E-Global X7 Gf Doomcrayer 79, Top Eq 78 Fenrir, Mj Light Set
m44ti replied to m44ti's topic in Marketplace [Items & Chars]
sold -
If u place a wrong bypass name it will kick u from the server beacuse of antibot reason And make sure that for button there is a false value in the bypass command for buttons and true for links if it will be wrong u will get kicked again. begin engine.useitem(9516); delay(500); Engine.BypassToServer('buff_book_1.htm#9516', false); //NOW SELECT UR BUFFS NOW FROM THIS LIST: //http://pastebin.com/xuty9qeA //u need to cut out the bypasses for example //this is vampiric rage 2 times: delay(500); Engine.BypassToServer('sb_r_b_p?id=324612#9516', true); delay(500); Engine.BypassToServer('sb_r_b_p?id=324612#9516', true); delay(500); //and so on and so on //after u finish buff section u need to go to the songs section by this: Engine.BypassToServer('buff_book_2.htm#9516', false); delay(500); //select ur dances and songs from list //http://pastebin.com/bq8ELmSw //cut out the bypasses and place it into the command (this is song of hunter): Engine.BypassToServer('sb_r_b_p?id=68865#9516', true); delay(500); Engine.BypassToServer('sb_r_b_p?id=68865#9516', true); delay(500); end.
-
i will write it today for U, but first need to w8 for adr update :)
-
-
its easy U need to load map from the zone that is for example 60k range far away it will works like fuck off all the mobs comments are in polish cuz its mine and u can ofc use translator. //level 7-20 if ((User.Level>6) and (User.Level<20)) then begin //TP orcbaracks while not (user.InRange(-90494, 108207, -3552, 500)) do begin Engine.BypassToServer('_bbshome', True); delay(1500); Engine.BypassToServer('_bbsgatekeeper', True); delay(1500); Engine.BypassToServer('_bbsgatekeeper_main-12.htm', True); delay(1500); Engine.BypassToServer('14', True); delay(1000); end; //koniec TP orcbaracks engine.loadzone('OrcBaracks'); delay(500); Engine.FaceControl(0,true); while (User.InRange(-90440, 108104, -3552, 5000)) do begin delay(500); captcha(); checkdead(); checkbuff(); if (User.Level>19) then begin engine.loadzone('Zero'); while user.incombat do delay(1000); Engine.FaceControl(0,false); Print('LEVEL 20 ZMIENIAM SPOT'); captcha(); checkdead(); checkbuff(); //tp do aden while not (user.InRange(146217, 25191, -1992,500)) do begin delay(1000); Engine.BypassToServer('_bbshome', True); delay(1500); Engine.BypassToServer('_bbsgatekeeper', True); delay(1500); Engine.BypassToServer('16', True); delay(1500); end; //koniec tp aden captcha(); checkdead(); checkbuff(); end; end; end; //koniec level 6-20
-
another question Engine.UseKey(); Engine.UseKey(13);//enter Engine.UseKey($26);//up Engine.UseKey($28);//down what code is for simple mouse left click or how to move cursor on location and clicking without infocus the window
-
Thanks @adr.bot thats help alot
-
@up its all possible pw me i will send u some example script And i need to write smthing thats working with other chars in party. How to check if a party member is a dead or in range? I see this in the manual but i dont know how to make the correct syntax. oh nvm just figured it out
-
russian security questions on registration rulez
-
litle refresh here im using hiding process for start and also for adrenaline also im using reneme window and hide tray the smart guard getting me every time im injecting adrenaline to l2.bin any ideas ?
-
i dont know why do u have so big problem with this.... Engine.BypassToserver('_bbshome'); delay(1000); Engine.BypassToserver('08'); delay(1000); Engine.BypassToserver('0b Gem Dragon'); delay(1000); Engine.BypassToserver('0d'); delay(1000); Engine.BypassToserver('0d'); delay(1000); btw is not tales dead? ohh i can see its not tales :> so mb this will work ;P Engine.BypassToServer('_bbshome', True); delay(1500); Engine.BypassToServer('_dropMonstersByName_ Scarlet Stakato Noble', True); delay(1500); Engine.BypassToServer('_dropMonsterDetailsByName_22636', True); delay(1500); Engine.BypassToServer('_dropMonsterDetailsByName_22636_3', True); delay(1500); end;
-
mb u can do this by using Engine.BypassToServer('', True); in the winhex there should be smth like $ + item name or item id to make the action with item u want.