Hey guys,
first of all: im new to gamehacking.
My first little Project is a Quickscope Script in C#. (I know those little scripts are easier to code in AutoIt, but i wanna create my hacks, scripts, n tools in C#, coz im goin to a programming school, and we got C# there.)
So what this script does is sending a rightclick to scope, then a leftclick to shoot, and finally a second rightclick to unscope.
And i managed to get dis script workin everywhere (Desktop and all applications), just not ingame.
I dont know why it doesnt work in a game. I tried to use Sleep to slow the Mouseclicks (maybe its too fast for the games?)
My code is like:
RMouseDown();
Sleep(500);
RMouseUp;
but it wont work.. dunno why.
Maybe its the hackshield of the game? the game is "S.K.I.L.L - Special Force 2"
there aint any pubic hacks outta there, so maybe the hackshield is rlly good, and doesnt even allow these little scripts (Although they dont change anyting in the .exe, dunno how dat hackshield gets these little sent mouseclicks)
so as i said im new to gamehacking, and i know this aint really a hack. but i wanna start with something little, and this would be the perfect ting.
So can anyone help me? How can i send dis mouseclicks to the game?