Skip to content
#

injector

Here are 281 public repositories matching this topic...

Minoriiiii
Minoriiiii commented Apr 26, 2021

Ok so first of all thanks for creating this, I was stuck with missedIT for a long time and this looks very promising. I want to see that it gets improved and may even tap aimware or gamesense in the future lol. So I have a small list of features that could benefit a "hvh" or "rage" cheat like this.

<-----Features----->

  1. Auto Strafe
  2. Third Person key bind
  3. LocalPlayer ESP (like fake and
enhancement good first issue
hkakutalua
hkakutalua commented Jul 18, 2019

Provide possibility to create instances with dependencies provided from other modules.

class RepositoriesModule extends Module {
  RepositoriesModule () {
    // PersonRepository depends of PersonWebService
    factory(DependentRequestsRepository(inject()), () =>
        DependentRequestsRepository(inject()));
  }
}

class WebServicesModules extends Module {
    WebServicesMod
enhancement good first issue

Improve this page

Add a description, image, and links to the injector topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the injector topic, visit your repo's landing page and select "manage topics."

Learn more