CO Hack's Page

11/24/2007 00:28 evanxxxm#31
if the program u want to use in your launcher, either u have to crack it (very unlikely the creator will like this) or make sure u get the creator permission
well without the permission, u cant get the script of the their program anyways

btw, if its a launcher, no images, no video, how come it takes 1.3GB....
if your program just base on codes, it shouldnt be more than 10mb

its quite easy to make a auto talker/spammer in autohotkey code
if u want, i can write it for u
but i dont know whats the C# with it
11/24/2007 01:11 HackforLive#32
What program will u use? to make this stuff? I can maybe transfer all my word to that progrma and we can make this program together. By the way it not a launcher it a hack pack all the stuff in it is made by me.
11/24/2007 01:34 evanxxxm#33
i use autohotkey code to make my programs
if u are thinking about speedhack that kind of hacks, forget about it
this program does not read memory
11/24/2007 01:40 HackforLive#34
what program uses autohotkey code? and what you mean with "forget about it
this program does not read memory"

Oh nvm I will make the hack thing with autohotkey and i will link those too.
11/24/2007 04:50 swords#35
Superman hack... Thought that wasnt possible anymore?
11/24/2007 05:18 thekiller99#36
nah
11/24/2007 16:11 HackforLive#37
You can Hack all XP Skills, it works like this. Find the XP data file, make a code for it that it activate and that it keeps looping.
11/24/2007 17:06 evanxxxm#38
i dont think so
if thats the case, i could have fix ND in 10min by keep activating and deactivating it every split second
or how about the free magic rev skill
or how about keep using the archer rain XPskill to get full damage 360 degrees
i am not denying the possibility, but since superman affects damage and damage is calculated by server. unlike speed hack, u can just change the jumping gravity.
good luck, of course many people do like a superman hack if u can create one
11/24/2007 17:21 HackforLive#39
need help:

I am making an auto talker in C#, but i made a code but how can i make it looping.?

here is code:

private void btnTalk_Click(object sender, EventArgs e)
{
tmrTalk.Interval = 1000;
SendKeys.Send("%{TAB}");
tmrTalk.Enabled = true;
}
int counter = 5;
private void tmrTalk_Tick(object sender, EventArgs e)
{
Random rnd = new Random();
tmrTalk.Enabled = false;
tmrTalk.Interval = rnd.Next(150, 250);
if (counter < txtTalk.Text.Length)
{
SendKeys.Send(txtTalk.Text.Substring(counter, 5));
counter++;
tmrTalk.Enabled = true;
}
else {
counter = 0;
SendKeys.Send("{Enter}");
}
}
}
11/24/2007 17:29 evanxxxm#40
look for the "while" command
for example: while(sr.ReadLine()!=null)

why is C# seems so difficult...i thought a autotalker will be extremely easy to read like:
Code:
InputBox, mmm, Message, Plese enter a message, , 340, 180
loop
{
send {enter}
sleep 300
send %mmm%
sleep 300
send {enter}
sleep 300
}
}

^p::pause
11/24/2007 17:45 HackforLive#41
idk why C# is so hard but with C# you can make very complex and nice programs

I found how to make and auto talker: [Only registered and activated users can see links. Click Here To Register...] but now i dont know how to make it loop
11/24/2007 17:58 laberlaber#42
and to mine e-mail too [Only registered and activated users can see links. Click Here To Register...]
11/24/2007 18:21 HackforLive#43
Quote:
Originally Posted by laberlaber View Post
and to mine e-mail too [Only registered and activated users can see links. Click Here To Register...]
what you mean?
11/24/2007 18:33 evanxxxm#44
what does it do when u launch that program?
the code that he provides doesnt seem to stop after auto talk once.
if it only talk once, thats not call autotype

loop command can be done by while statement, have u tried it yet?
11/24/2007 18:41 HackforLive#45
This is my first program I am making and i am a total nub on C#, I don't know anything about C# codes. When I make the auto talker like they say on ihttp://www.**********/showthread.php?t=171717 And i test the program. It types what i want in conquer but it doesn't press enter and it also doesn't loop.

HELP ME --> [Only registered and activated users can see links. Click Here To Register...] <--- Click On SMILEY FACE !