Jump to content
  • 0
Sign in to follow this  
kira_full

Ayuda Doble Loggin

Question

Hola, como el titulo lo dice necesito ayuda con el dl, estado buscando y no encuentro mucha solucion al respecto de este problema, uno que siempre leo es sobre un script el cual nunca nadie lo tienen terminado, tambien queria saber si el dl se puede diffear de la exe para evitarlo, o si hay algun npc que haga una comprobacion a esto, se los agradeceria mucho.

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Cuando diffeas el exe con —recomiendo— NEMO, está la opción de Allow Multiple Windows. Simplemente la deshabilitas.
Y el script:

 

-    script    double_ip    -1,{OnPCLoginEvent:    if ( query_sql ( "SELECT `account_id` FROM `login` WHERE `last_ip` = '"+ getcharip ( ) +"' LEFT JOIN `char` ON `login.account_id` = `char.account_id` WHERE `char.online` = '1'", .@a ) > 1 )    {        message strcharinfo ( 0 ), "Doble IP detectada. Serás expulsado en breve.";        sleep2 3000 ;        atcommand "@kick "+ strcharinfo ( 0 );    }    }

Share this post


Link to post
Share on other sites
  • 0

Lo malo de ese script, es que puedes echar a toda una red local.

 

Lo mejor sería hacerlo por MAC, en vez de por IP. Pero siempre se puede saltar falseando la MAC.

 

http://herc.ws/board/topic/4643-mac-ip-address/

 

Lo mejor creo yo, que es Diffear el cliente y poner hash client detect, en la config.

Así no podrán nunca hacer doble login con tu exe, ni con otro modificado por otra persona.

Share this post


Link to post
Share on other sites
  • 0

Ok Probare y les informo como me fue, lo que si encuntro mas coerente el tema de bloquear cuentas por la direccion mac, que por ip y sobre el tema del scrip donde se aplica? ya que desconozco su ruta.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.