Jump to content

kiduu93

Members
  • Posts

    31
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by kiduu93

  1. I played here before, on almost all seasons. Is a great community with frendly people, admins make a great job, there's always balance between classes, always new maps, events, improvements from season to season. 

     

    Keep up the good work, guys. can't wait to see new updates.

  2. On 7/29/2016 at 3:55 PM, adr.bot said:

    well, here is example, i found it on internet, just saying if server got smartguard it will not work

    
    uses SysUtils;
     
    function ShellExecuteW(hwnd: integer; lpOperation, lpFile, lpParameters, lpDirectory: PChar;  nShowCmd: integer): integer; stdcall;
      external 'Shell32.dll';
     
    function keybd_event(bVk, bScan: byte; dwFlags, dwExtraInfo: integer): integer; stdcall;
      external 'user32.dll';
     
    procedure disconnectMonitor;
    const
      login = 'lgn';
      password = 'pwd';
      gamePath = 'F:\l2gf\system\l2.exe';
    begin
      while Delay(3000) do begin  
        if Engine.Status = lsOffline then begin
          print('dc');
          Engine.FaceControl(0, false);
          Delay(1000);
          Engine.GameClose;
          Delay(1000);
          ShellExecuteW(0, 'open', PChar(gamePath), nil, nil, 0);
          Delay(10000);
          enterText(login);
          Engine.UseKey('Tab');
          Delay(300);
          enterText(password);
          Delay(300);
          Engine.UseKey('Enter');
          Delay(2000);
          Engine.UseKey('Enter');
          Delay(2000);
          Engine.UseKey('Enter');
          Delay(2000);
          Engine.UseKey('Enter');
          Delay(10000);
          Engine.FaceControl(0, true);
        end;
      end;
    end;
     
    procedure enterText(const text: string);
    var
      i: cardinal;
      upperCase: boolean;
    begin
      for i:= 1 to length(text) do begin
        if isDigit(text[i]) then
          Engine.UseKey(text[i])
        else begin
          upperCase:= text[i] = UpCase(text[i]);
          if upperCase then begin
              keybd_event(20, 0, 1, 0);
              keybd_event(20, 0, 2, 0);
              Engine.UseKey(text[i]);
              delay(10);
              keybd_event(20, 0, 1, 0);
              keybd_event(20, 0, 2, 0);
          end else
            Engine.UseKey(text[i]);
        end;
        Delay(50);
      end;
    end;
     
    function isDigit(ch: char): boolean;
    const
      digits = '013456789';
    var
      i: cardinal;
    begin
      result:= false;
      for i:= 0 to length(digits) do
        if digits[i] = ch then begin
          result:= true;
          exit;
        end;
    end;
                            
    begin
      Script.NewThread(@disconnectMonitor);
    end. 

     

    why this script is not working anymore ? after l2 is opened he doesn't write account and password, only pressing TAB button.

  3. i tried on l2damage, everything works fine, but when i type /cfg //cfg ///cfg .cfg i got kicked out by Vote Games protection.

    know someone how to bypass this protection ?

     

    LE: Solved. i killed gamegurad processes with proces explorer. now everything works fine :D 

  4. pff.. this sv failed 2 times.. i think will be a fail again. 1st time was closed after 2 days cuz kadar didn't accepted it on topzone, and 2nd time after 1 week cuz all players leave cuz l2 justify has been opened.

     

    there is boring. you farm 30 minutes and you are full, rb jwls / armors / wep and then.. nothing. only pvp and olympiad ? 

     

     

    LE: hahaha, wtf is this ?

     

    Your website, posted in 04/08/2014

     

    and their website posted in 03/08/2014.. 

     

    This is a real copy-paste. Nice work !!

     

     

     

    Our server was prepared carefully, based on several Months of research
    Really ?! :)) ahhaha
×
×
  • 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