zeyad-mansour / lunar

a neural network aim assist that uses real-time object detection accelerated with CUDA on Nvidia GPUs
https://discord.gg/5n6vS95jWp
GNU General Public License v3.0
410 stars 129 forks source link

Mouse Movement in Valorant Not Working #38

Closed FishyFishsEatingFishs closed 3 years ago

FishyFishsEatingFishs commented 3 years ago

When ever i open valorant with the lunar screen capture thing on it closes down and shows this:

Capture

FishyFishsEatingFishs commented 3 years ago

This also happens when i open up a fortnite character picture on google

FishyFishsEatingFishs commented 3 years ago

so its not cause of valorant

FishyFishsEatingFishs commented 3 years ago

Okay so i got it working by uninstalling everything to do with python including the registry's but the aimbot isnt locking on valorant like i didnt expect it to even target bots but it did, if its targeting on something why isnt the aimbot working does this have to do with the sensitivity because you made it compatible with fortnite?

zeyad-mansour commented 3 years ago

Okay so i got it working by uninstalling everything to do with python including the registry's but the aimbot isnt locking on valorant like i didnt expect it to even target bots but it did, if its targeting on something why isnt the aimbot working does this have to do with the sensitivity because you made it compatible with fortnite?

I haven't installed or even looked at Valorant yet, so I can't address this issue at the moment. You should expect it to not work with games other than Fortnite.

FishyFishsEatingFishs commented 3 years ago

its prob because of move_crosshair its detected by valorant and they block it.

From what ive found the following is detected on valorant: NtUserSendInput SendInput PostMessage SendMessage MouseEvent InputInjector (GamePad / Pens / Touch) CreateCursor SetCursorPos SetCursor Moving cursor with uiAccess and self signed exe

However Arduino is not DETECTED but you need an Arduino

FishyFishsEatingFishs commented 3 years ago

they are gonna prob figure how to patch the Arduino method soon anyways

zeyad-mansour commented 3 years ago

its prob because of move_crosshair its detected by valorant and they block it.

From what ive found the following is detected on valorant: NtUserSendInput SendInput PostMessage SendMessage MouseEvent InputInjector (GamePad / Pens / Touch) CreateCursor SetCursorPos SetCursor Moving cursor with uiAccess and self signed exe

However Arduino is not DETECTED but you need an Arduino

interesting. i doubt it though. i'm installing rn to test this.

FishyFishsEatingFishs commented 3 years ago

i think you can create a mouse driver HID driver (Human Interface Device) you can communicate with and simulate mouse movements from the driver But idk how to make it

FishyFishsEatingFishs commented 3 years ago

This person uses a raspberrypi-zero as the HID https://github.com/obtusecanadiangoose/valorant-aimbot

FishyFishsEatingFishs commented 3 years ago

i think its possible to use a second pc as an hid but i only found this: https://stackoverflow.com/questions/28386160/setting-up-a-computer-to-act-as-an-hid-device-connected-to-another-computer-via

zeyad-mansour commented 3 years ago

this is very interesting. I'm going to need to read up on this.

FishyFishsEatingFishs commented 3 years ago

Ive got a question i dont really know much about yolo but from what i can see youre combining a bunch of player images into the best.pt file then using that to feed yolo?? is that how it works? how would i compile the images i gather into a pl file too?

zeyad-mansour commented 3 years ago

Ive got a question i dont really know much about yolo but from what i can see youre combining a bunch of player images into the best.pt file then using that to feed yolo?? is that how it works? how would i compile the images i gather into a pl file too?

check out the repo.

mindz0r commented 3 years ago

this wroks on csgo?

zeyad-mansour commented 3 years ago

this wroks on csgo?

not yet

soulxd477 commented 3 years ago

how you run it?