Jump to content
  • 0

O problema cu Login-ul !


Guest JaquesGFX

Question

Guest JaquesGFX

Salutare , am si eu o problema , nu prea le am in domeniul scripting...

Cand imi dau admin din scriptfiles si ma loghez nu merge , spune ca  This password doesnt match ... e.t.c ...

Cam de la ce ar putea fi

Multumesc, tot respectul

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Guest JaquesGFX

da stiu cum e :(

nam aflat de la ce e..

Pana atunci intra pe server dai /rcon login (parola ta rcon) si dupaia /makeadmin 0 1338

Multumesc foarte mult ICEBOX. O sa fac cu mi-ai spus tu ;D

Link to comment
Share on other sites

am avut problema asta la server-ul meu doar ca era altfel cand imi dadeam admin puteam sa ma loghez cu orice parola

-am apelat la MoroJr si la sfarsit a zis ca mia scos encrypt-ul cel care codeaza parolele vedeti daca e la asta si spuneti si aici cum ati facut

Sper ca vam ajutat e foarte nasoala treaba asta :P

Samp.OnlyPro.ro - RolePlay - Join Us !

Link to comment
Share on other sites

1.Intri in GM dai CTRL+F si cauti forward Encrypt(string[]);. Si il stregi linia.

2.Dupaia cauti public Encrypt(string[]) . Si stergi ce e jos:

public Encrypt(string[])
{
	for(new x=0; x < strlen(string); x++)
	  {
		  string[x] += (3^x) * (x % 15);
		  if(string[x] > (0xff))
		  {
			  string[x] -= 256;
		  }
	  }
	return 1;
}

3.Dupaia cauti Encrypt(tmppass); si stergi totul .

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.