Read this PLZ

Discussion about hacker.org's server
Post Reply
Tapion
Posts: 7
Joined: Fri Aug 15, 2008 2:14 pm

Read this PLZ

Post by Tapion »

hi,i'm new here...I want to start hacking or programming.Can you help me???I want to start hacking or just learn to hack(Is hack to learn)... :roll:

Plz help me!!!
:!: :!: :!: :!:
spud
Posts: 3
Joined: Tue Aug 12, 2008 5:15 pm

Post by spud »

Sounds like you like the 'idea' of hacking, but you have to be ready to put in many hours, and years, of training and learning? First, learn how the internet works. What are protocols and what do they do? How does a port work? Learn the languages of the net (i.e. HTML/JavaScript/PHP/SQL to name a few). Learn a language that can help you analyze data that you gather, like C++ or Java. This is not like some video game that you can login to and have fun. It reminds me of those people that play Guitar Hero and think they actually play the guitar. Commit or get out. It's that simple.

To start out, and to see how committed you are, check out w3schools.com and learn everything they have to offer. If you really stick with it, then good luck.
Tapion
Posts: 7
Joined: Fri Aug 15, 2008 2:14 pm

Post by Tapion »

spud wrote:Sounds like you like the 'idea' of hacking, but you have to be ready to put in many hours, and years, of training and learning? First, learn how the internet works. What are protocols and what do they do? How does a port work? Learn the languages of the net (i.e. HTML/JavaScript/PHP/SQL to name a few). Learn a language that can help you analyze data that you gather, like C++ or Java. This is not like some video game that you can login to and have fun. It reminds me of those people that play Guitar Hero and think they actually play the guitar. Commit or get out. It's that simple.

To start out, and to see how committed you are, check out w3schools.com and learn everything they have to offer. If you really stick with it, then good luck.
Oh thanks...But i must now C++ or Java to start hacking???Is there any programm to help me out???I mean that i want a free programm that steals codes...But not only that.I just ant this for the beginning.I am ready to train and learn things but i want some help to begin.I want some links or something to help me like books and other things.
Last edited by Tapion on Fri Aug 15, 2008 4:54 pm, edited 1 time in total.
flashair
Posts: 6
Joined: Sat Aug 16, 2008 12:30 pm

Post by flashair »

And i want to learn many things about Hacking.But real Hackers they don't steal codes(everytime) but they find bugs on a site.Then they ta ke the control of the site/or forum.Finally they tell that at the admin of this site.So,in the naxt time the admin will have better safe.All of these i have read in th Internet.
flashair
Posts: 6
Joined: Sat Aug 16, 2008 12:30 pm

Post by flashair »

Which program language is better Pascal,C++ or Assemble?And where can i find/download them??
User avatar
Grand_Master
Posts: 81
Joined: Mon Aug 18, 2008 3:07 pm
Location: Sweden

Post by Grand_Master »

What programming language is the best?

It's an old question that every programmer, hacker and newbie have asked themselves.

I got little experiance in the matter, and enyone may correct me if I'm wrong.

Assembly: This is a language in which you got absolutely full controll. Very good to learn for hardcore software cracking. But it consumes a lot of time, and is not at all a good choice for the newbies.

Pascal: A programming language that's getting pretty old. It's not used very much anymore. I've got no real information to give about it.

C/C++: This is what I'm trying to learn. It's not as hardcore as assembly, but still you got very good controll of everything, in comparisson to other languages. It's said that C/C++ is badly suited for the newbie, though (something I myself ignored).

Java: A great language to make fast results. Which makes you suffer controll, over what the program really do. In most cases this seems like a good trade-off. Often recommended for newbies.

---------------

"Where can I find/download them?"
You can't "download" a language.
To begin programming I would suggest that you first of all download a "compiler". This compiler will read the code you input (like notepad or similliar), and then compile it toan "executible"(file with exe-extension).
About compilers, use google.

To learn coding, visit your local library, shop that sells that kind of literature, or google.com.
Calculate that it'll take about two years for you to learn properly, and even then your not professional.[/b]
Kayzee
Posts: 1
Joined: Sat Aug 16, 2008 2:53 pm
Location: South Africa

What is different between the Hacker & Cracker

Post by Kayzee »

I want the different between the hacker and cracker.
User avatar
PaRaDoX
Posts: 708
Joined: Fri Aug 22, 2008 5:52 am
Location: In your fridge, waiting to pop out and scare you.

Post by PaRaDoX »

Tapion wrote: Oh thanks...But i must now C++ or Java to start hacking???Is there any programm to help me out???I mean that i want a free programm that steals codes...But not only that.I just ant this for the beginning.I am ready to train and learn things but i want some help to begin.I want some links or something to help me like books and other things.

*sigh* yet another person who wants a magical program that will hack anything. i would call him an idiot, but at least he says hes willing to learn, so i'll give him that much. huzzah, a ray of hope in the dark pits of noobs we have grown to know as "hacking communities". then again, this forum seems to have its fair share of pros.
Image

~You are a glitch in my reasoning.
flashair
Posts: 6
Joined: Sat Aug 16, 2008 12:30 pm

Post by flashair »

so can i ask something??Where can we find programm languages??(will buy them??)
User avatar
PaRaDoX
Posts: 708
Joined: Fri Aug 22, 2008 5:52 am
Location: In your fridge, waiting to pop out and scare you.

Post by PaRaDoX »

you don't need to buy program languages, you can download them free off the internet, or you could start with batch files if you are using windows. it's a good way to learn basic syntax and what each error means (you'll get plenty at first)
Image

~You are a glitch in my reasoning.
flashair
Posts: 6
Joined: Sat Aug 16, 2008 12:30 pm

Post by flashair »

ok thanks!
WhiteKnight
Posts: 276
Joined: Fri Aug 15, 2008 8:21 am

Post by WhiteKnight »

flashair wrote:ok thanks!
There are 2 languages that you can use on EVERY single Windows computer....

Locate your main drive...

Go to Window or WINDOW directory...

Go to Microsoft .Net Framework Folder...

Pick a version.... recommended 2.0 -> 3.5...

Open Command Prompt

type in your command prompt this without quotes, "cd Desktop"...

type in the full path of your Csc.exe in your .Net Framework Version directory...

Press space after your path you typed in.....

Now create a text file named, "Code"

Copy and paste between 2 dashed lines into the Code text file.

----------------------------------

namespace Programming
{
class Program
{
static void Main()
{
// Write a message to your console...
System.Console.WriteLine("Hello");
// To wait until you press enter so that it wouldn't close all the suddenly.
System.Console.ReadLine();
}
}
}

----------------------------------

Type in your full path of Code.txt file into your command prompt....

When your command prompt go like this

Directory Output>[Compiler File Path]

Code: Select all


Press enter....

You'll see a new executable compiled code on your desktop...

double click on it then you'll see it'll pop up and say Hello.

There you go... that how you compile without any tool or custom standard compilers(non operating system compilers)

But I recommended you to get a Visual Studio Express since it'll get the job done. ^_^
User avatar
PaRaDoX
Posts: 708
Joined: Fri Aug 22, 2008 5:52 am
Location: In your fridge, waiting to pop out and scare you.

Post by PaRaDoX »

speaking of compilers, has anyone tried open watcom C/C++? i've had it for a while, and i rarely use it. i was wondering what any users of it think?
Image

~You are a glitch in my reasoning.
Post Reply