- -- Main Booting
- local Rayfield = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Rayfield/main/source'))()
- -- Window Create
- local Window = Rayfield:CreateWindow({
- Name = "Bedwars Anticheat Fighter V4",
- LoadingTitle = "Loading Anticheat Fighter...",
- LoadingSubtitle = "Version 4.0 Beta",
- ConfigurationSaving = {
- Enabled = true,
- FolderName = V4AnticheatFighter, -- Create a custom folder for your hub/game
- FileName = "V4NACFR"
- },
- Discord = {
- Enabled = true,
- Invite = "v8yzRCg7zU", -- The Discord invite code, do not include discord.gg/
- RememberJoins = true -- Set this to false to make them join the discord every time they load it up
- },
- KeySystem = true, -- Set this to true to use our key system
- KeySettings = {
- Title = "Bedwars Anticheat Fighter V4",
- Subtitle = "Secure Key System",
- Note = "Enter the key that Owner gave.",
- FileName = "V4NormalKeys",
- SaveKey = false,
- GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
- Key = "30293029di19dJkdoMIIIlLll193ksad44"
- }
- })
- -- Testing Tab
- local Tab = Window:CreateTab("Main") -- Title, Image
- local Section = Tab:CreateSection("Main")
- local Button = Tab:CreateButton({
- Name = "Auto Win(use with Killaura)",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/T2auu8vQ"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "KillAura",
- Callback = function()
- local player = game:GetService("Players")
- local lplr = player.LocalPlayer
- local cam = workspace.CurrentCamera
- local KnitClient = debug.getupvalue(require(lplr.PlayerScripts.TS.knit).setup, 6)
- local SwordCont = KnitClient.Controllers.SwordController
- local aura = false
- local DistVal = {["Value"] = 14}
- function Aura()
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Character and v.Name ~= game.Players.LocalPlayer.Name and v.Character:FindFirstChild("HumanoidRootPart") then
- local mag = (v.Character.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude
- if mag <= DistVal["Value"] and v.Team ~= game.Players.LocalPlayer.Team and v.Character:FindFirstChild("Humanoid") then
- if v.Character.Humanoid.Health > 0 then
- aura = true
- SwordCont:swingSwordAtMouse()
- end
- end
- end
- end
- end
- game:GetService("RunService").Stepped:connect(function()
- Aura()
- end)
- end
- })
- local Button = Tab:CreateButton({
- Name = "BedTp(Only Work 2 Times)",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/XG5xMjqR"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Better Partial Disabler(WIP)",
- Callback = function()
- Rayfield:Notify({
- Title = "This Module is Work in Progress!",
- Content = "Unfinished Module",
- Duration = 5.5,
- Image = 4483362458,
- Actions = { -- Notification Buttons
- Ignore = {
- Name = "Okay!",
- Callback = function()
- print("The user tapped Okay!")
- end
- },
- },
- })
- end,
- })
- local Button = Tab:CreateButton({
- Name = "MultiAura V3",
- Callback = function()
- Rayfield:Notify({
- Title = "Enabled Module!",
- Content = "MultiAura V3",
- Duration = 5.5,
- Image = 4483362458,
- Actions = { -- Notification Buttons
- Ignore = {
- Name = "Okay!",
- Callback = function()
- print("The user tapped Okay!")
- end
- },
- },
- })
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Instant Break Block/Bed",
- Callback = function()
- Rayfield:Notify({
- Title = "Warning!",
- Content = "You Need a Diamond Axe to Let This Work! Use the Diamond Axe When Break Beds!",
- Duration = 20,
- Image = 4483362458,
- Actions = { -- Notification Buttons
- Ignore = {
- Name = "Okay!",
- Callback = function()
- print("The user tapped Okay!")
- end
- },
- },
- })
- end,
- })
- -- Other Tab
- local Tab = Window:CreateTab("Other") -- Title, Image
- local Section = Tab:CreateSection("Other")
- local Button = Tab:CreateButton({
- Name = "Infinite Yield",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Vape V4",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "AutoClicker",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/JustEzpi/ROBLOX-Scripts/main/ROBLOX_AutoClicker", true))()
- end,
- })
Recent Pastes