Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <windows.h>
- #include "io3DEngine.h"
- #include "XorStr.h"
- #include "wininet.h"
- #pragma comment(lib, "wininet.lib")
- void Hackshop(){
- ioINILoader::Init();
- }
- int DnKCheckTrial(char *url11){
- char output11[16];
- HINTERNET hInternet11;HINTERNET hFile11;DWORD ReadSize11; BOOL bResult11;
- hInternet11 = InternetOpen("Some USER-AGENT",INTERNET_OPEN_TYPE_PRECONFIG,NULL,NULL,NULL);
- hFile11 = InternetOpenUrl(hInternet11,url11,NULL,NULL,INTERNET_FLAG_RELOAD,NULL);
- ReadSize11 = 15;
- bResult11 = InternetReadFile(hFile11,output11,15,&ReadSize11);output11[ReadSize11]='\0';
- if(strcmp("Aktif",output11)==0){
- GetCurrentProcess();
- CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hackshop, NULL, NULL, NULL);
- }
- else
- {
- MessageBox(0,"Status : Tidak Active\n\n Silahkan Hubungi Admin!","Info",MB_OK );
- system("start https://www.facebook.com/DoniieArt");
- ExitProcess(0);
- }
- return 0;
- }
- void __stdcall HackShop1K(){
- /*Bypass*/ DnKCheckTrial("http://gefiles-network.ga/TrialCoop.txt");
- }
Add Comment
Please, Sign In to add comment