So basically you just need to create a new thread overlapping the original script?
So as long as you have the right addresses, you'll be able to inject any cheat you want right? If this is right, it has always been in front of me. **** it. Some people will really mess you up. Thanks for this. Btw, with this, can we create new codes for the NSD spamming so it won't get you disconnected? I believe this would be harder than the rest of the hacks but is it possible?
It will allways disconnect you if you spam too much.
The Code Is Generic, You can apply this on all/almost all Online games, It uses the process' own write memory, so it won't be detected, but Anti-hack like punkbuster can easily detect this base, but a good start for beginners. know the basics of c++ and you can make that code work
@k9crow code is work but the problem is how to add the pointer address on c++
and add to generic code like u told i tried anything but get failed
so i hope any one master can edit my mistake on this code
Code:
if (GetKeyState(VK_F10) < 0) // Turn On
{
*(DWORD*)(*(DWORD*)ADDR_BASE + ADDR_OFF3);
}
So, can't be use with the Bot who Spamm Skills ^^ .
Sure we can.Remember cabalrider?:d
We all know fast attak don't work anymore in cr,is true.
But if u play a little whit the fast attak settings,u will see a slow down cast..
Just try...
@k9crow code is work but the problem is how to add the pointer address on c++
and add to generic code like u told i tried anything but get failed
so i hope any one master can edit my mistake on this code
Code:
if (GetKeyState(VK_F10) < 0) // Turn On
{
*(DWORD*)(*(DWORD*)ADDR_BASE + ADDR_OFF3);
}
@k9crow code is work but the problem is how to add the pointer address on c++
and add to generic code like u told i tried anything but get failed
so i hope any one master can edit my mistake on this code
Example:
if (GetKeyState(VK_F10) < 0) // Turn On
{
*(DWORD*)(*(DWORD*) 0x00A483A0 + 0x5D5C);
}[/code]
if (GetKeyState(VK_F10) < 0) // Turn On
{
*(DWORD*)(*(DWORD*)ADDR_BASE + ADDR_OFF1) = 0;
*(DWORD*)(*(DWORD*)ADDR_BASE + ADDR_OFF2) = 0;
}
and now my define
#define ADDR_BASE 0x00B8BBF0
#define ADDR_OFF1 0X7384
#define ADDR_OFF2 0X73A0
when in game i press f10 but nothing
now where my mistake?
u cannot add all offsets *edit(silly me i thought u add off1 + off2 ,,i was reading too fast)GL
here i tried it in a console type hack..window handling it works for me
if (GetKeyState(VK_F10) < 0) // Turn On
{
*(DWORD*)(*(DWORD*)ADDR_BASE + ADDR_OFF1) = 0;
*(DWORD*)(*(DWORD*)ADDR_BASE + ADDR_OFF2) = 0;
}
and now my define
#define ADDR_BASE 0x00B8BBF0
#define ADDR_OFF1 0X7384
#define ADDR_OFF2 0X73A0
when in game i press f10 but nothing
now where my mistake?
Everything is fine except that you need to code it in a way that it freeze the values forever.
Right now you freeze the values ONLY WHEN you press F10, which is not the point.
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.