Skip to content

Commit

Permalink
Updated Text
Browse files Browse the repository at this point in the history
  • Loading branch information
esc0rtd3w committed May 16, 2016
1 parent 365b3e6 commit a30042a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 48 deletions.
49 changes: 25 additions & 24 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RealArcade Wrapper Killer Removes 60 Minute Demo Time Trials on RGS Files and Mo




▓▓▓▓▓▓▓ ▓▓▓▓▓ ▓▓▓▓▓
▓▓▓▓▓▓ ▓▓▓ ▓▓▓▓▓ ▓▓ ▓▓▓▓▓▓
▓▓▓▓▓ ▓▓▓▓▓▓ ▓▓ ▓▓ ▓▓▓▓▓▓▓▓ ▓▓▓▓▓ ▓▓▓ ▓▓▓▓ ▓▓ ▓▓▓▓
Expand Down Expand Up @@ -94,37 +95,37 @@ RealArcade Wrapper Killer Removes 60 Minute Demo Time Trials on RGS Files and Mo
partial support. This includes both stubs and RAR archives.

* A new service dubbed "AM Instant Service" has been found. I have
been testing some things and here is what I have so far:
been testing some things and here is what I have so far:

- You must trigger game launch using the GameHouse website.
- You must trigger game launch using the GameHouse website.

- Launching the EXE directly will result in the error webpage
that is embedded into the EXE, similar to the older RGA type.
- Launching the EXE directly will result in the error webpage
that is embedded into the EXE, similar to the older RGA type.

- There are no stubs used for these games.
- There are no stubs used for these games.

- A file named "GameHouse_GamePlayer.exe" is now downloaded
from the GH Download Server. This file is an installer that
silently installs to "Program Files" directory. The only file
that is extracted is "aminstantservice.exe". The uninstaller
is also present, but obviously not needed for the AM Server
to work properly. This is actually a small server that runs
at IP address 127.0.0.1 on port 12072. There is no protection
on this file (nice one GH devs ;)), and therefore it is fairly
easy to manipulate the entire game process, from query info to
downloading, launching, timer control, basically all aspects.
- A file named "GameHouse_GamePlayer.exe" is now downloaded
from the GH Download Server. This file is an installer that
silently installs to "Program Files" directory. The only file
that is extracted is "aminstantservice.exe". The uninstaller
is also present, but obviously not needed for the AM Server
to work properly. This is actually a small server that runs
at IP address 127.0.0.1 on port 12072. There is no protection
on this file (nice one GH devs ;)), and therefore it is fairly
easy to manipulate the entire game process, from query info to
downloading, launching, timer control, basically all aspects.

- There are several EXE options that seem to not work, possibly
from missing arguments or proper formatting during my testing.
- There are several EXE options that seem to not work, possibly
from missing arguments or proper formatting during my testing.

- The default testing argument is "--console". This spawns a new
CMD window with the message "Started!" displayed. This allows
for launching without installing as a service or to the system.
- The default testing argument is "--console". This spawns a new
CMD window with the message "Started!" displayed. This allows
for launching without installing as a service or to the system.

- By sending special "GET" requests to the AM Micro Server, you
are able to do things such as download RFS files, extract RFS
files directly from GameHouse server, check installed games,
uninstall games, launch games, and more.
- By sending special "GET" requests to the AM Micro Server, you
are able to do things such as download RFS files, extract RFS
files directly from GameHouse server, check installed games,
uninstall games, launch games, and more.

* The newest file format is RFS. Very little is known about this
format currently. What is known, is that it is made by Activemark,
Expand Down
48 changes: 24 additions & 24 deletions release/cRypTiC.nfo
Original file line number Diff line number Diff line change
Expand Up @@ -82,37 +82,37 @@
partial support. This includes both stubs and RAR archives.

* A new service dubbed "AM Instant Service" has been found. I have
been testing some things and here is what I have so far:
been testing some things and here is what I have so far:

- You must trigger game launch using the GameHouse website.
- You must trigger game launch using the GameHouse website.

- Launching the EXE directly will result in the error webpage
that is embedded into the EXE, similar to the older RGA type.
- Launching the EXE directly will result in the error webpage
that is embedded into the EXE, similar to the older RGA type.

- There are no stubs used for these games.
- There are no stubs used for these games.

- A file named "GameHouse_GamePlayer.exe" is now downloaded
from the GH Download Server. This file is an installer that
silently installs to "Program Files" directory. The only file
that is extracted is "aminstantservice.exe". The uninstaller
is also present, but obviously not needed for the AM Server
to work properly. This is actually a small server that runs
at IP address 127.0.0.1 on port 12072. There is no protection
on this file (nice one GH devs ;)), and therefore it is fairly
easy to manipulate the entire game process, from query info to
downloading, launching, timer control, basically all aspects.
- A file named "GameHouse_GamePlayer.exe" is now downloaded
from the GH Download Server. This file is an installer that
silently installs to "Program Files" directory. The only file
that is extracted is "aminstantservice.exe". The uninstaller
is also present, but obviously not needed for the AM Server
to work properly. This is actually a small server that runs
at IP address 127.0.0.1 on port 12072. There is no protection
on this file (nice one GH devs ;)), and therefore it is fairly
easy to manipulate the entire game process, from query info to
downloading, launching, timer control, basically all aspects.

- There are several EXE options that seem to not work, possibly
from missing arguments or proper formatting during my testing.
- There are several EXE options that seem to not work, possibly
from missing arguments or proper formatting during my testing.

- The default testing argument is "--console". This spawns a new
CMD window with the message "Started!" displayed. This allows
for launching without installing as a service or to the system.
- The default testing argument is "--console". This spawns a new
CMD window with the message "Started!" displayed. This allows
for launching without installing as a service or to the system.

- By sending special "GET" requests to the AM Micro Server, you
are able to do things such as download RFS files, extract RFS
files directly from GameHouse server, check installed games,
uninstall games, launch games, and more.
- By sending special "GET" requests to the AM Micro Server, you
are able to do things such as download RFS files, extract RFS
files directly from GameHouse server, check installed games,
uninstall games, launch games, and more.

* The newest file format is RFS. Very little is known about this
format currently. What is known, is that it is made by Activemark,
Expand Down

0 comments on commit a30042a

Please sign in to comment.