Copyright... Credits...
Sometimes these things get dragged out too much, especially in software
These things have been done a long time ago, I even used it in the old cehook routines for ce3.x
As for gui using create thread is also common knowledge that anyone would have come up with on their own. (I did)
(People hardly ever experiment or try stuff for themselves. for example look into the ce source section, there's been someone for two days asking if the driver was compiled successfully while he could have tried to make use of it...)
Also, the original post contains a bug:
Code:
PBYTE(PBYTE($address)^ + $offset)^:= 800;
That will get the BYTE at the given address, add the offset to it and then typecast that to a bytepointer, dereference it and set the value to 800
I recommend changing it to:
PWORD(dword($address)^ +$offset)^:=800
I do of course agree it is a copy/paste of that site, including the bug. (Or the poster on that site copy/pasted it from the same source as the poster here) But just saying that it sometimes get persecuted too much, instead of just staying on topic and discuss the code
Xd I know it does but It really is funny when it changed the pointer in wolfteam it totally screwed it up and everyone was dead besides if they dont know enough about d7 than why teach? I dont that much. _________________
we are SINful.
we are watching you.
We are coming for you.
we will get you.
All times are GMT - 6 Hours Goto page Previous1, 2
Page 2 of 2
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum