
Originally Posted by
osogoodo
Is there anyone who can teach me the basics of C++, and visual basic? I have TeamViewer and Vent so we can talk
lol bro i have teamviewer6, I know C++ and visual basic
make up ur mind which one u want to learn beside. Who in the right mind would want to waste the time teaching someone for free when the are thousand of basic out the. I bet while teach u basic programming u would want to join into something advance like hacking lol any way xd.
here go what i can help u with.
#include <iostream> // this is the header file for input and output
using namespace std; // allow u to use cin and cout
int main() // this is the main program entry this where the programming start
cout << " i am starting programming"; // this out put i am start programming on ur screen
return 0; // this return ur program
}
ok now let going over the basic stuff
/* osos*/ this sign i use to tell what my program about
// this sign i use to tell what my code about
now variable
#include <iostream> // remember basic header for for output and input
using namespace std; // let u use cin and cout which is output and input
int oso; // this is a variable all variable much be declare remember this
oso = 7; // i just assign the number 7 to oso
cout <<oso; // this out put oso
return 0; // closing this program
}
now if standmen
#include <iostream>
using namespace std;
int oso = 14;
cout << " how old is oso;
cin >>oso;
if(oso == 14)
{
cout << " u are right ";
}
else
{
cout << " u are wrong ";
}
return 0;
}
ok let me show u some stuff u want to know when going into the world of hacking with C++ make sure u learn the basic of C++ no matter how much u think u know even if u go to advance programming u will be like wowo i have to go back and recover what i miss
here go some tip
== // this is a equal sign mean if the some thing is == like 5 == 5 // it is true
while(TRUE) // this is infinite loop
while(1) also infin
ok i am show u would want to go into hacking so let get start with basic memory hacking
#include <windows.h>
#include <iostream>
using namespace std;
int main()
{
HWND hWND = FindWindow(NULL,"hellothe");
if(hWnd == NULL)
{
cout << " can not find window";
}
else
{
DWORD pid;
GetWindowProcessId(hWnd,&pid);
HANDLE = OpenProcess(PROCESS_ALL_ACCESS,false,pid);
}
if(!oso)
{
int work = WriteProcessMemory(NULL,(void*)0x address,&osol(DWORD)sizeof(oso),4,0);
if(work > 0)
{
cout << "writeingprocessmemeory ";
}
else
{
cout << " failed programmer";
}
}
}
// remember the writeingprocessmemeor i am not show the code up the would work 100% i just take it write it down with out testing it into the compiler so the much be error