Nom Your Friends

Brand new script, expect bugs.
Main Tab
- Uneatenable
Humanoid Tab
- Walkspeed (limit : 1000)
Misc Tab
- Destroy script
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "Wifi's Exploit Script",
Icon = 71063274636401,
LoadingTitle = "Loading...",
LoadingSubtitle = "Regardless, IstealedurWIFI0",
Theme = "Ocean",
ToggleUIKeybind = "P",
DisableRayfieldPrompts = false,
DisableBuildWarnings = false,
ConfigurationSaving = {
Enabled = true,
FolderName = nil,
FileName = "ConfigurationFile"
},
KeySystem = false,
KeySettings = {
Title = "Script's Key",
Subtitle = "Key System",
Note = "Brand new script so no key method yet, ask the owner for the key.",
FileName = "Key",
GrabKeyFromSite = false,
Key = {"nyfsucksgang"}
}
})
Rayfield:Notify({
Title = "Wifi's Exploit Script Notification",
Content = "I apperciate you for using my script. Thank you!",
Duration = 6.5,
Image = 71063274636401,
})
local MainTab = Window:CreateTab("Main")
local Button = MainTab:CreateButton({
Name = "Uneatenable",
Callback = function()
local EatCaller = game.Player.LocalPLayer("EatCaller")
EatCaller:Destroy()
end,
})
local HumanTab = Window:CreateTab("Humanoid")
local Slider = HumanTab:CreateSlider({
Name = "Walkspeed",
Range = {16, 1000},
Increment = 1,
Suffix = "Speed Movement",
CurrentValue = 10,
Flag = "Slider1",
Callback = function(Value)
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoid = character:WaitForChild("Humanoid")
local defaultSpeed = 16
local speedMultiplier = Value
humanoid.WalkSpeed = defaultSpeed * speedMultiplier
end,
})
local MiscTab = Window:CreateTab("Misc")
local Button = MiscTab:CreateButton({
Name = "Destroy Script",
Callback = function()
Rayfield:Destroy()
end,
})
Leave a comment:
Comments


