|
Page 1 of 1
|
[ 2 posts ] |
|
| Author |
Message |
|
nulloverflow
N00b
Joined: Mon Jul 09, 2007 10:48 pm Posts: 2
|
 suggestion
Hey prodigy, just an idea
I notice every time you make a new release you change the name of the dll, not sure if this is to avoid vac detection or not, but if it is then id say put a textbox on your window and have the user specify the name of the dll. For example (basic c++ win32 code):
char dllname[255];
memset(dllname,'\0',255);
GetWIndowText(hwnd_edit,dllname,255);
CopyFile("old.dll","new.dll",TRUE);
DeleteFile("old.dll");
Only thing you really have to do is store the name of the current dll file in a txt or whatever, and load it when you start. Anyway, hope it helps.
-null
|
| Thu Jul 12, 2007 10:56 pm |
|
 |
|
Jimster480
Site Owner
Joined: Thu Feb 09, 2006 7:01 pm Posts: 1802 Location: MIA [305] , USA
|
yea i know that the only thing is then you gotta change the loader name too, and some people who use SSW have problems with popup text boxes in hacks, which is y i took my credits MessageBox out of it.
_________________

|
| Fri Jul 13, 2007 12:49 pm |
|
|
|
Page 1 of 1
|
[ 2 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 0 guests |
|
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 post attachments in this forum
|
|