Page 2 of 2 FirstFirst 12
Results 26 to 41 of 41

Thread: Best language for hacking?

  1. #26
    Join Date
    Oct 2006
    Location
    I'm also from Michigan!
    Posts
    563
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by BenLand100 View Post
    Even erase the BIOS which would screw a computer over big time. However thats a bit hard and very hardware specific...
    Someone say new motherboard?
    actually, you could just take out the CMOS battery(lithium cell, looks like a watch battery) on the mobo for a minute or 2 and it will set all BIOs back to defaults. Unless you wrote something that would delete the CMOS, which i think is impossible because its read-only.


    binary is actually easy when you know it. its just boring as all hell...

    divide by 2. divide by 2. divide by 2. divide by 2. divide by 2.....


    but uhh...if you dont wanna do any actual work, id say use SubSeven, or NetDevil, but i think those got shutdown and are impossible to find now.

    and as said before, if you really want to get into hacking, get Linux, specifically Knoppix which is Live(it can boot from a CD-rom, USB flashdrive, etc. Carry your OS with you) and it comes with alot of built-in tools like port scanners and such.

    but if your just starting out and just wanna learn the basics to mess with your friends server or something, then...

    www.hackthissite.org or www.hackthisbox.org

    good tutorials for beginners



    im sorry if i sound concieted(h)

  2. #27
    Join Date
    Sep 2006
    Location
    Scripter's Heaven
    Posts
    455
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it depends what you are doing... if you are trying to gain acess to foriegn computers, probably internet scripting languages are the best, as in creating a website.

    if you already have control of thier machine, assembly is the best, as it has acess to everything, but c++ will also have some functionality.

    And check out my pascal interpreter!
    <R0b0t1> No, really, I went to a bar and picked up a transvestite.

  3. #28
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no wayz. learn that binary shiz and make ur own hacking program man this is the 5th or 6th time i've forgotten the name of that stupid language and it's really annoying me! no matter how many times i say it in my head i forget it the next time. begins with an A? anyway u only use 1's and 0's.
    umm lol 1s and 0s funny dude lol i highly doubt this the program would look like:

    SCAR Code:
    00110101101
    1001 01101101
    00 1 : = 100
    10*0 = 1
    lol wtf
    macromacro123's
    Varrock Yew Cutter[s]
    *********************
    Worked: 28 Hours, 23 Minutes and 46 Seconds.
    Banked: 78 Loads.
    Chopped: 2106 Yew logs.
    NextPlayer
    ERROR. RuneScape has been updated. Script Terminated.Successfully executed
    *********************
    Worked: 26 Hours, 53 Minutes and 33 Seconds.
    Banked: 92 Load[s]
    Chopped: 2484 Yew log[s]

    hehejagex...what you're going to do about it?it

  4. #29
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by macromacro123 View Post
    umm lol 1s and 0s funny dude lol i highly doubt this the program would look like:

    SCAR Code:
    00110101101
    1001 01101101
    00 1 : = 100
    10*0 = 1
    lol wtf
    well,. a frew things here, so little kids dont go running around with backwards ideas in their heads.

    first off, assembly is not made of ones and zeros. Thats machine language. Asemble is stuff like push pop addi beqz etc.

    and also, if you wrote yourself a machine langurage code, it would ONLY be ones and zeros, and it would ONLY work on certain processors. Normally whatever procesor you have will take the assembly language and then compile it into the bite code for you.

    also, what you wrote is NOT what machine code looks like. I have a real working example of some if you want to really look at it.

    most procesors are 32 bit at the moment, which means they take 32 bit lines of code at once.

    so 32 ones and zeros, like this

    http://www.villavu.com/forum/showthread.php?t=20489

    look at the pdf and then look at the "intruction memeory" to see how real machine code looks.
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  5. #30
    Join Date
    Aug 2007
    Location
    In Your Front Door!
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    May I ask where can I get pearl?

  6. #31
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    Its "Perl", and google would be a good bet.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  7. #32
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    7|-|15 15 50 5\/\/337 l337 15 50 (00L. 1 5U99357 (++
    I do visit every 2-6 months

  8. #33
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    e p i c sex gives you perl... in ure pants.
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  9. #34
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Download active perl if you just want to executre perl scripts.

  10. #35
    Join Date
    Jul 2007
    Posts
    1,055
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Quote Originally Posted by LordGregGreg View Post
    well,. a frew things here, so little kids dont go running around with backwards ideas in their heads.

    first off, assembly is not made of ones and zeros. Thats machine language. Asemble is stuff like push pop addi beqz etc.

    and also, if you wrote yourself a machine langurage code, it would ONLY be ones and zeros, and it would ONLY work on certain processors. Normally whatever procesor you have will take the assembly language and then compile it into the bite code for you.

    also, what you wrote is NOT what machine code looks like. I have a real working example of some if you want to really look at it.

    most procesors are 32 bit at the moment, which means they take 32 bit lines of code at once.

    so 32 ones and zeros, like this

    http://www.villavu.com/forum/showthread.php?t=20489

    look at the pdf and then look at the "intruction memeory" to see how real machine code looks.
    @LordGregGreg: My bro is a serious hacker (seems like your are too). I remember years and years ago, at least 5 years ago him and his friend where playing Unreal Tournment (prolly 2003) and this guy was hacking on it. Anyways my bro is like "omfg this guy is gay" and him, being a good hacker, with his friend wanted to hack the hacker. And I recall my bro talking about SubSeven, I think it allows you to control the other persons computer but you need their IP.

    @JAD: if ur just tryin to get a computer password then use my edited of "Master Keylogger Heavy Light"












    I TAKE NO CREDIT FOR THIS EDITED VERSION
    IF MAKER WANTS THIS REMOVED CONTACT ME IMMEDIATLY
    --------------------------------------------------------------------------

    SO WHAT THE EFF IS THIS?!?!?
    All this is, is my edited version of his keylogger (heavy)

    WHATS DIFFERENT!?!?!
    Highlights:
    "runescape" replaced ".tv"
    "bitch" replaced "suck"
    Boxes:
    1. Password Box; Instead of a box saying "type a password" a clear box pops up where you type you password in
    2. Start Box; the box that says "click F11 to begin and F12 to stop" doesn't show up at all
    3. Stop Box; the box that says "click F12 5 times to stop" doesn't show up at all
    4. End Password Box; Instead of saying "type your password in" a clear box pops up where you enter your password
    5. Error Box; If you type your password incorrectly the error box is clear. It doesn't say "error"
    Website:
    1. Line 118 - I changed the website from "http://goons.freepgs.com/SCAR/MasterKeyLogger.php?k=" to "http://www.yahoo.com/" because I was scared someone else was getting my keystrokes...IMPORTANT; sending your keystrokes to a website is still set on false

    WHATS THE POINT?!?!?
    The point of this is for extra secrecy. For example:

    You just put password in and your sister says she need computer NOW. So all you do is click F11...and she doesn't see anything different happen, but u know the keylogger just started!
    Oooops! She clicked F12 5 times in a row! ! ! ! DON'T WORRY. All that she see's is an empty box pop up. The most she can do is click "okay" "cancle" or close out of the box. So she clicks "okay". OMG! ! ! The error box will pop up!....DON'T WORRY all that she see's is another box where she can click "okay" or close out. So she closes out and continues while your keylogger is still running! ! ! ! !

    --------------------------------------------------------------------------
    I TAKE NO CREDIT FOR THIS EDITED VERSION
    IF MAKER WANTS THIS REMOVED CONTACT ME IMMEDIATLY

  11. #36
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Hacker : using subseven :: Fakawi : writing alcher

  12. #37
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Boreas don't post under effects of alcohol, k?

    Pretty funny though, though no idea where does fawki come in picture xD

  13. #38
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    I don't think there really is a "best" language for hacking, you have to pick the language that best suites the situation...

  14. #39
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    http://en.wikipedia.org/wiki/Sub7
    lol, yes.

    Quote Originally Posted by WIKI
    Sub7, or SubSeven, is the name of a popular backdoor program. It is mainly used by script kiddies for causing mischief, such as hiding the computer cursor, changing system settings or loading up pornographic websites.
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  15. #40
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    Ahahahahahah! Script Kiddies!
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  16. #41
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Nesses it means that no real hackers use subseven, as it is for script kiddies, and Fakawi doesn't write simple alchers.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. RS-Hacking.com
    By Freddy1990 in forum News and General
    Replies: 46
    Last Post: 03-26-2009, 03:02 PM
  2. Client Hacking
    By -Elite Hacker- in forum News and General
    Replies: 3
    Last Post: 04-09-2007, 10:17 PM
  3. About hacking accounts! Help
    By fabis94 in forum News and General
    Replies: 43
    Last Post: 04-05-2007, 07:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •