Jump to content
Heads Up! This website is no longer maintained, if your a member from our era, consider joining the discord to say hello.
Sign in to follow this  

Wanting To Learn To Hack

Recommended Posts

Im basically new to hacking

used c.e in the past but didnt find out much

 

ive always wanted to make my own hack for starcraft and any other game

 

but ive always been puzzled on how to do it

 

and was wondering if any one could help me learn the basics and etc

 

msn

[email protected]

 

 

thx for reading

 

-Alleyn-

Share this post


Link to post

Do you have any knowledge with ASM?

 

If not, I'd become familiar with it...

Share this post


Link to post

As Slasher said, start with Assembly.

Share this post


Link to post

hmm.. asm is assembly code? isnt assembly like hard code, something like flux or flash, real oldschool. I thought hacking would be done in c or c++?

Share this post


Link to post

Lots of it is in ASM.

Share this post


Link to post

Most programs are coded in C, or C++. However, the nitty gritty parts of them, involve knowing, and using a bit of ASM. Let's say you were making a hack for Starcraft and you wanted to use C++, but an address you were trying to use was stored in a register. Using C++ alone, you cannot access this register, it's a little too low leveled for C++ without inline support from ASM. Plus, if you intend to get good with programming, knowing ASM will help anyway if you want to debug programs you make. That way, you can make them better, take up less resources, and overall, just simply be better.

Share this post


Link to post

Alleyn you came to the right place.

Share this post


Link to post

Ok thx guys

ill check out tat tutorial

if i have problems ill come back here :P

 

which one do i download lmao

 

Lazy Assembler (LZASM)

GoASM

Flat Assembler (FASM)

MASM32

Pass32

Netwide Assembler (NASM)

Edited by alleyn

Share this post


Link to post

I prefer Masm, but it won't run on my vista 64 for some reason... :-

Share this post


Link to post

yea still needing help

those tutorials didnt make sense

Share this post


Link to post
yea still needing help

those tutorials didnt make sense

 

It takes serious skill to hack like these guys do, you need to root your self in programming in general...

just a tutorial on a hack won't get you anywhere, but i believe Viper has a tutorial in Visual Basic on making a name spoofer... might not be the newest patch though.

Share this post


Link to post

i see i know it takes a lot of work

im only 14 and have lots of free time

 

i just need something to give me a grasp or i dunno

but i really wanna learn how to hack

if only someone could help me over msn or so

but not alot of people have patience for people like me

XD

Share this post


Link to post

Honestly dude, if you have to ask were to start, your not cut out for it.

The kind of people that are successful at programming in general are self directed learners.

There is not one person on this earth who will be able to talk to you over IM and suddenly make you a hacker.

 

First, go learn C++ and ASM

 

Then come back and ask how to hack, if you have no programming skills it's useless.

 

It's like asking how to run when you can't even walk.

 

And don't think you're going to be putting any hacks out ANYTIME soon.

You probably never will.

I bet you think hacking is just copy pasting codes or following dialogue boxes, it's not.

 

If you want to hack you need to learn the languages to write the hacks, then you need to find the exploits themselves and code them in a way that both the server and client can use.

 

Sooo many people want to learn to hack, then realize "Hey, this is going to take hours to learn and I actually have to try, and even when I try most of my work sucks and it's not a super-hack on my first try so I'm going to give up"

 

 

 

 

 

 

 

First google like for C++

 

http://www.cplusplus.com/doc/tutorial/

 

First page of google for ASM

 

http://www.osdata.com/topic/language/asm/asmintro.htm

Share this post


Link to post

wow really lol

im not that stupid

i dont just think hacking is pasting n etc

i know i gotta learn c++

and i know my first hack even if i get any where around it

its gonna be some noob hack

 

the c++ language tutorials

all they consist of his pasting thoug

so i dont learn that way

like that dumb ass hello world tutorial

it dosent even make sense

type this in , now type this in

there u made a button tat says hello world and etc

 

how is that gonan help me at all?

it just doesnt make sense

 

like dim string a

then dim string b or etc

for a caculator or such

it just doesnt make sense how all this is gonna fit

in with hacking so yea

Share this post


Link to post

If I were you I would wait till I could take a programming class.

Share this post


Link to post

i got three months of summer vacation

i got alot of free time that three months

and im taking 3d animation for game designing mmorpgs

im high school so yea

 

i dont feel like waiting till college ;)

Share this post


Link to post

MOST high school's have some sort of coding class weather it be java c++ etc. Although coding isn't the same in all languages. (duh or they would just have one) it will greatly help to understand the basis of what your doing if you take a class, even if its not C++ or ASM.

Share this post


Link to post

well my school doesnt have it

i checked

just that animation program it is

Share this post


Link to post

If you really want to learn ASM fast find some basic programs C++ programs on the net and compile them then DL olly debug and start debugging the programs and learning C++ and ASM all at once.

Share this post


Link to post

I'm just throwing this out there. Glad to see you guys helping.

Share this post


Link to post
well my school doesnt have it

i checked

just that animation program it is

 

That kinda sucks... i'm taking Database design next year.. but i already know what they are gonna teach me hehe...

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×