OldSchoolHack

Register / Login English

User Search: cyphax

Search-Information
cyphax
Threads
Thread Forum Last Post Posts Views
icon

Go to first new post GameHacking Tutorial Part 11 Posted on: Sat 26. Sep 2009, 02:19

KN4CK3R

preview Preview

Go To Post

naja hab alles ganuso geschrieben wie im tut....


könntest du vlt dazu ein video tut machen?
Tutorials

Thu 25. Feb 2010, 19:56

by trix0matrix9 Go to last post
14 6391
icon

Go to first new post GameHacking Tutorial Part 11 Posted on: Sat 26. Sep 2009, 02:19

KN4CK3R

preview Preview

Go To Post

hilfe wäre zwar trz net aber naja....
Tutorials

Thu 25. Feb 2010, 19:56

by trix0matrix9 Go to last post
14 6391
icon

Go to first new post GameHacking Tutorial Part 11 Posted on: Sat 26. Sep 2009, 02:19

KN4CK3R

preview Preview

Go To Post

Klick auf das E dann such dir den prozess raus xD

hab das in der .cpp drin

TEXT Code:
  1. void __declspec (naked) new_BeginScene
  2. {
  3. __asm
  4. {
  5. cmp bbeginscene, 0x0
  6. jnz _end
  7. push eax
  8. mov eax, [esp+0x30]
  9. mov device, eax
  10. mov bbeginscene, 0x1
  11. pop eax
  12. _end:
  13. jmp [pBeginScene]
  14. }
  15.  
  16. }
  17.  
  18. DWORD *vtable; //Pointerkopie von unserem Device
  19. //---------------------------------------------------------------------
  20. memcpy(&vtable,(void*)device,4); //Device Pointer kopieren
  21. pEndScene = (oEndScene)vtable[35]; //Adresse von EndScene sichern
  22. vtable[35] = (DWORD)&new_EndScene; //Adresse überschreiben
  23.  
  24. DWORD dwBeginScene = 0x6DEC9272; //die Adresse für den Hook
  25. //----------------------------------------------------------------------
  26. typedef void (*oBeginScene)();
  27. oBeginScene pBeginScene; //für euren Hook
  28. //----------------------------------------------------------------------
  29. IDirect3DDevice8* device; //unser Device Pointer
  30. bool bbeginscene = false; //brauchen wir als Stopper
  31.  


aber will immernoch net xD
Tutorials

Thu 25. Feb 2010, 19:56

by trix0matrix9 Go to last post
14 6391
icon

Go to first new post GameHacking Tutorial Part 11 Posted on: Sat 26. Sep 2009, 02:19

KN4CK3R

preview Preview

Go To Post

also ich hab die ddl in dem prozess auch auch injected, allerdings stürzt das Dxwindow dann ab :/
Tutorials

Thu 25. Feb 2010, 19:56

by trix0matrix9 Go to last post
14 6391
icon

Go to first new post pGc.FULL for Counter-Strike : Source (Multi-page thread 1 2 3) Posted on: Thu 1. Oct 2009, 16:39

tomala1971

preview Preview

Go To Post

pls close -.-

und net alle anflamen ^^ bzw acht das über pn bitte ^^
Counter-Strike: Source

Thu 15. Oct 2009, 16:06

by E D E L H u R E Go to last post
52 4201
Downloads
No downloads found.