SolvedWhat programs to use?

Posts 1–4 of 4 · Page 1 of 1
What programs to use?
Hello guys i was wondering what programs to use to code some csgo hacks? thanks in advance
Most ppl probaly use Visual Studio as there primary IDE.
But you can also use other IDE's (depending on the language you want to write in (for example: CLion, Rider, ...))
Or you could even go ahead and use a text editor and compile it using your terminal.
Quote Originally Posted by Om18 View Post
Most ppl probaly use Visual Studio as there primary IDE.
But you can also use other IDE's (depending on the language you want to write in (for example: CLion, Rider, ...))
Or you could even go ahead and use a text editor and compile it using your terminal.
to be honest my friend has coded for me a cheat but i want to edit it , i tried opening it with visual basic and notepad c++ and its not working,, any idea where can i edit it?
You need the source code, not the binary (the .dll file).
If you have the .dll or the .exe depending on internal/external you won't be able to edit it.
the source file will be .sln or .vcxproj with some other files in the same folder, you might wanna look at apocalypse github to get a rough idea what it looks like.
Posts 1–4 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?