Results 1 to 5 of 5
  1. #1
    Lawls24's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Born in Moldova. Living in Portugal.
    Posts
    1
    Reputation
    10
    Thanks
    0

    Fluent in C# coding, how do I get started into writing cheats?

    Hey I've been coding in C# and Java for a year and something now, I'm pretty comfortable with the language, and I've googled and youtubed around and I see there are some sources of information that I can consult, but I just felt like I'd be pretty efficient if I would just ask someone more experient how they went about learning the basics and then improved, or if they didnt do it the best way when they were starting, how they wish they had done it, and so they could recommend it to me. I have no idea what to expect, I've never seen what a cheat looks like, I have no idea what is the coding like, I'm a total literal zero sKrub in this, but I am a good programmer, and I am a super tryhard, so I surely will learn.
    PS: when I say cheats, I mean specifically CSGO cheats

  2. #2
    Zixift's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    167
    Reputation
    23
    Thanks
    17
    My Mood
    Pensive
    The best way in my opinion is to refer to source code for hacks built in C#, and learn how they work. Before that, learn the basics of how memory addresses works and how to manipulate them through something like Cheat Engine.

  3. #3
    wagwan1234's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    As much as people in the community despise it, the best way is to probably look at some Ayyware release and paste the source-code.

    The problem with generic pasters is that they don't care about learning, only making some shitty cheat.

    1. Paste
    2. Learn
    3. ????
    4. Profit

  4. #4
    BilllyBobJoel's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by Lawls24 View Post
    Hey I've been coding in C# and Java for a year and something now, I'm pretty comfortable with the language, and I've googled and youtubed around and I see there are some sources of information that I can consult, but I just felt like I'd be pretty efficient if I would just ask someone more experient how they went about learning the basics and then improved, or if they didnt do it the best way when they were starting, how they wish they had done it, and so they could recommend it to me. I have no idea what to expect, I've never seen what a cheat looks like, I have no idea what is the coding like, I'm a total literal zero sKrub in this, but I am a good programmer, and I am a super tryhard, so I surely will learn.
    PS: when I say cheats, I mean specifically CSGO cheats
    You should find a c# base and build on from it. Just please dont be a blantant paster

  5. #5
    Don Coderleone's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Hungary
    Posts
    465
    Reputation
    17
    Thanks
    134
    My Mood
    Relaxed
    Start with externals. Process: opening a handle to csgo -> using 2 functions (ReadProcessMemory and WriteProcessMemory). Every netvar and offset is already on the internet, so you dont even need to have reversing skills.
    If you are a great programmer it shouldn't be that hard.
    Also i suggest you to switch to c++ for this purpose.

Similar Threads

  1. [Help Request] How do I get started on writing my own hacks/bots?
    By johndonne in forum Realm of the Mad God Help & Requests
    Replies: 10
    Last Post: 10-15-2014, 02:42 AM
  2. How can I get started into C++ Hacking
    By zxroachxz in forum C++/C Programming
    Replies: 1
    Last Post: 01-18-2014, 05:56 AM
  3. [Help] How Do i Get Started On a D3d Hack for Warrock
    By johnnydicamillo in forum WarRock Hack Source Code
    Replies: 8
    Last Post: 12-15-2010, 05:42 PM
  4. how do i get started
    By reese9875 in forum General
    Replies: 5
    Last Post: 01-11-2009, 11:25 AM
  5. How do I get started?im NEW NEW
    By rog99m2 in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 01-03-2009, 11:51 AM