Page 1 of 4 123 ... LastLast
Results 1 to 15 of 46
  1. #1
    Fightera100's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    662
    Reputation
    10
    Thanks
    1,684

    How did you learned C#?

    Hey,
    I wanted to learn C# for Private Servers a long time ago. I bought a book but it doesn't really help because it's stuff like making a window and some buttons do shit. I can script in Lua(Roblox lol). It's easy asf that's probably why I can script in it but I just don't know how to do shit in C#. Like how to start learning efficiently.

    I had a few Private Servers but I just used some source and added shitty behaviours with copy and paste and items. That's it lol

    I would try to learn C# like I learned Lua, the problem is I have no idea how I learned Lua...

  2. #2
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish
    why buy a book when theres hundreds of websites that do free courses and shiet

     








  3. #3
    Fightera100's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    662
    Reputation
    10
    Thanks
    1,684
    Quote Originally Posted by Riigged View Post
    why buy a book when theres hundreds of websites that do free courses and shiet
    I thought that would be better Well it's not.

  4. #4
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    No you are wrong.

    Why learn C# when you can learn a much better language like say, VB.NET?

    Look at this nonsense in C# !=

    APPARENTLY the idiots that made C# think that != means not equals.

    This makes absolutely no sense.

    Instead, look at not equals in vb.net

    <>

    This makes a lot of sense. Why?
    When is a number not equal with a different number?

    5 not equals 8. Because 5 is smaller.
    8 not equals 5. Because 8 is bigger.

    So a number doesn't equal a different when it's bigger or smaller.

    Which is exactly what vb.net represents

    > --- Bigger than symbol
    < --- Smaller than symbol

    <> --- Bigger or Smaller aka Not equal.

    Thank me after you use vb.net.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  5. #5
    Fightera100's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    662
    Reputation
    10
    Thanks
    1,684
    Quote Originally Posted by PKTINOS View Post
    No you are wrong.

    Why learn C# when you can learn a much better language like say, VB.NET?

    Look at this nonsense in C# !=

    APPARENTLY the idiots that made C# think that != means not equals.

    This makes absolutely no sense.

    Instead, look at not equals in vb.net

    <>

    This makes a lot of sense. Why?
    When is a number not equal with a different number?

    5 not equals 8. Because 5 is smaller.
    8 not equals 5. Because 8 is bigger.

    So a number doesn't equal a different when it's bigger or smaller.

    Which is exactly what vb.net represents

    > --- Bigger than symbol
    < --- Smaller than symbol

    <> --- Bigger or Smaller aka Not equal.

    Thank me after you use vb.net.
    Because I want to do shit in PRivate Server Sources :P

  6. #6
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by Fightera100 View Post
    Because I want to do shit in PRivate Server Sources :P
    Rebuild the source in vb.net, it will be worth your effort in the long run, since C# is shit.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  7. #7
    Fightera100's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    662
    Reputation
    10
    Thanks
    1,684
    Quote Originally Posted by PKTINOS View Post
    Rebuild the source in vb.net, it will be worth your effort in the long run, since C# is shit.
    Rebuild in like recode? Naahh I want to learn C# still since you can use it for like KRelay too

  8. #8
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by Fightera100 View Post
    Rebuild in like recode? Naahh I want to learn C# still since you can use it for like KRelay too
    Dude you realize you can use VB.NET in krelay aswell?

    C# and vb.net both compile into IL.
    And krelay reads them both. I have made plugins using vb.net lol.
    Whatever it was just a joke, I wouldn't rebuild it just for that
    But vb.net is still better .
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  9. #9
    FlutterM4rk's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    365
    Reputation
    16
    Thanks
    228
    My Mood
    Sleepy
    Quote Originally Posted by PKTINOS View Post
    No you are wrong.

    Why learn C# when you can learn a much better language like say, VB.NET?

    Look at this nonsense in C# !=

    APPARENTLY the idiots that made C# think that != means not equals.

    This makes absolutely no sense.

    Instead, look at not equals in vb.net

    <>

    This makes a lot of sense. Why?
    When is a number not equal with a different number?

    5 not equals 8. Because 5 is smaller.
    8 not equals 5. Because 8 is bigger.

    So a number doesn't equal a different when it's bigger or smaller.

    Which is exactly what vb.net represents

    > --- Bigger than symbol
    < --- Smaller than symbol

    <> --- Bigger or Smaller aka Not equal.

    Thank me after you use vb.net.
    yea you are right, just

    Look at this nonsense in c# ==

    APPARENTLY the idiots that made c# think that you need TWO OF THESE: = to check if something is equal or not.

    This makes absolutely no sense.

    Instead, look at basic maths:

    =

    This makes a lot of sense. Why?
    1=1 TELLS YOU that 1 is 1, why the fuck would you need TWO =?????

    Thank me after you use basic maths.

  10. The Following User Says Thank You to FlutterM4rk For This Useful Post:

    filenub (07-24-2016)

  11. #10
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by FlutterM4rk View Post
    yea you are right, just

    Look at this nonsense in c# ==

    APPARENTLY the idiots that made c# think that you need TWO OF THESE: = to check if something is equal or not.

    This makes absolutely no sense.

    Instead, look at basic maths:

    =

    This makes a lot of sense. Why?
    1=1 TELLS YOU that 1 is 1, why the fuck would you need TWO =?????

    Thank me after you use basic maths.
    Pretty dank meme, ill add that to my signature.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  12. #11
    FlutterM4rk's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    365
    Reputation
    16
    Thanks
    228
    My Mood
    Sleepy
    Quote Originally Posted by PKTINOS View Post
    Pretty dank meme, ill add that to my signature.
    pretty honored to be in a quality signature like yours.

  13. #12
    New's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Location:
    Posts
    2,605
    Reputation
    386
    Thanks
    4,708
    My Mood
    Angelic
    Quote Originally Posted by FlutterM4rk View Post
    pretty honored to be in a quality signature like yours.
    Oh don't worry, you are not included, only the post.
    New

    Current Project:
    SimpleExaltHack

    Outdated stuff I made in the past:
    Famebot
    Clientless tradebot
    RotMG ping checker
    Zautonexus crack

  14. #13
    filenub's Avatar
    Join Date
    May 2014
    Gender
    female
    Location
    ---
    Posts
    405
    Reputation
    10
    Thanks
    525
    Quote Originally Posted by PKTINOS View Post
    No you are wrong.

    Why learn C# when you can learn a much better language like say, VB.NET?

    Look at this nonsense in C# !=

    APPARENTLY the idiots that made C# think that != means not equals.

    This makes absolutely no sense.

    Instead, look at not equals in vb.net

    <>

    This makes a lot of sense. Why?
    When is a number not equal with a different number?

    5 not equals 8. Because 5 is smaller.
    8 not equals 5. Because 8 is bigger.

    So a number doesn't equal a different when it's bigger or smaller.

    Which is exactly what vb.net represents

    > --- Bigger than symbol
    < --- Smaller than symbol

    <> --- Bigger or Smaller aka Not equal.

    Thank me after you use vb.net.
    I cant tell if your a little kid who doesn't know what a computer is or if your a 40 year old guy who was so stubborn he wouldn't learn another language.. All languages have there own syntax and if anything the syntax in vb is actually worse then c#. Vb creates tons of bad programming habits like not using semicolons. its also outdated. The only use for visual basic these days is teaching children the basics of programming.

  15. The Following User Says Thank You to filenub For This Useful Post:

    BlackRayquaza (08-26-2016)

  16. #14
    Kushala Daora's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    RealmSupply
    Posts
    1,075
    Reputation
    73
    Thanks
    642
    My Mood
    Angelic
    Quote Originally Posted by PKTINOS View Post
    But vb.net is still better .
    Have fun with your kiddo script language while the big kids work with the real stuff.

    "There is no higher form of user validation than having customers support your product with their wallets." ~ Google


  17. The Following User Says Thank You to Kushala Daora For This Useful Post:

    filenub (07-24-2016)

  18. #15
    CalledX's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    5

Page 1 of 4 123 ... LastLast

Similar Threads

  1. How did you learn to Code?
    By 1ramon9 in forum Homework & Learning Section
    Replies: 3
    Last Post: 11-05-2013, 12:58 PM
  2. How did you learn modelling?l
    By Laslod in forum Art & Graphic Design
    Replies: 20
    Last Post: 06-01-2013, 04:36 PM
  3. [Discussion] How did you learn?
    By cook91c in forum Visual Basic Programming
    Replies: 12
    Last Post: 08-06-2011, 04:50 PM
  4. How did you learn C++?
    By Unicow in forum C++/C Programming
    Replies: 30
    Last Post: 03-05-2011, 11:48 AM
  5. Dave how did you find the hacks in the pub?
    By ploxide in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 12-21-2008, 03:36 PM