hacking menu

User Tag List

Thread: hacking

Page 1 of 3 123 LastLast
Results 1 to 15 of 32
  1. #1
    alleyn's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    hacking

    i want to start making my own hacks for mmorpgs
    does any one know where i could start
    and can you make hacks with knowledge of visual basic?

    hacking
  2. #2
    Trollblod's Avatar Elite drone
    Reputation
    445
    Join Date
    May 2009
    Posts
    1,710
    Thanks G/R
    2/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C# filerlerae.


  3. #3
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Suck Visual Basic. This is no language you can use for hax. Use c# or C++ instead.

  4. #4
    alleyn's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i should not study visual basic then
    ummm guess il start on c#
    does any one know where i can start?

  5. #5
    flo8464's Avatar Active Member
    Reputation
    30
    Join Date
    Apr 2009
    Posts
    434
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by _SkHiEnEgP_ View Post
    Suck Visual Basic. This is no language you can use for hax. Use c# or C++ instead.
    Don't talk if you have no clue.
    It makes no difference if you use VB.NET or C#.
    Hey, it compiles! Ship it!

  6. #6
    The-Eradicator's Avatar Contributor

    Reputation
    149
    Join Date
    May 2007
    Posts
    829
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by flo8464 View Post
    Don't talk if you have no clue.
    It makes no difference if you use VB.NET or C#.
    Correct. C# and VB.NET, aside from language differences, are exactly the same.
    The most beautiful thing we can experience is the mysterious. It is the source of all true art and all science. He to whom this emotion is a stranger, who can no longer pause to wonder and stand rapt in awe, is as good as dead: his eyes are closed.
    Albert Einstein

  7. #7
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by The-Eradicator View Post
    Correct. C# and VB.NET, aside from language differences, are exactly the same.
    They are able to do the same but you have to do more in VB.Net than in C# to get the same result (if you think about hacking)
    And I still suggest you to start C++

  8. #8
    Kirth's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    274
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by The-Eradicator View Post
    Correct. C# and VB.NET, aside from language differences, are exactly the same.
    More or less. I find the language differences quite important, to be frank. However, the intermediate language they both get compiled in should be (more or less) the same.

    This doesn't change the fact that VB.NET makes you want to stab your eyes out, though .



  9. #9
    Oloty's Avatar Member
    Reputation
    8
    Join Date
    Jun 2009
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can make account phisers with VB but for hax use C++.

  10. #10
    The-Eradicator's Avatar Contributor

    Reputation
    149
    Join Date
    May 2007
    Posts
    829
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by _SkHiEnEgP_ View Post
    They are able to do the same but you have to do more in VB.Net than in C# to get the same result (if you think about hacking)
    And I still suggest you to start C++
    No, you don't. You might have to type a little more to get the same thing, but that's merely text. It's exactly the same in the end. If someone prefers VB.NET, there's no real reason not to use it.

    Example:

    Code:
    Public Class Stuff Implements MyBaseClass
    Code:
    public class Stuff : MyBaseClass
    The most beautiful thing we can experience is the mysterious. It is the source of all true art and all science. He to whom this emotion is a stranger, who can no longer pause to wonder and stand rapt in awe, is as good as dead: his eyes are closed.
    Albert Einstein

  11. #11
    alleyn's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so it doesnt really matter what i use oO?
    im so confused now

  12. #12
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alleyn View Post
    so it doesnt really matter what i use oO?
    im so confused now
    If you are using any .NET languages it won't matter (basically). If you pick anything else like java,c, or c++, its a lot more different

  13. #13
    flo8464's Avatar Active Member
    Reputation
    30
    Join Date
    Apr 2009
    Posts
    434
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can even use F#, it is sexy
    Hey, it compiles! Ship it!

  14. #14
    swollen's Avatar Member
    Reputation
    36
    Join Date
    May 2007
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First time programming? C# and VB are probably the easiest good languages to learn

  15. #15
    Zeluous's Avatar Active Member
    Reputation
    61
    Join Date
    Dec 2008
    Posts
    423
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I found Visual Basic far easier at the beginning than C#, But I don't know what it's like once it hits advanced stages.

Page 1 of 3 123 LastLast

Similar Threads

  1. Talk to Opposing Faction! (No hacks or Mind Controlling needed!)
    By janzi9 in forum World of Warcraft Exploits
    Replies: 51
    Last Post: 04-06-2007, 01:13 PM
  2. Evading Hack Detection Mechanisms in Online Games
    By Matt in forum World of Warcraft Guides
    Replies: 4
    Last Post: 10-06-2006, 06:47 PM
  3. World of Warcraft Hack - Syndrome (Multi-Hack for 1.9.4)
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 44
    Last Post: 07-26-2006, 12:55 PM
  4. Need a hack
    By kaur in forum World of Warcraft General
    Replies: 2
    Last Post: 03-23-2006, 11:22 PM
  5. Are there any Macintosh Hacks/bots?...
    By Baphomet in forum World of Warcraft General
    Replies: 2
    Last Post: 03-22-2006, 12:56 AM
All times are GMT -5. The time now is 02:39 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search