Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 07:31

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Multipointerhack

Discussion on Multipointerhack within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1

 
elite*gold: 150
Join Date: May 2009
Posts: 2,497
Received Thanks: 304
Multipointerhack

Huhu
Habe heute es endlich geschafft bei Multipointer den Basepointer zu finden. Leider bin ich jetzt bissl ahnungslos wie das ganze dann in Autoit umgesetzt werden muss.

Code:
#include <NomadMemory.au3>
#RequireAdmin

$input = InputBox("","")
$Open = _MemoryOpen(ProcessExists("Solitare.exe"))

$Pointer = 0xBAFA8
Global $Offset = 0x50

_MemoryPointerWrite($Pointer, $Open, $Offset, $input)
das ist der code
die adresse ist 0059A474
der 1. pointer 004A4850 (offset 14)
der base pointer solitaire.exe+BAFA8 bzw FF2BAFA8 (offset 50)

Was muss ich jetzt genau von den Pointer bzw. Offsets in Autoit reinschreiben?

Weis jemand ne Lösung?
Baaam01 is offline  
Old 02/19/2011, 20:04   #2
 
omer36's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,317
Received Thanks: 1,254
PHP Code:
#include <NomadMemory.au3>
#RequireAdmin

$input InputBox("","")
$Open _MemoryOpen(ProcessExists("Solitare.exe"))

$Pointer 0xBAFA8
Global $Offset[2] = [00x50]

_MemoryPointerWrite($Pointer$Open$Offset$input
mch den _memorypointerwrite lieber in ner func, weil es so vllt nicht gehen wird, bzw deine Inputbox unter den _memoryopen
omer36 is offline  
Old 02/19/2011, 20:48   #3

 
elite*gold: 150
Join Date: May 2009
Posts: 2,497
Received Thanks: 304
geht irgendwie net :/

PHP Code:
#include <NomadMemory.au3>
#RequireAdmin
HotKeySet("{F9}""start")

While 
1
    Sleep
(1)
WEnd

Func start
()
$Open _MemoryOpen(ProcessExists("Solitare.exe"))
$input InputBox("","")
$Pointer 0xBAFA8 
Global $Offset[2] = [00x50]
_MemoryPointerWrite($Pointer$Open$Offset$input)  
EndFunc 
Baaam01 is offline  
Old 02/20/2011, 00:46   #4
 
elite*gold: 0
Join Date: Feb 2009
Posts: 542
Received Thanks: 112
erst sufu benutzen dann posten:
maxi39 is offline  
Old 02/20/2011, 01:33   #5
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7,260
Received Thanks: 33,147
Quote:
Originally Posted by Baaam01 View Post
der base pointer solitaire.exe+BAFA8 bzw FF2BAFA8 (offset 50)
Du kannst nicht einfach "$Pointer = 0xBAFA8" benutzen, du musst schon "$Pointer = 0xFF2BAFA8" benutzen, sofern es richtig ist.
KDeluxe is offline  
Reply




All times are GMT +2. The time now is 07:31.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.