• 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 Coding CE Scripts Saw The Game +3 ~HoG

Ansichts-Optionen
Saw The Game +3 ~HoG
Acubra Offline
Trainermaker
****
Beiträge: 904
Themen: 127
Registriert seit: Oct 2010
Bewertung: 6
#6
08.07.2011, 02:32 (Dieser Beitrag wurde zuletzt bearbeitet: 08.07.2011, 02:32 von Acubra.)
Hey,
then here the script.
I commented all important things.

[code=asm]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
pushfd
cmp [ebx+128], 2 //cmp ebx structure to decide between player or npc
je originalcode //if ebx+128 holds 2, then the player was hitted
mov eax, #999 //if not, then move into eax 999 hex

originalcode: //this original codes gets only executed if an enemy or you gets hitted
popfd
mov ebx,[ebx]
sub [ebx],eax //and now you decrease the health of the npc with 999 hex
mov ecx,[esp+14]

exit:
jmp returnhere

"SawGame.exe"+161C68:
jmp newmem
nop
nop
nop
returnhere:
[/code]
"Auf dieser Welt gibt es mehr Scheisse als auf Festivalklos"
[Bild: hoglogo_smalpxga.jpg]
Homepage Suchen
Antworten
Share Thread:            


Nachrichten in diesem Thema
Saw The Game +3 ~HoG - von giassamarkos - 06.07.2011, 03:00
RE: Saw The Game +3 ~HoG - von Acubra - 07.07.2011, 01:17
RE: Saw The Game +3 ~HoG - von giassamarkos - 07.07.2011, 18:59
RE: Saw The Game +3 ~HoG - von Acubra - 08.07.2011, 01:17
RE: Saw The Game +3 ~HoG - von giassamarkos - 08.07.2011, 01:40
RE: Saw The Game +3 ~HoG - von Acubra - 08.07.2011, 02:32

  • Druckversion anzeigen
  • Thema abonnieren


Benutzer, die gerade dieses Thema anschauen:
1 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