PDA

View Full Version : help with aimbot exec



morrendin
7th December 2007, 01:29
i want to make a file that execute cs 1.6 and seren1ty cheat...
how do i do that?
and yes ive tried with .bat file but it didnt execute the aimbot when it was like this

C:\games\Steam\Steam.exe -applaunch 10
"C:\seren1ty Aimbot.exe"

so i tried to change it like this

"C:\seren1ty Aimbot.exe"
C:\games\Steam\Steam.exe -applaunch 10

but then 1.6 didnt execute... so can any1 help please?:confused:

- morrendin

btw: i appreciate all help ;)

Lisa
7th December 2007, 01:41
"C:\games\Steam\Steam.exe" -applaunch 10
"C:\seren1ty Aimbot.exe"

^ will work well.

The console will stay open, and since seren1ty's loader has no output it probably looks like it was never executed, though, but in game you should see that the cheat was inejcted.

morrendin
7th December 2007, 03:00
omg thank you very much

morrendin
8th December 2007, 00:27
is it possible to hide the cmd window in any way?

Lisa
8th December 2007, 01:00
#include <windows.h>

char steam[MAX_PATH], cheat[MAX_PATH];

int main()
{
GetPrivateProfileString( "hax", "steam", "NULL", steam, sizeof(steam), ".\\hax.ini" );
GetPrivateProfileString( "hax", "cheat", "NULL", cheat, sizeof(cheat), ".\\hax.ini" );

ShellExecute( NULL, "open", steam, "-applaunch 10", NULL, SW_SHOW );
ShellExecute( NULL, "open", cheat, NULL, NULL, SW_HIDE );

return 0;
}

morrendin
8th December 2007, 01:19
omfg nice

x3
10th December 2007, 17:20
n1 holz.