Hey.. im starting to learn c++ and i need some simple code for start ty
No you don't. You need to learn C++ for starters. Then with your new knowledge of C++, think of ways to make the hacks, maybe even ask others for methods Of hacking.
here u go hope u learned new stuff today.
Code:
#include <iostream> // needed for output and input
using namespace std;
int main () // your main program here
{
cout<<"Im a noob and i need to go learn C++ and watch some videos"<<endl;
return 0;//needed for closing the function
}