Read this PLZ
Read this PLZ
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)...
Plz help me!!!
Plz help me!!!
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.
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.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.
Last edited by Tapion on Fri Aug 15, 2008 4:54 pm, edited 1 time in total.
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.
- Grand_Master
- Posts: 81
- Joined: Mon Aug 18, 2008 3:07 pm
- Location: Sweden
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]
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]
What is different between the Hacker & Cracker
I want the different between the hacker and cracker.
- PaRaDoX
- Posts: 708
- Joined: Fri Aug 22, 2008 5:52 am
- Location: In your fridge, waiting to pop out and scare you.
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.
~You are a glitch in my reasoning.
-
- Posts: 276
- Joined: Fri Aug 15, 2008 8:21 am
There are 2 languages that you can use on EVERY single Windows computer....flashair wrote:ok thanks!
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. ^_^