WarRock EU - Code Snippets

05/21/2011 16:00 H4ckwurst#3526
Hat wer die Speed Addy für mich? Die im Sammelthread sind alle falsch!?
05/21/2011 16:23 SubZerom™#3527
Quote:
Originally Posted by H4ckwurst View Post
Hat wer die Speed Addy für mich? Die im Sammelthread sind alle falsch!?
Guck mal in der WarRock.exe nach,da is die richtige.
05/21/2011 18:34 .Crasy#3528
Quote:
Originally Posted by Papa Dock View Post
hat wer einen Plan wie ich im Hack meine Schrift dünn mache (wie bei Black Legend)

Standart ist bei mir:
#define D3DFONT_BOLD 0x0001
Mach das "D3DFONT_BOLD" weg in deiner Base & mach "0" hin..
05/21/2011 18:57 FreeZoNe™#3529
Wollte Fragen mal wie ich Addys herausfinden kann? gibt es ein tut wennja bitte Link
05/21/2011 19:01 SubZerom™#3530
Quote:
Originally Posted by FreeZoNe™ View Post
Wollte Fragen mal wie ich Addys herausfinden kann? gibt es ein tut wennja bitte Link
[Only registered and activated users can see links. Click Here To Register...]
05/21/2011 20:04 Papa Dock#3531
Hat wer ahnung wie ich eine DrwaBox mache
05/21/2011 20:41 Raz9r#3532
Quote:
Originally Posted by Papa Dock View Post
Hat wer ahnung wie ich eine DrwaBox mache
DrawPrimitiveUP
05/21/2011 21:03 Papa Dock#3533
Quote:
Originally Posted by ~ r a z e r _ View Post
DrawPrimitiveUP
Ich bin neu im Coding deshalb kenne ich mich net so gut aus
05/21/2011 22:24 .Son Goku#3534
Quote:
Originally Posted by .Son Goku View Post
Ich bräuchte Autospawner für Zombie mode weil CQC Spawn da nicht funktioniert, für meinen Dinarbot ^^ Hat wer ne Idee ?

Mfg, Büny
.
05/22/2011 10:08 R3d~F!st#3535
Son why do u need AutoSpawner?
if u want a normal DinarBot why u dont make it with SetCursorPos & mouse_event?
its a normal Bot o.0
05/22/2011 10:20 SubZerom_#3536
Quote:
Originally Posted by R3d~F!st View Post
Son why do u need AutoSpawner?
if u want a normal DinarBot why u dont make it with SetCursorPos & mouse_event?
its a normal Bot o.0
Cause that is on 32 bit patched by WarRock^^
But i don't know if he mean the Start buttom...
05/22/2011 10:30 R3d~F!st#3537
i know that 32Bit Mouse and keyevent is blocked :P

could sb help me pls i get this error when im starting warrock

[Only registered and activated users can see links. Click Here To Register...]
05/22/2011 14:12 .PrAyEr™#3538
no recoil source

Code:
if (NoRecoil == 1)
		{
			*(float*)(dwPlayerPtr + NoRecoil1) = 0.0f;
			*(float*)(dwPlayerPtr + NoRecoil2) = 0.0f;
			*(float*)(dwPlayerPtr + NoRecoil3) = 0.0f;
		}
05/22/2011 14:41 .Crasy#3539
Quote:
Originally Posted by maxiderking View Post
no recoil source

Code:
if (NoRecoil == 1)
		{
			*(float*)(dwPlayerPtr + NoRecoil1) = 0.0f;
			*(float*)(dwPlayerPtr + NoRecoil2) = 0.0f;
			*(float*)(dwPlayerPtr + NoRecoil3) = 0.0f;
		}
Etwas kleinere Version:

PHP Code:
pBase->local->recoil1 pBase->local->recoil2 pBase->local->recoil3 0
Benötigt: Structs.
05/22/2011 14:46 Neqqa™#3540
hey wenn ich mit meinem Hack(only WTW + Bypass{updated}) Warrock starte und auf den Login Button drücke kommt das:

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