Manages DLLs for extending game client/server functionality
Go to file
lightbulblighter ef76a754f0
backwards compatibility
2022-06-04 03:30:16 -07:00
Detours Add Detours as a regular folder 2022-01-20 18:56:36 +00:00
PolygonClientUtilities backwards compatibility 2022-06-04 03:30:16 -07:00
.gitignore untrack build artifacts 2022-06-02 00:31:59 -07:00
PolygonDLLUtilities.sln Initial Code 2022-01-20 12:30:37 +00:00
README.md Update README.md 2022-01-23 23:17:52 +00:00

README.md

PolygonDLLUtilities

Manages DLLs for extending game client/server functionality

Based off ndoesstuff/JoinScriptUrlImpl as per the MIT license

Test trust check:

Insert a new brick with decal
Try setting decal ID to http://tadah.rocks - Should succeed
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

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