• 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 Projekte
1 2 3 Weiter »
Endless Space

Ansichts-Optionen
Endless Space
SourceCoder Offline
Member
***
Beiträge: 117
Themen: 26
Registriert seit: Sep 2010
Bewertung: 0
#6
10.01.2013, 15:18
Also mein CJ sah zu erst so aus:

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode:
fstp dword ptr [ebx+18]
mov dword ptr [ebx+18], (float)9999999
cmp [ebx],ebx

exit:
jmp returnhere

4668B880:
jmp newmem
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
4668B880:
fstp dword ptr [ebx+18]
cmp [ebx],ebx
//Alt: db D9 5B 18 39 1B


Nach dem ich das Spiel neu gestartet hatte funktioniert er nicht mehr, nun noch einmal nach CJ und sehe da Basisadresse hat sich geändert so was hatte ich noch nie.

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode:
fstp dword ptr [ebx+18]
mov dword ptr [ebx+18], (float)9999999
cmp [ebx],ebx

exit:
jmp returnhere

090FF5E8:
jmp newmem
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
090FF5E8:
fstp dword ptr [ebx+18]
cmp [ebx],ebx
//Alt: db D9 5B 18 39 1B

Suchen
Antworten
Share Thread:            


Nachrichten in diesem Thema
Endless Space - von SourceCoder - 10.01.2013, 01:22
RE: Endless Space - von iNvIcTUs oRCuS - 10.01.2013, 02:48
RE: Endless Space - von DNA - 10.01.2013, 09:45
RE: Endless Space - von Acubra - 10.01.2013, 10:25
RE: Endless Space - von iNvIcTUs oRCuS - 10.01.2013, 13:26
RE: Endless Space - von Acubra - 10.01.2013, 18:32
RE: Endless Space - von SourceCoder - 10.01.2013, 18:43
RE: Endless Space - von SourceCoder - 10.01.2013, 15:18
RE: Endless Space - von iNvIcTUs oRCuS - 10.01.2013, 16:41
RE: Endless Space - von SourceCoder - 10.01.2013, 17:24
RE: Endless Space - von DNA - 10.01.2013, 21:12
RE: Endless Space - von iNvIcTUs oRCuS - 10.01.2013, 22:06
RE: Endless Space - von SourceCoder - 10.01.2013, 23:09

  • 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