--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Darknessvanes GUI hehe", LoadingTitle = "My mom forgot the casserole", LoadingSubtitle = "by Darknessvane hehe", ConfigurationSaving = { Enabled = false, FolderName = nil, -- Create a custom folder for your hub/game FileName = "Big Hub" }, Discord = { Enabled = false, Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD RememberJoins = true -- Set this to false to make them join the discord every time they load it up }, KeySystem = false, -- Set this to true to use our key system KeySettings = { Title = "Put the key in bitch", Subtitle = "Key System", Note = "f u", FileName = "bro", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file SaveKey = false, -- The user's key will be saved, but if you change the key, they will be unable to use your script GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from Key = {"pp"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22") } }) local MainTab = Window:CreateTab("Trolls", nil) -- Title, Image local MainSection = MainTab:CreateSection("Admin commands") Rayfield:Notify({ Title = "Heads up", Content = "You dont want to abuse this shit", Duration = 5, Image = nil, Actions = { -- Notification Buttons Ignore = { Name = "Fuck you", Callback = function() print("The user tapped Fuck you!") end }, }, }) local Button = MainTab:CreateButton({ Name = "Kill All (you have to click ;)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))(); end, }) local Slider = MainTab:CreateSlider({ Name = "Walk speed", Range = {0, 300}, Increment = 1, Suffix = "speed", CurrentValue = 16, Flag = "Slider1", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps Callback = function(Value) game.Players.localPlayer.Character.Humanoid.WalkSpeed = (Value) end, }) local AdminTab = Window:CreateTab("Admin", nil) -- Title, Image local Section = AdminTab:CreateSection("Admin Commands") local Button = AdminTab:CreateButton({ Name = "Infinite Yield", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end, }) local Button = AdminTab:CreateButton({ Name = "Anti AFK by me ofc", Callback = function() wait(0.5)local ba=Instance.new("ScreenGui") local ca=Instance.new("TextLabel")local da=Instance.new("Frame") local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52) ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti AFK Script"ca.TextColor3=Color3.new(0,1,1) ca.TextSize=22;da.Parent=ca da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0) da.Size=UDim2.new(0,370,0,107)_b.Parent=da _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0) _b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="made by darknessvane " _b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377,0) ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active" ab.TextColor3=Color3.new(0,1,1)ab.TextSize=20;local bb=game:service'VirtualUser' game:service'Players'.LocalPlayer.Idled:connect(function() bb:CaptureController()bb:ClickButton2(Vector2.new()) ab.Text="Roblox tried to kick u but i kicked him instead"wait(2)ab.Text="Status : Active"end) end, }) local Button = AdminTab:CreateButton({ Name = "Resteraunt tycoon 2 script", Callback = function() local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))() local w = library:CreateWindow("Restaurant Tycoon 2") local b = w:CreateFolder("Main") b:Button("Player Instant Cook",function() local Cooking = game.Players.LocalPlayer.PlayerScripts.CookingNew local CookProgress = require(Cooking.CookProgress) local MultiClick = require(Cooking.InputDetectors.MultiClick) local MouseMovement = require(Cooking.InputDetectors.MouseMovement) local MouseSpin = require(Cooking.InputDetectors.MouseSpin) local run = CookProgress.run CookProgress.run = function(...) local ARGS = {...} ARGS[3] = 0 return run(unpack(ARGS)) end MultiClick.start = function(...) ({...})[3]() end MouseMovement.start = function(...) ({...})[3]() end MouseSpin.start = function(...) ({...})[3]() end end) b:Button("Auto Collect Money",function() warn("Requiring API")do loadstring(game:HttpGet("https://pastebin.com/raw/KMc6aBky"))(); end warn("API Loaded") local child = object.child local descendant = object.descendant local check = object.check local Tycoon = game.Players.LocalPlayer.Tycoon.Value descendant.foreach(Tycoon.Items.OftenFiltered.Surface,"Bill",function(Bill) local Settings = { ["name"] = "CollectBill", ["model"] = Bill.Parent } game.ReplicatedStorage.Events.ClientTycoonInput:FireServer(Tycoon,Settings) end) local Connection,Code = descendant.on_add(Tycoon.Items.OftenFiltered.Surface,function(Bill) check.it(Bill.Name == "Bill",function() local Settings = { ["name"] = "CollectBill", ["model"] = Bill.Parent } game.ReplicatedStorage.Events.ClientTycoonInput:FireServer(Tycoon,Settings) end) end) end) b:Button("NPC Cook & Reach",function() local chiefInstantCook = true local npcReach = true local Client = game.Players.LocalPlayer local PS = Client.PlayerScripts local Module = require(PS.ClientMain.Replications.Workers.WalkDummy) local Worker = require(PS.CookingNew.WorkerComponents.WorkerDefault) local M1 = require(PS.ClientMain.Replications.Customers.GetNPCFolder) if npcReach then hookfunction(Module,function() return task.wait() end) end if chiefInstantCook then Worker.event = function(...) local args = {...} local npc = M1.GetNPCFolder(args[1]).ClientWorkers:FindFirstChild(args[2]) local M2 = game.ReplicatedStorage.MiscModules.CookingSharedCharacter:FindFirstChild(args[4]) if M2 then require(M2).finishInteract(npc,args[3],args[4]) end return end end end) end, }) local Button = AdminTab:CreateButton({ Name = "Anti AFK SWF", Callback = function() local old_meta = getrawmetatable(game) local new_meta = old_meta.__namecall setreadonly(old_meta, false) old_meta.__namecall = function(a, ...) local arguments = {...} if getnamecallmethod() == "FireServer" and string.find(tostring(string.lower(a.Name)), "afk") then arguments[1] = false end return new_meta(a, unpack(arguments)) end end, }) local Button = AdminTab:CreateButton({ Name = "Speed hehe SWF Btw", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/LegoGameSploit/Roblox_Scripts/main/swflrel.lua"))() end, })