
Originally Posted by
andywixwow
I want to create my own wallhack for CSGO, I have been studying C++ for a few days, knowing the basics and the functions of everything, but I don't really want to be studying for like a year C++ just to make a wallhack for myself, so here's my question:
If you want to be able to climb the mount everest, you have to climb other mountains first before climbing the mount everest for the first time, otherwise you're going to die.

Originally Posted by
andywixwow
Could I copy paste an update source code from any one that I know the offsets are OK and then put a looooot of junk on the code to change the signature and then make it undetected (Still don't know how

) and use it for myself?
You don't know where valve is grabbing their signature, hence you'd have to make the entire binary different from the one that's detected by valve.

Originally Posted by
andywixwow
Edit: how the fk i know if the offsets are ok? xD
Look them up? Learn what they are? Learn how to get them?

Originally Posted by
andywixwow
Im not that clever. I just wanna have my own wallhack, not be a pro coder, honestly.
There are a lot of people that "just want their own cheat", copy pasting some sources and eventually start selling their copy pasted crap a few weeks later until they get leaked by other people. People like these are destroying the whole scene around helping people. Why should i help people if they don't even want to learn? Why should i put my valuable information out there if it's getting abused by people that start selling shitty non protected software a few weeks after that?

Originally Posted by
andywixwow
Hmm okey, thank you d4rkW, could you suggest me any way to learn C++ easy? Im just learning from youtube videos some structures, but I still don't know how to create my own code or anything...
C++ is not the only skill you have to learn in order to hack a game. You need to know how games work, how cheats can manipulate them, how to reverse engineer the game and so forth.

Originally Posted by
codergod
By adding junk-codes and changing strings and changing the names of the variables, the hack won't be undetected for long.
That's wrong, its either detected or its not detected. There is no inbetween against signature scanning techniques.

Originally Posted by
d4rkW
A good one is Bjarne Stroustrup Programming: Principles and Practice Using C++. After you read that come on mpgh and download some external sources and analyze them. If you wish you can watch some of Fleep's videos on yt, but they spread bad programming practices so I wouldn't rely on them that much. Programming is like drawing, you can never get good at it so that you can stop practicing. It doesn't take a month to learn programming.. It takes years. GL
Thanks for mentioning Bjarne, however mentioning fleep is the worst thing you can do in my opinion. He not only shows bad programming practices, he shows bad code and doesn't explain it. "Look, just write that there and it will work."