ok, so my problem now is that 1 loop is blocking everything else when started. i figured out that when i put every loop in separate dll everything works fine. but still im curious how to do it the other way. anybody can enlighten me in pm?
thanks, im kinda new in c++ but after few tries i figured it out
one last question if i may.
if sleep values is set to let's say 100, does it have any visible results on app working, and overall system performance? especially for so called wooden pc's cause i have one
@pipaputi
in my tests, no. it doesn't affect the 'functionality' at all (aoe, nsd, no cd, etc.) and can help lessen the impact on your system. be careful in using threads, you wouldn't want to slow down a system by letting the user press a hotkey multiple times w/c results in multiple threads running in the background.
@pipaputi
ahh. that's fine then if you're just creating a single thread w/c calls your main routine. i thought you where using a new thread for the other functions.
you're code is fine but when you start using multiple hotkeys for multiple functions, you're current way of handling them won't be an efficient one.
@pipaputi
then i'm back to my orig statement with regards to multiple threads.
every call to a createthread function will create a new thread, it doesn't automatically close by itself unless you tell it so.
now, imagine a user toggling a function on/off multiple times. unless you terminate each thread before calling a new one, each toggle just creates a new thread.
@mi5pogi
he has it memory based, but I gues you mean hotkey-based? then try to simulate the keyboard presses and not just sent the key strokes (I don't have it working either, but looking at some macro tools, they emulate the keypress and not just sent the keypress)
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.