Welcome to NoobZoned!
If you want to be a part of this wonderful community, you should definetly register. Registered members can download, and see links, also browse tutorials, and resources.

Join the forum, it's quick and easy

Welcome to NoobZoned!
If you want to be a part of this wonderful community, you should definetly register. Registered members can download, and see links, also browse tutorials, and resources.
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Read This-----

+2
1111
[SKL]Artist
6 posters

Go down

Read This----- Empty Read This-----

Post by [SKL]Artist Sun Aug 14, 2011 3:09 pm

Since Some People Think I Am Just Fake I will Make Some Codes Public:
No Spread:
Code:
SSpreadModParams Spread; 
Spread.Reset(); 
Spread.min_mod = 0.0f; 
Spread.max_mod = 0.0f; 
Spread.attack_mod = 0.0f; 
Spread.decay_mod = 0.0f; 
Spread.speed_m_mod = 0.0f; 
Spread.rotation_m_mod = 0.0f; 
Spread.spread_crouch_m_mod = 0.0f; 
Spread.spread_prone_m_mod = 0.0f; 
Spread.spread_jump_m_mod = 0.0f; 
Spread.spread_zeroG_m_mod = 0.0f; 

pFM->PatchSpreadMod(Spread);
No Recoil:
Code:

#include "d3d9.h"
#include "d3dx9.h"
#include
#include
#pragma comment(lib, "d3d9.lib")
#pragma comment(lib, "D3DX9.LIB")
//struct _Object;
//struct CPlayer;

struct _Object
{
byte pad0[0x4];
float x;
float y;
float z;
};
struct CPlayer
{
__int32 Get;
_Object*Object;
byte ClientID;
__int8 Team;
char Name[12];
__int16 check;
__int8 Alive;
__int8 check2;
__int32 PlayerSlotTeam;
__int32 Tester;
bool Has_C4;
__int32 State;
__int32 Rank;
__int32 Tester2;
__int32 CheckAgain1;
__int8 iHealth;
__int8 iHealth2;
};

bool WorldToScreen(LPDIRECT3DDEVICE9 pDev, CPlayer* pPlayer, D3DXVECTOR3* Pos)
{
D3DXVECTOR3 vWorld(pPlayer->Object->x ,pPlayer->Object->y, pPlayer->Object->z);
D3DVIEWPORT9 viewPort = {0};
D3DXMATRIX projection, view, world;
pDev->GetTransform(D3DTS_VIEW, &view);
pDev->GetTransform(D3DTS_PROJECTION, &projection);
pDev->GetTransform(D3DTS_WORLD, &world);
pDev->GetViewport(&viewPort);

D3DXVec3Project(Pos, &vWorld, &viewPort, &projection, &view, &world);
if(Pos->z < 1)
{
return true;
}
return false;
}
void ESP(LPDIRECT3DDEVICE9 pDevice)
{
DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll");
unsigned long Base = *(DWORD*)(CShellBase + 0x30FB7C);
char *szFormat = new char[ 256 ];
if(Base != 0)
{
for(int i = 0; i < 16; i++)
{
DWORD dwStruct = (Base + (i * 0x1C0) + 0xEA6C);
if(dwStruct=!0)
{
CPlayer *pPlayer = (CPlayer*)dwStruct;

if((pPlayer) && (strlen(pPlayer->Name) > 2) && (pPlayer->iHealth > 0)) //check if player is alive and valid
{
D3DXVECTOR3 Position;
if(WorldToScreen(pDevice, pPlayer, &Position))
{
sprintf(szFormat,"%s",pPlayer->Name);

sprintf(szFormat,"%s",pPlayer->iHealth);


}
}
}
}
}
}

BOOL WINAPI DllMain(HINSTANCE module, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)ESP, NULL, NULL, NULL); //create the new Thread

}
return TRUE;
}
How To Use:
Open Notepad, Paste Code, Save As .DLL
Inject.
If It WOrks Tell Me
If It Don't Use ByPass And Try Again
[SKL]Artist
[SKL]Artist
70%
70%

Posts : 1499
Join date : 2011-06-23
Age : 26
Location : Insert Location Here

https://facebook.Com/WBourjal

Back to top Go down

Read This----- Empty Re: Read This-----

Post by 1111 Sun Aug 14, 2011 3:17 pm

these are codes to make no recoil/spread h4k

working with bypass, injectable when you make it to a dll file, but hack wont work (the recoil/spread hack)

stil a good job
happy
1111
1111
Moder+Helper
Moder+Helper

Posts : 400
Join date : 2011-07-04
Age : 24
Location : Australia :)

http://www.mindistortion.tv/iwantyoursoul/?i_am=1111@noobzoned

Back to top Go down

Read This----- Empty Re: Read This-----

Post by [SKL]Artist Sun Aug 14, 2011 4:55 pm

I Know. Must HAs To Have D3D MEnu To Turn On. i Am Gonna MAke One.
[SKL]Artist
[SKL]Artist
70%
70%

Posts : 1499
Join date : 2011-06-23
Age : 26
Location : Insert Location Here

https://facebook.Com/WBourjal

Back to top Go down

Read This----- Empty Re: Read This-----

Post by fer1240 Sun Aug 14, 2011 7:53 pm

Well, these codes arent hard to code, the hard part is getting these to be UD, i hope the hack you are coding has that since you know, bypass is not gonna live forever ;/
fer1240
fer1240
[CF]Helper
[CF]Helper

Posts : 386
Join date : 2010-11-24

Back to top Go down

Read This----- Empty Re: Read This-----

Post by [SKL]Artist Sun Aug 14, 2011 9:54 pm

Mine Will. i will keep making More ByPasses
[SKL]Artist
[SKL]Artist
70%
70%

Posts : 1499
Join date : 2011-06-23
Age : 26
Location : Insert Location Here

https://facebook.Com/WBourjal

Back to top Go down

Read This----- Empty Re: Read This-----

Post by halfpintrulz Mon Aug 15, 2011 2:24 am

You don't put it in notepad. Are you stupid!? There is much more to copy and pasting. Read This----- 902415
halfpintrulz
halfpintrulz
[CF]Moder
[CF]Moder

Posts : 1815
Join date : 2010-09-26
Age : 27
Location : Where do YOU think?

Back to top Go down

Read This----- Empty Re: Read This-----

Post by [SKL]Artist Mon Aug 15, 2011 3:30 am

Haha Well This Code Is ready For D3D menu.
I made this code using notpad.
I will add to D3D Menu using PE-Explorer.
And some hacks are that simple stupid
Like that nooby AbdoAbdo Hacks or whatever would have taken me 2 minutes to make with notepad lol.
[SKL]Artist
[SKL]Artist
70%
70%

Posts : 1499
Join date : 2011-06-23
Age : 26
Location : Insert Location Here

https://facebook.Com/WBourjal

Back to top Go down

Read This----- Empty Re: Read This-----

Post by 1111 Mon Aug 15, 2011 5:21 am

how do you make D3D menu? lol just asking
1111
1111
Moder+Helper
Moder+Helper

Posts : 400
Join date : 2011-07-04
Age : 24
Location : Australia :)

http://www.mindistortion.tv/iwantyoursoul/?i_am=1111@noobzoned

Back to top Go down

Read This----- Empty Re: Read This-----

Post by [SKL]Artist Mon Aug 15, 2011 5:35 am

Google This
"C++ For Dummies"
I Have that Book Lol
[SKL]Artist
[SKL]Artist
70%
70%

Posts : 1499
Join date : 2011-06-23
Age : 26
Location : Insert Location Here

https://facebook.Com/WBourjal

Back to top Go down

Read This----- Empty Re: Read This-----

Post by 1111 Mon Aug 15, 2011 5:38 am

What does that got to do with D3D Menu? lol!

and what will happen? do i download C++ For Dummies?
1111
1111
Moder+Helper
Moder+Helper

Posts : 400
Join date : 2011-07-04
Age : 24
Location : Australia :)

http://www.mindistortion.tv/iwantyoursoul/?i_am=1111@noobzoned

Back to top Go down

Read This----- Empty Re: Read This-----

Post by [SKL]Artist Mon Aug 15, 2011 6:11 am

Wow. First Learn C++
Then ask Me Again. Maybe In 1 Month You'll Be Done.
[SKL]Artist
[SKL]Artist
70%
70%

Posts : 1499
Join date : 2011-06-23
Age : 26
Location : Insert Location Here

https://facebook.Com/WBourjal

Back to top Go down

Read This----- Empty Re: Read This-----

Post by 1111 Mon Aug 15, 2011 6:29 am

rite! im on it!
1111
1111
Moder+Helper
Moder+Helper

Posts : 400
Join date : 2011-07-04
Age : 24
Location : Australia :)

http://www.mindistortion.tv/iwantyoursoul/?i_am=1111@noobzoned

Back to top Go down

Read This----- Empty Re: Read This-----

Post by halfpintrulz Mon Aug 15, 2011 6:50 am

1111 wrote:rite! im on it!
Also, learn to spell. :D
halfpintrulz
halfpintrulz
[CF]Moder
[CF]Moder

Posts : 1815
Join date : 2010-09-26
Age : 27
Location : Where do YOU think?

Back to top Go down

Read This----- Empty Re: Read This-----

Post by 1111 Mon Aug 15, 2011 7:31 am

halfpintrulz wrote:
1111 wrote:rite! im on it!
Also, learn to spell. :D


[].() SURE!
1111
1111
Moder+Helper
Moder+Helper

Posts : 400
Join date : 2011-07-04
Age : 24
Location : Australia :)

http://www.mindistortion.tv/iwantyoursoul/?i_am=1111@noobzoned

Back to top Go down

Read This----- Empty Re: Read This-----

Post by kajal09 Mon Aug 15, 2011 10:32 am

Well you can do it with notepad but it's easy to fix error in c++
kajal09
kajal09
Global Moderator
Global Moderator

Posts : 1620
Join date : 2010-10-20
Age : 29
Location : IN HELL

https://www.youtube.com/kajal091

Back to top Go down

Read This----- Empty Re: Read This-----

Post by [SKL]Artist Mon Aug 15, 2011 3:01 pm

Some Hacks Become Too Hard To Use on Notepad.
[SKL]Artist
[SKL]Artist
70%
70%

Posts : 1499
Join date : 2011-06-23
Age : 26
Location : Insert Location Here

https://facebook.Com/WBourjal

Back to top Go down

Read This----- Empty Re: Read This-----

Post by 1111 Wed Aug 17, 2011 4:04 pm

what about ESP Hack?

is it hard to code?
1111
1111
Moder+Helper
Moder+Helper

Posts : 400
Join date : 2011-07-04
Age : 24
Location : Australia :)

http://www.mindistortion.tv/iwantyoursoul/?i_am=1111@noobzoned

Back to top Go down

Read This----- Empty Re: Read This-----

Post by Anon Sun Aug 21, 2011 7:08 pm

hmm that is pro C++ for dummies...
only little bit disturbing that some of us use your h4cks if wwe just could read a for dummy book
AMIRITE HALFpintrulz?
sorry tunechiman
Anon
Anon
Anonymous
Anonymous

Posts : 730
Join date : 2010-12-25
Age : 28
Location : USA

http://www.rickroll.nl

Back to top Go down

Read This----- Empty Re: Read This-----

Post by [SKL]Artist Sun Aug 21, 2011 7:14 pm

Well THe Dummy Book Is Like 400 Pages Of Hard SHit
So Have Fun
[SKL]Artist
[SKL]Artist
70%
70%

Posts : 1499
Join date : 2011-06-23
Age : 26
Location : Insert Location Here

https://facebook.Com/WBourjal

Back to top Go down

Read This----- Empty Re: Read This-----

Post by Anon Sun Aug 21, 2011 7:15 pm

Why wont you hack real stuff like me.. still didnt do it mate.
Anon
Anon
Anonymous
Anonymous

Posts : 730
Join date : 2010-12-25
Age : 28
Location : USA

http://www.rickroll.nl

Back to top Go down

Read This----- Empty Re: Read This-----

Post by [SKL]Artist Sun Aug 21, 2011 7:19 pm

Your IP Was Fake.
[SKL]Artist
[SKL]Artist
70%
70%

Posts : 1499
Join date : 2011-06-23
Age : 26
Location : Insert Location Here

https://facebook.Com/WBourjal

Back to top Go down

Read This----- Empty Re: Read This-----

Post by Anon Sun Aug 21, 2011 7:21 pm

Yes ofcourse really? only one thing it wasnt fag maybe you should get the book hacking for dummies, the fag edition.
should i give you my adress maybe you can hack me easilly retards often need more help to h4ck. so dont worry i know its hard for you.
Anon
Anon
Anonymous
Anonymous

Posts : 730
Join date : 2010-12-25
Age : 28
Location : USA

http://www.rickroll.nl

Back to top Go down

Read This----- Empty Re: Read This-----

Post by halfpintrulz Mon Aug 22, 2011 5:20 am

HAHAHAHAHA getting out of hard. xD Closed.
halfpintrulz
halfpintrulz
[CF]Moder
[CF]Moder

Posts : 1815
Join date : 2010-09-26
Age : 27
Location : Where do YOU think?

Back to top Go down

Read This----- Empty Re: Read This-----

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum