local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local PhantomForcesWindow = Library:NewWindow("Dazz Hub") local KillingCheats = PhantomForcesWindow:NewSection("Steal") KillingCheats:CreateButton("Inject Player", function() print("HI") end) KillingCheats:CreateTextbox("Target", function(text) print(text) end) KillingCheats:CreateTextbox("Amount of Robux", function(text) print(text) end) KillingCheats:CreateToggle("Start stealing robux!", function(value) print(value) end) local KillingCheats = PhantomForcesWindow:NewSection("Free Gamepass") KillingCheats:CreateTextbox("Name of Gamepass", function(text) print(text) end) KillingCheats:CreateButton("Inject Gamepass", function() print("HI") end) KillingCheats:CreateButton("Buy Gamepass!", function() print("HI") end) KillingCheats:CreateToggle("Spam Gamepass", function(value) print(value) end) local KillingCheats = PhantomForcesWindow:NewSection("Free Product") KillingCheats:CreateTextbox("Name of Product", function(text) print(text) end) KillingCheats:CreateButton("Inject Product", function() print("HI") end) KillingCheats:CreateButton("Buy Product!", function() print("HI") end) KillingCheats:CreateToggle("Spam Product", function(value) print(value) end) local KillingCheats = PhantomForcesWindow:NewSection("Spy Player") KillingCheats:CreateTextbox("Name of Player", function(text) print("h") end) KillingCheats:CreateButton("Inject Player", function() print("HI") end) KillingCheats:CreateButton("Join!", function() print("HI") end) local KillingCheats = PhantomForcesWindow:NewSection("Farm Options") KillingCheats:CreateTextbox("Target Text", function(text) print(text) end) KillingCheats:CreateToggle("Spam Text!", function(value) print(value) end) KillingCheats:CreateTextbox("Wait time", function(text) print(text) end) KillingCheats:CreateButton("Set Wait time", function() print("HI") end) KillingCheats:CreateTextbox("When player is near", function(text) print(text) end) KillingCheats:CreateToggle("Auto say Players name", function(value) print(value) end) KillingCheats:CreateButton("Set!", function() print("HI") end) local KillingCheats = PhantomForcesWindow:NewSection("Misc") KillingCheats:CreateTextbox("Speed", function(text) print(text) end) KillingCheats:CreateButton("Set Speed", function() print("HI") end) KillingCheats:CreateTextbox("JPower", function(text) print(text) end) KillingCheats:CreateButton("Set JPower", function() print("HI") end) KillingCheats:CreateTextbox("Spin Speed", function(text) print(text) end) KillingCheats:CreateToggle("Spin", function(value) print(value) end) local KillingCheats = PhantomForcesWindow:NewSection("Fake Dono") KillingCheats:CreateTextbox("Who Donated", function(text) print(text) end) KillingCheats:CreateTextbox("Who got robux", function(text) print(text) end) KillingCheats:CreateTextbox("Donators Id", function(text) print(text) end) KillingCheats:CreateTextbox("Amout of Robux", function(text) print(text) end) KillingCheats:CreateButton("Donate!", function() print("HI") end) KillingCheats:CreateToggle("Spam Donate!", function(value) print(value) end) local KillingCheats = PhantomForcesWindow:NewSection("Credits") KillingCheats:CreateButton("Nadir Youtube", function() print("HI") end) KillingCheats:CreateButton("AvtorScripts Youtube", function() print("HI") end) KillingCheats:CreateButton("Creator (ddadded) Youtube", function() print("HI") end) KillingCheats:CreateButton("Jeki Youtube", function() print("HI") end) KillingCheats:CreateButton("MRYes Youtube", function() print("HI") end)