jammy122333
04-17-2008, 03:42 PM
Hey everyone, just finally made my first c++ hack and obviously got a ban in 2 mins :)
Please can someone tell me which strings it is i need to change, so if for Writelong my function is
void Writelong(long addy, long value)
{
memory();
WriteProcessMemory(hProcess, (LPVOID*)(DWORD) addy, &value, sizeof(value), NULL);
}
it would become
void Hdjsma(long addy, long value)
{
memory();
Kkdmsa(Kdmska, (LPVOID*)(DWORD) addy, &value, sizeof(value), NULL);
}
if thats kind of right guide me and if its wrong teach me :)
Also once the above is edited would the code in the buttons have to be changed
eg.
void CL337PublicDlg::OnTimer(UINT nIDEvent)
{
switch(nIDEvent)
{
case FIRSTTIMER:
{
Writelong (0x7fb344,115342553);
}
break;
Becomes...
void CL337PublicDlg::OnTimer(UINT nIDEvent)
{
switch(nIDEvent)
{
case FIRSTTIMER:
{
Hdjsma (0x7fb344,115342553);
}
break;
Thanks,
Jammy
Please can someone tell me which strings it is i need to change, so if for Writelong my function is
void Writelong(long addy, long value)
{
memory();
WriteProcessMemory(hProcess, (LPVOID*)(DWORD) addy, &value, sizeof(value), NULL);
}
it would become
void Hdjsma(long addy, long value)
{
memory();
Kkdmsa(Kdmska, (LPVOID*)(DWORD) addy, &value, sizeof(value), NULL);
}
if thats kind of right guide me and if its wrong teach me :)
Also once the above is edited would the code in the buttons have to be changed
eg.
void CL337PublicDlg::OnTimer(UINT nIDEvent)
{
switch(nIDEvent)
{
case FIRSTTIMER:
{
Writelong (0x7fb344,115342553);
}
break;
Becomes...
void CL337PublicDlg::OnTimer(UINT nIDEvent)
{
switch(nIDEvent)
{
case FIRSTTIMER:
{
Hdjsma (0x7fb344,115342553);
}
break;
Thanks,
Jammy