local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/TheAbsolutionism/Wally-GUI-Library-V2-Remastered/main/Library%20Code", true))() local webhookcheck = is_sirhurt_closure and "Sirhurt" or pebc_execute and "ProtoSmasher" or syn and "Synapse X" or secure_load and "Sentinel" or KRNL_LOADED and "Krnl" or SONA_LOADED and "Sona" or "Free Executor" local plyr = game.Players.LocalPlayer.Name library.options.underlinecolor = 'rainbow' library.options.toggledisplay = 'Check' local Window = library:CreateWindow('sinsploit') local Label = Window:Label('User: ' .. plyr,(nil)) local Label = Window:Label('Exectuor: ' .. webhookcheck,(nil)) local Section = Window:Section('NIKELAND',(true)) local Button = Window:Button('auto farm',function() while true do local args = { [1] = "Basketball" } game:GetService("ReplicatedStorage").Nike_StartGame:InvokeServer(unpack(args)) wait(0.1) local args = { [1] = 100 } game:GetService("ReplicatedStorage").NikeGame_ThrowBasketball:FireServer(unpack(args)) end end)