Jump to content

[Tuto] Operation G.H.O.S.T. : Info and use


Guest linglang

Recommended Posts

Guest POPO69

Salut tous.

Ci joint la procedure pour aue ca marche nickel avec teknoparrot sans passer par GH permettant dactiver en plus les output pour retour de force

 

Link to comment
Share on other sites

  • 4 months later...

can someone help me with a f1+Control code to add to my script that will work for the coins i wanna run this as a standalone and want to map my coin button TIA

 

 

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.


Run, "ring_loader.exe"

^<F1::1

Esc::
    Process, Close, ring_loader.exe
    Process, Close, gs2.exe
    Run,taskkill /im "ring_loader.exe" /F
    Run,taskkill /im "AutoHotkey.exe" /F
    ExitApp
return

 

Link to comment
Share on other sites

  • 3 months later...

Hi,

 

I try to play OG and I run via this bat

 


Start D:\LaunchBox\Demulshooter\DemulShooter.exe -target=ringwide -rom=og
Start D:\LaunchBox\nomousy\nomousy.exe /hide
Start /wait E:\Games\Teknoparrot\Operation_G.H.O.S.T\gs2.exe
Start D:\LaunchBox\nomousy\nomousy.exe

 

The game launch good but my button doesn't recognize and the default ones too.

 

I try to push 1 to put credit but nothing happen

 

Someone can help me?

 

Thx

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...