Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local MainDir = 'Bloxain'
- _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'}
- local Modules = _G.BloxainSettings.Modules
- local WebAddress = _G.BloxainSettings.WebAddress
- pcall(function() loadstring(syn.request({Url = WebAddress..Modules..'/Updater.lua', Method = "GET"}).Body)() end)
- loadstring(readfile(Modules..'/Game_Finder.lua'))()
Advertisement
Comments
-
- loadstring(game:HttpGet(('https://pastebin.com/raw/SzkYSQgN'),true))()
Add Comment
Please, Sign In to add comment
Advertisement