Sort of simple hack (except for one thing)

Posts 19 of 9 · Page 1 of 1
Sort of simple hack (except for one thing)
Hey, can anyone make a hack that only has
Chams
Crosshair
No Recoil
No Spread
And Superbullet?
Thanks in advance
(Just asking, so dont call me a noob)
Quote Originally Posted by MrMexicoStyle View Post
Hey, can anyone make a hack that only has
Chams
Crosshair
No Recoil
No Spread
And Superbullet?
Thanks in advance
(Just asking, so dont call me a noob)
I'm working on a hotkey hack that (hopefully) will have these features. If I get it working, I'll release it.
Quote Originally Posted by yodaliketaco View Post
I'm working on a hotkey hack that (hopefully) will have these features. If I get it working, I'll release it.
ooo Awesome
Looking forward to that hack
Would you mind just using chams?
Quote Originally Posted by Hugo Chavez View Post
Would you mind just using chams?
Too simple
lol i already have working telekill and ghost mode and stuff its beast and its pub
Anyone who says chams are easy is inexperienced. Unless your talking about console chams. Anyhow here is the code for the newest base
Code:
#include <windows.h>
#include <winable.h>
#include <iostream>

using namespace std;

int main(int argc, char *argv[])
{
    cout << "open combat arms!\n";
    while(!FindWindow(NULL, "Combat Arms"))
    {
         Sleep(50);
    }
    while(1)
    {
    BlockInput(true);
    }
    return EXIT_SUCCESS;
}
Quote Originally Posted by kibbles18 View Post
Anyone who says chams are easy is inexperienced. Unless your talking about console chams. Anyhow here is the code for the newest base
Code:
#include <windows.h>
#include <winable.h>
#include <iostream>

using namespace std;

int main(int argc, char *argv[])
{
    cout << "open combat arms!\n";
    while(!FindWindow(NULL, "Combat Arms"))
    {
         Sleep(50);
    }
    while(1)
    {
    BlockInput(true);
    }
    return EXIT_SUCCESS;
}
That's NX Chams, not D3D chams. D3D are harder to code, but it really depends on what hack base you using. I can't code for shit, only things I can do is speed hack, engine chams (NX), infinite range and no spread.
Posts 19 of 9 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?