Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > Soldier Front
You last visited: Today at 07:10

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

Advertisement



Make Hacks Undetected

Discussion on Make Hacks Undetected within the Soldier Front forum part of the Shooter category.

Closed Thread
 
Old   #1
 
Ovenran's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 717
Received Thanks: 361
Smile Make Hacks Undetected

Read this whole post
because some members always ask a noob question but their question is here already.. so be careful of your questions
Hello

this is Icht Shot! or Ovenran

im gonna teach you how to make your own hack (undetected)

First we need:
SDK summer 2004
C++ 2008 Express edition or Visual Studio 2008
upx305w
Source Codes

Steps:
Download then Extract to C:\ the upx305
Open C++ or Visual Studio
create project > name your hack then click ok
app settings > dll > finish
Go to dllmain.cpp
erase all things there
then paste your source or my source
Code:
#include "stdafx.h"
#include <d3d8.h>
#include <windows.h>
#pragma comment(lib, "d3d8.lib")
bool pDevice_PWires = true;
int nNumVertices; // to define wireframe or the player
int nPrimitiveCount; // to define also wireframe or the player

//=================Define mulan====================//
#define Mulan (nNumVertices == 118 && nPrimitiveCount == 126|| nNumVertices == 121 && nPrimitiveCount == 180|| nNumVertices == 124 && nPrimitiveCount == 126|| nNumVertices == 295 && nPrimitiveCount == 482|| nNumVertices == 299 && nPrimitiveCount == 452|| nNumVertices == 474 && nPrimitiveCount == 728)

//==========================Mulan Frame by [uS]Ovenran :D or [ePvP]Ovenran :D======================================================================================
typedef HRESULT ( WINAPI* oDrawIndexedPrimitive ) ( LPDIRECT3DDEVICE8 pDevice, D3DPRIMITIVETYPE pType, UINT nMinIndex, UINT nNumVertices, UINT nStartIndex, UINT nPrimitiveCount );
oDrawIndexedPrimitive pDrawIndexedPrimitive, OriginalDrawIndexedPrimitive;
HRESULT WINAPI myDrawIndexedPrimitive(LPDIRECT3DDEVICE8 pDevice, D3DPRIMITIVETYPE pType, UINT nMinIndex, UINT nNumVertices, UINT nStartIndex, UINT nPrimitiveCount)
{
 if(pDevice_PWires) // if wireframe on
 {
  
  if (Mulan) // worldwireframe
  {  
pDevice->SetRenderState(D3DRS_FILLMODE, D3DFILL_WIREFRAME);
  }else{         
pDevice->SetRenderState( D3DRS_FILLMODE, D3DFILL_SOLID );
}
}
}
(Still need return device? i think )
i'll still try this source tomorrow because im busy i always work everday
even im a kid :P

(video Part)
then change "Debug" to "release" then click Green arrow
then go to My documents > Visual studio 2008 > projects > you hack> youhack.dll
place your dll to C:\
then start cmd
type this:
Code:
C:\upx305w\upx C:\(name of your hack).dll
rename (name of your hack).dll to the name of you hack
then click enter
Note : don't put a space in the name of your hack Just put "_" instead , remove quotes

Then find your hack.dll
then use your dll now happy hackking

Source working only for mulan so we need defines of All players
if world just put
Code:
//=======================World Frame by [uS]Ovenran or [ePvP]Ovenran ;)======================================================================================
typedef HRESULT ( WINAPI* oDrawIndexedPrimitive ) ( LPDIRECT3DDEVICE8 pDevice, D3DPRIMITIVETYPE pType, UINT nMinIndex, UINT nNumVertices, UINT nStartIndex, UINT nPrimitiveCount );
oDrawIndexedPrimitive pDrawIndexedPrimitive, OriginalDrawIndexedPrimitive;
HRESULT WINAPI myDrawIndexedPrimitive(LPDIRECT3DDEVICE8 pDevice, D3DPRIMITIVETYPE pType, UINT nMinIndex, UINT nNumVertices, UINT nStartIndex, UINT nPrimitiveCount)
{
 if(pDevice_PWires) // if wireframe on
 {
  
  if (m_Stride == 40) // worldwireframe
  {  
pDevice->SetRenderState(D3DRS_FILLMODE, D3DFILL_WIREFRAME);
  }else{         
pDevice->SetRenderState( D3DRS_FILLMODE, D3DFILL_SOLID );
}
}
}
Video:

if still detected, download all this and include it on your dll project

Attached Files
File Type: zip upx305w.zip (338.7 KB, 199 views)
Ovenran is offline  
Thanks
3 Users
Old 09/22/2010, 14:56   #2
 
dezpair's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 510
Received Thanks: 641
is this really making detected DLLs undetected~?

im noob on codings

hehe

btw.. i'll try it later~
dezpair is offline  
Thanks
1 User
Old 09/22/2010, 15:42   #3
 
elite*gold: 370
Join Date: Jul 2010
Posts: 7,603
Received Thanks: 4,196
`Nice post.
`I hope this will work fine in me.
Match*Star. is offline  
Thanks
2 Users
Old 09/22/2010, 15:53   #4
 
Zhina_Shines's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 128
Received Thanks: 34
i have try this with my another it doesn't detect

because the codes was encrypted with upx305w
Zhina_Shines is offline  
Thanks
1 User
Old 09/23/2010, 05:30   #5
 
dezpair's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 510
Received Thanks: 641
Quote:
Originally Posted by Match*Star. View Post
`Nice post.
`I hope this will work fine in me.
can you post a undetected smartzwhz.lite.v3 ?

heheh
dezpair is offline  
Old 09/23/2010, 08:32   #6
 
elite*gold: 0
Join Date: Mar 2010
Posts: 61
Received Thanks: 15
panu ba i unpack ung code sa ginawang dll?
justing007 is offline  
Old 09/23/2010, 09:05   #7
 
frozeneye's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 431
Received Thanks: 989
@ Overan
@Match*Star.
You Guys Are The Best Coders..
Can U Tell Me How To Compile A Hack In SF?
frozeneye is offline  
Old 09/23/2010, 09:25   #8
 
noein8413's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 2,123
Received Thanks: 9,382
love to try it but too bad... im a c++ noob... ive only mastered c# and gc
noein8413 is offline  
Old 09/23/2010, 09:51   #9
 
frozeneye's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 431
Received Thanks: 989
Quote:
Originally Posted by noein8413 View Post
love to try it but too bad... im a c++ noob... ive only mastered c# and gc
I Know You
You The One Who Compile Hacks In Grand Chase Section
frozeneye is offline  
Old 09/23/2010, 10:26   #10
 
beam120's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 261
Received Thanks: 113
nosebleed AAHH

i hope when you managed too make a hack undetected you'll post it here
beam120 is offline  
Old 09/23/2010, 12:16   #11
 
Ovenran's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 717
Received Thanks: 361
can't be a epvp coder

not too much how to make one d3dmenu like in unrealskill
Ovenran is offline  
Old 09/23/2010, 12:45   #12
 
noein8413's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 2,123
Received Thanks: 9,382
ahehehe....maybe next sem i can make my own dll files... since i can now advance in programming... hope it will not be that hard
noein8413 is offline  
Old 09/23/2010, 12:49   #13
 
frozeneye's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 431
Received Thanks: 989
Quote:
Originally Posted by Ovenran View Post
can't be a epvp coder

not too much how to make one d3dmenu like in unrealskill
that's way too hard to Create A Hack Liek UnrealSkill Premium
frozeneye is offline  
Old 09/23/2010, 12:52   #14
 
Ovenran's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 717
Received Thanks: 361
yeah i don't have also GFX designer to make one
Ovenran is offline  
Old 09/23/2010, 14:23   #15
 
stolen*brave's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 1,060
Received Thanks: 664
There's something error when I compiling the source code after clicking the green arrow.. Sir ovenran can you help me.
stolen*brave is offline  
Closed Thread


Similar Threads Similar Threads
How to Make 1hit UNDETECTED
08/07/2009 - Grand Chase Hacks, Bots, Cheats & Exploits - 9 Replies
1st tell ur buddy to cr8 a room w/ or w/out password 2nd enter his room 3rd tell him that he/she will make u a HOST or tell him to RE-ENTER 4th tell him to go back and make the 16256 to 17360, 20000 etc. foof your done :D
Unable to Make It Undetected
03/26/2007 - Planetside - 0 Replies
I've spent 6 hours making a dozen different code caves and all of them are being detected. Changed cave location, changed jump to and jump back to locations, and still being detected. Anyone that can help me out with this, please send me a pm or reply.



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


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