request

06/20/2006 11:30 sonybaci#1
i want to help epvp community,who can help me to learn making macros and bots?thanks
06/20/2006 11:46 Demonic_Kev#2
No questions in this forum :roll:.

I believe there was a topic about how to make bots in the guides section.
06/20/2006 13:44 sonybaci#3
i know where is that topic,but i need instructions and help....i wanna learn programming
06/20/2006 14:01 sky.mp3#4
hmm. i read some1 sig saying

Give a noob hack and he will leech 4ever.
Learn a noob how to hack he will donate to the community.
06/20/2006 14:06 Imcoool#5
Quote:
Originally posted by sky.mp3@Jun 20 2006, 14:01
hmm. i read some1 sig saying

Give a noob hack and he will leech 4ever.
Learn a noob how to hack he will donate to the community.
you so stupid you know?
your nick here is like in KingJus zzz now GMs can banned you freely :D

[img]text2schild.php?smilienummer=1&text=:P lol :P' border='0' alt=':P lol :P' />
06/20/2006 14:35 Demonic_Kev#6
Umm, I believe just because you LOOK at these forums does not mean you would be banned. But infact, if you were on the other hand to be caught using a bot ect from here you'd be banned.
06/20/2006 15:18 S.A.L.O.M.O.N.#7
#moved
06/20/2006 15:25 LondonK#8
Quote:
Originally posted by Imcoool+Jun 20 2006, 14:06--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Imcoool @ Jun 20 2006, 14:06)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--sky.mp3@Jun 20 2006, 14:01
hmm. i read some1 sig saying

Give a noob hack and he will leech 4ever.
Learn a noob how to hack he will donate to the community.
you so stupid you know?
your nick here is like in KingJus zzz now GMs can banned you freely :D

[img]text2schild.php?smilienummer=1&text=:P lol :P' border='0' alt=':P lol :P' /> [/b][/quote]
lol u r a complete moron, if that was true then half of ppl of CO would get banned because every1 would be making acc's with names of their enemies
06/20/2006 16:43 Neuropath#9
Quote:
Originally posted by LondonK+Jun 20 2006, 15:25--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (LondonK @ Jun 20 2006, 15:25)</td></tr><tr><td id='QUOTE'>
Quote:
Originally posted by -Imcoool@Jun 20 2006, 14:06
<!--QuoteBegin--sky.mp3
Quote:
@Jun 20 2006, 14:01
hmm. i read some1 sig saying

Give a noob hack and he will leech 4ever.
Learn a noob how to hack he will donate to the community.

you so stupid you know?
your nick here is like in KingJus zzz now GMs can banned you freely :D

[img]text2schild.php?smilienummer=1&text=:P lol :P' border='0' alt=':P lol :P' />
lol u r a complete moron, if that was true then half of ppl of CO would get banned because every1 would be making acc's with names of their enemies [/b][/quote]
:P it was kinda moron thing to say because so many people would get banned. lots of my friends in dragon use the same name on here as in game :?
06/20/2006 17:43 sonybaci#10
Quote:
Originally posted by sky.mp3@Jun 20 2006, 14:01
hmm. i read some1 sig saying

Give a noob hack and he will leech 4ever.
Learn a noob how to hack he will donate to the community.
moron~.~[img]text2schild.php?smilienummer=1&text=agreed for all' border='0' alt='agreed for all' />
06/20/2006 17:55 unknownone#11
It's "Give a man a fish and feed him for a day, teach a man to sigh and feed him for life"

n00b :p

Anyway, nobody can 'teach you how to hack.' You need to use your own intution and go out and learn. Pick up books, tutorials, software, and put time into reading. We can't annotate a book to you.

Start off by learning about the computer. How it reads data, how data is stored, learn to convert decimal, binary, hexadecimal (and by that, you should be able to count in ANY base). Get familiar with ASCII, Unicode, EBCDIC etc.

Then pick up a compiler for a programming language you want to learn. Someone already mentioned Delphi, which is a good choice, because it's a bit simpler than C/C++, but can do nearly as much.
Alot of people say "Learn Visual Basic", but I'd advise against it. Primarily, because you can't really make game hacks with it. It lacks simple things like inline Assembly language which are required to make real hacks.

Get a book, get your compiler, and learn from the ground up. If you put the effort in, it is simple. If you struggle, it means you're distracted by something else (internet maybe. Unplug it, and connect when you need to google something).

If you want to make top notch game hacks, you'll need to learn assembly language. Pick up a book/tutorial, and a full x86 instruction set and an assembler. This should be the last thing you'll need to do. If you can program in assembly, you're at the highest level, and learning new things is only easier.

And learn to use fucking google, before posting a thread like this.
06/20/2006 20:48 sonybaci#12
Quote:
Originally posted by unknownone@Jun 20 2006, 17:55
It's "Give a man a fish and feed him for a day, teach a man to sigh and feed him for life"

n00b :p

Anyway, nobody can 'teach you how to hack.' You need to use your own intution and go out and learn. Pick up books, tutorials, software, and put time into reading. We can't annotate a book to you.

Start off by learning about the computer. How it reads data, how data is stored, learn to convert decimal, binary, hexadecimal (and by that, you should be able to count in ANY base). Get familiar with ASCII, Unicode, EBCDIC etc.

Then pick up a compiler for a programming language you want to learn. Someone already mentioned Delphi, which is a good choice, because it's a bit simpler than C/C++, but can do nearly as much.
Alot of people say "Learn Visual Basic", but I'd advise against it. Primarily, because you can't really make game hacks with it. It lacks simple things like inline Assembly language which are required to make real hacks.

Get a book, get your compiler, and learn from the ground up. If you put the effort in, it is simple. If you struggle, it means you're distracted by something else (internet maybe. Unplug it, and connect when you need to google something).

If you want to make top notch game hacks, you'll need to learn assembly language. Pick up a book/tutorial, and a full x86 instruction set and an assembler. This should be the last thing you'll need to do. If you can program in assembly, you're at the highest level, and learning new things is only easier.

And learn to use fucking google, before posting a thread like this.
....and i searched the net.....