JoakimCarlsson / CSGO-Simple-External-Cheat

Pretty Simple External Cheat for Counter-Strike: Global Offensive. Will continue to work on this at a later date.
14 stars 6 forks source link

AimAssist #3

Open DiZZ3 opened 7 years ago

DiZZ3 commented 7 years ago

Update aimassist function instantly returns and it does not run. When the Return statement is removed it sorts targets by distance. Triggerbot has a function that gets the closest enemy to the crosshair. Why does the file containing triggerbot have this and not the Aimassist? it could be implemented into aimassist to prevent 360degree headshots. Am i missing something? On a different note, I will try and see what i can do about making a UI that can access the modify settings on startup. (still learning to program in c#)

DiZZ3 commented 7 years ago

Oh and i was wondering what the enable mouse mouvement does in settings. It is under misc.

JoakimCarlsson commented 7 years ago

I had the return statement in the aim assist thread because I were testing something. I've must have forgotten to remove it.

The whole code needs some refactoring.

On 8 Aug 2017 11:16 pm, "Danny Chartrand" notifications@github.com wrote:

Oh and i was wondering what the enable mouse mouvement does in settings. It is under misc.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JoakimCarlsson/CSGO-Simple-External-Cheat/issues/3#issuecomment-321084279, or mute the thread https://github.com/notifications/unsubscribe-auth/AGqX1WD3_rw0NfTQEXd5g-e4FcgURCvRks5sWNA9gaJpZM4OxTLr .

JoakimCarlsson commented 7 years ago

Mouse movement uses the winapi to simulate you moveing the mouse. Insted of setting the view angles.