What is Moss ? › Forums › Beta and updates › automated beta
- This topic has 2 replies, 2 voices, and was last updated 3 years, 1 month ago by
ADM_nohope.
-
AuthorPosts
-
December 11, 2017 at 11:22 pm #2718
ADM_nohope
Keymastera new beta is available : it can be controlled by a command line
moss.exe GAMECODE
will start moss and monitor the game , when player stopsit, moss autoclose and update the registry with last file name :
HKEY_CURRENT_USER\Software\Nohope92\Moss
LAST_LOG value contains the path to fileto start moss :
LAST_PATH value contains the path to moss.exeGAMECODEs available are :
Crossfire CROSSFIRE
PointBlank POINTBLANK
Generic Game GENERIC
CombatArms COMBATARMS
Skill Special Force SKIL
BattleField 2 BF2
CS2D CS2D
Alliance of Valiant Arms AVA
Blackshot BLACKSHOT
Ghost Recon GHOSTRECON
WARFACE WARFACE
AAPG AAPG
Enemy Territory ET
Phantomers PHANTOMERS
F.E.A.R F.E.A.R
Vietcong VIETCONG
Soldier Front SOLDIERFRONT
Nosgoth NOSGOTH
COD MW3 MW3
COD 4 COD4
COD BO CODBO
COD BO II CODBOII
Metro Conflict MC
test Game Test
Flash Game FLASHPLAYER
Rainbow Six R6
BattleField 4 BF4
Counter-Strike: Global Offensive CSGO
Black Ops 3 CODBOIII
Soldier of Fortune SOF
Modern Warfare 2 MW2
Insurgency INSURGENCY
Dirty Bomb DIRTYBOMB
Counter Strike 1.6 cs16
Counter Strike 1.6 CS16
Call Of Duty 2 COD2
Rocket League ROCK
Paladins PALA
Zula ZULA
Delta Force Black Hawk Down DFBHD
Line of Sight LOS
Star Citizen STAR
Call of Duty : Modern Warfare Remastered MWR
Armored Warfare AWF
Sniper Elite SNI
Aliens versus Predator AVP
BattleField 1 BF1
Rising Storm 2 RS2
Call Of Duty 1.1 COD1
Black Squad BSQD
PlayerUnknown’s Battlegrounds PUBG
H1Z1 : King of the Kill H1Z1
Fortnite FORT
Call of Duty: WWII CODWW2-
This topic was modified 3 years, 1 month ago by
ADM_nohope.
December 12, 2017 at 1:05 pm #2720Jakovec12
ParticipantKinda confused here. Where do i put that GAMECODE for example for COD4? Screenshots if possible.
December 12, 2017 at 7:51 pm #2721ADM_nohope
Keymasterthe simple way is : MOSS COD4
the advanced way is(pseudocode):
// get moss location
mossprocess = RegQueryValue(HKEY_CURRENT_USER,”Software\\Nohope92\\Moss”, LAST_PATH)
// start Moss
createprocess(mossprocess+GAMECODE)
// wait moss stops
while isrunning(mossprocess)
// get Zip file path
mosslog = RegQueryValue(HKEY_CURRENT_USER,”Software\\Nohope92\\Moss”, LAST_LOG)
// post file
postsomewhere(mosslog ) -
This topic was modified 3 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.