Skip to content

rekitrelt/LuaULocalScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaULocalScripts

Disguise yourself as someone else; alias

local config = [[
  fakeplr = 1
  plricon = "" -- image id
  plremoji = "" --  for verified
]]
loadstring(config..game:HttpGet("https://raw.githubusercontent.com/rekitrelt/LuaULocalScripts/main/alias.lua"))()

VSCode exec Celery install

(I did not make this VSCode plugin, only modified the autoexec script):

  1. Install the Roblox WS Server extension for Visual Studio Code from the Visual Studio Marketplace

  2. 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)

fix cryptic mobile executor for emulator

loadstring(game:HttpGet("https://raw.githubusercontent.com/rekitrelt/LuaULocalScripts/main/fix%20cryptic.lua"))()

MuMuPlayer_4MHDbNh5X2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages