what evans referring to is that its to slow to search through thousands of memory address within 2 or 3 seconds (like cheat engine does), but if you have a exact address then it returns it in miliseconds
although i do think its possible just noones done it yet
OO, thats what ephe was referring to. Yea, If you are to use a scripting language to search memory regions, then it takes ages. But I am using Joek's Memory Tables which are the exact specific static addresses.
Actually Readprocessmemory and writeprocessmemory are slow if you do byte by byte. Usually they use something else or read a block of memory and go through it and read another block, etc.
"read a block of memory"
is there a dll function that does that or is it more complex, which in that case could you try to explain to me because I'm willing to listen and learn.
"read a block of memory"
is there a dll function that does that or is it more complex, which in that case could you try to explain to me because I'm willing to listen and learn.
instead of reading 1 byte you read say 10000 bytes. then you go through the 10000 bytes byte array and search.
but how do you load 10000 bytes at once instead of going through byte by byte?
Code:
[DllImport("kernel32.dll")]
private static extern int ReadProcessMemory (int hProcess, int lpBaseAddress, int [B]lpBuffer[/B], int [B]nSize[/B], int lpNumberOfBytesWritten);
w00t! I'm looking forward to it being implemented in AHK as well! Just today (and yesterday and two days ago...) I was looking for a way to let autohotkey somehow access the video of a window in the background, to no avail, but this is great news. No need to play with memory addresses anymore now
By the way, are you sure it's really "minimized"? Don't you really mean "in the background"? That's a totally different story.
@Evan: I suppose you'd need to split the 100byte variable into an array sized 25 and do searches inside that. You would probably, in an ideal situation, get performance improvements of maybe 20 times?
EDIT: where exactly do you see a background windows pixelsearch function in the latest AutoIT update? I couldn't find it anywhere...
You will have to wait until the "Proper release" because the release is still in Beta stages, but yes...It will find pixels in the background, its exactly what I asked for and the response was "We can implement this in the next patch update".
ephe@
the example only examine 100bytes
think of the situation as 1000000+ addresses
and if u want to split the string, it will becomes lots and lots of arrays
and if so, back to the original problem, it takes lots and lots of time to loop read through all those 250000+ addresses
actually if even thats fast, for example i got the value i want "11 22 33 44", how to locate it back to what address its from?
if autoIT can read color minimized/background, i guess its time for me to convert my AHK
or its the time for me to step back
Hack Pack is Good but hacks-pack-for-neocron bye pabz is HHUUmmmm 03/19/2010 - General Gaming Discussion - 53 Replies Hello
I search , search search on the net the freefiles :
Hacks Pack For Neocron By Pabz - Download Games
But .... :rtfm:
Anyone say : Where find them ?!?
Thank's