My base

Posts 1–15 of 23 · Page 1 of 2
My base
Request close
Quote Originally Posted by Ege1234567890 View Post
it's a cheerful day for leechers
Mhmm only used SwiftDudes No ande damage feature
Learn C++
And Error name is Cf_Cillent Error
or Send Error Report
Quote Originally Posted by Ege1234567890 View Post
Bastamanga you misunderstood me. I'm telling that leechers will leech this one
ooh edited some random things to get errors

Quote Originally Posted by Ryuesi View Post
Learn C++
And Error name is Cf_Cillent Error
or Send Error Report
Yep but this doesnt help me
Bastamanga you misunderstood me. I'm telling that leechers will leech this one
Define BaseeCshell and features before...
Example:
Shitt <~~ Undefine
NoReload <~~~ Undefine
Ect....
If you have define include addies.h
Make sure your BaseCshell working..
Quote Originally Posted by ***** View Post
Define BaseeCshell and features before...
Example:
Shitt <~~ Undefine
NoReload <~~~ Undefine
Ect....
If you have define include addies.h
Make sure your BaseCshell working..
I define them in addies.h

Code:
#define grenades ((i==6)||(i==7)||(i==8)||(i==64)||(i==100)||(i==126)||(i==135)||(i==209)||(i==210)||(i==240)||(i==263)||(i==272)||(i==338)||(i==382)||(i==383)||(i==384))

#define Shitt			0xA05E48
#define NoReload                 0x2420
#define WeaponDamage             0x7F8
#define Shotspread		0x0834
#define WeaponRange		0x07EC
Quote Originally Posted by Bastamanga View Post
I define them in addies.h

Code:
#define grenades ((i==6)||(i==7)||(i==8)||(i==64)||(i==100)||(i==126)||(i==135)||(i==209)||(i==210)||(i==240)||(i==263)||(i==272)||(i==338)||(i==382)||(i==383)||(i==384))

#define Shitt			0xA05E48
#define NoReload                 0x2420
#define WeaponDamage             0x7F8
#define Shotspread		0x0834
#define WeaponRange		0x07EC
hahahahha lol .. wtf are you posting? totaly false if you know addys you have to define >>> nothing!
2. you leeched this
3. mpgh surce section is totaly full of leechers .. stop posting leech things now! that nerves!
I try to do to win xp here
you just change somethings --' like Game forFuck...
Whoah!

Soooo hard!
Quote Originally Posted by reborn556 View Post
Whoah!

Soooo hard!
Can u stop spamming on threads the same thing in a bit different words?
i mean, this is the second time u write "oh jizz programing looks hard" with your own words in the last hour, its just useless.

On Topic:
what errors exactly?
Client Errors or HS errors?
obvious error is obvious
Quote Originally Posted by Bastamanga View Post
I need some help please.
I get some error after a few min sometimes ingame sometimes in lobby.
And when i test it the features are workin on xp for me but not on vista


Source.cpp
Code:
#include <window.h>
#include "addies.h"


bool g_bReload	= true;
bool g_bShot	= true;
bool g_bOnehit	= true;
bool g_bNade	= true;
bool g_bRange	= true;


void Stuff()
{
	__asm pushad;

	DWORD CShell     = (DWORD)GetModuleHandleA("CShell.dll");
	DWORD pShitt = *(DWORD*)(CShell + Shitt);
		
	
	if(g_bReload == true)
	{
	    if (pShitt)
	    {
	        for(int i=0; i<445; i++)
		{
		    if((*(DWORD*)((*(DWORD*)(CShell+Shitt))+(4*i))) != NULL)
		        *(float*)((*(DWORD*)((*(DWORD*)(CShell+Shitt))+(4*i))) + NoReload) = 100;

		}
	    }
	}


		
	if(g_bShot == true)
	{
	    if (pShitt)
	    {
	        for(int i=0; i<445; i++)
		{
		    if((*(DWORD*)((*(DWORD*)(CShell+Shitt))+(4*i))) != NULL)
				*(BYTE*)((*(DWORD*)((*(DWORD*)(CShell+Shitt)) +(4*i))) + Shotspread) = 5;
		}
	    }
	}
		

		
	if(g_bOnehit == true)
	{
	    if (pShitt)
	    {
	        for(int i=0; i<445; i++)
		{
		    if((*(DWORD*)((*(DWORD*)(CShell+Shitt))+(4*i))) != NULL)
		       *(float*)((*(DWORD*)((*(DWORD*)(CShell+Shitt))+(4*i))) + WeaponDamage) = 999;
		}
	    }
	}
				
			

	if(g_bNade == true)
	{
	    if (pShitt)
	    {
	        for(int i=0; i<445; i++)
		{
		    if((*(DWORD*)((*(DWORD*)(CShell+Shitt))+(4*i))) != NULL && (grenades))
		        *(float*)((*(DWORD*)((*(DWORD*)(CShell+Shitt))+(4*i))) + WeaponDamage) = 0;
		}
	    }
	}
	
		
	
	if(g_bRange == true)
	{
	    if (pShitt)
	    {
	        for(int i=0; i<445; i++)
		{
		    if((*(DWORD*)((*(DWORD*)(CShell+Shitt))+(4*i))) != NULL)
				*(float*)((*(DWORD*)((*(DWORD*)(CShell+Shitt))+(4*i))) + WeaponRange) = 99999;

		}
	    }
	}

		

__asm popad;
	Sleep(100);
}

bool IsGameReadyForHook()
{
    if(GetModuleHandleA("CShell.dll")   != NULL
    && GetModuleHandleA("ClientFx.fxd") != NULL)
        return true;
    return false;
}


DWORD lolDll()
{
	
	while(true)
	{
		while(!IsGameReadyForFuck()) 

		Shizzle();

		Sleep(200);
	}
	return false;
}



BOOL __stdcall DllMain(MODULE module, DWORD reason, LPVOID reserved)
{
	if(reason == DLL_PROCESS_ATTACK) 
	{
 	MessageBox(NULL, L"Made by: Bastamanga   Thanks to: Swiftdude&firefox800", L"Succesfully injected mmkay?", MB_OK);
		CreateThread(0,0,(LPTHREAD_START_ROUTINE)InitDll, 0,0,0);
	}

	return true;
}
a Leecher from other site is here...!!!
Posts 1–15 of 23 · Page 1 of 2
This thread is closed for replies.

Tags for this Thread

None

Need help?