Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Source Code - Dll Hide Main - Write Mem Serial - Anti SendPacket

Initiate Mage
Joined
Jul 6, 2011
Messages
1
Reaction score
6
Source Code - Dll Hide Main - Write Mem Serial - Anti SendPacket
Total = 3 function.
Ads are:
1: Hide Main
2: Serial - Version -> will be located in dll.
3: Anti than 90% with Sendpacket ... (Hacker. The Sai guy to hack ... Despite wpePro or a program that loads into the process sendpacket of Main was unsure what to do .... because not detect anything)

Download:

or:
function call: SelfInject
pass: slowle

fixes to run on Windows 7
 
Last edited:
Experienced Elementalist
Joined
Oct 12, 2007
Messages
219
Reaction score
5
2: Serial - Version -> will be located in dll.

Where is it?

Please more detalies how it works. And How it hook? Because when hooked with libhook with APi and Without main.exe not started
 
Last edited:
Junior Spellweaver
Joined
Sep 22, 2008
Messages
126
Reaction score
37
2: Serial - Version -> will be located in dll.

Where is it?

Please more detalies how it works. And How it hook? Because when hooked with libhook with APi and Without main.exe not started


This thread isn't for you... u have lot of c++ guides in the forum, learn it.

//<<<< Write Memory : Serial 41 41 42 42 43 43 44 44 31 31 32 32 33 33 34 34
BYTE value1[] = {0x41,0x41,0x42,0x42,0x43,0x43,0x44,0x44,0x31,0x31,0x32,0x32,0x33,0x33,0x34,0x34};//ON
VirtualProtect((void*)0x91CB4C, sizeof(value1), PAGE_READWRITE, &Protection);
memcpy((void*)0x91CB4C, value1, sizeof(value1));
VirtualProtect((void*)0x91CB4C, sizeof(value1), Protection, 0);
/// >>>>
Sleep(100);
}
}

U have to put your serial in hexadecimal.
 
Experienced Elementalist
Joined
Oct 12, 2007
Messages
219
Reaction score
5
Main Started but after start before choise buttom server main windows closed

Pinkof AH blocks it dll

When pack in box one exe file process not hide

2: Serial - Version -> will be located in dll. - Source not has it

Anti SendPacket - Not found in source. Where?
 
Last edited:
Experienced Elementalist
Joined
Oct 12, 2007
Messages
219
Reaction score
5
All works in win xp sp3 fine but without your ah and I cant understand whereis anti send packet?
 
Junior Spellweaver
Joined
Jan 23, 2007
Messages
173
Reaction score
5
Mulegend please more detalies and please more english

What Mulegend tried to say is that the dll will automatically detect send and receive functions from sockets once hooked into the main.exe. It's more like WPE.
 
Experienced Elementalist
Joined
Oct 12, 2007
Messages
219
Reaction score
5
AgMuN4o hook 2 call funtction


But why Pinkof ah blocked it dll if it "miniguard"
 
Junior Spellweaver
Joined
Sep 9, 2006
Messages
118
Reaction score
1
after i inject dll... my main crash ( windows xp sp3) ?
 
Back
Top