Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 19:02

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

Advertisement



Pointer.au3 funktionen auf 64Bit

Discussion on Pointer.au3 funktionen auf 64Bit within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1



 
Asuramaru's Avatar
 
elite*gold: 20
The Black Market: 110/0/0
Join Date: Nov 2009
Posts: 2,256
Received Thanks: 1,570
Pointer.au3 funktionen auf 64Bit

PHP Code:
    Global $OffsetFee[3] = [00x1940x44]
    Global 
$Static Dec("244AFC")
    
$MemOpen _MemoryOpen(ProcessExists("NostaleX.dat"))
    
$BaseAddr _MemoryGetBaseAddress($MemOpen1)
    
$Addr "0x" Hex($BaseAddr $Static)
    
_MemoryPointerWrite($Addr$MemOpen$OffsetFee$Fee"dword")
    
_MemoryClose($MemOpen
Mein Problem besteht dadrin das der oben gezeigte teil auf 32bit Versionen Problemlos funktioniert aber auf Win7/Vista mit 64bit nicht.

Das compilen als 64x Version hilft dort auf nicht.

Was für einen Grund hat es das er dort nicht funktioniert?
Und wie kann man das beheben?
Asuramaru is offline  
Old 11/24/2011, 16:04   #2
 
2F4U's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 49
Received Thanks: 5
Hast du es als Admin ausgeführt ?
2F4U is offline  
Old 11/24/2011, 16:23   #3



 
Asuramaru's Avatar
 
elite*gold: 20
The Black Market: 110/0/0
Join Date: Nov 2009
Posts: 2,256
Received Thanks: 1,570
hätte ich dazu schreiben sollen
Ja wurde als Admin ausgeführt
Asuramaru is offline  
Old 11/24/2011, 16:38   #4
 
lolkop's Avatar
 
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
schau doch mal in der udf nach über welche funktion die baseadress ausgelesen wird.

kann mir vorstellen, das es einige funktionen auf 64bit systemen in dieser form nicht gibt, bzw welche dort nicht funktionieren.
lolkop is offline  
Old 11/24/2011, 17:55   #5
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7,260
Received Thanks: 33,147
Du musst nur den Typ der Parameter ändern:

PHP Code:
Func _MemoryGetBaseAddress($ah_Handle$iHexDec 0$iv_Address 0x00100000)
    
Local $v_Buffer DllStructCreate('ptr;ptr;dword;ulong_ptr;dword;dword;dword')
    
Local $vData
    Local $vType

    
If Not IsArray($ah_HandleThen
        SetError
(1)
        Return 
0
    
EndIf

    
DllCall($ah_Handle[0], 'ulong_ptr''VirtualQueryEx''int'$ah_Handle[1], 'dword'$iv_Address'ptr'DllStructGetPtr($v_Buffer), 'ulong_ptr'DllStructGetSize($v_Buffer))

    If 
Not @Error Then
        $vData 
Hex(DllStructGetData($v_Buffer2))
        
$vType Hex(DllStructGetData($v_Buffer3))

        While 
$vType <> "00000080"
            
DllCall($ah_Handle[0], 'ulong_ptr''VirtualQueryEx''int'$ah_Handle[1], 'dword'$iv_Address'ptr'DllStructGetPtr($v_Buffer), 'ulong_ptr'DllStructGetSize($v_Buffer))
            
$vData Hex(DllStructGetData($v_Buffer2))
            
$vType Hex(DllStructGetData($v_Buffer3))
            If 
Hex($iv_Address) = "90000000" Then ExitLoop
            $iv_Address 
+= 65536
        WEnd

        
If $vType "00000080" Then
            SetError
(0)
            If 
$iHexDec 1 Then
                
Return Dec($vData)
            Else
                Return 
$vData
            
EndIf
        Else
            
SetError(2)
            Return 
0
        
EndIf
    Else
        
SetError(3)
        Return 
0
    
EndIf
EndFunc   ;==>_MemoryGetBaseAddress 
KDeluxe is offline  
Thanks
4 Users
Reply


Similar Threads Similar Threads
[Release]duffbier`s D3D NoMenu Base [D3D Funktionen/Normale Funktionen]
06/01/2011 - WarRock Hacks, Bots, Cheats & Exploits - 15 Replies
Hey Com. Ich hab mich entschieden meine D3D NoMenu Base zu Releasen In dieser kannst du normale Funktionen sowie D3D Funktionen adden Screens: http://img64.imageshack.us/img64/4444/screeenl.jp g
[RELEASE]21/9/10 OFFSETS+POINTER+FIXES+FUNKTIONEN
09/24/2010 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 31 Replies
Hallo Leute, da ich habe im moment leider sehr viel für die Schule zu tuhen habe daher mache ich jetzt keinen multihack(den ich online stelle) aber ich stell mal die Offiziellen POINTER+OFFSETS+FUNKTIONEN+FIXES vor ;) coder SIE STAMMEN NICHT VON MIR SONDERN VON WuFe!(ungetestet sie sind vom IT clients) ich hab mal alles übersetzt und auch bissel umgeschrieben da WuFe ein italiener is^^.... WER NIX VOM PROGRAMMIEREN VERSTEHT BITTE ZURÜCK DRÜCKEN! Unter programmieren versteht man nicht die...
°*NEW Funktionen*° th3man0f22 NO MENÜ Public Hack°*NEW Funktionen*° 06.09.2010
09/06/2010 - WarRock Hacks, Bots, Cheats & Exploits - 2 Replies
Funktionen: PLAYERPOINTER ¤SERVERPOINTER (Immer an)¤ ¤NOSPREAD (Numm-Pad 7)¤ ¤FULLBRIGHT (Numm-Pad 5)¤ ¤EXTRAAMMO1 (Immer an)¤ ¤EXTRAAMMO2 (Immer an)¤ ¤SCOPE (Rechte Maustaste)¤ ¤FASTAMMO (Immer an)¤
Frage: Wie findet man zB UG Pointer?Speed pointer?
03/30/2010 - Kal Online - 2 Replies
kann mir einer sagen wie man UG/Speed pointer finden kann usw^^´ß#



All times are GMT +2. The time now is 19:02.


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.