Results 1 to 12 of 12
  1. #1
    azpikkie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Sad

    Question Question about coding.

    Hey, I want to get started with coding and making my own hacks. Like an aimbot like one from master131 and I want to learn to keep them undetected and stuff. Do you guys know where I can start and which programming language is best for me to learn? C++, C#, VB and so on. Thanks.

  2. #2
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical
    c++ if you are determined to make aimbots and ESP's, just don't expect anything in the next 1-2years..
    FBI got my PC...Hardcore cheating is paused atm..

  3. #3
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Just to sum it up:

    C# (WPF), it's with built-in DirectX (could use OpenGL if you have the library) drawing so it's rather simple to make an ESP. (Aimbot I've not tried nor looked at but I think it's also easy as it's mostly like memory-based)
    It's using an external way to read from the game rather than injecting.

    C++ with DirectX/OpenGL, is a little more 'advanced' and might be higher detectable.



    Note: I'm not 100% sure if what I've said is correctly but I do think it is
    Why? Because most of ESP/Aimbots are DLL's injected into the game memory.
    -But this can also allow you to RE game functions and tweak them as you wish

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  4. #4
    Singed's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    67
    Reputation
    52
    Thanks
    255
    My Mood
    Lurking
    Quote Originally Posted by distiny View Post
    c++ if you are determined to make aimbots and ESP's, just don't expect anything in the next 1-2years..
    I have do disagree, I use C# for any game hacking, and what Jorndel said is correct; C++ and C# are both viable solutions for creating hacks, hell, even VB.net if that's your style, considering it runs the same libraries as C# (I never got into VB though).
    As for 1-2 years, I'd say 3-6 months if someone was absolutely intent on persevering this sort of thing.

  5. #5
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by Singed View Post
    As for 1-2 years, I'd say 3-6 months if someone was absolutely intent on persevering this sort of thing.
    Actually, just a few weeks 'could' be enough to make an ESP.
    -It's the internet after all


    There's many tutorials with sources that explains how it works and what you'll have to do.
    Main problem is that those who only want's to C&P, doesn't understand how it works nor do they bother to read/learn.


    Mainly what you would need to learn is:
    -Search for player location, health, ammo and so on (To find the player structure that stores most of the player data)
    -How to make 2D points to 3D and draw on it. (W2S, world to screen)
    -Draw on the screen


    Again: Might be wrong or forgotten something, been ages since I've done hacking related stuff

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  6. #6
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical
    I'll bet you a $100 that that dude won't make a hack unless he cp's some base and just updates offsets.

    Why would he waste his time on C# (my prefered language to make most programs though) if he could start on c++ where he'll accomplish more then possible in c#.
    just the fact that he has to ask here tells me that it'll take atleast a year before he'll make something singlehanded.

    Detouring, hooking, drawing, etc. I don't mean cp some snippets and gather them in a base. Anyone with a brain and dedication can do that after learning the basics I try to give him a realistic timeframe since 90% expect to learn and make a aimbot in 2 weeks.
    FBI got my PC...Hardcore cheating is paused atm..

  7. #7
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Quote Originally Posted by distiny View Post
    I'll bet you a $100 that that dude won't make a hack unless he cp's some base and just updates offsets.

    Why would he waste his time on C# (my prefered language to make most programs though) if he could start on c++ where he'll accomplish more then possible in c#.
    just the fact that he has to ask here tells me that it'll take atleast a year before he'll make something singlehanded.

    Detouring, hooking, drawing, etc. I don't mean cp some snippets and gather them in a base. Anyone with a brain and dedication can do that after learning the basics I try to give him a realistic timeframe since 90% expect to learn and make a aimbot in 2 weeks.
    Waste of time? What are you talking about ?
    It's never a waste of time to learn something useful.
    Learning of C++ is easier if you have atleast basic C# knowledge..Isn't it ?

  8. #8
    ThePixelJunk's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    New zealand
    Posts
    1,457
    Reputation
    217
    Thanks
    268
    Quote Originally Posted by Lovroman View Post


    Waste of time? What are you talking about ?
    It's never a waste of time to learn something useful.
    Learning of C++ is easier if you have atleast basic C# knowledge..Isn't it ?
    Yeah its would be easiest to learn c# first to get the basic idea down
    Can't pass through the red plastic window.
    [img]https://csgo-stats.com/******slayer6969/graphic.png[/img]

  9. The Following 2 Users Say Thank You to ThePixelJunk For This Useful Post:

    kokole (11-11-2013),Lovroman (11-11-2013)

  10. #9
    azpikkie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Sad
    Well, i'm buying a book soon about C#

  11. #10
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical
    waste of time when his interest lies in aimbots and shit.

    yes you can do all of it in c#... more sophisticated stuff is done in c++ so better to start there anyway.

    but this is turning into a 'what you prefer' discussion. learn either c++ or c# idc either way
    Last edited by distiny; 11-11-2013 at 09:25 AM.
    FBI got my PC...Hardcore cheating is paused atm..

  12. #11
    azpikkie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Sad
    Quote Originally Posted by distiny View Post
    waste of time when his interest lies in aimbots and shit.

    yes you can do all of it in c#... more sophisticated stuff is done in c++ so better to start there anyway.

    but this is turning into a 'what you prefer' discussion. learn either c++ or c# idc either way
    I'm not ONLY doing it for aimbots and such lol, just wanted to try it right now. I want to study in it for school

  13. #12
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical
    Then once again I must say go for c++

    You'll get further then with .net alone (vb/c#)
    FBI got my PC...Hardcore cheating is paused atm..

Similar Threads

  1. [Solved] Question about Coding
    By IBl4cKSuNI in forum Piercing Blow Hack Coding/Source Code
    Replies: 7
    Last Post: 08-31-2011, 11:41 AM
  2. [Help] Question about code
    By hackya in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 9
    Last Post: 05-21-2011, 04:35 AM
  3. [Help] Few questions about coding a NM hack.
    By ramiwr00 in forum WarRock Hack Source Code
    Replies: 3
    Last Post: 02-02-2011, 02:08 PM
  4. [Question]About Vb8 Auto Injector Codes [Selectable Process]
    By nathanael890 in forum Visual Basic Programming
    Replies: 4
    Last Post: 02-14-2010, 08:44 AM
  5. [Question]About hack coding
    By master11 in forum C++/C Programming
    Replies: 12
    Last Post: 07-17-2009, 11:49 AM