Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > Soldier Front
You last visited: Today at 12:18

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Ghost Wallhack :D C++ coders only

Discussion on Ghost Wallhack :D C++ coders only within the Soldier Front forum part of the Shooter category.

Reply
 
Old 09/04/2010, 16:26   #16
 
kijero's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 146
Received Thanks: 23
LOL. Having only the software doesn't really make sense if you want to make a hack... learn c++ first.

anyway, nice release
kijero is offline  
Thanks
1 User
Old 09/05/2010, 16:00   #17
 
elite*gold: 370
Join Date: Jul 2010
Posts: 7,603
Received Thanks: 4,196
Quote:
Originally Posted by kijero View Post
LOL. Having only the software doesn't really make sense if you want to make a hack... learn c++ first.

anyway, nice release

`Yeah, you're right.
`He should study first C++ programming.
Match*Star. is offline  
Old 09/06/2010, 10:30   #18
 
Ovenran's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 717
Received Thanks: 361
I think this is my last Release Code anyway i will be back soon again ..

[Signing OFF]
Ovenran is offline  
Old 09/08/2010, 18:25   #19
 
mskijhomar1304's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 31
Received Thanks: 12
hey sir overan can u teach me how to use c++
mskijhomar1304 is offline  
Old 10/08/2010, 16:49   #20
 
frozeneye's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 431
Received Thanks: 989
Quote:
Originally Posted by Ovenran View Post
hey guys

i just swap the DIP of ghost chams by blood of **** forum
and edit some codes

So C++ coders only can do this
you wanna try it? Try to Ask me how!

So the Code will be :
Code:
#include "stdafx.h"
#include <detours.h>
#include <d3d8.h>
#include <d3d9.h> // we will need this if the special force updated in d3d9
#include <windows.h>
bool GhostChams = true; // this is auto on if you want to make it in a hotkey > Just edit true to false and add the hotkey
#define Forces (nNumVertices == 100 && nPrimitiveCount == 121 || nNumVertices == 105 && nPrimitiveCount == 168) ||  nNumVertices == 132 && nPrimitiveCount == 180) || nNumVertices == 159 && nPrimitiveCount == 200) ||  nNumVertices == 338 && nPrimitiveCount == 534) || nNumVertices == 448 && nPrimitiveCount == 776) ||  nNumVertices == 804 && nPrimitiveCount == 1016)|| nNumVertices == 109 && nPrimitiveCount == 110) || nNumVertices == 336 && nPrimitiveCount == 532) // i just swap the defines by soreback and ive edit this > i took minutes to edit this code :D > by ovenran
// ============================================== // Ghost Chams // =========================================== //
	if (GhostChams)
	{
		if (Forces)
		{
	pDevice->SetRenderState(D3DRS_ALPHABLENDENABLE,true);
        pDevice->SetRenderState(D3DRS_DESTBLEND,D3DBLEND_INVDESTCOLOR);
        pDevice->SetRenderState(D3DRS_SRCBLEND,D3DBLEND_INVSRCCOLOR);
        //ZBUFFER OFF
		}
	}
// ============================================= .. endingg .. ================================================//
if we dont want auto on > we will add hotkeys and edit bool GhostChams = true; to false
Code:
if (GetAsyncKeyState (VK_NUMPAD1)&1)
{
GhostChams = !GhostChams;
}
Credits:
Blood : GhostChams DIP
Define players / edited DIP / posted : Ovenran or me
I Think You Don't Need To Put #include <d3d8.h>, because The PSF Is Now Using d3d9
Correct Me If I'm Wrong
frozeneye is offline  
Old 10/08/2010, 16:58   #21
 
elite*gold: 370
Join Date: Jul 2010
Posts: 7,603
Received Thanks: 4,196
Quote:
Originally Posted by frozeneye View Post
I Think You Don't Need To Put #include <d3d8.h>, because The PSF Is Now Using d3d9
Correct Me If I'm Wrong
† You're correct, PSF is now using d3d9 but it is still d3d8 when Ovenran posted this. (08-26-2010) †
Match*Star. is offline  
Old 10/09/2010, 06:25   #22
 
elite*gold: 0
Join Date: Sep 2010
Posts: 4
Received Thanks: 0
how please tell me? im only a teen..frozeneye please tell me
zyrus28 is offline  
Old 10/09/2010, 14:15   #23
 
frozeneye's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 431
Received Thanks: 989
Quote:
Originally Posted by zyrus28 View Post
how please tell me? im only a teen..frozeneye please tell me
Me Too, Im Only A Teen [14 year old guy]
You Will Be Needing The Visual C++ Express Edition 2008 or 2010[Search it To Google]
frozeneye is offline  
Old 10/09/2010, 16:07   #24
 
spoiled1124's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 294
Received Thanks: 38
sir overnan can u send me this, in dll ..
spoiled1124 is offline  
Old 10/09/2010, 17:12   #25
 
Ovenran's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 717
Received Thanks: 361
Still not yet d3d9!! because Graphics ingame still like that... so d3d8 ...

even im 12 yrs old kid, i still know if it's d3d8 or d3d9!! peace
Ovenran is offline  
Old 10/10/2010, 11:52   #26
 
elite*gold: 0
Join Date: Jun 2009
Posts: 22
Received Thanks: 5
How to use?.
mantakun01 is offline  
Old 10/10/2010, 14:15   #27
 
firefox800's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 182
Received Thanks: 67
Quote:
Originally Posted by Ovenran View Post
hey guys

i just swap the DIP of ghost chams by blood of **** forum
and edit some codes

So C++ coders only can do this
you wanna try it? Try to Ask me how!

So the Code will be :
Code:
#include "stdafx.h"
#include <detours.h>
#include <d3d8.h>
#include <d3d9.h> // we will need this if the special force updated in d3d9
#include <windows.h>
bool GhostChams = true; // this is auto on if you want to make it in a hotkey > Just edit true to false and add the hotkey
#define Forces (nNumVertices == 100 && nPrimitiveCount == 121 || nNumVertices == 105 && nPrimitiveCount == 168) ||  nNumVertices == 132 && nPrimitiveCount == 180) || nNumVertices == 159 && nPrimitiveCount == 200) ||  nNumVertices == 338 && nPrimitiveCount == 534) || nNumVertices == 448 && nPrimitiveCount == 776) ||  nNumVertices == 804 && nPrimitiveCount == 1016)|| nNumVertices == 109 && nPrimitiveCount == 110) || nNumVertices == 336 && nPrimitiveCount == 532) // i just swap the defines by soreback and ive edit this > i took minutes to edit this code :D > by ovenran
// ============================================== // Ghost Chams // =========================================== //
	if (GhostChams)
	{
		if (Forces)
		{
	pDevice->SetRenderState(D3DRS_ALPHABLENDENABLE,true);
        pDevice->SetRenderState(D3DRS_DESTBLEND,D3DBLEND_INVDESTCOLOR);
        pDevice->SetRenderState(D3DRS_SRCBLEND,D3DBLEND_INVSRCCOLOR);
        //ZBUFFER OFF
		}
	}
// ============================================= .. endingg .. ================================================//
if we dont want auto on > we will add hotkeys and edit bool GhostChams = true; to false
Code:
if (GetAsyncKeyState (VK_NUMPAD1)&1)
{
GhostChams = !GhostChams;
}
Credits:
Blood : GhostChams DIP
Define players / edited DIP / posted : Ovenran or me
This is true but we need a new bypass or detour in order to hook and undetected you also define all DIP and setrenderstae properly..Thanks nice post.
firefox800 is offline  
Old 10/10/2010, 14:16   #28
 
elite*gold: 0
Join Date: Sep 2010
Posts: 166
Received Thanks: 12
thanks for this . .maybe we can use this code for out new wallhack . .anybody heard about rebirth WH?
trionders is offline  
Old 10/10/2010, 16:31   #29
 
firefox800's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 182
Received Thanks: 67
Suggestion: Since this a sharing community with one purpose with one aim to have a hack esp for Special force...i suggest to have a one team to develop for the said hacks...why to pay more if you unite as a team.. if we have a hack for psf why we buy from them paysites is enjoying much money....to all ppl here lets unite!
firefox800 is offline  
Old 10/10/2010, 17:56   #30
 
elite*gold: 0
Join Date: Sep 2010
Posts: 166
Received Thanks: 12
+10 firefox . .
trionders is offline  
Reply


Similar Threads Similar Threads
(CF-Coders) M2 - MULTIHACK 6.4 (Autopick fixed, wallhack and more...)
08/11/2010 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 193 Replies
(CF-Coders) M2 - MULTIHACK 6.5 (for XP, Vista, 7 - 32Bit Users) PickUP, AutoPot, Speed (AutoFix) Fixed LAST UPDATE 19-06-2010 We have fixed Speed Autofix, Autopotion, AutoPik. (for AutoPotion Fix Dead 1 Time and respown on City)
Wallhack Coders
08/01/2008 - Soldier Front - 0 Replies
Are there any1 one who knows how to code a wallhack wit C++ coding and actually kno how to do it. If yes then pm me and we will make a wallhack and yes u will have 100% privilige of it as me but no releasing it. If i dont trust u then u jus wont make it. I need 2 coders come pm me if ur interested.



All times are GMT +1. The time now is 12:19.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.