Register for your free account! | Forgot your password?

You last visited: Today at 23:14

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

Advertisement



Aktuelle Mem Werte in GW

Discussion on Aktuelle Mem Werte in GW within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 10/30/2008, 17:36   #16
 
elite*gold: 0
Join Date: Apr 2006
Posts: 4
Received Thanks: 3
Hier noch ne version die eine beliebige ini ausliest die im gleichen verzeichnis ist, und von allen adressen int float und text anzeigt.

Code:
#include <NomadMemory.au3>
#include <Array.au3>
#Include <File.au3>
#include <GUIConstants.au3>
#include <StaticConstants.au3>

$winTitle = "Guild Wars"
$Mem_Open = _MemoryOpen(WinGetProcess($winTitle))
Dim	$width[5]=[70, 120, 75, 75, 180]
Dim	$x[5]
	$x[0]=5
	$x[1]=$x[0]+5+$width[0]
	$x[2]=$x[1]+5+$width[1]
	$x[3]=$x[2]+5+$width[2]
	$x[4]=$x[3]+5+$width[3]
	
GUICreate("Memory Displayer", $x[4]+5+$width[4], 870, 120, 60)
$y=5
GUISetFont(8.5, 800, 4, "Lucida Console")
GUICtrlCreateLabel("Address", $x[0], $y, $width[0], 11, $SS_CENTER)
GUICtrlCreateLabel("Name"   , $x[1], $y, $width[1], 11, $SS_CENTER)
GUICtrlCreateLabel("int"    , $x[2], $y, $width[2], 11, $SS_CENTER)
GUICtrlCreateLabel("float"  , $x[3], $y, $width[3], 11, $SS_CENTER)
GUICtrlCreateLabel("text"   , $x[4], $y, $width[4], 11, $SS_CENTER)

Dim $addresses[1], $labelint[1], $labelfloat[1], $labeltext[1]
$inis = _FileListToArray(".","*.ini",1)
$ini_sections = IniReadSectionNames($inis[1])
$size=0
$y=20
For $s=1 To $ini_sections[0]
	GUISetFont(8.5, 400, 6, "Lucida Console")
	GUICtrlCreateLabel($ini_sections[$s],  $x[1], $y, 200, 11)
	GUISetFont(8.5, 400, 0, "Lucida Console")
	$y=$y+11
    $values = IniReadSection($inis[1], $ini_sections[$s])
	For $k=1 To $values[0][0]
				       GUICtrlCreateLabel($values[$k][1], $x[0], $y, $width[0], 10, $SS_LEFT )
		                       GUICtrlCreateLabel($values[$k][0], $x[1], $y, $width[1], 10, $SS_LEFT )
		_ArrayAdd($labelint  , GUICtrlCreateLabel(0             , $x[2], $y, $width[2], 10, $SS_RIGHT))
		_ArrayAdd($labelfloat, GUICtrlCreateLabel(0             , $x[3], $y, $width[3], 10, $SS_RIGHT))
		_ArrayAdd($labeltext , GUICtrlCreateLabel(0             , $x[4], $y, $width[4], 10, $SS_LEFT ))
		_ArrayAdd($addresses , $values[$k][1]                                                         )
		$size=$size+1
		$y=$y+10
    Next
Next
GUISetState()

While True
	If GUIGetMsg() = $GUI_EVENT_CLOSE Then ExitLoop
	For $i=1 To $size
		GUICtrlSetData($labelint  [$i], StringFormat("%1d" , _MemoryRead($addresses[$i], $Mem_Open, "long"     )) )
		GUICtrlSetData($labelfloat[$i], StringFormat("%.1f", _MemoryRead($addresses[$i], $Mem_Open, "float"    )) )
		GUICtrlSetData($labeltext [$i],                      _MemoryRead($addresses[$i], $Mem_Open, "wchar[32]")  )
	Next
	Sleep(20)
Wend
_MemoryClose($Mem_Open)
Luzifer42 is offline  
Old 01/02/2009, 02:27   #17
 
NBA's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,874
Received Thanks: 213
Wenn das kommt ist iwas an der ini falsch

edit: Kann man eigentlich pos x und y ueberschreiben, um somit iwas wie ein moveto zu machen? Also als ob man auf eine bestimmte position der karte clicken wuerde?
NBA is offline  
Old 01/02/2009, 11:38   #18
 
Gabba2's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,403
Received Thanks: 918
Quote:
Originally Posted by NBA View Post
edit: Kann man eigentlich pos x und y ueberschreiben, um somit iwas wie ein moveto zu machen? Also als ob man auf eine bestimmte position der karte clicken wuerde?
Probiers aus.
Gabba2 is offline  
Old 01/02/2009, 15:49   #19
 
NBA's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,874
Received Thanks: 213
Der Befehl hies memorywrite oder?
NBA is offline  
Old 01/02/2009, 15:52   #20
 
aLasca's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 614
Received Thanks: 164
***
aLasca is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
za werte?
06/15/2010 - Metin2 - 7 Replies
kann mir wer die werte von za einmal auf m1 und auf g1 sageb? danke
[Aktuelle Werte] ...und alles funzt wieder
05/24/2010 - Last Chaos - 10 Replies
Dieser Threat ist dazu gedacht, aktuelle Werte (Bases,...) schnell nachschauen zu könnten, damit die Programme nach Updates gleich wieder funktionieren. Wer sie parat hat kann sie gleich unten reinstellen. (Evtl sticky?) thx
werte
10/18/2008 - Metin2 Private Server - 5 Replies
hi, wie viel sind folgende sahcen auf longju2 wert..? 1. edelstein 2. pm 3. muschel 4. medi+ 5. medi 6. grüner pott klein
werte
10/16/2008 - Metin2 - 3 Replies
hi, wie viel sind folgende sahcen auf longju2 wert..? 1. edelstein 2. pm 3. muschel 4. medi+ 5. medi 6. grüner pott klein



All times are GMT +2. The time now is 23:14.


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.