
Originally Posted by
tayxiloon01
Did you have an cracked win version?
That this service is not running often be the case when it's cracked with non professional methods.
But it don't have to be.
This is how to fix this error:
http://windows.microsof*****m/en-US/w...error-80070422
In old non professional cracked win versions this service was disabled so no update can be installed so the integrity of Windows isn't checked from updates.
Professional ones activate windows with an emulated activation server, so windows will also with updates always be genue.
Let me know if M$ fix work for you.
But when a service is not running and you start this service, normally it should work.

Originally Posted by
S4maeL
Multiple problem : CS crash everytime change map. i play in windowed full screen, i try in full screen, no change.
What is the hot key for your cheat (you have replace the hotkey in your thread)
How change hotkey if necessary ?
I have tried AIM, and it's to obvious all shot in the head, how change that ?

Originally Posted by
Crassmaker
@ALL who want to change the keys or deactivate trigger, esp etc.
Open up "EV0 startup.ps1" and look for this lines:
$espkey = 0x74
#if set to 0x00 no esp toggle key is defined
$esp = 1
#if set to 0, esp is off
$bhopkey = 0x20
#set to 0x00 to deactivate bhop
$triggerkey = 0xA4
#set to 0x00 to deactivate trigger
$trdelay = 150
#the delay when the trigger is "triggered" xD, so not change this below 100, the lower the value is, the faster you shoot and this will be more obvious in overwatch because of inhuman reactions
#The median reaction time is 259 ms.
#The average reaction time is 269 ms.
$afterburst = 1000
#this is the delay after the trigger kills someone but still shoot/spray some bullets for this time when u still hold the triggerkey so it's not that obvious that you're hacking because you still shooting at the dead body and didnt instant stop shooting when he is dead
$slowaimkey = 0xA4
#I didnt use this but this will lower your sence so you will aim slower, it is set to trigger key by default so if you hold trigger, you will trigger and your sence is lower.
#set to 0x00 to deactivate slowaim
$aimkey = 0x01
#the key for the aimbot, set to 0x00 to deactivate
$aimspeed = 1
#the speed how fast the aimbot will aiming at the opponent
$aimfov = 17
#the field of view in which the aimbot will be triggered. The higher the FOV, the higher is the degree the aimbot will be triggered. The higher the value is the more obvious it is. Would set it to an low value so it only aims on the aim spot if your mouse is close to the target to look more legit
$aimbone = 5
#this is the part where you can change the part of the model where the aimbot will aim for.
6 = head, 5 = neck, and so on
$rcs = 0.9
#recoil control system delay or time until it will start? I think this will handle the weapon recoil for you but looks suspicious in POV
$slowaim = 0.2
#this is the value for $slowaimkey, this will define your sence while holding the $slowaimkey
$sleep = 1
#this is for the loops in the script how long it will idle before return with his actions. If the game is crashing to often, higher that value around 10
$scramble = $True
#this means the code will be scrambled, it is only True before the first execution of the RUN.bat file, afterwards it will be set to False because it's already scrambled
Everywhere you see the 0x?? code you can change the keys for this part.
Google for virtual key for example:
http://www.kbdedi*****m/manual/low_level_vk_list.html
https://msdn.microsof*****m/de-de/lib...or=-2147217396
MOUSE1 = 0x01
MOUSE2 = 0x02
MOUSE3(wheel) = 0x04
MOUSE4 = 0x05
MOUSE5 = 0x06
only to name a few.
Here you can read more about all thoose changeable variables, also the hotkeys with two sites for virtual keycodes.
Please also take a look at the
$sleep = 1 part, because if your game is crashing over and over again, no matter if fullsreen or windowed, change this value. Older computers can have a problem with low wait values, cause the program even run faster with small pause.