• 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 The Asskickers (Health, Energy)

Ansichts-Optionen
The Asskickers (Health, Energy)
Acubra Offline
Trainermaker
****
Beiträge: 904
Themen: 127
Registriert seit: Oct 2010
Bewertung: 6
#1
05.07.2011, 02:27
Hey,
hier mal meine Scripts zu "The Asskickers".
Nichts besonderes :rolleyes:

Energy:
[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
mov eax, [ecx+42C] //max energy in eax

originalcode:
mov [ecx+00000444],eax

exit:
jmp returnhere

"TheAsskickers.exe"+23F0E4:
jmp newmem
nop
returnhere:
[/code]

Health:
[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 //save flags
cmp [eax+444], 0 //player
je originalcode
mov [eax+43C], #999


originalcode:
popfd //load flags
mov eax,[eax+0000043C]

exit:
jmp returnhere

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


  • 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