Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2
You last visited: Today at 14:42

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

Advertisement



[Question] Autoit Memory

Discussion on [Question] Autoit Memory within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
[Question] Autoit Memory

Hey everyone,
I just started learning about how to do memory in AutoIt.
I made this simple script but for some reason would not work.

------CODE START----------
#Include<NomadMemory.au3>
$ProcessID = WinGetProcess("[Conquer2.0]","")
$DllInformation = _MemoryOpen($ProcessID)
$CharName=_MemoryOpen(0x56BC64,$DllInformation)

MsgBox(0, "Welcome", "Welcome to the twilight zone " &$CharName)

------CODE END---------------
hok30 is offline  
Old 06/04/2008, 09:06   #2
 
elite*gold: 0
Join Date: Mar 2007
Posts: 294
Received Thanks: 164
Try this:


#Include<NomadMemory.au3>; or whatever the file is callled, mine is memory2.au3

$ProcessID = WinGetProcess("[Conquer2.0]")
$DllInformation = _MemoryOpen($ProcessID)
$CharName=_MemoryRead(0x0056BC64,$DllInformation); The command to read from an address is _MemoryRead


MsgBox(0, "Welcome", "Welcome to the twilight zone " & $CharName)


There are also different versions of NomadMemory.au3 files around. I had troubles with some of them. Atm, I'm doing fine with this one:
Attached Files
File Type: zip memory2.zip (2.7 KB, 47 views)
Jalan_Jalan is offline  
Thanks
1 User
Old 06/04/2008, 12:22   #3
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
ok that semi works- Now instead of the char name I am getting a string of random numbers.
hok30 is offline  
Old 06/04/2008, 13:04   #4
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Quote:
Originally Posted by hok30 View Post
ok that semi works- Now instead of the char name I am getting a string of random numbers.
$CharName=_MemoryOpen(0x56BC64,$DllInformation, "char[16]")
IAmHawtness is offline  
Thanks
1 User
Old 06/04/2008, 14:05   #5
 
emmanication's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 175
Received Thanks: 254
#include <NomadMemory.au3>
$Process = WinGetProcess ("[Conquer2.0")
$Open = _MemoryOpen($Process)
$Read = _MemoryRead(0x0056BC64, $Open, 'char[16]')
_MemoryClose($Open)
MsgBox(0, "Welcome", $Read)

thx appreciated
emmanication is offline  
Thanks
2 Users
Old 06/04/2008, 14:12   #6
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Quote:
Originally Posted by emmanication View Post
#include <NomadMemory.au3>
= WinGetProcess ("[Conquer2.0")
= _MemoryOpen()
= _MemoryRead(0x0056BC64, , 'char[16]')
_MemoryClose()
MsgBox(0, "Welcome", )

thx appreciated
Read my post please.
IAmHawtness is offline  
Old 06/04/2008, 16:08   #7
 
emmanication's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 175
Received Thanks: 254
Quote:
Originally Posted by IAmHawtness View Post
Read my post please.
try to test his combined with urs. i read ur post
emmanication is offline  
Old 06/04/2008, 17:42   #8
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
Tyvm I knew it had to do with the type
hok30 is offline  
Reply


Similar Threads Similar Threads
[AutoIt] Memory Aimbot.
09/06/2010 - AutoIt - 6 Replies
-
AutoIt Memory Scann
07/23/2010 - AutoIt - 2 Replies
Habe ein Problem ^^ Unswar habe ich in Cheat Engine (ner gebypassten :p) 2 Adressen Genau diese beiden will ich jetzt mit AutoIt auslesen , aber es geht nicht :( Die Adressen verändern sich nicht bei jedem Neustart des Games sondern bleiben immer gleich Ich kann allerdings auch keine Pointer suchen , da dann das Spiel abstürzt :mad:
Autoit Memory Frage
07/22/2010 - AutoIt - 2 Replies
Hi, ich hätte eine kleine Frage. Ich habe einen Trainer geschrieben - klappt super. Bis jetzt hatte ich, aber nur Float o. 4 Byte Werte bearbeitet. Ich möchte nun den Text "magazine_capacity" durch "max_ammo" ersetzen. So mache ich es ja, bis jetzt MemoryWrite(0x00123456,$Open,"neuer Wert","Wert Typ")
Memory Bot Rom in Autoit Problem
01/26/2009 - General Gaming Discussion - 3 Replies
Hi, ich arbeite gerade an einem neuen Bot. Leider bekomme ich keine richtige Ausgabe wenn ich das Offset addiere, oder ich mache etwas falsch. $hp ist der aktuelle Wert in der Umgebung ohne Pointer Wenn ich diesen auslese kommt mein richtiges Leben auch raus. $pointer ist der pointer und $offset dazu war 31C habe ich mal zu 0x gemacht damit Autoit nicht meckert. wenn ich $pointer + $offset mache dann gibts in der Msgbox eine 0.



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


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.