_G.ToggleColor = Color3.fromRGB(255,0,0) _G.ButtonColor = Color3.fromRGB(85,255,255) _G.SliderColor = Color3.fromRGB(0,0,255) local library = loadstring(game:HttpGet(('https://pastebin.com/raw/6uhPtizd')))() local w = library:CreateWindow("Boku No Roblox") local b = w:CreateFolder("Main") local a = w:CreateFolder("Settings") b:Label("AutoFarm",Color3.fromRGB(38,38,38),Color3.fromRGB(0,216,111)) b:Button("LoadGui",function() loadstring(game:HttpGet(('https://pastebin.com/raw/R1vA1jee')))() -- Credits to the GUI Owner :) end) b:Button("RemoveRemotes",function() local a = game:GetService("ReplicatedStorage")["ExploitKick"] local b = game:GetService("ReplicatedStorage")["DetectBan"] local c = game:GetService("ReplicatedStorage")["Watch"] local d = game:GetService("ReplicatedStorage") a:Destroy() b:Destroy() c:Destroy() d.PermItems.PBan:Destroy() d.PermItems.Ban:Destroy() d.PermItems.SendPBanCon:Destroy() end) b:Button("Anti-Afk",function() local VirtualUser=game:service'VirtualUser' game:service'Players'.LocalPlayer.Idled:connect(function() VirtualUser:CaptureController() VirtualUser:ClickButton2(Vector2.new()) end) print'> Running <' end) a:DestroyGUI()