keybd_event('F', 0, 0, 0);
Sleep(10)
richtig?
soll auto f sein,um bombe zu legen :D
Sleep(10)
richtig?
soll auto f sein,um bombe zu legen :D
Achau mal hier: [Only registered and activated users can see links. Click Here To Register...]Quote:
kann mir jemand die addys von diesem monat geben?bin bereit für thx :D
if(AS_AutoF == 1)
{
keybd_event(0x46,0,0,0);
Sleep(250);
}
if(AS_PDAny==1)
{
*(BYTE*) PDANYWHERE_MEM = 0x1;
}
bool AutoEnter;
if(GetAsyncKeyState(VK_F3) );&1);{
AutoEnter = (!AutoEnter);
if(AutoEnter){
keybd_event(VK_RETURN, 0, 0, 0);
Sleep(10);}
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(26): error C2059: Syntaxfehler: 'if'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(26): error C2059: Syntaxfehler: 'Konstante'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(26): error C2059: Syntaxfehler: ')'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(26): error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
bool AutoEnter;
if(GetAsyncKeyState(VK_F3)&1)
{
AutoEnter = (!AutoEnter);
}
if(AutoEnter)
{
keybd_event(VK_RETURN, 0, 0, 0);
Sleep(10);
}
Quote:
bool AutoEnter;
if(GetAsyncKeyState(VK_F3) )&1)
{
AutoEnter = (!AutoEnter);
}
if(AutoEnter)
{
keybd_event(VK_RETURN, 0, 0, 0);
Sleep(10);
}
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(26): error C2059: Syntaxfehler: 'if'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(26): error C2059: Syntaxfehler: ')'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(27): error C2143: Syntaxfehler: Es fehlt ';' vor '{'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(27): error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(30): error C2059: Syntaxfehler: 'if'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(31): error C2143: Syntaxfehler: Es fehlt ';' vor '{'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(31): error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
bool AutoEnter;
if(GetAsyncKeyState(VK_F3)&1)
{
AutoEnter = (!AutoEnter);
}
if(AutoEnter)
{
keybd_event(VK_RETURN, 0, 0, 0);
Sleep(10);
}
void Hacks()
{
//Code
}
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(26): error C2059: Syntaxfehler: 'if'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(27): error C2143: Syntaxfehler: Es fehlt ';' vor '{'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(27): error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(30): error C2059: Syntaxfehler: 'if'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(31): error C2143: Syntaxfehler: Es fehlt ';' vor '{'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(31): error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?