Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Kal Online
You last visited: Today at 15:33

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

Advertisement



OpenProcess(Again)

Discussion on OpenProcess(Again) within the Kal Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2005
Posts: 58
Received Thanks: 6
OpenProcess(Again)

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++

Code:
#include <iostream>
#include <windows.h>

using namespace std;

HWND fw;
DWORD pid;

int main()
{
    fw = FindWindow(0,"KalOnline");
    GetWindowThreadProcessId(fw,&pid);
    cout << pid << "\n";
    HANDLE kal = OpenProcess(PROCESS_ALL_ACCESS,0,pid);
    if(!kal)
    {
            MessageBox(NULL,"Error","Error",MB_OK);
    }
    system("PAUSE");
    return EXIT_SUCCESS;
}
NegativeNrG is offline  
Old 10/20/2007, 16:01   #2
 
elite*gold: 0
Join Date: Sep 2005
Posts: 58
Received Thanks: 6
Hi,

i did some googling and i found this old CE topic...

they say u use CreateProcess + dll injection to access it..how would u do this?(i know how to do the injection part, but i dont know how to do it with CreateProcess...).
NegativeNrG is offline  
Reply


Similar Threads Similar Threads
vb.net OpenProcess() returns zero
10/24/2009 - .NET Languages - 6 Replies
Hey guys, n00b here.. 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? cheers :handsdown:
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;



All times are GMT +1. The time now is 15:33.


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