• 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 AutoIt Code Injection + AutoIT

Ansichts-Optionen
Code Injection + AutoIT
Schnieker Offline
Neuling
**
Beiträge: 39
Themen: 8
Registriert seit: Jul 2012
Bewertung: 0
#7
14.07.2013, 18:09 (Dieser Beitrag wurde zuletzt bearbeitet: 14.07.2013, 18:24 von Schnieker.)
Hi Acubra,
Hier ist mal das Skript (AutoIT):

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include <NomadMemory.au3>

$PID = ProcessExists("Cube.exe")

$Open = _MemoryOpen($PID)

HotKeySet("{F2}","_Run")
HotKeySet("{F3}","_End")

Func _Run()
   _MemoryWrite(0x013277E3,$Open,"90 90")
EndFunc

Func _End()
   Exit
EndFunc

While 1
   Sleep(10000)
WEnd


Und hier ein Screen vom Disassembler:
[Bild: unbenannto5q4l.png]

Wenn ich im Disassembler noppe geht es, über das Skript allerdings nicht.

EDIT: Ein weiteres Problem ist, wie ich eben festgestellt habe, dass sich die Adresse die ich noppen möchte immer ändert. Wie könnte man das behandeln?

EDIT: Ich habe gerade herausgefunden wo mein Fehler lag. Ich muss die Bytes auch als BYTE schreiben und nicht als DWORD. Logisch 0o Happy Aber das Problem mit der sich ändernden Adresse besteht immernoch...
MfG,
Schnieker

Suchen
Antworten
Share Thread:            


Nachrichten in diesem Thema
Code Injection + AutoIT - von Schnieker - 06.01.2013, 14:54
RE: Code Injection + AutoIT - von Acubra - 10.01.2013, 10:32
RE: Code Injection + AutoIT - von Schnieker - 10.01.2013, 20:25
RE: Code Injection + AutoIT - von Acubra - 10.01.2013, 21:16
RE: Code Injection + AutoIT - von Schnieker - 14.07.2013, 16:34
RE: Code Injection + AutoIT - von Acubra - 14.07.2013, 17:49
RE: Code Injection + AutoIT - von Schnieker - 14.07.2013, 18:09
RE: Code Injection + AutoIT - von Acubra - 14.07.2013, 20:42
RE: Code Injection + AutoIT - von Schnieker - 14.07.2013, 22:07
RE: Code Injection + AutoIT - von Acubra - 15.07.2013, 00:24
RE: Code Injection + AutoIT - von Schnieker - 15.07.2013, 01:05
RE: Code Injection + AutoIT - von Acubra - 15.07.2013, 01:15
RE: Code Injection + AutoIT - von Schnieker - 15.07.2013, 01:51
RE: Code Injection + AutoIT - von iNvIcTUs oRCuS - 15.07.2013, 02:05
RE: Code Injection + AutoIT - von Schnieker - 15.07.2013, 02:18
RE: Code Injection + AutoIT - von Bluespide - 15.07.2013, 17:17
RE: Code Injection + AutoIT - von Schnieker - 15.07.2013, 17:52
RE: Code Injection + AutoIT - von Bluespide - 15.07.2013, 18:13
RE: Code Injection + AutoIT - von Schnieker - 15.07.2013, 18:21
RE: Code Injection + AutoIT - von Bluespide - 15.07.2013, 18:39
RE: Code Injection + AutoIT - von Schnieker - 15.07.2013, 18:54
RE: Code Injection + AutoIT - von iNvIcTUs oRCuS - 15.07.2013, 21:12
RE: Code Injection + AutoIT - von Schnieker - 15.07.2013, 22:21
RE: Code Injection + AutoIT - von Bluespide - 17.07.2013, 01:01

  • Druckversion anzeigen
  • Thema abonnieren


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