From 7dfea723279710fd10f6a9f23b1804caade0886c Mon Sep 17 00:00:00 2001 From: pizzaboxer <41478239+pizzaboxer@users.noreply.github.com> Date: Sat, 22 Jan 2022 18:49:47 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 616495e..98dda17 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +> `> RobloxApp.exe -jobId ExampleJobId` - Should open an output console +> Run `print(game.jobId)` - Should print "ExampleJobId" in the console From d4cb0847a46a387fcc825d2f9082774e70bdc186 Mon Sep 17 00:00:00 2001 From: pizzaboxer <41478239+pizzaboxer@users.noreply.github.com> Date: Sun, 23 Jan 2022 23:17:52 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98dda17..9fedde0 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,6 @@ 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` - Test trust check: > Insert a new brick with decal > Try setting decal ID to http://tadah.rocks - Should succeed @@ -15,6 +12,9 @@ Test signature check: > Run `loadfile("rbxasset://signatureinvalid.txt")()` - Should throw an exception > Run `loadfile("rbxasset://signatureoverflow.txt")()` - Should throw an exception +Test command line parameter reimplementation (2010/2011 builds only): +> `> RobloxApp.exe -a http://polygondev.pizzaboxer.xyz/login/negotiate.ashx -t 0 -j http://polygondev.pizzaboxer.xyz/game/visit.ashx` + 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