Aller au contenu

Messages recommandés

Posté(e)

Just tested again ..... For me works with 0 problem

Posté(e) (modifié)
3 hours ago, jimmyuk86 said:

Im using GUN4IR. Demulshooter hooks and menu works fine for me, but when in game the reticule is stuck in the bottom left hand of the screen. Im using the following ahk script:

 

#SingleInstance Force

Run, E:\DemulShooter\DemulShooterX64.exe -target=windows -rom=bbhut

Run, "BBH.exe"

lbutton::
click
send, {enter down}
KeyWait, LButton
send, {enter up}
return

Escape::
    Process,Close,BBH.exe
    Run,taskkill /im "BBH.exe" /F
    Process,Close,DemulShooterX64.exe
    Run,taskkill /im "DemulShooterX64.exe" /F
sleep, 5000
       ExitApp
return

 

BBH.jpg

You can try setting Demulshooter 64 bit exe to run as admin and/or make sure bbh.exe is not set to run as admin. Maybe double check device IDs in DS GUI if that doesn't work.

Modifié par cor094
Posté(e)

can you remove the gun without demul shooter?
the broken clicks thing is annoying I think they need to patch that ASAP.  

Posté(e)
2 hours ago, Gtguy said:

the broken clicks thing is annoying I think they need to patch that ASAP.  

I wouldn't count on it. The last BBH PC game never even got a single update

Posté(e)
5 hours ago, johnz1 said:

I wouldn't count on it. The last BBH PC game never even got a single update


ok the cor094 script will do for now. 

Veuillez vous connecter pour commenter

Vous pourrez laisser un commentaire après vous êtes connecté.



Connectez-vous maintenant
×
×
  • CrĂ©er...