Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Captain ALM Command Console Release 1.0.5.2

Latest
Compare
Choose a tag to compare
@Captain-ALM Captain-ALM released this 23 Jun 23:02
· 1 commit to master since this release

Fix API issues for checking output text equality (Now only checks the string).
Fix the logging, clipboard and thread stopping system.

Check the following commits for more information:
84bcf2a (1.0.5.0)
84b46d5 (1.0.5.1)
e750ddb (1.0.5.2)

This has a completed GUI with colour capability.
Has a full set of commands and a command buffer accessible via alt+up or alt+down.

Has an api library which you can reference in your own projects to create libraries for this program.
The libraries can contain your own commands and syntaxes.
It has a full on hooking system as well.

Just reference the dll, have no class constructor and have a function that has the SetupMethod Attribute and returns a LibrarySetup object, make sure to reference the API library cnsrapi.dll in your library project.

Check the Wiki For More Information!