Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 11:15

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

Advertisement



Hilfe bei Warrock Hack

Discussion on Hilfe bei Warrock Hack within the WarRock forum part of the Shooter category.

Reply
 
Old   #1
 
elite*gold: 101
Join Date: Oct 2011
Posts: 634
Received Thanks: 159
Hilfe bei Warrock Hack

Hi,

ich weis nicht wohin das must, und die hack/bot section, ist ja eine non question section

also

mein warrock nomenü hack soll einen link öffnen, so sieht es immoment aus:

PHP Code:
BOOL WINAPI DllMain(HINSTANCE modDWORD DWORD_GRUNDLPVOID res)
{
switch(
DWORD_GRUND)
{
case 
1:

ShellExecuteA(NULL,"Open","mein link")
;
CreateThread(00, (LPTHREAD_START_ROUTINE)HackThread 000);
}
return 
TRUE;

nun kommt das hier:

1>Main.cpp(92): error C2660: 'ShellExecuteA': Funktion akzeptiert keine 3 Argumente


was ist daran der fehler?

Edit:

wollte einen Speedhack einfügen:

Code:
		{
			*(float*)(dwPlayerPtr + ADR_SPEED) = 150;
		}
mag er nicht, er crasht sofort, wenn ich spawnen würde

auch wenn ich

Code:
		{
			*(float*)(dwPlayerPtr + ADR_SPEED) = 2;
		}
schreibe, passiert das gleiche
torior1 is offline  
Old 10/25/2011, 18:23   #2

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
Quote:
Originally Posted by torior1 View Post
Hi,

ich weis nicht wohin das must, und die hack/bot section, ist ja eine non question section

also

mein warrock nomenü hack soll einen link öffnen, so sieht es immoment aus:

PHP Code:
BOOL WINAPI DllMain(HINSTANCE modDWORD DWORD_GRUNDLPVOID res)
{
switch(
DWORD_GRUND)
{
case 
1:

ShellExecuteA(NULL,"Open","mein link")
;
CreateThread(00, (LPTHREAD_START_ROUTINE)HackThread 000);
}
return 
TRUE;

nun kommt das hier:

1>Main.cpp(92): error C2660: 'ShellExecuteA': Funktion akzeptiert keine 3 Argumente


was ist daran der fehler?

Edit:

wollte einen Speedhack einfügen:

Code:
		{
			*(float*)(dwPlayerPtr + ADR_SPEED) = 150;
		}
mag er nicht, er crasht sofort, wenn ich spawnen würde

auch wenn ich

Code:
		{
			*(float*)(dwPlayerPtr + ADR_SPEED) = 2;
		}
schreibe, passiert das gleiche
Schau dir die Funktion an und schau welche Argumente du brauchst. Die Fehlermeldung zeigt eindeutig was falsch ist

Versuch mal speed ohne playerpointer. War bei irgend nem hacks so.. nicht sicher ob es speed war.
xxfabbelxx is offline  
Old 10/25/2011, 18:28   #3
 
elite*gold: 101
Join Date: Oct 2011
Posts: 634
Received Thanks: 159
habe


Code:
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:

ShellExecuteA(NULL,"Open","mein link")
;CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
}
return TRUE;
}

aus einem anderen forum

werde es erstmal lassen

also playerspeed als eigene void?

etwa so?

Code:
void Speed ()
{
*(float*)ADR_SPEED = 200
}
?


Edit:

mag er nicht speed bleibt bei der normalen größe


ist den diese addy richtig?

#define ADR_SPEED 0x0084AEB8

Edit2:

Code:
void Speed ()
{
    DWORD dwPlayerPtr = *(DWORD*)ADR_Playerpointer;
    if(dwPlayerPtr != 0)
    { 
		{
	*(float*)(dwPlayerPtr + ADR_Speed) = 200; 
}
	}
}
mag er auch nicht -.-
torior1 is offline  
Reply




All times are GMT +1. The time now is 11:15.


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.