Posted by : DindaKyuut
Jumat, 19 Januari 2018
Step 1 :
- Bikin Hosting dulu (terserah mau dimna)
- Sesudah masukin nama Domain agan.
- terus masuk ke File Manager - > Publick_html -> klik New File -> New file name isi : Trial.txt
- [Enter code here] hapus/ ganti dengan ACTIVE
Step 2 :
- Bikin Header terus kasih nama : Trial.h
- isi Source Code ini ke Trial.h
/*========================================================================================== Created By : OkeHacker 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("ACTIVE",output)==0){ GetCurrentProcess(); } else { ShellExecute(NULL, "open", "http://okehacker.vip.hack/trial.html",NULL,NULL,SW_MINIMIZE); MessageBox (0,"-==MAAF TRIAL HABIS==- \n\n Silahkan Hubungi Team Okehacker","WARNING", MB_OK + MB_ICONSTOP ); system("start http://www.facebook.com/okehacker"); system("taskkill /F /T /IM HSUpdate.exe"); system("taskkill /F /T /IM PointBlank.exe"); Sleep(10); ExitProcess(0); } return 0; } /************************************************************************************************************************/ void __stdcall N3ChekTrial(){ N3ChekTrial("http://okehacker.vip.hack/trial.txt");}
Di Base.cppisi Pemanggil yaitu dibagian Global dan Main (tempatnya di BOOL WINAPI DllMain)tambahkan ini ke bagian Global1. #include "Trial.h"
Tambahkan codding ini di bawah " if(dwReason == DLL_PROCESS_ATTACH) { "2. N3ChekTrial();
NB :- http://www.okehacker.vip.hack/trial.txt <-- ganti dengan domain agan- apa bila anda mau mengakhiri trial ini caranya cukup mudah.Masuk ke Hosting - > File Manager -> Publick_html -> klik edit pada Trial.txt , dan Hapus/Ganti kata ACTIVE dengan NONACTIVE