if you just want to call the function then your previous code should work since the parameter didn't changed. Do you want to call the function 0x004B1A10? Or Is the SendItemUsePacket function in that function?
if you just want to call the function then your previous code should work since the parameter didn't changed. Do you want to call the function 0x004B1A10? Or Is the SendItemUsePacket function in that function?
[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>
Assembly code Problem 08/19/2009 - Dekaron - 3 Replies Hi i have the assembly code for a hack and i want to find the proper adress for the hack but when im searching in CE the assembly scan returns nothing.
Btw for the others hacks assembly scan returns something.
Why this could be happening?
thanks
Edit:thats the code im trying to get, movzx eax,word ptr
opps sorry didnt saw that questions not allowed.
Assembly code Problem 08/16/2009 - Dekaron - 0 Replies Hi i have the assembly code for a hack and i want to find the proper adress for the hack but when im searching in CE the assembly scan returns nothing.
Btw for the others hacks assembly scan returns something.
Thats the code i wanna get movzx eax,word ptr
Why this could be happening?
thanks