Advertisement
A_GUES

Laundry Simulator script

Jul 19th, 2023
1,643
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. local MainDir = 'Bloxain'
  2. _G.BloxainSettings = {Version = '0.7', Path = MainDir, Games = MainDir..'/Games', Modules = MainDir..'/Modules', WebAddress = 'https://raw.githubusercontent.com/bloxain/Roblox/main/', OldUpdate = MainDir..'/Update.JSON'}
  3. local Modules = _G.BloxainSettings.Modules
  4. local WebAddress = _G.BloxainSettings.WebAddress
  5. pcall(function() loadstring(syn.request({Url = WebAddress..Modules..'/Updater.lua', Method = "GET"}).Body)() end)
  6. loadstring(readfile(Modules..'/Game_Finder.lua'))()
  7.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement