Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 23:41

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

Advertisement



Zu meinem AFKBOT :D

Discussion on Zu meinem AFKBOT :D within the C/C++ forum part of the Coders Den category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2012
Posts: 1,284
Received Thanks: 115
Zu meinem AFKBOT :D

Code:
#include "stdafx.h"
#include <Windows.h>
#include <iostream>

using namespace std;

int main()
{
	int vx1;
  
	if( vx1 != 0 )
{
   
    HWND GameWindow = FindWindow(0, L"GameWindow");
    SetForegroundWindow(GameWindow);

    
    for( int i = 0; i < vx1; i++ ){

    if( i < (vx1-1))
    {
        PostMessage(GameWindow, WM_KEYDOWN, 'STRG', 0);
        PostMessage(GameWindow, WM_KEYUP, 'STRG', 0);
        Sleep(2000);
    }
 
    else
    {
        PostMessage(GameWindow, WM_KEYDOWN, 'ALT', 0);
        PostMessage(GameWindow, WM_KEYUP, 'ALT', 0);
    }
    }
}


	return 0;
}
Ich bin grad dabei, meinen 1sten AFKBOT zu Programmieren

und nun immer wenn ich debugge kommt immer eine Meldung
Run-Time Check Failure #3 The variable is being used without being initalized.

Könnt ihr mir helfen ( ich bin ein Neuling )
DerB0ss is offline  
Old 09/18/2012, 20:48   #2


 
MrSm!th's Avatar
 
elite*gold: 7110
Join Date: Jun 2009
Posts: 28,902
Received Thanks: 25,407
Sprache lernen.

vx1 ist nicht initialisert und du willst sie nutzen. Ganz nebenbei sieht die Meldung irgendwie danach aus, dass du ein C++/CLI Projekt und kein reines Win32 C++ Projekt erstellt hast.

#closed
MrSm!th is offline  
Closed Thread


Similar Threads Similar Threads
Afkbot?
09/18/2012 - C/C++ - 6 Replies
Ich wollte mal nachfragen ob es moeglich ist in C++ einen Afk bot zu erstellen Ich hab mich schon öfters gefragt ob es klappt und wollte mal fragen wie man es hinbekommen das Alle 3 sekunden die Linke maustaste gedrückt wird ?^
Was ist ein AFKBOT ??
10/26/2009 - Combat Arms - 3 Replies
WAS IST EIN AFKBOT ? Das sagen alle uns tellen es zum downoad bereit aber was ist das für ein ding erklährts mir aml bitte !
AFKBOT 0.10
03/16/2007 - WoW Exploits, Hacks, Tools & Macros - 15 Replies
english: Tested my program long enough, works on the current testrealm (its version 2.0.x isnt it?) and on liverealms (1.12.x). Run WoW, go AV, click afk.exe, change to Jumpmode, click launch, works. deutsch: soderle hab mein AFK bot nun selbst lang genug geused um 2 chars exalted zu machen, kann ihn ja jetzt mal veröffentlichen ^^ xD



All times are GMT +1. The time now is 23:42.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.