Home of Gamehacking - Archiv
Code Injection - Druckversion

+- Home of Gamehacking - Archiv (http://archiv-homeofgamehacking.de)
+-- Forum: Coding (http://archiv-homeofgamehacking.de/forumdisplay.php?fid=15)
+--- Forum: Visual Basic 6, VB.NET (http://archiv-homeofgamehacking.de/forumdisplay.php?fid=19)
+--- Thema: Code Injection (/showthread.php?tid=595)



Code Injection - chesar - 29.10.2011

Moin Leute.
Habe für BF3 SP ein Ammo Trainer gemacht.
Nur leider wenn ich Tot bin bleibt die Munni auf 0

Ich NOPe nur die Adresse so:

Code:
Dim addi1 = &HB45488
            Dim nopbytes1() As Byte = {&H90, &H90, &H90}
            autopatcher(addi1, nopbytes1) 


Wie kann ich die Original Adresse schreibe?
habe es so versucht:

Code:
 Dim addi2 = &HB45488
            Dim nopbytes2() As Byte = {&H01, &H43, &H18}
            autopatcher(addi2, nopbytes2)


Aber es geht leider nicht..... -.-

[Bild: vxfnzg376al.png]

[Bild: q5txfpgekp1.png]




RE: Code Injection - Bluespide - 04.11.2011

(29.10.2011, 18:11)chesar schrieb: Aber es geht leider nicht..... -.-
Aha und was geht nicht? Bleibt es auf 90 also nop oder steht was anderes drin?


RE: Code Injection - chesar - 10.11.2011

Hat sich schon erledigt, aber trotzdem Danke :shy: