Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 01:41

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

Advertisement



Autoitfrage

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

Reply
 
Old 01/17/2010, 20:05   #31
 
Shadow992's Avatar
 
elite*gold: 77
Join Date: May 2008
Posts: 5,430
Received Thanks: 5,878
Quote:
Originally Posted by Xereon View Post
Naja ok so richtig AutoIt ist das nicht kleiner Auszug :
PHP Code:
Local Const $MODULEENTRY32Struct DllStructCreate("dword dwsize;" _
            
"dword th32ModuleID;" _
            
"dword th32ProcessId;" _
            
"dword GlblcntUsage;" _
            
"dword ProccntUsage;" _
            
"dword modBaseAddr;" _
            
"dword modBaseSize;" _
            
"dword hModule;" _
            
"char szModule[256];" _
            
"char szExePath[260];")

    
Local $SnapShot DllCall("Kernel32.dll""hwnd""CreateToolhelp32Snapshot""dword"0x08"dword"WinGetProcess($hWnd))

    
DllStructSetData($MODULEENTRY32Struct"dwsize"DllStructGetSize($MODULEENTRY32Struct))

    
Local $State DllCall("Kernel32.dll""int""Module32First""hwnd"$SnapShot[0], "ptr"DllStructGetPtr($MODULEENTRY32Struct)) 
Aber du hast natürlich recht
Shadow992 is offline  
Old 01/18/2010, 14:02   #32
 
Xereon's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 793
Received Thanks: 366
Quote:
Originally Posted by Shadow992 View Post
Naja ok so richtig AutoIt ist das nicht kleiner Auszug :
PHP Code:
Local Const $MODULEENTRY32Struct DllStructCreate("dword dwsize;" _
            
"dword th32ModuleID;" _
            
"dword th32ProcessId;" _
            
"dword GlblcntUsage;" _
            
"dword ProccntUsage;" _
            
"dword modBaseAddr;" _
            
"dword modBaseSize;" _
            
"dword hModule;" _
            
"char szModule[256];" _
            
"char szExePath[260];")

    
Local $SnapShot DllCall("Kernel32.dll""hwnd""CreateToolhelp32Snapshot""dword"0x08"dword"WinGetProcess($hWnd))

    
DllStructSetData($MODULEENTRY32Struct"dwsize"DllStructGetSize($MODULEENTRY32Struct))

    
Local $State DllCall("Kernel32.dll""int""Module32First""hwnd"$SnapShot[0], "ptr"DllStructGetPtr($MODULEENTRY32Struct)) 
Aber du hast natürlich recht
o.O

Was soll daran nichts mit AutoIt zu tuen haben?

Ist doch einfach nur ein Call von einer Funktion, die sich in einer DLL befindet.
Xereon is offline  
Reply


Similar Threads Similar Threads
[autoitfrage] metin2-potter
03/08/2009 - General Coding - 2 Replies
hi^^ hab mich gestern bend mal an einen potter für metin2 gemacht (nur hp)doch er macht nix hab mir schon zu test eine msgbox eingebaut die jedoch nichts macht habe es zuerst mit $lol = pixelgetcolor ( x , y) if $lol = 0xi-was then ...... versucht aber das hat nicht geklappt dann habe ich es zur verallgemeinerung mit pixelsearch ohne erfolg versucht ich habe halt einfach die jeweiligen pixel mit autoit info gescannt aber es hat nit geklappt (bei pixelsearch einen der da mitten drin...



All times are GMT +1. The time now is 01:42.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.