Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > Soldier Front
You last visited: Today at 03:24

  • 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   #1
 
Ovenran's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 717
Received Thanks: 361
Red face Ghost Wallhack :D C++ coders only

hey guys :)

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

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

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 :)
Ovenran is offline  
Thanks
5 Users
Old 08/26/2010, 17:09   #2
 
elite*gold: 370
Join Date: Jul 2010
Posts: 7,603
Received Thanks: 4,196
`Nice post.
`This will help other members don't know how to create a wallahck.
Match*Star. is offline  
Thanks
4 Users
Old 08/27/2010, 01:05   #3
 
[NP]RedTorch's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 9
Received Thanks: 5
†Thanks for this..
†Helps me alot for my C++ learning...
[NP]RedTorch is offline  
Thanks
2 Users
Old 08/27/2010, 13:28   #4
 
Ovenran's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 717
Received Thanks: 361
thanks for using this code im happy Sorry for the some codes because im not yet a C++ PRO coder > im just a C++ CODER
Ovenran is offline  
Thanks
2 Users
Old 08/27/2010, 14:24   #5
 
lalameng's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 507
Received Thanks: 461
nice bro...
it will help for me...
keep it up....
lalameng is offline  
Thanks
2 Users
Old 08/27/2010, 15:21   #6
 
elite*gold: 370
Join Date: Jul 2010
Posts: 7,603
Received Thanks: 4,196
Quote:
Originally Posted by Ovenran View Post
thanks for using this code im happy Sorry for the some codes because im not yet a C++ PRO coder > im just a C++ CODER
`Yeah some codes reports an error but I can rid out of it.
`Thanks for releasing this.
Match*Star. is offline  
Thanks
3 Users
Old 08/28/2010, 03:32   #7
 
virgildomalaoco's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 157
Received Thanks: 56
` What Software i use to make this.?
i want to learn C+++ XD
virgildomalaoco is offline  
Thanks
2 Users
Old 08/28/2010, 04:32   #8
 
elite*gold: 370
Join Date: Jul 2010
Posts: 7,603
Received Thanks: 4,196
Quote:
Originally Posted by virgildomalaoco View Post
` What Software i use to make this.?
i want to learn C+++ XD

`You must use Visual C++ 2008 is used to code this.
Match*Star. is offline  
Thanks
2 Users
Old 08/29/2010, 07:25   #9
 
elite*gold: 0
Join Date: Dec 2009
Posts: 18
Received Thanks: 0
Quote:
Originally Posted by Match*Star. View Post

`You must use Visual C++ 2008 is used to code this.
working po ba sa C++ 2010 express?


"oops i already have 2008 thnks anyway
worthless013 is offline  
Old 08/29/2010, 09:32   #10
 
Ovenran's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 717
Received Thanks: 361
old? this is a new > i just see the DIP code in **** and posted August 02 2010
> you don't know this... don't comment here if you don't like this

> don't spam here your #Reported
Ovenran is offline  
Thanks
1 User
Old 08/29/2010, 09:36   #11
 
elite*gold: 0
Join Date: Dec 2009
Posts: 18
Received Thanks: 0
how to make?
worthless013 is offline  
Old 09/03/2010, 06:38   #12
 
elite*gold: 0
Join Date: Dec 2009
Posts: 75
Received Thanks: 28
i want 2 use that but i dont know 2 CODE help me plzz...
no0ne1 is offline  
Old 09/03/2010, 07:23   #13
 
elite*gold: 0
Join Date: Apr 2009
Posts: 45
Received Thanks: 3
i want to make a hack
bulbulnipatrick is offline  
Old 09/03/2010, 07:23   #14
 
elite*gold: 0
Join Date: Apr 2009
Posts: 45
Received Thanks: 3
i am currently installing the Microsoft Visual C++2008
bulbulnipatrick is offline  
Old 09/03/2010, 16:21   #15
 
elite*gold: 370
Join Date: Jul 2010
Posts: 7,603
Received Thanks: 4,196
Quote:
Originally Posted by worthless013 View Post
how to make?
`Download
Match*Star. is offline  
Thanks
1 User
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 03:24.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.