Skip to content

Commit

Permalink
Update Abyss Lib Example.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
weakhoes authored Mar 13, 2023
1 parent 10029bf commit f293c69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Abyss Lib/Abyss Lib Example.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--Credit to xz#1111 for source
local Ui = loadstring(game:HttpGet("https://raw.githubusercontent.com/drillygzzly/Other/main/abyssoruce%40eayz.lua"))()
local Ui = Library

Expand Down Expand Up @@ -99,4 +100,4 @@ Section1:Button({
Window:AddSettingsTab()
Window:SwitchTab(Tab1)
Window.ToggleAnime(false)
LoadTime = math.floor((tick() - LoadTime) * 1000)
LoadTime = math.floor((tick() - LoadTime) * 1000)

0 comments on commit f293c69

Please sign in to comment.