Do not answer because I'm having the same problem!
whenever I try the hack created the X-Trap detects
Must be because of the LTC or PTC
if someone sends me a list of PTC would help
Hey guys ive been working on my first ever hack! Everything is going fine but there is only one problem. Can you guys tell me the latest LTClient and CShell information?
Example:
)( (dwCShell + 0x299D40) );I would like to know the latest one so i can release my first hack! TY!)( *LTClient + 0x1F8 );![]()
![]()
Do not answer because I'm having the same problem!
whenever I try the hack created the X-Trap detects
Must be because of the LTC or PTC
if someone sends me a list of PTC would help
Did you try this:
make a loop that checks if the user inputs a button, and if he does. We can enable a hack.
But fist we start our loop:
While(1) or for(;
Both loops are good. I always use For:
A while loop you can compare 2 "things" like 1 == 1 or 1 > 5 and more. With a for loop you can do more. Like this:For(;;)
for(int a=0;a==10;a++) {
}
This loop loops 10 times. This also can be done with a while loop but this one takes less space. For loop, we put our first configuration. And blood says that you need to put __asm pushad; in the begin of the loop to bypass the securety.
And at the end: __asm popad;
for(;;) {
__asm pushad;
__asm popad;
}
Correct use same
but will sort that you could see if something wrong with this code
why the x-trap always detect : (
Code:#include <windows.h> #include <iostream> using namespace std; void __cdecl PushToConsole(char* szVal ) { DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll"); if( dwCShell != NULL ) { DWORD *LTClient = ( DWORD* )( (dwCShell + 0x2E7FA8) ); void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1C0 ); _asm { push szVal; call CONoff; add esp, 4; } } } DWORD WINAPI hello(LPVOID) { while(GetModuleHandleA("CShell.dll") == NULL ) { Sleep(120); } bool nosky = true; for(;;) { __asm pushad; if(GetAsyncKeyState(VK_F3)&1) { nosky = !nosky; } if (nosky) { PushToConsole("DrawSky 1"); } else { PushToConsole("DrawSky 0"); } Sleep(120); __asm popad; } } BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) { DisableThreadLibraryCalls(hDll); if ( dwReason == DLL_PROCESS_ATTACH ) { MessageBoxA(0, " ", "Hack Injetado", 0); CreateThread(NULL, NULL,hello, NULL, NULL, NULL); } return TRUE; }
Well i dont know but we need to stay on the topic!
lol so here
but if you get the TLC sends me a PM
Message
Download cshell i posted. it is unpacked.
look for addy yourself.
Member since September 25, 2010
Current Objectives:
- Graduate college with a degree in Computer Science
- Find a decent job in the Computer Science Field
- Learn more programming languages
Looking for Elo Boosting Job - League of Legends
Looking for Bronze -> Gold Jobs
Skype: whatthedream
Mestre i think push to console are all patched.so .. this aint gonna work
Joined MPGH: 07/08/09
i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at onceA network problem caused by you? What did you do? Trip over the cable?
So it is The Thurs
Code:void __cdecl PushToConsole (char * szVal) { Note: That this Patch or----------Code:PushToConsole (DrawSky 1 "); } else { PushToConsole (DrawSky 0 "); PS: Or is it that this patch aki
Will I have to tidy?
if you have a more updated code could send me
Thanks
Last edited by Fly3r; 01-26-2011 at 08:40 AM.
Joined MPGH: 07/08/09
i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at onceA network problem caused by you? What did you do? Trip over the cable?
you gotta unpack cshell on your own.
╪closed╪
Still love you Giggletron