[HELP] Coding CA Hacks

Posts 1630 of 41 · Page 2 of 3
Heres a Delphi Version... Sorry if your name was used in the String Array it was what I seen in the forum at the time

[highlight=delphi]
Const
PeopleWhoTry: array[0..5] of string = ('Departure','CAFlames','Nubzgetkillz','jajarem64' ,'Alessandro10','UnknownCoder');

implementation

function DestroyNoob(NickName: string): Integer;
var
iSlaps: Integer;
begin
Randomize;
iSlaps:= RandomRange(100,1000000);

With NickName do
begin
Trim(NickName);
BeatHim(NickName, iSlaps);
end;

Result:= iSlaps
end;

Procedure HelpNoob(Nickname: string);
begin
with sck do
begin
port:= 1337;
address:= GetIp(NickName);
connect;
end;
sck.send(Help);
sck.close;
end;

function DoNotHelp (Nickname: string):Boolean;
begin
if PeopleWhoTry[Nickname] > 0 then
Result:= False
else
Result:= True;
end;

procedure TForm1.FormCreate(Sender: TObject);
var
sInterigate: string;
begin
sInterigate:= 'SeanBoBoEgan';

if DoNotHelp(sInterigate) = True then
DestroyNoob(sInterigate)
else
HelpNoob(sInterigate);
end;

end.
[/highlight]
ZaneSlayman gave some guy a tut and said
Learn it, Live it, Love it
the tut was made by CodeNever and it worked fine...

I just needed updated codes and it would of worked

someone please link me to that tutorial and ill code my own stuff

i give credits to all that help me

Quote Originally Posted by NOOBJr View Post
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.
I can promise you that wasnt me...

this isnt my first MPGH account though

and i am not telling anyone my previous accounts name

i will tell you to prove im not a hack stealing noob ******
Quote Originally Posted by SeanBoBoEgan View Post
ZaneSlayman gave some guy a tut and said

the tut was made by CodeNever and it worked fine...

I just needed updated codes and it would of worked

someone please link me to that tutorial and ill code my own stuff

i give credits to all that help me


I can promise you that wasnt me...

this isnt my first MPGH account though

and i am not telling anyone my previous accounts name

i will tell you to prove im not a hack stealing noob ******
I could always ask a GMod to find out your previous account names . . .
All you guys are idiots
Quote Originally Posted by whit View Post
All you guys are idiots
i went and got "Learn C++ In 21 Days" and im reading it...

i still want the tut by CodeNever though...
Hey bro, I hear you like black people, so I put some more black people in your black people, so you can like black people while you like black people.

How much troll could a troll face troll if a troll face could face troll?

Hey how bro much I troll could hear you a like troll black face people troll so if I a put troll some face more could black face people troll in how your much black troll people could so a you troll can face like troll black if people a while troll you face like could black face people troll.

Quote Originally Posted by CodeDemon View Post
Hey bro, I hear you like black people, so I put some more black people in your black people, so you can like black people while you like black people.

How much troll could a troll face troll if a troll face could face troll?

Hey how bro much I troll could hear you a like troll black face people troll so if I a put troll some face more could black face people troll in how your much black troll people could so a you troll can face like troll black if people a while troll you face like could black face people troll.

Holy shit.
Lol Wut ??...
Quote Originally Posted by whit View Post
Lol Wut ??...


Quote Originally Posted by NOOB View Post




Forgot the

Quote Originally Posted by whit View Post
Lol Wut ??...
[img]http://www.orangejuice*********/wp-content/uploads/2010/09/You-Mad-bro.jpg[/img]
whit is too scared to post.
Quote Originally Posted by NOOB View Post
whit is too scared to post.
Quote Originally Posted by SeanBoBoEgan View Post
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

Okay for real now, What you need to do is learn the very basics about data types and C++ functions and be able to read the syntax, Because if you go and C&P snippets, and try to compile them with out any knowledge about the language, I promise you are going to get errors. You need to be able to understand what you are actually C&P'ing for it to work.

A good start would be here
C++ Language Tutorial

I hope that gets you on your way
Quote Originally Posted by Departure View Post
Okay for real now, What you need to do is learn the very basics about data types and C++ functions and be able to read the syntax, Because if you go and C&P snippets, and try to compile them with out any knowledge about the language, I promise you are going to get errors. You need to be able to understand what you are actually C&P'ing for it to work.

A good start would be here
C++ Language Tutorial

I hope that gets you on your way
finally someone who helps with sarcasm or flame...

ill thank + rep u when i get on a comp (mobile has no thanks or +rep)

i got Learn C++ in 21 days and im reading it

this will help too
thanks alot
Posts 1630 of 41 · Page 2 of 3

Post a Reply

Tags for this Thread

None

Need help?