Scratch source

Posts 15 of 5 · Page 1 of 1
Scratch source
This is my base (full of public functions, but gotta start somewhere, no?) that I used for Scratch. This base is nothing compared to those who are way more experienced than me. I keep saying that I am learning c++/D3D during my free time, but I've never got the time to do so due to school. Plus, AP exams are coming up soon, so that's also preventing me from learning. I decided to stop learning how to create hacks for CA until I am fluent in C++, D3D, and ASM. Anyways, I wanted to release this so that hopefully, those who were new to CA hacking could learn something from my base. Although nothing is commented, it should be fairly easy to understand. Once compiled, this base will not give you an undetected .dll, the detours are detected and the PTC function is patched.

Credits to the following:

merp. ,
MatyPatty,
Solify's ,
WE11ington ,
luizimloko ,
Nightmare ,
Flengo ,
Deadlinez ,
arun823/USSR ,
Shadow` ,
Ch40zz-C0d3r ,
Acea ,
R3d_L1n3 ,
ctpsolo ,
and
MPGH CA Hack Coding Source Code section. Thank you everyone!

If possible, I'd like some constructive criticism to see what I can improve in. (probably is everything )
(Advice other than to stop using public functions :c)

@Flengo
Scratch base - MPGH_mpgh.net.rar1.0 MB · 155 downloads Scanning…
i'll dig through it, i dont know much C++ myself either, but i understand basic functionality of it

update
noticed you must have used VS2012 with this as i can't open the SLN file
to others viewing this base, open the Scratch - mpgh.vcxproj found in the project folder

from what i looked at, not bad, but again mostly c+p stuff.. just work on cleaning up your coding, this was headache enducing :P
Quote Originally Posted by supercarz1991 View Post
i'll dig through it, i dont know much C++ myself either, but i understand basic functionality of it

update
noticed you must have used VS2012 with this as i can't open the SLN file
to others viewing this base, open the Scratch - mpgh.vcxproj found in the project folder

from what i looked at, not bad, but again mostly c+p stuff.. just work on cleaning up your coding, this was headache enducing :P

haha. i'm a REALLY unorganized person, so I guess that was shown through this.. imo, this is still more organized than my schoolwork. Will definitely work on making code more efficient and organized.

Thanks for your feedback though!
Quote Originally Posted by merp. View Post
haha. i'm a REALLY unorganized person, so I guess that was shown through this.. imo, this is still more organized than my schoolwork. Will definitely work on making code more efficient and organized.

Thanks for your feedback though!
no problem! glad i could help

code organization is very easy... but its very easy to also lose control and have /* */ and // everywhere and end up in a mess. i try to be a clean coder myself, and end up messy myself, but i function EVERYTHING and just call the function. that's my personal way
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?