Im trying to read the Aion memory via vb.net OpenProcess(&H10, false, pid) function,
but it returns always 0.
I guess this is bcs of the missing read rights?
is there any workaround? how do others manage to get read access?
Danke Wurstbrot,
hab meinen Fehler schon gefunden...lag an der Deklaration der dll.
Leider hab ich jetzt ein neues Problem.
Statt einem Mana-wert von 1320 erhalte ich 40, erhöhe ich die Adresse um 1 erhalte ich 5,
also je nur 1 byte des Wertes..
Du weisst schon das es eine Adresse gibt die
die Baseadresse enthält oder ?
Beispiel:
Code:
DWORD charbase = 0;
DWORD currentmp = 0;
ReadProcessMemory(hproc,(void*)0xD1668C,&charbase,4, 0);
// Baseadresse wird ausgelesen und in charbase gespeichert
ReadProcessMemory(hproc,UlongToPtr(charbase+0x458),¤tmp,4,0);
// MP werden ausgelesen 0x458 wäre also das MP Offset...
(NEW)ShadowRealmsOnline Returns! 05/15/2010 - EO PServer Hosting - 2 Replies Hello My fellow Elitepvpers I have decided to Reopen SRO as i have gotten some time back from school and can host and open it again
ACCOUNT: http://66.69.65.252/register.php
op1:Client MEGAUPLOAD - The leading online storage and file delivery service
SOmtimes it will display as not avavable keep trying
Have not come to a fix for this yet :
SPECS: SRO IS A REV DB WITH ADD CUSTOMIZATIONS AND MODELS
GODMAPS
[TOP] BK-201 SG Returns 24/7(Hamachi) 01/20/2010 - Private Server - 6 Replies I’m going to show you all how to download and play this server.
Server Rates:
EXP: 100
Party:300
Droprate:500
Pet = 9999
24/7
Sever Features:
OpenProcess(Again) 10/20/2007 - Kal Online - 1 Replies Hi,
why can't i still open Kal process? i tried with Autoit and C++..
here is what i've done to open with c++
#include <iostream>
#include <windows.h>
OpenProcess + engine.exe? 10/08/2007 - Kal Online - 10 Replies Hi,
when i use OpenProcess api, it doesn't open engine.exe? it always returns 0..
is there another way to open engine.exe process? like CE opens it correctly..
babel vista translation:
Hallo, wann verwende ich OpenProcess API, es nicht geöffnetes engine.exe? es bringt immer 0. zurück. gibt es eine andere Weise, engine.exe Prozeß zu öffnen? wie CER öffnet es richtig.
OpenProcess gibt konsequent error 87 zurück 10/05/2007 - General Coding - 5 Replies Hallo,
Ich arbeite im Moment an einem ProcessHandle. Allerdings bin ich ratlos, da eigentlich alles richtig ist, speziell die Parameter.
Denn Error 87 besagt, dass die Parameter incorrect sind. Hier der C++ Code:
HWND hWnd;
DWORD thread;
HANDLE hProcess;