View Full Version : exe+dll
spartacchio
05-30-2008, 09:47 AM
Normaly i make an exe and a dll (i think that is less detectable) BUT when i post my hack pubblic(exe+dll) the hack became det after 10 minutes..
How can (without detour anything) make it und?
Is the dll much more detectable than exe?
Is there a way to incorporate dll in exe file?
I try to use The Mida but is not less detectable... fgt29
Some one can help me? Thz for future help^^ :p
masterboy
05-30-2008, 10:10 AM
Did u change the warrock string that Fragment posted and dll shouldn't be fast detected..u get ban or get kicked?
spartacchio
05-30-2008, 10:22 AM
Did u change the warrock string that Fragment posted and dll shouldn't be fast detected..u get ban or get kicked?
i follow fragment tut and changed the strings,if i use in private normaly don't' ban or kik but in this period i take a lot of "Loss key packets" (with installed and updated PB and WR),if i post public i think that BAN.
It's the dll more detectable?
masterboy
05-30-2008, 10:41 AM
No the dll should be more undetected than a .exe but u using asm hacks because thats probably causing the kicks
spartacchio
05-30-2008, 10:52 AM
No the dll should be more undetected than a .exe but u using asm hacks because thats probably causing the kicks
yes,i use nokik unl.ammo and p.boxes but in past (1 mounth ago) PB don't kik me and now yes. why? ^^
And also,how can i make undetected public hack with NOP functions (i would no make fast AS function) without getting banned?? I REALLY SHOULD MAKE A DETOUR?? ( :( also i don't know how to make a detour and i think that nobody want to tell me how to make it ^^ )
Thz a lot for all your answers^^
masterboy
05-30-2008, 02:11 PM
Well your using dll so u can use virtualprotect function for the NOP hacks...
It protects the memory...
VirtualProtect((void*)Addie, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)Addie, &t , sizeof(t));
VirtualProtect((void*)Addie, sizeof(t), Protection, 0);
spartacchio
06-03-2008, 07:04 AM
Well your using dll so u can use virtualprotect function for the NOP hacks...
It protects the memory...
VirtualProtect((void*)Addie, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)Addie, &t , sizeof(t));
VirtualProtect((void*)Addie, sizeof(t), Protection, 0);
hehe,thx for help.
so..only 1 question... ^^ i suppose that virtual protect can be used only in class right?
I don't know very well c++,at school i haven't study pointer,class and NOW i'm trying to study those important c++ parts.
I need really to create a class to make a simple trainer?
Im studing that class are useful for big program to make them more easy to modify and to undertand.
can i also make a code cave to place here my function?it's useful and "less detectable"?
Or exist a "virtual" function also without create a class??
Thx for eventually ^^ answer!
spartacchio
10-12-2008, 07:18 AM
so....how can i use virtual protect to make less detectable my hack??
Is virtual protect only used in a class?
If yes,how can use this function?
If no,^^ how can use this function?
Thx for help (i hope).
Gordon
10-12-2008, 07:47 AM
so....how can i use virtual protect to make less detectable my hack??
Is virtual protect only used in a class?
If yes,how can use this function?
If no,^^ how can use this function?
Thx for help (i hope).
No, ?, MSDN, MSDN
oO
spartacchio
10-12-2008, 07:58 AM
=(
My biggest problem is to read scientific english -.-'
I can understand most of words but not ALL...SO if some good soul can EXPLAIN this for me and everybody who have the same problem......:o
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.