Swift Source Code [Edited]
Code:
#include <windows.h>
#include <iostream>
DWORD WINAPI Hacks(LPVOID)
{
bool oneshot = true;
while(1)
{
DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll");
if(oneshot)
{
for(int i=0 ; i<445 ; i++)
{
*(int*)( (*(DWORD*)((*(DWORD*)(CShellBase + 0x30845C
))+(4*i))) + 0x7F8) = 999999999 ;
}
}
}
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH )
{
MessageBoxA(0, "This Hack was Made By Jhefreyzz ", "Successfully Injected", 0);
system("start http://mpgh.net");
CreateThread(NULL, NULL,Hacks, NULL, NULL, NULL);
}
return TRUE;
}
i edited some so that code will be sucessfully compiled
in additional you can replace the lt client
credits to : Swiftdude [Source Code]
Me [ Editing some errors]
All You have to do to this code
is to compile
and bypass it

