WarRock EU - Code Snippets

03/26/2011 21:03 xxfabbelxx#2896
Hat wer:

#define ADR_HACKSHIELD

?

lg,
03/26/2011 21:05 Лузифер#2897
ProSkill
Naja...
Norbert braucht man für ASM ADDYS wenn
man sie via Patch oda memcpy ohne bypass coden will
kann man aber auch via nops(0x90) coden

Dann mach mir das mal so, das QuickPlant nicht crasht via Patch,memcpy,oda nops xDDD
Du kannst auch via ASM schreiben,brauchst auch keinen bypass ,nur hälts nicht lange

~~*BIGGEST C&P'er & BIGGEST Nub!*~~
HackTec

Das is ja richtig uncool was du da machst

€:
Quote:
Originally Posted by [R]eload View Post
Hat wer:

#define ADR_HACKSHIELD

?

lg,

Was willste nur mit der Addy :D ?
03/26/2011 21:09 xxfabbelxx#2898
Quote:

€:


Was willste nur mit der Addy :D ?
Secret. Seht ihr dann wenns (vielleicht) fertig ist :awesome:
03/26/2011 21:13 Angel-Piece#2899
Quote:
Originally Posted by Лузифер View Post
ProSkill
Naja...
Norbert braucht man für ASM ADDYS wenn
man sie via Patch oda memcpy ohne bypass coden will
kann man aber auch via nops(0x90) coden

Dann mach mir das mal so, das QuickPlant nicht crasht via Patch,memcpy,oda nops xDDD
Du kannst auch via ASM schreiben,brauchst auch keinen bypass ,nur hälts nicht lange

~~*BIGGEST C&P'er & BIGGEST Nub!*~~
HackTec

Das is ja richtig uncool was du da machst

€:


Was willste nur mit der Addy :D ?

das war irgend was mit nem bypass

Code:
//void DoWarByp(void)
//{
//long EhSvc = (long)GetModuleHandleA("EhSvc.dll");
//int Eh1 =(EhSvc+0xB2D98); 
//int Eh2 =(EhSvc+0xB2878);
//int Eh3 =(EhSvc+0xBF1A9);
//int Eh4 =(EhSvc+0xBF215);
//int Eh5 =(EhSvc+0xBF2E9);
//int Eh6 =(EhSvc+0xBF2F1);
//int Eh7 =(EhSvc+0xBFB00);
//int Eh8 =(EhSvc+0xBAC74);
//int Eh9 =(EhSvc+0xBAC68);
//int Eh10=(EhSvc+0xBAC58);
//int Eh11=(EhSvc+0xBAC20);
//int Eh12=(EhSvc+0xBABF0);
//int Eh13=(EhSvc+0xBFAE4);
//int Eh14=(EhSvc+0xB9008);
//int Eh15=(EhSvc+0xBACD4);
//int Eh16=(EhSvc+0xBA678);
//int Eh17=(EhSvc+0xBA6A8);
//int Eh18=(EhSvc+0xBA6D8);
//int Eh19=(EhSvc+0xBA708);
//int Eh20=(EhSvc+0xBAA74);
//int Eh21=(EhSvc+0xB25F8);
//int Eh22=(EhSvc+0xB2730);
//int Eh23=(EhSvc+0xB267C);
//int Eh24=(EhSvc+0xB2624);
//int Eh25=(EhSvc+0xB27A0);
//int Eh26=(EhSvc+0xB2D74);
//int Eh27=(EhSvc+0xB2D78);
//
//DWORD OldProtect;
//VirtualProtect((void*)(Eh1),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh1) = 4;
//VirtualProtect((void*)(Eh2),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh2) = 4;
//VirtualProtect((void*)(Eh3),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh3) = 4;
//VirtualProtect((void*)(Eh4),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh4) = 4;
//VirtualProtect((void*)(Eh5),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh5) = 4;
//VirtualProtect((void*)(Eh6),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh6) = 4;
//VirtualProtect((void*)(Eh7),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh7) = 4;
//VirtualProtect((void*)(Eh8),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh8) = 4;
//VirtualProtect((void*)(Eh9),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh9) = 4;
//VirtualProtect((void*)(Eh10),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh10) = 4;
//VirtualProtect((void*)(Eh11),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh11) = 4;
//VirtualProtect((void*)(Eh12),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh12) = 4;
//VirtualProtect((void*)(Eh13),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh13) = 4;
//VirtualProtect((void*)(Eh14),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh14) = 4;
//VirtualProtect((void*)(Eh15),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh15) = 4;
//VirtualProtect((void*)(Eh16),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh16) = 4;
//VirtualProtect((void*)(Eh17),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh17) = 4;
//VirtualProtect((void*)(Eh18),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh18) = 4;
//VirtualProtect((void*)(Eh19),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh19) = 4;
//VirtualProtect((void*)(Eh20),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh20) = 4;
//VirtualProtect((void*)(Eh21),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh21) = 4;
//VirtualProtect((void*)(Eh22),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh22) = 4;
//VirtualProtect((void*)(Eh23),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh23) = 4;
//VirtualProtect((void*)(Eh24),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh24) = 4;
//VirtualProtect((void*)(Eh25),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh25) = 4;
//VirtualProtect((void*)(Eh26),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh26) = 4;
//VirtualProtect((void*)(Eh27),0x6,PAGE_EXECUTE_READWRITE,&OldProtect);
//*(DWORD*)(Eh27) = 4;
//
//*(int*)ADR_HACKSHIELD = 2415922370;
//}
//
//
//
//void Loop(void)
//{
//for(;;)
//{
//long hEhSvc = (long)GetModuleHandleA("EhSvc.dll");
//if(hEhSvc!=0)
//{
//DoWarByp();
//}
//Sleep(25);
//}
//}

irgend was damit hats zu tun der source ist alt dafür brauch man z.b. die hackshield addy


ich kenne sie zwar aber leider soll ich sie nicht weiter geben sry ^^
03/26/2011 21:27 •~•Pr0Sk1ll•~•#2900
hab se fabbel
schon gegebem :D
@seltsamer Name
ich hab QPLANT obs crasht ka ich powerlvl nie :D

€: Was is n vac2Bypass??? iwie so war der Name
kenn jmd der einen hat :D
für was steht des vac2 ? Bypass is klar
03/27/2011 12:03 TrOn™#2901
wollte auch gerne mal ein Menü hack haben
habe mir eine base genommen und da paar funktionen rein gemacht
doch NFD funktioniert irgendwie nicht :(

Quote:
if(cCheat.cPlayer.NFD==1)
{
cFloat(OFS_NFD,-20000000);
}
müsste doch richtig sein oder nicht?

addy habe ich auch schon geprüft
03/27/2011 12:06 •~•Pr0Sk1ll•~•#2902
1. mach doppelpost weg
2. so
Code:
if(cCheat.cPlayer.NFD==1)// brauchste dann aber des int cCheat.cPlayer.NFD;
{
DWORD plp = *(DWORD*)ADR_PLAYERPOINTER;
if(plp != 0)
{
*(float*)(plp + OFS_NFD) = -50000;
}
}
03/27/2011 12:14 xxfabbelxx#2903
Quote:
Originally Posted by •~•Pr0Sk1ll•~• View Post
hab se fabbel
schon gegebem :D
@seltsamer Name
ich hab QPLANT obs crasht ka ich powerlvl nie :D

€: Was is n vac2Bypass??? iwie so war der Name
kenn jmd der einen hat :D
für was steht des vac2 ? Bypass is klar
VAC heisst Valve Anti Cheat. Das wird bei Steamgames benutzt. Das ist sowas wie das "Hackshild" für CS:S; COD und andere Steamgames. Nur eben besser als Hackshield.

Es gibt VAC2 und VAC3.

VAC2 prüft ob in deinem Spiel was läuft, VAC3 prüft, ob evtl. unnormale Dateien in deinem CS Ordner sind
03/27/2011 14:06 •~•Pr0Sk1ll•~•#2904
ne Frage
KillUser benötigt ya keine Addy oder?
und wie workt des das der stirbt o.0?
03/27/2011 15:33 xxfabbelxx#2905
Quote:
Originally Posted by •~•Pr0Sk1ll•~• View Post
ne Frage
KillUser benötigt ya keine Addy oder?
und wie workt des das der stirbt o.0?
Nein du brauchst keine Addy.

Und es geht so.

Du wählst den User aus und anstatt ihm zu folgen wendest du einfach eine Selfkill Source an, z.B. aus einem Dinarbot.

Andernfalls sendest du einfach die Killpakete(die userdaten kannste ja via structs abfragen) von dir an den Server un er stirbt sozusagen.

anders kann ich mir es nich vorstellen
03/27/2011 16:03 •~•Pr0Sk1ll•~•#2906
ya hab auch schon gedacht das es via selfkill workt
aber hab net genau gewusst wie ichs auf den Übertragen soll aber
jetzt weiss ichs danke :D
AntiSpam:
Hat wer STW Addy?
03/27/2011 16:21 Angel-Piece#2907
Quote:
Originally Posted by [R]eload View Post
Nein du brauchst keine Addy.

Und es geht so.

Du wählst den User aus und anstatt ihm zu folgen wendest du einfach eine Selfkill Source an, z.B. aus einem Dinarbot.

Andernfalls sendest du einfach die Killpakete(die userdaten kannste ja via structs abfragen) von dir an den Server un er stirbt sozusagen.

anders kann ich mir es nich vorstellen
Userkill ist einfach nur das der user neben dir teleportiert wird also auf die stelle wo du bist und du ihn killen kannst :confused: so kenn ich das jedenfals nur
03/27/2011 16:34 CyberRazzor#2908
Es gab mal KillUser da war der user sofort tod.
03/27/2011 17:01 •~•Pr0Sk1ll•~•#2909
why gab?
und wie jetzt geht des wie Fabbel es sagt?
also mit Selfkill
oder wie Angel sagt?
da er direkt auf deine Posi getelet wird
03/27/2011 17:41 Лузифер#2910
Quote:
Originally Posted by Angel-Piece View Post
Userkill ist einfach nur das der user neben dir teleportiert wird also auf die stelle wo du bist und du ihn killen kannst :confused: so kenn ich das jedenfals nur
Ja, der User ,den du ausgesucht hast, wird zu dir Teleportiert... xD
Must mit Structs schreiben,das der ausgewählte User zu der Aktuellen Posi teleportet wird o,O