Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 18:34

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[HELP]Combine VK C++

Discussion on [HELP]Combine VK C++ within the C/C++ forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2010
Posts: 4
Received Thanks: 0
[HELP]Combine VK C++

[HELP] GetAsyncKeyState problem ;(

why my VirtualKey just work for 1 hack...???
not All key worked....
please help...whats wrong with my code
a


Code:
 void LovelyLoopy()
    {
        // ok, berikan salam dulu! :D
        //MessageBox(0, "DLL berhasil di-inject. Lanjutkan!", "Hello World", MB_OK + MB_ICONASTERISK);
        
        InitApplicationProcess();

        while(1) // loop selamanya :D
        {
            if(GetAsyncKeyState(VK_F5)&1)
            {
                MajorMissionHack(); 
                Sleep(500);
            }
            if(GetAsyncKeyState(VK_F6)&1)
            {
                CardMission(); 
                Sleep(500);
            }
            if(GetAsyncKeyState(VK_F7)&1)
            {
                ResetCard();
                Sleep(500);
            }
            if(GetAsyncKeyState(VK_F10)&1)
            {
                ShotGunHack(); 
                Sleep(500);
            }
            if(GetAsyncKeyState(VK_F9)&1)
            {
                TitleHack(); 
                Sleep(500);
            }
            if(GetAsyncKeyState(VK_INSERT)&1)
            {
                MapHack(); 
                Sleep(500);
            }
            if(GetAsyncKeyState(VK_DELETE)&1)
            {
                GunHack(); 
                Sleep(500);
            }
        Sleep(1);
        }
    }

    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
        DisableThreadLibraryCalls(hDll);
        
        if(dwReason == DLL_PROCESS_ATTACH)
        {
            MessageBox(0, "BETA-Heroin V1.0.1", "THE-X-BLUE", MB_OK + MB_ICONASTERISK);
            CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)LovelyLoopy, NULL, NULL, NULL);
            } 
        else if(dwReason == DLL_PROCESS_DETACH)
        {
            CloseHandle(hProcess);
        }

        return TRUE;
    }
gosicks is offline  
Old 10/18/2010, 14:01   #2
 
black0utCpp's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 381
Received Thanks: 210
First of all learn to ******* talk and write
English it is pathetic
To your source Code:
maybe there is somethin' wrong with your functions
your ,loop as far as i know, is correct!
And what is about the errors you are getting
when you compile it
black0utCpp is offline  
Old 10/22/2010, 19:59   #3
 
elite*gold: 0
Join Date: Aug 2010
Posts: 80
Received Thanks: 307
Quote:
Originally Posted by black0utCpp View Post
First of all learn to ******* talk and write
English it is pathetic
To your source Code:
maybe there is somethin' wrong with your functions
your ,loop as far as i know, is correct!
And what is about the errors you are getting
when you compile it
looooooooooooooooooooool
Mr0x90 is offline  
Reply


Similar Threads Similar Threads
WTS Adept 33 LS,FS all combine
06/13/2010 - Trading - 1 Replies
Server: StrongHold and Apocalypse Char Level : Adept 33 Complete skills Good Items edited!
How to combine LAU Damage w/ atk speed?
11/15/2008 - RF Online - 0 Replies
My atk spd is fast enough. but i don't know how to make the damage = to the number of bullets my char seems to shoot out. its like i see my character shooting 4 bullets / sec but the damage is equivalent to only 1 damage. a8 08 = 00 00 a4 07 (add to address list separately in 2 bytes then change to + 80 = 0 / 255 3f = 66 / 67
How to combine Vac+Wall+Bot Hack? for DekaronSEA
10/23/2008 - Dekaron - 4 Replies
can anyone tell or teach me how to do this? what thread should i look if there is already one existing the same topic. :handsdown: I've been browsing both 2moons and dekaron threads, but nothing found that satisfy my needs :handsdown: both 2moons and dekaron have WORKING hacks but cant find the best tutorial that can have 3 hacks at the same time :handsdown: please help me or lead me to that site, i know this is spoon feeding but god knows i already browsed and tried all working hacks...
how to combine hora weapons in ep 2.2?
05/27/2008 - RF Online - 4 Replies
since the start of ep 2.2, we cannot combine hora weapons anymore. but i kept on noticing the system message that blah blah has acquired advance strength int hora sword.. etc..... so there might be a bug or something to be able to combine again those hora weapons.. anyone knows? share it please.. tnx!@
combine bots?
01/04/2006 - Conquer Online 2 - 4 Replies
is there any way or anyone who could possible combine the autominer bot with(if there is a auto attacking guard) so that u can go to sleep, wake up, and ur guard has killed all incoming mine pkers while u still are holding all the lovely gems?



All times are GMT +1. The time now is 18:37.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.