cdfteller

Main.cpp

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