View Poll Results: what should i start off with?

Voters
7. This poll is closed
  • C++

    7 100.00%
  • C#

    0 0%
  • C

    0 0%
Results 1 to 10 of 10
  1. #1
    jmonking's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Israel
    Posts
    88
    Reputation
    10
    Thanks
    4,294,967,295
    My Mood
    Chatty

    need a little help with coding

    hi everyone, i just wanna ask you guys who are experienced and know how to code which comp lang should i start with? and, is it possible to make hacks also in C#? not only in C++. and just so you guys know, i really wanna make hacks in the future, so i just wanna know if its also possible making good hacks with C#.

    oh, and lets say i did choose to learn C#, would i have the knowledge to use d3d and make good working hacks?
    Last edited by jmonking; 09-10-2009 at 12:19 PM.

  2. #2
    zlmmortal's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    South Africa
    Posts
    53
    Reputation
    11
    Thanks
    21
    My Mood
    Innocent
    I just started learning to code... using bloodshed dev c++, there is a lot of resources and tuts online to learn the language.

  3. #3
    Corndog's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Salem, NH
    Posts
    10,138
    Reputation
    526
    Thanks
    2,909
    You Should Learn C++
    C# Has GUI and things like that, and can be confusing as a starting point (im assuming. im still a VERY beginner C++ coder)
    and 'C' is basically the older version of C++

  4. The Following User Says Thank You to Corndog For This Useful Post:

    jmonking (09-10-2009)

  5. #4
    jmonking's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Israel
    Posts
    88
    Reputation
    10
    Thanks
    4,294,967,295
    My Mood
    Chatty
    sorry for being newby, but is it also possible to make hacks using C#? and whats GUI?

  6. #5
    lalakijilp's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Posts
    310
    Reputation
    9
    Thanks
    53
    My Mood
    Blah
    Quote Originally Posted by jmonking View Post
    sorry for being newby, but is it also possible to make hacks using C#? and whats GUI?
    C# is slower then C++ and most programs are C++ so c++ is more useful for hacking

    graphical user interface =P

  7. #6
    jmonking's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Israel
    Posts
    88
    Reputation
    10
    Thanks
    4,294,967,295
    My Mood
    Chatty
    though is it still possible to make hacks using C#?

  8. #7
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Yes. you could.

    C# still has many function like Read and WriteProcessMemory etc.
    Because C, C++, and C# are all supported by the .NET Framework there is a huge library of functions to choose from. C# is a very powerful language and if you wanted to make hacks with it I'm sure you could.

    But first let me tell you something. I have been programming with Java two years before this, but opted to learn C++. I'm sure somewhere within Sun Microsystem's huge API there is a class or function that allows me to access memory addresses. In fact I even found one, but Java really wasn't made for that, it ruined compatibility... a lot of the techniques gamehackers used, like DLL injection would have been impossible in Java so I decided to learn C++. C# isnt as bad as Java since it was created by Microsoft it can probably do most of the same things C++ can do, but it does execute in a runtime environment, and most game programmers program in Native C++ because it's faster then C# while still being just as complex.

    I'm not sure why you want to learn C#, but go for it if you want to. Just be aware that there might be some difficulties that we did not foresee coming ur way, personally idk C# and not many people here do.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  9. The Following User Says Thank You to why06 For This Useful Post:

    jmonking (09-11-2009)

  10. #8
    LegendaryAbbo's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    5,243
    Reputation
    23
    Thanks
    546
    My Mood
    Relaxed
    If I was you I would be choosing c++ because you will find a lot more resources for it

  11. #9
    B1ackAnge1's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    455
    Reputation
    74
    Thanks
    344
    My Mood
    Cynical
    If you want to make windows apps C# is much nicer/faster
    to develop in and with pinvoke you can call any native C++ library
    so technically you can do whatever you could in C++.
    However this does add yet another layer of stuff you need
    to do/learn how to use. So...learn both?

    I used to be strictly C/C++ for work but now mainly use
    C# unless it's more low level where you really need the
    performance (which really isn't THAT big of a difference
    for normal windows apps) so knowing both is quite handy

    (Btw to further confuse you: most if not all the code samples
    i've seen on this site could just as well be done in C# and still
    work just fine)

  12. The Following User Says Thank You to B1ackAnge1 For This Useful Post:

    jmonking (09-11-2009)

  13. #10
    probation's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    24
    Well my hack failed for warrock, please look at my post in the warrock internation hacks section and tell me what i did wrong with the codes

Similar Threads

  1. Need A little help with Scripting, bot
    By kagome in forum Vindictus Help
    Replies: 4
    Last Post: 07-23-2011, 08:23 AM
  2. Need a little help with s.u.r.v.e.y.s
    By andier in forum CrossFire Help
    Replies: 11
    Last Post: 08-07-2010, 09:51 AM
  3. Need A little Help with hex editor for Bypass
    By j0elself in forum Combat Arms Help
    Replies: 1
    Last Post: 10-04-2009, 03:02 AM
  4. need a little help with coding
    By jmonking in forum C++/C Programming
    Replies: 13
    Last Post: 09-14-2009, 08:55 AM
  5. Ok, I need a little help with my sig.
    By Manetric in forum General
    Replies: 2
    Last Post: 03-03-2009, 03:13 PM

Tags for this Thread