Results 1 to 6 of 6
  1. #1
    ivan_dc's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    122
    My Mood
    Relaxed

    JustAForce (Force JUG, Force Select Class, Force Spawn 15 Class)

    Hi, I want make public the JustAForce hack.
    First of all I C&P probably all code and i dont understand it. //So don't ask about it.
    All credits go to Hitokiri~, probably Reaver and some NR's guy
    How to use:
    - Download & Thx.
    - Inject it.
    - Press F1 to "Force select class"
    - Press F2 to "Force Juggernaut"
    - Press F3 to "Force 15's Class"

     

    Code:
    #include <Windows.h>
    #include <iostream>
    
    
    //PATTERN INFO FOR MAGIC NUMBER
    #define MAGIC_NUMBER_PATTERN    "\xa1\x00\x00\x00\x00\x8d\x94\x24\x04\x08\x00\x00\x52\x56\x50\x68\x00\x00\x00\x00\xe8\x00\x00\x00\x00\x8b\x8c\x24\x18\x0c\x00\x00\x50\x51\xe8\x00\x00\x00\x00\x83\xc4\x18"
    #define MAGIC_NUMBER_MASK        "x????xxxxxxxxxxx????x????xxxxxxxxxx????xxx" // +1  
    #define cgt_offset 0x8ff080	
    //Definitions for PROCESSCOMMAND
    typedef int(__cdecl *ProcessCommandCode)(int *defArg, char *Command);
    ProcessCommandCode ProcessCommand = (ProcessCommandCode)0x00429920;
    
    //Required for FIND PATTERN
    bool bDataCompare(const BYTE* pData, const BYTE* bMask, const char* szMask)
    {
    	for (; *szMask; ++szMask, ++pData, ++bMask)
    	if (*szMask == 'x' && *pData != *bMask)
    		return false;
    	return (*szMask) == NULL;
    }
    
    //General FIND PATTERN Function
    DWORD FindPattern(DWORD baseAddress, DWORD sizeOfModule, BYTE *bMask, char* szMask)
    {
    	for (DWORD i = 0; i < sizeOfModule; i++)
    	if (bDataCompare((BYTE*)(baseAddress + i), bMask, szMask))
    		return (DWORD)(baseAddress + i);
    	return NULL;
    }
    
    //Make Sure Module is injected into the right process or do nothing.
    bool IsModuleReady()
    {
    	if (GetModuleHandleA("iw5mp.exe") != NULL)
    		return true;
    
    	return false;
    }
    
    //FindMagicNumber
    DWORD WINAPI GetMagicNumberAddress()
    {
    	while (!IsModuleReady()) Sleep(50);
    	DWORD *MagicNumber = (DWORD*)*(DWORD*)(FindPattern((DWORD)GetModuleHandleA("iw5mp.exe"), 0xFFFFFFFF, (BYTE*)MAGIC_NUMBER_PATTERN, MAGIC_NUMBER_MASK) + 1);
    	return *MagicNumber;
    
    }
    void ChopperBoxes()
    {
    	DWORD dwCall = 0x8FF110;
    	__asm{
    		push 0x0
    			call[dwCall]
    			adc[eax], ah
    	}
    }
    //RoundEnder Activates on END Button
    DWORD WINAPI JustAforce(LPVOID threadArgs)
    {
    	char buffer[32];
    	while (1)
    	{
    		if (GetAsyncKeyState(VK_F1))
    		{
    			//ForceClass
    			sprintf(buffer, "mr %d 8 changeclass_opfor;", (DWORD)GetMagicNumberAddress()); //Leaked from NR .dll
    			ProcessCommand(0, buffer);
    			//Patch CustomClasses
    			DWORD* ByteCustom = (DWORD*)0x06BCF4C8;
    			ByteCustom[0] = 7;
    			Sleep(200);
    		}
    		else if (GetAsyncKeyState(VK_F2))
    		{
    			//ForceJuggg
    			sprintf(buffer, "mr %d 9 axis;", (DWORD)GetMagicNumberAddress()); //Leaked from NR .dll
    			ProcessCommand(0, buffer);
    			Sleep(200);
    		}
    		else if (GetAsyncKeyState(VK_F3))
    		{
    			//ForceHackedClass
    			sprintf(buffer, "mr %d 9 custom15;", (DWORD)GetMagicNumberAddress());
    			ProcessCommand(0, buffer);
    			Sleep(200);
    		}
    		else if (GetAsyncKeyState(VK_F4))
    		{
    			//ChopperBoxes();
    			Sleep(200);
    		}
    
    	}
    	return 0;
    }
    
    //Main() Function
    BOOL APIENTRY DllMain(HANDLE hDllHandle, DWORD dwReason, LPVOID lpreserved)
    {
    	DWORD threadID;
    	switch (dwReason)
    	{
    	case DLL_PROCESS_ATTACH:
    		CreateThread(NULL, 0, JustAforce, NULL, 0, &threadID); //Create Round End Thread.
    	case DLL_PROCESS_DETACH:
    		break;
    	}
    	return true;
    }

    VirusScans:
    https://virusscan.jotti.org/en/scanre...2397fcc37d48f9
    https://www.virustotal.com/en/file/6...160e/analysis/
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Cataclypse; 04-17-2015 at 04:52 PM.

  2. The Following 51 Users Say Thank You to ivan_dc For This Useful Post:

    11horizon (06-21-2017),adrianrp1988 (05-29-2015),AndyChrls (09-02-2016),Anguslash (04-18-2015),aresdGHERhgerdherhrh (04-17-2015),Asian Lag (04-24-2015),Backflip33 (04-20-2015),bigboss231 (03-17-2017),bobburt (10-31-2015),brohh (05-03-2015),ChickenDude1 (04-19-2015),deonly3men2 (04-26-2015),DeScWD (05-08-2015),drake12346 (05-02-2015),Dylanrad (03-24-2016),exitus85 (05-02-2015),fares0 (04-27-2015),FavYo (09-07-2016),finzaaja6 (02-15-2017),forgotten_souls (05-21-2015),Ghost2070 (05-11-2015),Halala32 (05-10-2015),infected23 (04-11-2016),Ipopv2 (05-05-2015),Justin Bieber Hacks (04-19-2015),KILLAzaa (04-29-2015),krekonite (01-06-2016),lilroro01 (10-21-2016),Master2002 (06-22-2017),MH11 (08-15-2015),minyaza (12-27-2015),Mynameisjeff128 (04-29-2015),NathanNLU2 (05-16-2015),Noxiu (05-27-2015),OnlyOneShot (05-19-2015),osama bagatadah (08-15-2015),parmodkumar126 (08-09-2015),pascalauer1 (04-25-2015),sky69 (04-19-2015),StardustDragonV2 (04-22-2015),Supremeballer (04-21-2015),swaggyspookyskeleton1337 (02-21-2016),tartar54 (04-22-2015),TehRMK (04-20-2015),TheGerGaLP (05-07-2015),vcxz (04-30-2015),vipthayghe (04-19-2015),WICKEDxBOSS (05-17-2015),will200906 (08-12-2015),xlDark (07-11-2016),xX9mmDavidXx (09-28-2015)

  3. #2
    We always want to see what is hidden by what we see.
    Former Staff
    Premium Member
    Cataclypse's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    ಠ_ಠ
    Posts
    13,870
    Reputation
    1725
    Thanks
    1,750
    My Mood
    Pensive
    /Approved .


    Skype: MPGH.Cataclypse
     


    Member - IX.MMX
    Donator - XII.MMXI
    Middleman - IV.MMXII
    League of Legends Minion - V.MMXIV
    Editor - VI.MMXIV
    Other MMORPGs Minion - X.MMXIV
    Call of Duty Minion - XII.MMXIV
    CrossFire Minion - II.MMXV
    Steam Games Minion - III.MMXV
    Minion+ - IV.MMXV
    Former Staff - XI.MMXV



  4. #3
    ramantkurd01's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    omg thanks this is awsome works now il make a hook for me add em at skype raman.tahir19 if u could help me with some thing

  5. #4
    ivan_dc's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    122
    My Mood
    Relaxed
    I can't edit the post, so if any MOD can add EO (191) in credits...

  6. #5
    BriskMonster25's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Buzzed
    This looks good so far
    Last edited by BriskMonster25; 04-21-2015 at 01:42 PM.

  7. #6
    ivan_dc's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    122
    My Mood
    Relaxed
    Remplace this code
    Code:
    		else if (GetAsyncKeyState(VK_F4))
    		{
    			//ChopperBoxes();
    			Sleep(200);
    		}
    With this
    Code:
    		else if (GetAsyncKeyState(VK_F4))
    		{
    			sprintf(buffer, "mr %d 9 gamemode;", (DWORD)GetMagicNumberAddress());//Stoled from LM GodMode
    			ProcessCommand(0, buffer);
    			Sleep(200);
    		}
    
    		else if (GetAsyncKeyState(VK_F5))
    		{
    			sprintf(buffer, "mr %d 2 changeteam;", (DWORD)GetMagicNumberAddress());//Stoled from LM TeamChange
    			ProcessCommand(0, buffer);
    			Sleep(200);
    		}
    And you have GODMODE in F4 key and CHANGETEAM in F5 key
    Last edited by ivan_dc; 05-04-2015 at 03:17 PM.

Similar Threads

  1. [WTS] STEAM FORCE CRACKER $10 AND MULTI FORCE
    By dayz spawnings in forum Selling Accounts/Keys/Items
    Replies: 0
    Last Post: 02-17-2013, 12:58 PM
  2. trying to play SPECIAL FORCE 2 or KOREAN SPECIAL FORCE
    By 4loko209 in forum Soldier Front Help
    Replies: 22
    Last Post: 02-11-2013, 10:01 AM
  3. [WTT] K2 Wild Howling account ranked first class seagent 3rd class trading for RED RANKS
    By GeneralSex in forum Alliance of Valiant Arms (AVA) Selling / Trading / Buying
    Replies: 15
    Last Post: 01-03-2013, 02:58 PM
  4. [Release] My First Class Mod _Inverted Class Mod_
    By kmanev073 in forum CrossFire Mods & Rez Modding
    Replies: 2
    Last Post: 07-14-2011, 02:57 AM
  5. Saving spawned class?
    By Riotmaster0 in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 08-29-2010, 06:04 AM