local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/TwiRwal/TwiWare/main/uilib.lua"))() local Window = Library.CreateLib("TITLE", "DarkTheme") local Tab = Window:NewTab("Dexter") local Section = Tab:NewSection("Skill") Section:NewButton("Move One", "ButtonInfo", function() -- Script generated by ShitSpy - credits to The FBI#0768 game:GetService("ReplicatedStorage").Characters.Dexter.Remotes.LiverBlows:FireServer() end) Section:NewButton("Move Two", "ButtonInfo", function() -- Script generated by ShitSpy - credits to The FBI#0768 game:GetService("ReplicatedStorage").Characters.Dexter.Remotes.Harpoon:FireServer() end) Section:NewButton("Move Three", "ButtonInfo", function() -- Script generated by ShitSpy - credits to The FBI#0768 game:GetService("ReplicatedStorage").Characters.Dexter.Remotes.Counter:FireServer() end) Section:NewButton("Move Four", "ButtonInfo", function() -- Script generated by ShitSpy - credits to The FBI#0768 game:GetService("ReplicatedStorage").Characters.Dexter.Remotes.Garrote:FireServer() end) Section:NewButton("Move E", "ButtonInfo", function() -- Script generated by ShitSpy - credits to The FBI#0768 game:GetService("ReplicatedStorage").Characters.Dexter.Remotes.M99:FireServer() end) Section:NewButton("Move Five", "ButtonInfo", function() -- Script generated by ShitSpy - credits to The FBI#0768 game:GetService("ReplicatedStorage").Characters.Dexter.Remotes.Finisher:FireServer() end)