Update README.md

This commit is contained in:
pizzaboxer 2022-01-22 18:49:47 +00:00 committed by GitHub
parent f4553679c3
commit 7dfea72327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ Manages DLLs for extending game client/server functionality
Based off [ndoesstuff/JoinScriptUrlImpl](https://github.com/ndoesstuff/JoinScriptUrlImpl) as per the MIT license
Test command line parameter reimplementation (2010/2011 only):
> RobloxApp.exe -a http://polygondev.pizzaboxer.xyz/login/negotiate.ashx -t 0 -j http://polygondev.pizzaboxer.xyz/game/visit.ashx
> `> RobloxApp.exe -a http://polygondev.pizzaboxer.xyz/login/negotiate.ashx -t 0 -j http://polygondev.pizzaboxer.xyz/game/visit.ashx`
Test trust check:
> Insert a new brick with decal
@ -12,9 +12,9 @@ Test trust check:
> Try setting decal ID to http://tadah.rocks@example.com - Should fail
Test signature check:
> Run loadfile("rbxasset://signatureinvalid.txt")() - Should throw an exception
> Run loadfile("rbxasset://signatureoverflow.txt")() - Should throw an exception
> Run `loadfile("rbxasset://signatureinvalid.txt")()` - Should throw an exception
> Run `loadfile("rbxasset://signatureoverflow.txt")()` - Should throw an exception
Test output and jobId (Arbiter builds only):
> RobloxApp.exe -jobId ExampleJobId - Should open an output console
> Run print(game.jobId) - Should print "ExampleJobId" in the console
> `> RobloxApp.exe -jobId ExampleJobId` - Should open an output console
> Run `print(game.jobId)` - Should print "ExampleJobId" in the console