Jump to content
Heads Up! This website is no longer maintained, if your a member from our era, consider joining the discord to say hello.
Sign in to follow this  

Selection Hack

Recommended Posts

Lol, Ive got a ping hack. It randomly pings the minimap. Its so anoying, and all your allies can see it.

Share this post


Link to post

Release already.. Or at least let me beta test whats done. :)

 

-Jiggie

Share this post


Link to post

Now why would I do that? No one is contributing, until such time it is private. :)

 

EDIT:

SCScrnShot_110907_161133.gif

 

Meh:

 

if (GetAsyncKeyState(VK_F9))

{

hackfunctions::HealthBar(); //Shows all units health bars

}

Share this post


Link to post

Only give it to me then? :)

I did help you make the hack become what it is now. Without me alot of it would be gone.

Share this post


Link to post
Only give it to me then? :(

I did help you make the hack become what it is now. Without me alot of it would be gone.

 

void HackStartup()

{

hackfunctions::HostHack(); //host hack

hackfunctions::StayAlive(); //stay alive

hackfunctions::DlStatus(); //download status

hackfunctions::SelectionHack(); //Selection hack

CreateThread(NULL,NULL,StartUp,NULL,NULL,NULL); //startup message

JmpPatch(commandengine::HandleTextCalls,(PBYTE)0x4F2FD1,6); //in game command engine

JmpPatch(commandengine::HandleLobbyTextCalls,(PBYTE)0x4B957E,0); //lobby command engine

CallPatch(&maphack, &maphack2, 2) //patch maphack

}

 

100% pure C++

Share this post


Link to post

lol nice, nice... Should show us a grand total of all the things located in the hack.

Share this post


Link to post

You learn to write hacks using programming languages. Search for c++ or another programming language on google and you'll probably be led in the right direction.

Share this post


Link to post
Healthbar crashes me when i use it.

 

I don't even know how you can make that address crash you. :x

Share this post


Link to post

Lol.... Leecher? Gowd I hope not.

 

Anywho, It would be funny though... If when it sent the "error", it actually allowed access to the computer....

 

One quesiton though; Would you make it togglable? or w/e ....

 

I personally dont care what you see on this laptop as far as information wise with the error report, as long as it wont scan a usb hard drive, I'm good ^_^, but there will always be some newb out there who will be like OMFG YOU FUXORED MY COMPUTER, I AM REPORTING YOU TO YOUR ISP AHH!HHSH!HSH!IHOI@H#! Y#!* ........

 

Meh.

Share this post


Link to post

kekeke ^_^

 

if (GetAsyncKeyState(VK_F9))
	{
		hackfunctions::HealthBar(); //Permanently show selected units health bar
	}

 

SCScrnShot_111007_224516.gif

Share this post


Link to post

It Crashes me

invoke wParam == VK_END

call dword ptr [HealthBar]

.endif

Share this post


Link to post
It Crashes me

invoke wParam == VK_END

call dword ptr [HealthBar]

.endif

I'm surprised you've managed to get anything to work, you seem to have no idea what you're doing.

Share this post


Link to post

HOW DO YOU MAKE MY ADDRESS CRASH YOU!? I have no idea HOW you can manage that... Anyway, I think later on today, I might try to find out how to make it toggleable. Hopefully it can be toggleable... >_>

Share this post


Link to post

Have fun.

 

void StatsHack()
{
char Player1Minerals[24];
char Player1Gas[24];
char Player1Name[24];
ReadProcessMemory(GetCurrentProcess(),(LPCVOID)0x57F0D8,&Player1Minerals,24,NULL);
ReadProcessMemory(GetCurrentProcess(),(LPCVOID)0x57F108,&Player1Gas,24,NULL);
ReadProcessMemory(GetCurrentProcess(),(LPCVOID)0x57EEEB,&Player1Name,24,NULL);
BWPrintToScreen(Player1Name);
BWPrintToScreen(Player1Minerals);
BWPrintToScreen(Player1Gas);
}

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×