Jump to content

L2.NET for RPG-CLUB


Shomid

Recommended Posts

Well IG bot need smaller amout of work than l2Net so i wouldn't be so sceptic.

 

@killik

If we speak about scripts,than bots are not for all players,if you can't handle it thats just your problem.

 

Link to comment
Share on other sites

 

@killik

If we speak about scripts,than bots are not for all players,if you can't handle it thats just your problem.

 

invalid argument

bots are there for what?

to make it easier to xp not harder

you shouldnt be forced to learn a script language to bot

Link to comment
Share on other sites

invalid argument

bots are there for what?

to make it easier to xp not harder

you shouldnt be forced to learn a script language to bot

 

use the GUI, I've botted 9 man partys with no scripts... I'm not sure what everyone is crying about.

Link to comment
Share on other sites

Gui=bot options? then you get stuck at every corner

As i said the fighter script 358+ is there and can be used without big trouble

 

Still lets focus

Small bump to this:

the solution seems here but i dont have 150 posts :)

http://allcheats.ru/post1942170-314/

So if anyone can help send me a message XD

could wininject be of any use with  ingame walker 2.13 (since the russian post mentions it) ?

http://rapidshare.com/files/351224562/Winject.rar

 

some1 leet experiment and find out plax

Link to comment
Share on other sites

the solution seems here but i dont have 150 posts :)

http://allcheats.ru/post1942170-314/

So if anyone can help send me a message XD

 

walker 1 l2net 0

what a let down :(

This doesn't works. Have a ru friend and i asked him about it.

Link to comment
Share on other sites

Could the problem be fixed  without looging into DLL?

for example with CPP packets , the only problem is that we need to get ID corrector as  from hellbound outcomming  packets are renamed (their IDs) somehow.

And if we find stable new target ID we could jsut replace it in walker or im not right

Link to comment
Share on other sites

from hide

1. сначало надо зайти с ихнем l2.exe потом до выбора персонажа( считывает ключ в ини файл), потом ставим любой чистый l2.exe от финала и заходим в игру.

 

2. Внимание из за неточной расшифровки 2 ключа верефиципуется не с 1 раза 1 - 10 заходов в игру как повезет.

(если не верефицировался небудет выделять цели)

 

3. Внимание расщитано под логин из 5 букв больше если у вас непытайтесь зайти!

 

Код:

var

p1,s1,p2,hz,s2,o1,o2,key,s:integer;

k,p,s11,s22,i:string;

ini: TMemIniFile;

 

begin

 

if _gAbsNumPkt=3 then begin

ScanPck5(_gBuff,36, 'dd', o1, o2, null, null, null);

ScanPck5(_gBuff,20, 'ddd', p1, hz, p2, null, null);

if o2 > 0 then begin

key:=p1*32+o1;

ini:=TMemIniFile.Create(_gCustomDir+'key.ini');

ini.Clear;

ini.WriteInteger('ID', 'key', key) ;

ini.UpdateFile;

ini.Free;

end;

if o2 = 0 then begin

ini:=TMemIniFile.create(_gCustomDir+'key.ini');

Ini.ReadInteger('ID', 'key', s);

p:=copy(_gBuff,1,35);

s22:=copy(_gBuff,40,4);

s1:=key-(p1 * 32);

s2:= (p2 div 32) + 3;// вот это параметр меняется то он +1 то + 3 то + 5 то + 7 может и - 7 такчто зайдем с раза 10) как повезет...

_goutBuff:=p+IntToBin(s1)+IntToBin(s2);

end;

end;

end.

This guy on Help section said thats what's writen on that russian forum, hiden. Used google translator but still didnt understand it so ill leave it as original. Hope it helps:S

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock