• Trainer
  • Forums
  • Suche
  • Members
  • Kalender
  • Hilfe
  • Extras
Forum stats
Show team
Neue Beiträge ansehen
Heutige Beiträge ansehen
Home of Gamehacking - Archiv
Login to account Create an account
Login
Benutzername:
Passwort: Passwort vergessen?
 



  Home of Gamehacking - Archiv Gamehacking Tutorials für Neulinge Pointer Tutorial

Ansichts-Optionen
Pointer Tutorial
DNA Offline
Administrator
*******
Beiträge: 1.330
Themen: 123
Registriert seit: May 2010
Bewertung: 26
#31
12.08.2014, 23:25 (Dieser Beitrag wurde zuletzt bearbeitet: 12.08.2014, 23:33 von DNA.)
Ich habe das Spiel hier, da ich es sehr gerne gegen einen Kollegen zocke und wenn ich einen
Trainer dafür machen würde, würde ich mir meinen eigenen Pointer erstellen (falls überhaupt notwendig)

Um die Adresse vom Balken schneller zu finden, folgender Tipp
2 Byte Suche
Volle Energieanzeige = 1000 im Speicher
Halbvoll 500 im Speicher
usw.

Anhand deines Screenshots kann ich ungefähr erahnen, was für eine "Version" vom Spiel du hast :P
Darum öffne mal den Memory Viewer, dann oben auf Tools und dann ganz unten auf
Auto Assemble und füge im Auto Assemble Fenster folgendes ein:




[code=ASM]
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(gegner)
label(exit)

newmem:
cmp dword ptr[ecx+144],1
jne gegner
mov word ptr[ecx+6c3a],(int)1000
jmp originalcode

gegner:
mov word ptr[ecx+6c3a],0

originalcode:
mov ecx,[ecx+00006C38]

exit:
jmp returnhere

"SSFIV.exe"+13CEF3:
jmp newmem
nop
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"SSFIV.exe"+13CEF3:
mov ecx,[ecx+00006C38]
//Alt: db 8B 89 38 6C 00 00[/code]
Dann oben auf File und Assign to current cheat table.
In CE nen Haken rein und die Super Anzeige von Spieler 1 sollte immer voll sein,
wobei die Super Anzeige von Spieler 2 immer auf 0 bleibt Wink
Sorry, für mehr Erklärung reicht meine Zeit heute nicht mehr, darum erstmal
nur das Script, welches du erstmal testen kannst und vielleicht sogar
einiges daraus lernst Wink
Wenn gewünscht, könnte ich ein Spielspeziefisches-Tutorial machen.

Die Lebensleiste befindet sich übrigens bei Offset 6C22 (2 Byte, 1000 bei vollem Balken)
Edit:
Die Ultraanzeige befindet sich bei Offset 6C4C (2 Byte, 400 bei vollem Balken)
ACHTUNG: Lesen gefährdet die Dummheit

[Bild: dna-sig.gif]
Suchen
Antworten
Share Thread:            


Nachrichten in diesem Thema
Pointer Tutorial - von iNvIcTUs oRCuS - 10.01.2011, 01:16
RE: Pointer Tutorial - von Acubra - 10.01.2011, 17:36
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 10.01.2011, 18:49
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 12.01.2011, 01:43
RE: Pointer Tutorial - von ABartX - 12.01.2011, 04:48
RE: Pointer Tutorial - von Acubra - 12.01.2011, 09:14
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 12.01.2011, 16:54
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 13.01.2011, 05:48
RE: Pointer Tutorial - von Peyote - 18.03.2013, 20:57
RE: Pointer Tutorial - von L00ker - 17.08.2013, 16:28
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 17.08.2013, 18:58
RE: Pointer Tutorial - von L00ker - 17.08.2013, 19:37
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 17.08.2013, 20:25
RE: Pointer Tutorial - von L00ker - 17.08.2013, 20:33
RE: Pointer Tutorial - von L00ker - 17.08.2013, 21:28
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 18.08.2013, 01:21
RE: Pointer Tutorial - von L00ker - 18.08.2013, 13:53
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 18.08.2013, 18:18
RE: Pointer Tutorial - von L00ker - 18.08.2013, 19:06
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 18.08.2013, 20:30
RE: Pointer Tutorial - von L00ker - 19.08.2013, 00:30
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 19.08.2013, 01:10
RE: Pointer Tutorial - von SourceCoder - 09.06.2014, 15:52
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 09.06.2014, 16:46
RE: Pointer Tutorial - von SourceCoder - 09.06.2014, 17:25
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 09.06.2014, 22:12
RE: Pointer Tutorial - von Sheek - 12.08.2014, 20:36
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 12.08.2014, 21:53
RE: Pointer Tutorial - von bundy19871 - 12.08.2014, 22:54
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 14.08.2014, 09:54
RE: Pointer Tutorial - von bundy19871 - 14.08.2014, 12:44
RE: Pointer Tutorial - von Sheek - 12.08.2014, 22:42
RE: Pointer Tutorial - von DNA - 12.08.2014, 23:25
RE: Pointer Tutorial - von bundy19871 - 13.08.2014, 00:21
RE: Pointer Tutorial - von Sheek - 13.08.2014, 00:25
RE: Pointer Tutorial - von ABartX - 13.08.2014, 01:04
RE: Pointer Tutorial - von Sheek - 13.08.2014, 01:28
RE: Pointer Tutorial - von DNA - 13.08.2014, 09:07
RE: Pointer Tutorial - von Sheek - 13.08.2014, 17:16
RE: Pointer Tutorial - von BladeTiger12 - 13.08.2014, 19:18
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 14.08.2014, 16:39
RE: Pointer Tutorial - von bundy19871 - 14.08.2014, 18:55
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 14.08.2014, 21:21
RE: Pointer Tutorial - von DNA - 14.08.2014, 22:02
RE: Pointer Tutorial - von iNvIcTUs oRCuS - 15.08.2014, 09:44
RE: Pointer Tutorial - von DNA - 15.08.2014, 12:00

  • Druckversion anzeigen
  • Thema abonnieren


Benutzer, die gerade dieses Thema anschauen:
2 Gast/Gäste

  • Kontakt
  • Forum team
  • Forum stats
  • Nach oben
 
  • RSS-Synchronisation
  • Lite mode
  • Home of Gamehacking - Archiv
  • Help
 
Forum software by © MyBB - Theme © iAndrew 2014



Linearer Modus
Baumstrukturmodus