Swift Source Code [Edited]

Posts 115 of 24 · Page 1 of 2
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;
}
so its from swift code
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
yeah, try to compile http://www.mpgh.net/forum/242-crossf...re-source.html the post of swift that is source code it has error
so i FIX the error
swiftdude source code
includes system function that opens mpgh.net or any site that would you replace from mpgh.net
Thank You .. Good Job
Not good. no there will come mass releases cuz leechers will just copy and paste this code -.-

Btw this code is wrong cuz u still have to change something ^^
hmmm if this realy work.. than you see next time a hack "menue"
Hey, can someone help me? Why this code is detected?

Code:
#include "windows.h"
#include <iostream>
using namespace std;

DWORD WINAPI Main(LPVOID)
{
	while(GetModuleHandleA("CShell.dll") == NULL)
		Sleep(150);

	while(1)
	{
		DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll");
		DWORD WeaponBase = *(DWORD*)(CShellBase + 0x9F6544);

		if(WeaponBase)
		{
			for(int i=0;i<445;i++)
			{
				DWORD Weapon = *(DWORD*)(WeaponBase + i * 4);

				if(Weapon)
				{
					*(float*)(Weapon + 0x7F8) = FLT_MAX;
				}
			}
		}

		Sleep(100);
	}

	return 0;
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
	DisableThreadLibraryCalls(hDll);
	if ( dwReason == DLL_PROCESS_ATTACH )
	{
		MessageBoxA(0, "Inject Completed!", "Coded by YaLTeR", 0);
		CreateThread(NULL, NULL, Main, NULL, NULL, NULL);
	}
	return TRUE;
}
Oh, I think I have figured it out, but I'm not sure.
Quote Originally Posted by YaLTeR View Post
Hey, can someone help me? Why this code is detected?

Code:
#include "windows.h"
#include <iostream>
using namespace std;

DWORD WINAPI Main(LPVOID)
{
	while(GetModuleHandleA("CShell.dll") == NULL)
		Sleep(150);

	while(1)
	{
		DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll");
		DWORD WeaponBase = *(DWORD*)(CShellBase + 0x9F6544);

		if(WeaponBase)
		{
			for(int i=0;i<445;i++)
			{
				DWORD Weapon = *(DWORD*)(WeaponBase + i * 4);

				if(Weapon)
				{
					*(float*)(Weapon + 0x7F8) = FLT_MAX;
				}
			}
		}

		Sleep(100);
	}

	return 0;
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
	DisableThreadLibraryCalls(hDll);
	if ( dwReason == DLL_PROCESS_ATTACH )
	{
		MessageBoxA(0, "Inject Completed!", "Coded by YaLTeR", 0);
		CreateThread(NULL, NULL, Main, NULL, NULL, NULL);
	}
	return TRUE;
}
Oh, I think I have figured it out, but I'm not sure.
I think update LT client
I have Two Errors: help me

error LNK2005: _DllMain@12 already defined in One Hit Kill Hack.obj

fatal error LNK1169: one or more multiply defined symbols found
Quote Originally Posted by Gku2 View Post
I have Two Errors: help me

error LNK2005: _DllMain@12 already defined in One Hit Kill Hack.obj

fatal error LNK1169: one or more multiply defined symbols found
can u post your code here
so we can see the errors and problems
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 Puree123 Code: SwiftDude Provided by jhefrey.", "Successfully Injected", 0);
system("start http://mpgh.net");
CreateThread(NULL, NULL,Hacks, NULL, NULL, NULL);
}
return TRUE;
}
Error : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.
it dont work if i inject the dll crossfire wont popup
yea mna this doesnt look legit :P
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 Puree123 Code: SwiftDude", "Successfully Injected", 0);
system("start http://mpgh.net");
CreateThread(NULL, NULL,Hacks, NULL, NULL, NULL);
}
return TRUE;
}



general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.
Posts 115 of 24 · Page 1 of 2
This thread is closed for replies.

Tags for this Thread

None

Need help?