--// best script

game.StarterGui:SetCore("SendNotification", {
    Title = "aimbot and esp and more"; -- Required. Has to be a string!
    Text = "ty for using xploitaim"; -- Required. Has to be a string!
    Icon = ""; -- Optional, defaults to "" (no icon)
    Duration = 5; -- Optional, defaults to 5 seconds
    Callback = bindableFunction; -- Optional, gets invoked with the text of the button the user pressed
    Button1 = "xploitaim epik?"; -- Optional, makes a button appear with the given text that, when clicked, fires the Callback if it's given
    Button2 = "yes it is epik"; -- Optional, makes another button appear with the given text that, when clicked, fires the Callback if it's given
})

local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()

local Window = Library.CreateLib("xploitaim", "DarkTheme")



local AimBotTab = Window:NewTab("aimbot")

local MainSection = AimBotTab:NewSection("Normal scripts")


MainSection:NewButton("owlhub (aimbot)", "ButtonInfo", function()
    loadstring(game:HttpGet("https://[Log in to view URL]"))();
end)

MainSection:NewButton("ESP (from wearedevs.net/scripts/ ", "esp is where it shows you where everyone is", function()
    loadstring(game:HttpGet("https://[Log in to view URL]"))();
end)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: