You need to know how to use multi level pointers on C/C++
You cannot change a value directly of a virtual address.
Well, actually you can, but is not a good way.
yes you are right thank you.
I know to manipulate all lvl pointers in c/c++ its not that hard I just need to know if its a lvl 1 or 2 or 3 etc
@genisisVI
take this example it will help you in multi lvl pointers
PHP Code:
#define ADDR_BASE 0x0B8BBF0
#define OFFSET_BAR_COMBO 0x73a1
#define OFFSET_VALUE_COMBO 0x7384
if (GetKeyState(VK_F9) < 0)
{
int i = 0;
while(i == 0){
sir how about float value .... i tried the f suffix but i got a warning ...
can u help me sir ... TYVM
if you have an address in hex for example [0x0B8BBF0] and you know that is the address of a location in memory that points to a float or int or what ever you want you just affect the value to it.
but using the addresses like this *(DWORD*)ADDR_BASE etc Im trying to fegure it out
sir how about float value .... i tried the f suffix but i got a warning ...
can u help me sir ... TYVM
if you have an address in hex for example [0x0B8BBF0] and you know that is the address of a location in memory that points to a float or int or what ever you want you just affect the value to it.
but using the addresses like this *(DWORD*)ADDR_BASE etc Im trying to fegure it out
I will PM you if succeeded
you have the RUN_SPEED variable it will the value pointed by the ADDR_BASE variable this is accomplished with the first line. and the type of RUN_SPEED is a double this means that it contain a memory address totally correct.
now for the second line :
RUN_SPEED+OFFSET_RUN_SPEED this will add a hex value(the offset) to the variable value(RUN_SPEED) its like adding 50 to 12 in this case 50 is the RUN_SPEED value and 12 is the offset accept here we deal with hex.
all that to get 62(in the example) the real address of the run_speed so you can affect a value to is. in this to tell the compiler that this 62 is a pointer we add this * and to convert or cast all that to a float pointing value we add this float*.
that's all
@jazzdwayouwar
the last part that you want to 'include', are just examples of the different types that can be used, my hint is to search for a tutorial on google which will explain you at least the basics of c++ ;p
Rsro range code. 06/14/2011 - SRO Coding Corner - 0 Replies I am using Flex Hex program but i cant find how change mob selection range need help.
Please Tel my how i can find code.
Range modify ESRO code chaning? 06/14/2011 - SRO Coding Corner - 3 Replies having toruble with creating a dll... the guy posted the source which is below for his dll that goes with his loader:
esroLoaderdll.cpp:
#include "windows.h"
void WriteMemory(DWORD address, LPVOID patch, DWORD size)
{
DWORD oldProtect;
VirtualProtect((LPVOID)address, 4, PAGE_EXECUTE_READWRITE, &oldProtect);
memcpy((LPVOID)address, patch, size);
[Release] MS Range CheatEngine 03/13/2010 - S4 League Hacks, Bots, Cheats & Exploits - 19 Replies entfernt da nur gemault wird
[RELEASE] ATK Range Hack v1.0b 02/19/2008 - Metin2 - 16 Replies ATK Range Hack v1.0b
Working after update !
To use this hack:
1. Start the (ATK Range Hack.exe).
2. Start Metin2.
3. Login into youre acc.