local config = [[
fakeplr = 1
plricon = "" -- image id
plremoji = "" -- for verified
]]
loadstring(config..game:HttpGet("https://raw.githubusercontent.com/rekitrelt/LuaULocalScripts/main/alias.lua"))()
(I did not make this VSCode plugin, only modified the autoexec script):
-
Install the Roblox WS Server extension for Visual Studio Code from the Visual Studio Marketplace
-
Create a new text file in your executor's autoexec folder (the filename can be whatever) and put this code inside:
repeat task.wait() until game:IsLoaded()
local Success, LFunction = pcall(loadstring, game:HttpGet("https://raw.githubusercontent.com/rekitrelt/LuaULocalScripts/main/vscode.lua"))
spawn(LFunction)
loadstring(game:HttpGet("https://raw.githubusercontent.com/rekitrelt/LuaULocalScripts/main/fix%20cryptic.lua"))()