Results 1 to 8 of 8
  1. #1
    drixnak
    drixnak is offline
    New member
    Join Date
    2010 Jun
    Posts
    9
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Writing bots in C#

    I know most people tend to go with C++, but why not C#? It's just as powerful and from what I've read it can do everything C++ can.

  2. #2
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    At this moment I've switched from Delphi to C#. Especially I like wpf, which make my life with creating interfaces more easier
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  3. #3
    drixnak
    drixnak is offline
    New member
    Join Date
    2010 Jun
    Posts
    9
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Yeah, I like C# a lot. It has the power of C++ with OOP to go with it and a huge library. You make bots in C# these days? I don't know if you remember but a year ago I was talking to you about making an Atlantica bot. I'm going to try making one I think. If nothing else it will be a good learning experience for me.

  4. #4
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Quote Originally Posted by drixnak View Post
    You make bots in C# these days?
    Yeah. And I will use C,C# for other projects, 'coz these languages have more advantages than Delphi
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  5. #5
    drixnak
    drixnak is offline
    New member
    Join Date
    2010 Jun
    Posts
    9
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    How does C# compare to C++ for writing bots that hook the program and then read and write to memory?

  6. #6
    skEncrypt
    skEncrypt is offline
    New member
    Join Date
    2011 Jun
    Posts
    4
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    Quote Originally Posted by drixnak View Post
    How does C# compare to C++ for writing bots that hook the program and then read and write to memory?
    This isn't usually a problem, you can import any functions from C++ that you need, I've did this a few times with Read/WriteProcessMemory in C# for a couple of games.

  7. #7
    Gwinx
    Gwinx is offline
    Guest
    Join Date
    2011 Jun
    Posts
    2
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Thanks and yes its true they do have more advantage than delphi.

  8. #8
    warbeak1245
    warbeak1245 is offline
    New member
    Join Date
    2010 Nov
    Posts
    6
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by skEncrypt View Post
    This isn't usually a problem, you can import any functions from C++ that you need, I've did this a few times with Read/WriteProcessMemory in C# for a couple of games.
    This. The only difference will be the performance really, personally I use C# for most of my projects because it's so close to Java in syntax, which is the first language I learned, so it makes it much simpler for me. If you cared about performance or speed though, then you should stick with C++.

Posting Permissions

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