Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Feature Request : use directinput to avoid detection #150

Closed
franklin050187 opened this issue Nov 30, 2021 · 1 comment
Closed

Feature Request : use directinput to avoid detection #150

franklin050187 opened this issue Nov 30, 2021 · 1 comment

Comments

@franklin050187
Copy link

Hello,

Would it be better to use directinput to avoid detection in case our friend decide to ban offline botting ?

Source :
https://stackoverflow.com/questions/14489013/simulate-python-keypresses-for-controlling-a-game
http://www.gamespp.com/directx/directInputKeyboardScanCodes.html
https://pythonprogramming.net/direct-input-game-python-plays-gta-v/?completed=/open-cv-basics-python-plays-gta-v/

@aeon0
Copy link
Owner

aeon0 commented Nov 30, 2021

It does not matter, all of the above is detectable just as easily.
There are two options you have if you are worried about this:

  1. Write your own Keyboard and Mouse driver
  2. Emulate the hardware e.g. via a arduino board

@aeon0 aeon0 closed this as completed Nov 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants