Results 1 to 7 of 7
  1. #1
    mcbone14's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    if(Mcbone==1)
    Posts
    357
    Reputation
    10
    Thanks
    275
    My Mood
    Amazed

    Exclamation im here again :(

    This is the Error ::

    1>------ Build started: Project: HayNako, Configuration: Release Win32 ------
    1>Compiling...
    1>HayNako.cpp
    1>.\HayNako.cpp(1) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    1>Build log was saved at "file://c:\Documents and Settings\Vic\My Documents\Visual Studio 2008\Projects\HayNako\Release\BuildLog.htm"
    1>HayNako - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    This is The Code:

    #include <windows.h>
    #pragma message("[NG] >> Created By Prince")


    /*Pointers*/
    #define PlayerPtr 0x00C9D138
    #define ServerPtr 0x00AD6CA8

    /*Memory*/
    #define BoneShot 0x00930A04
    #define Fast1 0x00A5E3E8 //Fast Ammo
    #define Fast2 0x00A5E3F4 //Fast Medic
    #define Fast3 0x00A5E3F0 //Fast Repair
    #define Fast4 0x00A5E400 //Fast Flag
    #define Glasswall 0x00A60DB4

    void Hacks()
    {
    if(PlayerPtr != 0)
    {

    /*Auto Headshot ON*/
    if(GetAsyncKeyState(VK_CONTROL)&1){
    *(float*)(BoneShot) = 1235;
    }

    /*Auto Headshot OFF*/
    if(GetAsyncKeyState(VK_CONTROL)&1){
    *(float*)(BoneShot) = 1237;
    }

    /*FastALl*/
    *(float*)(Fast1) = 500000;//Fast Ammo
    *(float*)(Fast2) = 500000;//Fast Medic
    *(float*)(Fast3) = 500000;//Fast Repair
    *(float*)(Fast4) = 500000;//Fast Flag
    *(float*)(Fast5) = 500000;//Unli SP

    /*Glasswall | F11 ON - F12 OFF*/
    if(GetAsyncKeyState(VK_F11)&1){ *(int*)(Glasswall) = 1; }
    if(GetAsyncKeyState(VK_F12)&1){ *(int*)(Glasswall) = 0; }

    }
    }//End of hacks

    void HackThread()
    {
    for(;
    {
    Hacks();
    }
    Sleep(0);
    }

    BOOL WINAPI DllMain(HINSTANCE hDll,DWORD Generator,LPVOID lpvReserved)
    {
    if(Generator == DLL_PROCESS_ATTACH)
    {
    CreateThread(NULL,NULL,(LPTHREAD_START_ROUTINE)Hac kThread,NULL,NULL,NULL);
    MessageBoxA(NULL,"Colossus","Credits",MB_OK);
    MessageBoxA(NULL,"Colossus + Racman Prince + Ace Suazo","Respect",MB_OK);
    }
    return TRUE;
    }

  2. #2
    trialsg's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Red Lotus
    Posts
    1,042
    Reputation
    130
    Thanks
    2,408
    My Mood
    Angelic
    ...you need to install the Visual C++ Express Edition web installer... it means to say that, you need the online installer of visual c++. maybe you are using the offline installer of c++. I've been experienced that...

    ---------- Post added at 05:21 AM ---------- Previous post was at 05:17 AM ----------

    ...or else try to search the "windows.h" in the Local Disk(C) on your computer. if you found it, goto the file location and set the file attributes to nothing. just uncheck the Read-only...


    ...if it does not helps you, re-install the visual c++ software...
    Last edited by trialsg; 06-12-2012 at 04:22 AM.

  3. The Following User Says Thank You to trialsg For This Useful Post:

    mcbone14 (06-12-2012)

  4. #3
    mcbone14's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    if(Mcbone==1)
    Posts
    357
    Reputation
    10
    Thanks
    275
    My Mood
    Amazed
    i"ll Try this ..
    thanks for the help.
    i will post again if it works ..

  5. #4
    trialsg's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Red Lotus
    Posts
    1,042
    Reputation
    130
    Thanks
    2,408
    My Mood
    Angelic
    ... ;-) in programming, patient is required.

  6. #5
    mcbone14's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    if(Mcbone==1)
    Posts
    357
    Reputation
    10
    Thanks
    275
    My Mood
    Amazed
    I saw the "windows.h" but its in DEV C++ not in VB08 and VB2010 -,-

  7. #6
    trialsg's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Red Lotus
    Posts
    1,042
    Reputation
    130
    Thanks
    2,408
    My Mood
    Angelic
    ...as what i had said, re'install the visual c++.

  8. The Following User Says Thank You to trialsg For This Useful Post:

    watamen (11-08-2012)

  9. #7
    mcbone14's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    if(Mcbone==1)
    Posts
    357
    Reputation
    10
    Thanks
    275
    My Mood
    Amazed
    There it goes .. Success na siya ..pero bat ma inject?
    LA ksi akong sariling injector ee -,-





Similar Threads

  1. [Release] Here we go again.. iOwnage's Public hack
    By iOwnage in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 08-26-2009, 04:21 AM
  2. HERE WE GO (AGAIN)
    By Obey in forum Spammers Corner
    Replies: 59
    Last Post: 12-31-2008, 05:42 PM
  3. Here's a hint so some people can hack again.
    By lilxbyakuya in forum Combat Arms Hacks & Cheats
    Replies: 23
    Last Post: 08-01-2008, 11:19 AM
  4. Write here this verification please again =P
    By EyalZamir in forum WarRock Korea Hacks
    Replies: 5
    Last Post: 05-13-2007, 05:32 AM
  5. Here We Go Again
    By ~Viper~ in forum Help & Requests
    Replies: 5
    Last Post: 01-13-2007, 04:11 PM