Skip to content

Multidirectional autostrafe#18

Open
LeaoMartelo2 wants to merge 5 commits intofaluthe:mainfrom
LeaoMartelo2:main
Open

Multidirectional autostrafe#18
LeaoMartelo2 wants to merge 5 commits intofaluthe:mainfrom
LeaoMartelo2:main

Conversation

@LeaoMartelo2
Copy link
Contributor

-> implementation of rage-autostrafe*
-> general cleanup on bhop and autostrafe code

TO BE DONE:

  • make legit and rage autostrafe be mutually exclusive (disable the other when one is enabled)
  • fix bhop for scout

*you can see in the video, it redirects almost all momentum without moving the cursor (not the best demonstration)

config.aimbot.draw_fov = 1;
config.aimbot.fov = 10.0f;
config.aimbot.fov_color = (struct nk_colorf){ 207.0f / 255.0f, 115.0f / 255.0f, 54.0f / 255.0f, 0.25f };
config.aimbot.fov_color = (struct nk_colorf) {207.0f / 255.0f, 115.0f / 255.0f, 54.0f / 255.0f, 0.25f};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please provide style guidelines, i tried my best to replicate it on my .clang-format and i messed this up

#include "../../source_sdk/entity/entity.h"
#include "../../source_sdk/user_cmd.h"
#include "../../utils/utils.h"
#include "../paint_traverse/paint_traverse.h"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also idk why it did this

@Doctor-Coomer
Copy link
Contributor

Worked on my machine. Hope it gets merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants