Register for your free account! | Forgot your password?

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

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

Advertisement



Little memory problem.

Discussion on Little memory problem. within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
hoseta's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 310
Received Thanks: 50
Little memory problem.

Hay all, i have 1 problem i cant read memory from a game KalOnline,
all memory read other game was fine but proces engine.exe block connect...
my addres value always = 0 for speed and coord..
In CE its work fine i checked addres and offset. any idea ? maybe some1 made speed hack Kalonline b4.

here is basic code to read. i was just check read/write work or no and its not ...

Code:
#include <nomadmemory.au3>
$Open = _MemoryOpen(ProcessExists("[B]engine.exe[/B]"))

$base = Dec("006F3840")
$offset1 = Dec("4640")
$offset2 = Dec("4B14")




	$curCORD = _MemoryPointerRead($base, $Open,  $offset1)
	$curSPEED = _MemoryPointerRead($base, $Open,  $offset2)
	
	msgbox(1,"adress","Coordinate:"& "  "&$curCORD & "  "& "Speed:" & "  "& $curSPEED)
hoseta is offline  
Old 02/28/2011, 15:53   #2
 
derpo's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 344
Received Thanks: 151
Change
PHP Code:
$Open _MemoryOpen(ProcessExists("engine.exe")) 
To
PHP Code:
$Open _MemoryOpen(ProcessExists("engine.exe"))
$error = @error
If $error 1 Then
    MsgBox
(0,"Memoryread","Error getting the Process-ID!")
ElseIf 
$error 2 Then
    MsgBox
(0,"Memoryread","Error opening kernel32.dll!")
ElseIf 
$error 3 Then
    MsgBox
(0,"Memoryread","Can't open the Process!")
EndIf 
If you can't open the process, type #RequireAdmin at the begin of the code.
If this doesn't work, you have to get a Bypass.
derpo is offline  
Thanks
1 User
Old 02/28/2011, 18:53   #3
 
hoseta's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 310
Received Thanks: 50
I put in in code u can see this below, but still i have result

msg : Coordinate: 0 Speed: 0
Yes / No

can u tell me more about bypassing the engine.exe process / HackShield in AutoIt. ?

Ok its look now like this

Code:
#include <nomadmemory.au3>
#RequireAdmin
$Open = _MemoryOpen(ProcessExists("engine.exe"))
$error = @error
If $error = 1 Then
    MsgBox(0,"Memoryread","Error getting the Process-ID!")
ElseIf $error = 2 Then
    MsgBox(0,"Memoryread","Error opening kernel32.dll!")
ElseIf $error = 3 Then
    MsgBox(0,"Memoryread","Can't open the Process!")
EndIf  

$base = Dec("006F3840")
$offset1 = Dec("4640")
$offset2 = Dec("4B14")




	$curCORD = _MemoryPointerRead($base, $Open,  $offset1)
	$curSPEED = _MemoryPointerRead($base, $Open,  $offset2)
	
	msgbox(1,"adress","Coordinate:"& "  "&$curCORD & "  "& "Speed:" & "  "& $curSPEED)
hoseta is offline  
Reply


Similar Threads Similar Threads
[Problem] UCE Memory
12/30/2010 - Kal Online - 3 Replies
From what I am seeing from other people. I am supposed to be seeing this when I find the skill that I am looking for. (compare 4.. etc..) http://img502.imageshack.us/img502/3746/unbenannt ppf.png But.. This is what I see.. (there is no "compare 4... etc..") http://img688.imageshack.us/img688/8189/67253448. png
[C++]Memory problem
12/16/2010 - C/C++ - 7 Replies
Moin Com, ich hab mir jetzt mal für simples memory editing in c++ ein Opferprogramm und ein Taeter programm erstellt. Jeodch hab ich ein fehler beim Compilieren des Taeter programms // Taeter.cpp : Definiert den Einstiegspunkt für die Konsolenanwendung. //
[PROBLEM] Memory
10/10/2010 - AutoIt - 8 Replies
Hey User, ich habe mich mal in AutoIT an Memory versucht. Leider fehlgeschlagen... Ich habs mal mit SpiderSolitaire versucht: #include <NomadMemory.au3> While ProcessExists(SpiderSolitaire.exe) = False
Memory Problem
05/30/2010 - AutoIt - 2 Replies
Hi , ich möchte mit meinem Tool Memorys bearbeiten , was auch eigentlich ganz gut klappt , jedoch verändert sich die Memory bei 2 Eigenschaften immer , obwohl ich nichts umstelle... $ReadSleep = GuiCtrlRead($Input10) ToolTip("Made by Fuyo . Have fun Leech0rs",0,0) $wait = ProcessWait("S4Client.exe") Sleep($ReadSleep) $PID = ProcessExists("S4Client.exe") $Open = _MemoryOpen($PID) $WallAdd = 0x00C4DCE4
Memory problem
11/30/2009 - GW Bots - 1 Replies
Hallo, ich versuche mich gerade dadran, Speicheradressen zu verwenden: #include <NomadMemory.au3> Global $PID Global $hprocess $PID = WinGetProcess("Guild Wars") $hprocess = _MemoryOpen($PID)



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


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.