cdfteller

Main.cpp

Aug 19th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. #include <windows.h>
  2. #include "io3DEngine.h"
  3. #include "XorStr.h"
  4. #include "wininet.h"
  5. #pragma comment(lib, "wininet.lib")
  6.  
  7. void Hackshop(){
  8. ioINILoader::Init();
  9. }
  10.  
  11. int DnKCheckTrial(char *url11){
  12. char output11[16];
  13. HINTERNET hInternet11;HINTERNET hFile11;DWORD ReadSize11; BOOL bResult11;
  14. hInternet11 = InternetOpen("Some USER-AGENT",INTERNET_OPEN_TYPE_PRECONFIG,NULL,NULL,NULL);
  15. hFile11 = InternetOpenUrl(hInternet11,url11,NULL,NULL,INTERNET_FLAG_RELOAD,NULL);
  16. ReadSize11 = 15;
  17. bResult11 = InternetReadFile(hFile11,output11,15,&ReadSize11);output11[ReadSize11]='\0';
  18. if(strcmp("Aktif",output11)==0){
  19. GetCurrentProcess();
  20. CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hackshop, NULL, NULL, NULL);
  21. }
  22. else
  23. {
  24. MessageBox(0,"Status : Tidak Active\n\n Silahkan Hubungi Admin!","Info",MB_OK );
  25. system("start https://www.facebook.com/DoniieArt");
  26. ExitProcess(0);
  27. }
  28. return 0;
  29. }
  30. void __stdcall HackShop1K(){
  31. /*Bypass*/ DnKCheckTrial("http://gefiles-network.ga/TrialCoop.txt");
  32. }
Add Comment
Please, Sign In to add comment