[C++]Call a Game Function 08/27/2013 - Metin2 PServer Guides & Strategies - 3 Replies Hello guys here is a quick tutorial :
Metin2 How To Call A Function - www.darkhook.net - YouTube
Source :
// dllmain.cpp : Defines the entry point for the DLL application.
#include "stdafx.h"
// We will call our function.
Call Function 02/20/2012 - General Coding - 3 Replies huhu,
eine kurze frage : Ich habe mir gerade ein ClickToMove Offset für nen spiel rausgesucht (nein kein WoW :D) wenn ich die daten in den Ramgeschrieben habe muss ich ja die Function Move(float x, float y) ausführen. muss ich dafür ne DLL injection vornehmen oder kann man das auch so machen. wenn möglich sogar ohne CodeCave??
call function of injected dll 09/22/2010 - General Coding - 3 Replies Hey guys,
i injected a dll which i want to use for custom packet sending to my game client. the problem now is how to use it.
the code of the dll is the following:
#include <Winsock2.h>
#include <Windows.h>
#include <fstream>
#include <detours.h>
[Question] PHP Function 11/07/2009 - CO2 Private Server - 7 Replies Hi, is there is a function to add cps like UPDATE characters set cps +1111111 or some thing?
best wishes.
Call Function in Process from another 09/04/2009 - General Coding - 7 Replies Hi,
how the topic says i'm wondering if it's possible to call an function from your application(no dll loaded from a loader) via jmp or call?
example:
i have app1 that has a function which opens a messagebox "Hello!". Now i'm tryin to call that function from another application while the app1 is running.
thanks for your advice