PDA

View Full Version : |Source| Sistema de mata-mata



antoniofr
13/08/2015, 01:21 PM
Nada de extravagante, possui um sistema de reconnect, random e umas coisas que eu não lembro :D.
Organizei os arquivos, algumas partes dos códigos tem comentários com explicações.

Download: Link OFF
Scan: Clique aqui ([Only registered and activated users can see links] 1fd360ba7e03f3/analysis/1439482800/).

Créditos: todo meu.

Biel
13/08/2015, 02:54 PM
Krl vlw :v <3

22 minutes:------- Atualizado -------

Legal Atê mais está faltando
a Função...
Functions::GetNumberPos
:p sem elá não irá funfar tem como postar para nós da pfz ?

antoniofr
13/08/2015, 03:36 PM
int Functions::GetNumberPos(char* arg , int pos)
{
int count = 0, p = 0;
char buffer[32];
memset(buffer,0,sizeof(buffer));
int len = strlen(arg);

for(int s = 0; s < len; s++)
{
if(arg[s] == 0x20)
{
count++;
}
else if(count == pos)
{
buffer[p] = arg[s];
p++;
}
}

return atoi(buffer);
}

Biel
13/08/2015, 03:38 PM
Obrigado Novamente
Irei testar aqui... :D

louis
24/04/2016, 02:15 PM
Link off...obrigado.

enzodobr
13/08/2016, 11:50 AM
link off posta ai por favor

Maykon
17/08/2016, 01:08 AM
int Functions::GetNumberPos(char* arg , int pos)
{
int count = 0, p = 0;
char buffer[32];
memset(buffer,0,sizeof(buffer));
int len = strlen(arg);

for(int s = 0; s < len; s++)
{
if(arg[s] == 0x20)
{
count++;
}
else if(count == pos)
{
buffer[p] = arg[s];
p++;
}
}

return atoi(buffer);
}

Créditos: Chakal

maniacoo
17/08/2016, 04:54 PM
@antoniofr ([Only registered and activated users can see links])
Link OFF..Favor arrumar o link
ate isso o tópico ficara fechado, quando arrumar o link me envie uma MP

Mentor
26/10/2017, 05:29 PM
antoniofr ou alguém tem o link dessa source para compartilhar?