• 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 Gamehacking
1 2 3 4 5 ... 8 Weiter »
Cheat Engine

Ansichts-Optionen
Cheat Engine
IHacked Offline
Junior Member
**
Beiträge: 34
Themen: 10
Registriert seit: May 2011
Bewertung: 0
#1
10.12.2016, 03:50 (Dieser Beitrag wurde zuletzt bearbeitet: 10.12.2016, 04:43 von iNvIcTUs oRCuS.)
Wie finde ich zu diesem Script die werte eax+30, eax+34, eax+38

Die "xyz player position" habe ich bereits mit dem Pointern herausgefunden.





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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
alloc(newmem,2048) 
label(returnhere) 
label(originalcode) 
label(exit) 
label(z_coord) 
label(x_coord) 
label(y_coord) 
label(save_coord) 
label(load_coord) 
label(s_enable) 
label(l_enable) 
registersymbol(s_enable) 
registersymbol(l_enable) 


"XX_d3d11.dll"+108612A: 
jmp newmem
nop 
returnhere: 



newmem: 
cmp dword ptr [eax+4C],(int)0         // <===== player position structure    ?? 
jne originalcode
cmp [s_enable],1 
je save_coord 
cmp [l_enable],1 
je load_coord 
jmp originalcode


save_coord: 
mov [s_enable],0 
push edx 
mov edx,[eax+30] 
mov [x_coord],edx 
mov edx,[eax+34] 
mov [z_coord],edx 
mov edx,[eax+38] 
mov [y_coord],edx 
pop edx 
jmp originalcode

load_coord: 
mov [l_enable],0 
cmp [z_coord],0 
je originalcode
push edx 
mov edx,[x_coord] 
mov [eax+30],edx 
mov edx,[z_coord] 
mov [eax+34],edx 
mov edx,[y_coord] 
mov [eax+38],edx 
pop edx 

originalcode: 
mov edx,[eax+30] 
mov [ebp-30],edx 

exit: 
jmp returnhere

x_coord: 
dd 0 
z_coord: 
dd 0 
y_coord: 
dd 0 
s_enable: 
dd 0 
l_enable: 
dd 0


:P
Suchen
Antworten
Share Thread:            


Nachrichten in diesem Thema
Cheat Engine - von IHacked - 10.12.2016, 03:50
RE: Cheat Engine - von iNvIcTUs oRCuS - 10.12.2016, 04:42
RE: Cheat Engine - von IHacked - 10.12.2016, 04:59
RE: Cheat Engine - von iNvIcTUs oRCuS - 10.12.2016, 05:24
RE: Cheat Engine - von IHacked - 10.12.2016, 06:02
RE: Cheat Engine - von DNA - 10.12.2016, 22:15
RE: Cheat Engine - von IHacked - 11.12.2016, 18:25
RE: Cheat Engine - von iNvIcTUs oRCuS - 10.12.2016, 13:29
RE: Cheat Engine - von iNvIcTUs oRCuS - 12.12.2016, 09:21
RE: Cheat Engine - von IHacked - 18.12.2016, 22:55
RE: Cheat Engine - von FazeDaFapper - 18.12.2016, 23:09
RE: Cheat Engine - von IHacked - 19.12.2016, 00:52
RE: Cheat Engine - von DNA - 22.12.2016, 13:12

  • Druckversion anzeigen
  • Thema abonnieren


Benutzer, die gerade dieses Thema anschauen:

  • 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