[BASE] for new hacks

Posts 1–15 of 22 · Page 1 of 2
[BASE] for new hacks
so guis, i release here a new base for you all,.. you only have to find new

CShallBase adresses, offsets and so on.. and add a bypass function for "Map error and disconnect error!" --> maybe mahetamim can teach us how to bypass the map error and disconnect errors


Code:
#include<windows.h>
#include<iostream>

using namespace std;

#define Gernades  ((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))
DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll"); 



void main() {
Sleep(1000);

bool grenadedemage = true;
bool respwn = true;
bool nofall = true;
bool oneshot = true;


if(grenadedemage) {
for(int i=0 ; i<445 ; i++)
{
	if(Gernades)
	*(float*)( (*(DWORD*)((*(DWORD*)(CShellBase+0x0090A4B8))+(4*i))) + 0x0754) = 0 ; // nonadedemage
}

if(oneshot) {
for(int i=0 ; i<445 ; i++)
*(float*)( (*(DWORD*)((*(DWORD*)(CShellBase+0x0090A4B8))+(4*i))) + 0x0754) = FLT_MAX ;  // oneshot kill
}

if(nofall) {
*(float*)( (*(DWORD*)(CShellBase+0x0090A4A0))+0x04 ) = 0; // no fall
}

if(respwn) {
memcpy((LPVOID)(CShellBase+0x003A30B),(LPBYTE)"\x90\x90",2); // instant respawn
}



}
}




BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
 DisableThreadLibraryCalls(hDll);
 if ( dwReason == DLL_PROCESS_ATTACH ) {
	 MessageBoxA(0, "CrossFire Public Hack by GER-Domi.", "CrossFire USA HACK", 0);

 }
 return true;
}
credits:
GER-Domi.
mahetamim

dont forget the THANKS!
i tried the hack, with more options and it doesnt work, i think i must add some other codes or Source, but i dont know, why you post it?
NICE ... ANY TUT .. how to do all to .dll ?
Wow, there are a lot noobies here.
Quote Originally Posted by CrossRaiders View Post
Wow, there are a lot noobies here.
you'r the first i guess

cuz this dude tring to help the noobs to become somthing now if you don't want to help just stfu
Quote Originally Posted by sh_z_sektor View Post
you'r the first i guess

cuz this dude tring to help the noobs to become somthing now if you don't want to help just stfu
Am not saying GER-Domi. is a noob. Am saying that you should know the basic of C++ before using this base. Then you understand what to do.
Quote Originally Posted by sh_z_sektor View Post
you'r the first i guess

cuz this dude tring to help the noobs to become somthing now if you don't want to help just stfu
well said man umm anyway you have to have visual basic 2010 or 2008 C++ and then open it and choose windows console command and then click next and choose dll and then click the box that says emty project and then when it loads go to project and click add new item and then choose .cpp file and then name it what u want and then paste the code into there and then press F5 then your done
Quote Originally Posted by **HACKER** View Post
well said man umm anyway you have to have visual basic 2010 or 2008 C++ and then open it and choose windows console command and then click next and choose dll and then click the box that says emty project and then when it loads go to project and click add new item and then choose .cpp file and then name it what u want and then paste the code into there and then press F5 then your done
Thanks...Someone With Good Answers
Quote Originally Posted by FileCorrupt View Post
Thanks...Someone With Good Answers
thanks man and remember if i helped you press thanks and dont say it, it means alot more ! <3
But Still...I'm Not That Great At Coding (Yes I Learned) But Still Don't Know How To Get Around Incorrect Map Info.
This source code is nice but i think the reason why its not working because its not spelled correctly but good job on the codes.
Quote Originally Posted by SmartGold View Post
This source code is nice but i think the reason why its not working because its not spelled correctly but good job on the codes.
@you.
Spelling has nothing to do with it as long as it is defined the same way it is spelled.

@everyone this code of course would not work. I would tell you why but too many noobs here to try to explain. Mahertamin posted good codes. My friend i gave him the codes and he made them work easily now he has working menu with undetected detours.
You guys just need to try and learn and stop copy and pasting codes that are posted in code tags on these forums.
Wtff, why he post it, if we dont know how to Create something with the codes,Can someone Give my a Tutorial for this c++ cuz i dont find anything (Excl Basics) And it works with Header file? omg, i am n00b in c++ , but i dont understand why he post this Dll code Base or... wttf it is, if we cant use it.(cuz it doesnt work) I know how to create a Dll, and make Header files and Source Files(Cpp) but..
thanks for nothing dude
cool xD this is good
Posts 1–15 of 22 · Page 1 of 2

Post a Reply

Tags for this Thread

None

Need help?