• 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
giassamarkos Offline
Member
***
Beiträge: 143
Themen: 34
Registriert seit: Apr 2011
Bewertung: 1
#1
06.07.2011, 03:00
This time i have Saw The Game

This table has
Health
One Hit Kill
Teleport
Save Position
Load Position
Undo Position

P.S All options are for all versions

Tell me please if it needs more options

Made for HoG Team

Thanks MarkG


Angehängte Dateien
.rar   SawTheGame+3 ~HoG.RAR (Größe: 9,3 KB / Downloads: 769)
Suchen
Antworten
Acubra Offline
Trainermaker
****
Beiträge: 904
Themen: 127
Registriert seit: Oct 2010
Bewertung: 6
#2
07.07.2011, 01:17
Hey,
your teleport and health cheat are working, the onehitkill isn't.
I found my own way to do a onehitkill cheat, but your script can't work, since you give the enemies unlimited health with this line :
[code=asm]
mov [edi+000002BC],(int)55
[/code]
Also the place you choose for the onehitkill cheat is not that good, because this command "cvtsi2ss xmm1,[edi+000002BC]" is executed all the time. You need to choose a command wich only gets executed whenever an enemy is hit.

Except of this problem, good work.
"Auf dieser Welt gibt es mehr Scheisse als auf Festivalklos"
[Bild: hoglogo_smalpxga.jpg]
Homepage Suchen
Antworten
giassamarkos Offline
Member
***
Beiträge: 143
Themen: 34
Registriert seit: Apr 2011
Bewertung: 1
#3
07.07.2011, 18:59
i will look on that

i will live this option as it is i will name it

Kill Every One

And i will do a one hit kill

Thanks
Suchen
Antworten
Acubra Offline
Trainermaker
****
Beiträge: 904
Themen: 127
Registriert seit: Oct 2010
Bewertung: 6
#4
08.07.2011, 01:17
(07.07.2011, 18:59)giassamarkos schrieb: i will look on that

i will live this option as it is i will name it

Kill Every One

And i will do a one hit kill

Thanks

Hey,
I can send you my solution for the onehitkill. No problem.
"Auf dieser Welt gibt es mehr Scheisse als auf Festivalklos"
[Bild: hoglogo_smalpxga.jpg]
Homepage Suchen
Antworten
giassamarkos Offline
Member
***
Beiträge: 143
Themen: 34
Registriert seit: Apr 2011
Bewertung: 1
#5
08.07.2011, 01:40
yes i would be really grateful

Thanks

Suchen
Antworten
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:            


  • 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