Feel The Beast Gaming
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Feel The Beast Gaming

More Tutorials More Hacking
 
HomeHome  PortalPortal  Latest imagesLatest images  RegisterRegister  Log inLog in  
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Statistics
We have 934 registered users
The newest registered user is chickas4513

Our users have posted a total of 344 messages in 84 subjects
Ads

    No ads available.



     

     PSF x2 hack Code

    Go down 
    2 posters
    AuthorMessage
    cLue
    Legendary
    Legendary
    cLue


    Posts : 52
    AP : 2147526607
    Join date : 14/08/2012

    PSF x2 hack Code Empty
    PostSubject: PSF x2 hack Code   PSF x2 hack Code Icon_minitimeSat Sep 07, 2013 6:37 am

    Times 2 XP Source (Paste in your Main.cpp or Base.cpp then Build-it):
    Code:
    #include <windows.h>

    void MyX2()
    {
      DWORD x2 = *(PDWORD)0xCB1738;
      if(!x2) return;

      *(PBYTE)(x2 + 0x1A4C6]) = 1;
    }

    void Init()
    {
      while(1)
      {
          MyX2();
          Sleep(50);
      }
    }

    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
       switch(dwReason)
       {
          case DLL_PROCESS_ATTACH:
          CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Init, NULL, NULL, NULL);
          break;

          case DLL_PROCESS_DETACH:
          break;
       }
       return TRUE;
    }
    Back to top Go down
    ThaBot
    Pro
    Pro
    ThaBot


    Posts : 63
    AP : 2147526397
    Join date : 04/09/2012

    PSF x2 hack Code Empty
    PostSubject: Re: PSF x2 hack Code   PSF x2 hack Code Icon_minitimeSun Sep 08, 2013 1:12 am

    Thankz for sharing
    Back to top Go down
     
    PSF x2 hack Code
    Back to top 
    Page 1 of 1
     Similar topics
    -
    » PCF Source Code
    » CabalPH EP9 Trainer Code
    » Cabal PH Old Bypass Code
    » SpecialForce DFI D3D Hack Source Code

    Permissions in this forum:You cannot reply to topics in this forum
    Feel The Beast Gaming :: MMO FPS Games :: Soldier Front/Special Force (Tools,Tutorials,SourceCode)-
    Jump to: