-
Hi,
I asked this question on the Greyhack discord, but it got deleted for some reason. I get this message whenever I use MTX in the Steam stable release
`mtx > scan 164.228.248.184 80
[+] 16…
-
This doesn't affect Greybel at all, but it can completely hang a script in-game. It requires a certain amount of cyclic references - simply doing `Foo = {}; Foo.__isa = Foo` doesn't affect it at all. …
-
Uglify appears to handle 'globals' as a user-defined variable. When I build the following code with uglifiy:
`print globals`
the resulting uglified code is this:
`print(H)`
Greyhack then …
-
Greyhack v0.8
SeaShell v1.0.7
1. when running "ss".
Runtime error: key not found: 'get_name' not found in map [core line 185].
2. building the rainbow tables.
Runtime error: type error (while attem…
-
This works using greybel-js and greybel-vs
```
foo = 5
bar = 2
foo -= bar - 1
```
But it doesn't work properly when running on GreyHack, it ends up subtracting more than, in this case, 1. …
-
In order to work around GreyHack making the terminal have a spasm when my interactive terminal prompt is at the bottom of the screen, I deliberately emit the unclosed tag `` at the end of the `user_in…
-
After running the Greybel build to upload to a `local` game session, everything seems to have gone fine.
However, when attempting to open `FileExplorer.exe` in GreyHack, you simply get a dialog rea…
-
Depending on how you want to look at it, this is either a feature request, or a (minor) bug report:
In GreyHack, returned intrinsics such as `computer`, `file`, `shell` are all `map` objects which …
-
It would be great to have a support for MiniScipt files too.
Grey Script is based on MiniScript, and as far as I'm aware, it has no differences compared to the 2021 version of MiniScript.
A simp…
-
A few of the string functions have been replaced, in fact, `replace` has been replaced. `split`, `is_match` `replace_regex` and `matches` too.
They now use the C# Regex engine. I guess Javascript's…