WarRock EU - Code Snippets

08/17/2011 22:46 xxfabbelxx#4921
Quote:
Originally Posted by tobi260 View Post
hab ich da ;)

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?
Lol. Da steht genau was falsch ist. Warum verbesserst du es nicht?
08/17/2011 22:49 tobi260#4922
Weil ich mich nicht so gut auskenn,2 sachen kann ich glaub ich verbessern aber 3 bekomm ich sicher nicht hin.

//2verbessert

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 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 C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
kann mir jemand dabei helfen?


code sieht immoment so aus:
Code:
bool AutoEnter;

if(GetAsyncKeyState(VK_F3)&1)
;{
AutoEnter = (!AutoEnter);
}
if(AutoEnter)
;{
keybd_event(VK_RETURN, 0, 0, 0);
Sleep(10);
}
08/18/2011 00:36 xxfabbelxx#4923
Quote:
Originally Posted by tobi260 View Post
Weil ich mich nicht so gut auskenn,2 sachen kann ich glaub ich verbessern aber 3 bekomm ich sicher nicht hin.

//2verbessert

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 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 C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
kann mir jemand dabei helfen?


code sieht immoment so aus:
Code:
bool AutoEnter;

if(GetAsyncKeyState(VK_F3)&1)
;{
AutoEnter = (!AutoEnter);
}
if(AutoEnter)
;{
keybd_event(VK_RETURN, 0, 0, 0);
Sleep(10);
}
Code:
bool AutoEnter;

void autoenter()
{
if(GetAsyncKeyState(VK_F3)&1)
{
AutoEnter = (!AutoEnter);
}
if(AutoEnter==true)
{
keybd_event(VK_RETURN, 0, 0, 0);
Sleep(10);
}
}
Das sollte gehn.
08/18/2011 13:52 xRoute66x#4924
Unl.Ammo source
PHP Code:
if (Ch_Ammo)
{
if (
GetAsyncKeyState(VK_RBUTTON) &0x8000)
{
*(
int*) mem_UNLAMMO 0;
}

Dann ist Unl Ammo nur an wenn ich rechte Maustaste gedrückt hält.
Habe ich noch nicht getestet:rolleyes:
08/18/2011 14:09 tobi260#4925
thx fabbel,geht :)
kommst dann in meine credits wenns recht ist?! :D

muss nurnoch herausfinden wie ich klick mit der linken maustaste auf eine bestimmt stelle mach (auto start)


edit:
irgendwie funktionierts immernoch nicht.
wollte grade ingame testen,hab im zombie room dann f3 gedrückt um es zu aktivieren,aber keine reaktion
08/18/2011 14:34 xxfabbelxx#4926
Quote:
Originally Posted by tobi260 View Post
thx fabbel,geht :)
kommst dann in meine credits wenns recht ist?! :D

muss nurnoch herausfinden wie ich klick mit der linken maustaste auf eine bestimmt stelle mach (auto start)


edit:
irgendwie funktionierts immernoch nicht.
wollte grade ingame testen,hab im zombie room dann f3 gedrückt um es zu aktivieren,aber keine reaktion
Wäre gut wenn du den ganzen codep posten würdest. oder adde mich in skype, auf dem kleinen Butten links unter meinen Infos.
08/18/2011 14:41 tobi260#4927
ich schick dir mal den code per pn,hab noch kein skype aufm neuen pc
08/18/2011 17:48 Yazzn :)#4928
Screenshot: [Only registered and activated users can see links. Click Here To Register...]
Download: [Only registered and activated users can see links. Click Here To Register...]

/*
18th August 2011: Updated to d3d9 by Yazzn
------------------------------------------
Project : Menu
Author : Pheron
Site : phcgaming.com
Date : October 25 2009

Credits :
AP <-- Supported me the whole way also my best online friend
Hans211 <-- Very Cool Guy Helped alot with code also Used some of His functions

Tools used:
Microsoft Visual Studio 2008
DirectX9 SDK Update (summer 2004)

Information:
This Menu Was developed for
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Features:
Custom States
Save To Menu
Load Menu
Mouse Control
Easy Modifications

To Use:
Add Your Hack Code in Hack.cpp make sure when you add Menu item To add item to the appropriate Struct in hack.h
*/
08/18/2011 17:55 [WR]CyberRazzer#4929
Quote:
Originally Posted by Yazzn :) View Post
Screenshot: [Only registered and activated users can see links. Click Here To Register...]
Download: [Only registered and activated users can see links. Click Here To Register...]

/*
18th August 2011: Updated to d3d9 by Yazzn
------------------------------------------
Project : Menu
Author : Pheron
Site : phcgaming.com
Date : October 25 2009

Credits :
AP <-- Supported me the whole way also my best online friend
Hans211 <-- Very Cool Guy Helped alot with code also Used some of His functions

Tools used:
Microsoft Visual Studio 2008
DirectX9 SDK Update (summer 2004)

Information:
This Menu Was developed for
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Features:
Custom States
Save To Menu
Load Menu
Mouse Control
Easy Modifications

To Use:
Add Your Hack Code in Hack.cpp make sure when you add Menu item To add item to the appropriate Struct in hack.h
*/
Quote:
BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
phclogstart(hDll);
Sleep(100);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)D3D, NULL, NULL, NULL);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HackThread, NULL, NULL, NULL);
}
return TRUE;
}

And the HideModule???
08/18/2011 19:08 Dogukan47#4930
Quote:
Originally Posted by Yazzn :) View Post
Screenshot: [Only registered and activated users can see links. Click Here To Register...]
Download: [Only registered and activated users can see links. Click Here To Register...]

/*
18th August 2011: Updated to d3d9 by Yazzn
------------------------------------------
Project : Menu
Author : Pheron
Site : phcgaming.com
Date : October 25 2009

Credits :
AP <-- Supported me the whole way also my best online friend
Hans211 <-- Very Cool Guy Helped alot with code also Used some of His functions

Tools used:
Microsoft Visual Studio 2008
DirectX9 SDK Update (summer 2004)

Information:
This Menu Was developed for
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Features:
Custom States
Save To Menu
Load Menu
Mouse Control
Easy Modifications

To Use:
Add Your Hack Code in Hack.cpp make sure when you add Menu item To add item to the appropriate Struct in hack.h
*/
lol wieso postest du das -.-? damit jeder e-pvpers kiddy denkt er wär ein procoder?
08/19/2011 13:44 RedKelly™#4931
bräuchte den momentanen speedhack source für C++
skype : haselnuss1996
oder per PN pls
08/19/2011 14:50 [WR]CyberRazzer#4932
Code:
switch (CH_SpeedHack)
{
    case 0: *(double*)(ADR_SPEED) = 96; break;
    case 1: *(double*)(ADR_SPEED) = 96*1; break;
    case 2: *(double*)(ADR_SPEED) = 96*2; break;
    case 3: *(double*)(ADR_SPEED) = 96*3; break;
    case 4: *(double*)(ADR_SPEED) = 96*4; break;
    case 5: *(double*)(ADR_SPEED) = 96*5; break;
}
08/19/2011 16:08 BlackLegend™#4933
Alter Aimbot Source Code:


Alte ASM FUNCS:

Alter bypass:

...

Old WarRock Bases:

[Only registered and activated users can see links. Click Here To Register...]

Have fun

MFG

Credits:
Cyniu
King7
Unknownpk
Directx
08/19/2011 18:13 poikl1#4934
Weiß einer wie man eine dll dumpt ? also die Ehsvc.dll?
08/19/2011 19:04 [WR]CyberRazzer#4935
Kernel Detective