Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 07:14

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

Advertisement



C++ help

Discussion on C++ help within the C/C++ forum part of the Coders Den category.

Reply
 
Old   #1
 
genesisVI's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 796
Received Thanks: 434
C++ help

PHP Code:
void Start()
{
    if (
GetKeyState(VK_F11) < 0// Turn On
    
{
       while (
1)
        {
            *(
DWORD*)ADDR_CRAP 2;
      
        }
        
        
Sleep(1);
    }

sir do these code make an infinite loop
if not can can u teach me how TYVM
genesisVI is offline  
Old 07/21/2012, 14:37   #2
 
xNopex's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 827
Received Thanks: 471
Code:
void Start()
{
    if (GetKeyState(VK_F11) < 0) // Turn On
    {
       while (1) <-- infinite loop
        {
            *(DWORD*)ADDR_CRAP = 2;
      
        }
        
        Sleep(1); <-- Unreachable code
    }
}
nonsense
xNopex is offline  
Thanks
1 User
Old 07/21/2012, 16:07   #3
 
genesisVI's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 796
Received Thanks: 434
thats why im asking how ...TYVM
genesisVI is offline  
Old 07/21/2012, 18:23   #4
 
elite*gold: 42
Join Date: Jun 2008
Posts: 5,425
Received Thanks: 1,888
Quote:
Originally Posted by genesisVI View Post
thats why im asking how ...TYVM
Copy more, will help!
MoepMeep is offline  
Thanks
1 User
Old 07/22/2012, 05:32   #5
 
genesisVI's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 796
Received Thanks: 434
tnx
#Solved
tnx to xNopex 4 d idea ....
missing code
PHP Code:
 }
break;

genesisVI is offline  
Old 07/23/2012, 20:18   #6
 
Tyrar's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,637
Received Thanks: 1,119
dafuq did i see?
learning > copy pasting

stop that!

try
Code:
void Start() 
{ 
    if (GetKeyState(VK_F11) < 0) // Turn On 
    { 
       while (1) 
        { 
            *(DWORD*)ADDR_CRAP = 2; 
             MessageBox(nullptr,_T("I HATE MYSELF"),nullptr,MB_ICONERROR);
        } 
         
        Sleep(1); 
    } 
}
Tyrar is offline  
Reply




All times are GMT +1. The time now is 07:14.


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.