MY first hack

Posts 115 of 16 · Page 1 of 2
MY first hack
hi guys my first hack is almost here *yaaaay but i need help with no recoil and no spread. The features it will contain will be

Chamms (red,green)
no recoil
no spread
super jump
wire frame
fullbright
instant reload
fly ( i dont know ow to make you no stop going up so use at own risk)

also if sombody is going to help me it will be a menu hack if not it will be numbpad
Ehrmmm... wrong section? THis section is only for releases i suppose x:
/moved to hack source code section, since you're asking for help with developing a hack.
Your getting chams for first hack?

Paste your source
That's my first guess or C & P
Quote Originally Posted by Spookerzz View Post
That's my first guess or C & P
you cant C&P chams. lol
Quote Originally Posted by ac1d_buRn View Post


you cant C&P chams. lol
You can but it might not work so well :O
Dude, I think everyone has went through this stage. Its called C++ and VB coding. That simple (not really but you get what I mean. )
nice if thats your first hack


my list /
_____________
Make 100 posts
get thanked
get a good comp
learn c++
make a hack
make a injector
get thanked by obama
get raged at for this list
Just because they are low posters doesn't mean they can't code.
Honestly if you get these features to work ill use your hack more then god's
Instant Reload

Code:
0x37451DC4          //6 NOPs
0x37451D6E          //6 NOPs

NoRecoil
Code:
0x3740CEE9   //  3 NOPs
0x3740CEFD   //  3 NOPs
0x3740CF09   //  3 NOPs
0x3740CEF8   //  3 NOPs

NoSpread
Code:
               PushToConsole("MinPerturb 0.000000");
               PushToConsole("FirePerturb 0.000000");
               PushToConsole("FireDuckPertub 0.000000");
               PushToConsole("WalkPerturb 0.000000");
               PushToConsole("RunPerturb 0.000000");
               PushToConsole("PerturbIncSpeed 0.000000");
               PushToConsole("PerturbDecSpeed 0.000000");
               PushToConsole("ZoomedPerturbIncSpeed 0.000000");
               PushToConsole("ZoomedPerturbDecSpeed 0.000000");
               PushToConsole("ZoomedMaxPerturb 0.000000");

FlyHack

Code:
  PushToConsole( "PlayerGravity -680" );

Hover
Code:
     PushToConsole( "PlayerGravity 0" );

Normal

Code:
      PushToConsole( "PlayerGravity 800" );
SuperJump

Code:
 PushToConsole("JumpVel 450.000000");

WireFrame

Code:
PushToConsole("WireFrame 1");

NoFog

Code:
     PushToConsole("FogEnable 0");

Sway Removal

Code:
 PushToConsole("WeaponSway 0");

NX Chams

Code:
PushToConsole("StelkModel_Stencil 1");


FullBright

Code:
PushToConsole("FullBright 1");


Just, kinda play with the values for a few of the PushToConsole commands, then adjust them to your liking.

I could add a few more things, but those are just kinda the features you were aiming for.
We're not saying that.

We don't trust him because of his low posts.

Imagine someone just joined first post released a free vip hack with fake virus scans [But you don't know this]

Would you trust the member?
Quote Originally Posted by Spookerzz View Post
We're not saying that.

We don't trust him because of his low posts.

Imagine someone just joined first post released a free vip hack with fake virus scans [But you don't know this]

Would you trust the member?


I personally wouldn't download a vip hack, or any hack from a single or double digit poster..

But then again, i'm still learning how to code! When i see myself fit to release hacks, i will make a new account to have a fresh start.
Posts 115 of 16 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?