Main Text/Name: iCode4Life
Size: Just a modertae avatar size please.
Theme: Coding
Image/Render:
Any code that works
Designer: Anyone that feels nice enough to help me out I will give credit
Other Information: Could you have a magnifying glass looking at the code and iCode4Life kind of at the top. In the glass code most of this code be displayed:

Code:
while(1){
    WriteProcessMemory(phandle, (LPVOID)money, (LPVOID) &newvalue, 4, 0);
    if(GetAsyncKeyState(VK_DELETE))break;
}
    cout << "Done";//says done if it worked
    cin.get();
} else {
       cout << "Failed"; //if it didn't work it says failed
       cin.get();
}
If it don't fit use lines 2 & 3 then if more 1 & 4, then 5, 6, 7 etc.
Thanx.