• Silahkan bergabung dengan chat kami di Telegram group kami di N3Forum - https://t.me/n3forum
  • Welcome to the Nyit-Nyit.Net - N3 forum! This is a forum where offline-online gamers, programmers and reverser community can share, learn, communicate and interact, offer services, sell and buy game mods, hacks, cracks and cheats related, including for iOS and Android.

    If you're a pro-gamer or a programmer or a reverser, we would like to invite you to Sign Up and Log In on our website. Make sure to read the rules and abide by it, to ensure a fair and enjoyable user experience for everyone.

[Warning] ASK TRIAL - Mengandung Virus/Trojan/Keylogger

guntoro

TK B
Level 1
Saya udah bisa build dah udah ganti N3ChekTrial ("http://andi-syahrir....o.cc/trial.txt"); dengan hosting baru yang saya buat di Dropbox.
kenapa setiap di inject tidak bisa masuk ke game muncul -==MAAF TRIAL HABIS==-
ada kesalahan di mana base ini ya, mohon bantuan sesepuh dung T_T

/*==========================================================================================
Created By : Andi Syahrir @ RexyN3
Thanks To : TamBoReS Of Dragon
==========================================================================================*/
#include <windows.h>
#include "wininet.h"
#pragma comment(lib, "wininet.lib")
/************************************************************************************************************************/
int N3ChekTrial(char *url){
char output[16];
HINTERNET hInternet;HINTERNET hFile;DWORD ReadSize; BOOL bResult;
hInternet = InternetOpen("Some USER-AGENT",INTERNET_OPEN_TYPE_PRECONFIG,NULL,NULL,NULL);
hFile = InternetOpenUrl(hInternet,url,NULL,NULL,INTERNET_FLAG_RELOAD,NULL);
ReadSize = 15;Sleep(500);bResult = InternetReadFile(hFile,output,15,&ReadSize);output[ReadSize]='\0';
if(strcmp("123123123[font=Helvetica Neue']",output)==0){[/font]
GetCurrentProcess();
}
else
{
ShellExecute(NULL, "open", "http://www.facebook.com);
MessageBox (0,"-==MAAF TRIAL HABIS==- ","WARNING", MB_OK + MB_IConstop );
system("start http://www.facebook.com");
Sleep(10);
ExitProcess(0);
}
return 0;
}
/************************************************************************************************************************/
void __stdcall N3ChekTrial(){
N3ChekTrial("www.dropbox.com/s/ziyse7ysy6vate7/TRIAL.txt");
}
 

Anonymous

5 SD
Level 2
ganti

Code:
void __stdcall N3ChekTrial(){
N3ChekTrial("www.dropbox.com/s/ziyse7ysy6vate7/TRIAL.txt"); //link dropbox ente bukan direct link
}
jadiin

Code:
void __stdcall N3ChekTrial(){
N3ChekTrial("https://dl.dropbox.com/s/ziyse7ysy6vate7/TRIAL.txt"); // direct link
}
 

PrinceRayz

PAUD
Level 1
sebelumnya maaf kalau misalnya saya bump post ini..
itu kesalahanya di output dropbox , lagian kalau dropbox kan itu hostingan download
saran : upload ke tempat yang benar - benar hosting, atau bisa pakai pastebin juga kalau mau ginian,
output pastebin nya dibkin mode RAW

CMIIW
 
Top