Auto-deploy: Update bundled Lua script
This commit is contained in:
34
main.luau
34
main.luau
@@ -2429,16 +2429,18 @@ local ar={}function ar.start()print'[LOG] Loading Obsidian Library...'local as=a
|
|||||||
Options print'[LOG] Setting up UI color scheme...'at.Scheme.AccentColor=Color3.fromRGB(72,165,255)at.Scheme.
|
Options print'[LOG] Setting up UI color scheme...'at.Scheme.AccentColor=Color3.fromRGB(72,165,255)at.Scheme.
|
||||||
BackgroundColor=Color3.fromRGB(10,12,18)at.Scheme.MainColor=Color3.fromRGB(17,22,31)at.Scheme.OutlineColor=Color3.
|
BackgroundColor=Color3.fromRGB(10,12,18)at.Scheme.MainColor=Color3.fromRGB(17,22,31)at.Scheme.OutlineColor=Color3.
|
||||||
fromRGB(42,50,66)print'[LOG] Creating main window...'local av=at:CreateWindow(ag.Window)print
|
fromRGB(42,50,66)print'[LOG] Creating main window...'local av=at:CreateWindow(ag.Window)print
|
||||||
'[LOG] Adding tabs to window...'local aw={ESP=av:AddTab('ESP','rbxassetid://6031071053'),Player=av:AddTab('Player',
|
'[LOG] Adding tabs to window...'print('[DEBUG] Window object:',av)local aw={ESP=av:AddTab('ESP',
|
||||||
'rbxassetid://6031071508'),Aimbot=av:AddTab('Aimbot','rbxassetid://6031071320'),ItemSpawner=av:AddTab('Item Spawner',
|
'rbxassetid://6031071053'),Player=av:AddTab('Player','rbxassetid://6031071508'),Aimbot=av:AddTab('Aimbot',
|
||||||
'rbxassetid://6031071146'),Visual=av:AddTab('Visual','rbxassetid://6031071569'),Utils=av:AddTab('Utils',
|
'rbxassetid://6031071320'),ItemSpawner=av:AddTab('Item Spawner','rbxassetid://6031071146'),Visual=av:AddTab('Visual',
|
||||||
'rbxassetid://6031071626'),Fly=av:AddTab('Fly','rbxassetid://6031071087'),Noclip=av:AddTab('Noclip',
|
'rbxassetid://6031071569'),Utils=av:AddTab('Utils','rbxassetid://6031071626'),Fly=av:AddTab('Fly',
|
||||||
'rbxassetid://6031071453'),['UI Settings']=av:AddTab('UI Settings','rbxassetid://6031071591')}print
|
'rbxassetid://6031071087'),Noclip=av:AddTab('Noclip','rbxassetid://6031071453'),['UI Settings']=av:AddTab('UI Settings',
|
||||||
'[LOG] Building ESP tab...'ah.build(at,aw)print'[LOG] Building Player tab...'ak.build(at,aw)print
|
'rbxassetid://6031071591')}print('[DEBUG] Tabs table created with',#aw,'entries')print'[LOG] Building ESP tab...'ah.
|
||||||
'[LOG] Building Aimbot tab...'al.build(at,aw)print'[LOG] Building Item Spawner tab...'am.build(at,aw)print
|
build(at,aw)print'[LOG] Building Player tab...'ak.build(at,aw)print'[LOG] Building Aimbot tab...'al.build(at,aw)print
|
||||||
'[LOG] Building Visual tab...'an.build(at,aw)print'[LOG] Building Utils tab...'ao.build(at,aw)print
|
'[LOG] Building Item Spawner tab...'am.build(at,aw)print'[LOG] Building Visual tab...'an.build(at,aw)print
|
||||||
'[LOG] Building Fly tab...'ai.build(at,aw)print'[LOG] Building Noclip tab...'aj.build(at,aw)print
|
'[LOG] Building Utils tab...'ao.build(at,aw)print'[DEBUG] Utils tab built successfully'print'[LOG] Building Fly tab...'
|
||||||
'[LOG] Building UI Settings tab...'ap.build(at,aw,au)print'[LOG] All tabs initialized successfully'print
|
ai.build(at,aw)print'[DEBUG] Fly tab built successfully'print'[LOG] Building Noclip tab...'aj.build(at,aw)print
|
||||||
|
'[DEBUG] Noclip tab built successfully'print'[LOG] Building UI Settings tab...'ap.build(at,aw,au)print
|
||||||
|
'[DEBUG] UI Settings tab built successfully'print'[LOG] All tabs initialized successfully'print
|
||||||
'[LOG] Obsidian Admin Panel ready!'end return ar end)()end,[12]=function()local aa,ab,ac=a(12)local ad return(function(
|
'[LOG] Obsidian Admin Panel ready!'end return ar end)()end,[12]=function()local aa,ab,ac=a(12)local ad return(function(
|
||||||
...)local ae,af='rbxasset://textures/ui/GuiImagePlaceholder.png',{'radar','feather','layers','sliders','sparkles',
|
...)local ae,af='rbxasset://textures/ui/GuiImagePlaceholder.png',{'radar','feather','layers','sliders','sparkles',
|
||||||
'target','wind','shield','palette','monitor','bolt','brush','book-open','wand-sparkles'}local ag={Icons=af}function ag.
|
'target','wind','shield','palette','monitor','bolt','brush','book-open','wand-sparkles'}local ag={Icons=af}function ag.
|
||||||
@@ -3662,12 +3664,12 @@ Brightness=1 ah:Notify{Title='Night Vision',Description='Effekte entfernt.',Time
|
|||||||
do table.insert(af.Icons,ag)end function af.GetAsset(ag)local ah=tostring(ag):lower()local ai,aj=ah,ah if not ah:match
|
do table.insert(af.Icons,ag)end function af.GetAsset(ag)local ah=tostring(ag):lower()local ai,aj=ah,ah if not ah:match
|
||||||
'^lucide%-'then ai='lucide-'..ah else aj=ah:gsub('^lucide%-','')end local ak=ae[ah]or ae[ai]or ae[aj]if ak==nil then
|
'^lucide%-'then ai='lucide-'..ah else aj=ah:gsub('^lucide%-','')end local ak=ae[ah]or ae[ai]or ae[aj]if ak==nil then
|
||||||
return nil end return{Url=ak,ImageRectOffset=Vector2.zero,ImageRectSize=Vector2.zero,Custom=false}end return af end)()
|
return nil end return{Url=ak,ImageRectOffset=Vector2.zero,ImageRectSize=Vector2.zero,Custom=false}end return af end)()
|
||||||
end},{{1,1,{'waxbundle'},{{2,4,{'BundleEntry'}},{9,2,{'ObsidianLibrary.d'}},{8,2,{'ObsidianLibrary'}},{7,2,{'MainModule'
|
end},{{1,1,{'waxbundle'},{{6,2,{'Loader'}},{9,2,{'ObsidianLibrary.d'}},{2,4,{'BundleEntry'}},{10,1,{'ObsidianUI'},{{13,2
|
||||||
}},{3,2,{'Init'},{{4,2,{'ObsidianLibrary.d'}},{5,2,{'ObsidianLibrary'}}}},{10,1,{'ObsidianUI'},{{11,2,{'Bootstrap'}},{18
|
,{'UIConfig'}},{14,1,{'scripts'},{{17,2,{'NoclipController'}},{16,2,{'FlyController'}},{15,2,{'CustomESP'}}}},{11,2,{
|
||||||
,1,{'tabs'},{{28,2,{'UtilsTab'}},{27,2,{'UISettingsTab'}},{22,2,{'FlyTab'}},{29,2,{'VisualTab'}},{21,2,{'ESPTab'}},{20,2
|
'Bootstrap'}},{12,2,{'FallbackIcons'}},{30,1,{'utils'},{{31,2,{'icons'}}}},{18,1,{'tabs'},{{20,2,{'AutoFarmTab'}},{24,2,
|
||||||
,{'AutoFarmTab'}},{25,2,{'MainTab'}},{24,2,{'LocalTab'}},{26,2,{'NoclipTab'}},{23,2,{'ItemSpawnerTab'}},{19,2,{
|
{'LocalTab'}},{23,2,{'ItemSpawnerTab'}},{27,2,{'UISettingsTab'}},{21,2,{'ESPTab'}},{26,2,{'NoclipTab'}},{19,2,{
|
||||||
'AimbotTab'}}}},{14,1,{'scripts'},{{17,2,{'NoclipController'}},{15,2,{'CustomESP'}},{16,2,{'FlyController'}}}},{12,2,{
|
'AimbotTab'}},{25,2,{'MainTab'}},{28,2,{'UtilsTab'}},{29,2,{'VisualTab'}},{22,2,{'FlyTab'}}}}}},{7,2,{'MainModule'}},{8,
|
||||||
'FallbackIcons'}},{13,2,{'UIConfig'}},{30,1,{'utils'},{{31,2,{'icons'}}}}}},{6,2,{'Loader'}}}}},'0.4.2','WaxRuntime',
|
2,{'ObsidianLibrary'}},{3,2,{'Init'},{{5,2,{'ObsidianLibrary'}},{4,2,{'ObsidianLibrary.d'}}}}}}},'0.4.2','WaxRuntime',
|
||||||
string,task,setmetatable,error,next,table,unpack,coroutine,script,type,require,pcall,tostring,tonumber,_VERSION local au
|
string,task,setmetatable,error,next,table,unpack,coroutine,script,type,require,pcall,tostring,tonumber,_VERSION local au
|
||||||
,av,aw,ax,ay,az,aA=aj.insert,aj.remove,aj.freeze or function(au)return au end,al.wrap,ae.sub,ae.match,ae.gmatch if as
|
,av,aw,ax,ay,az,aA=aj.insert,aj.remove,aj.freeze or function(au)return au end,al.wrap,ae.sub,ae.match,ae.gmatch if as
|
||||||
and ay(as,1,4)=='Lune'then local aB,aC=ap(ao,'@lune/task')if aB and aC then af=aC end end local aB=af and af.defer local
|
and ay(as,1,4)=='Lune'then local aB,aC=ap(ao,'@lune/task')if aB and aC then af=aC end end local aB=af and af.defer local
|
||||||
|
|||||||
Reference in New Issue
Block a user