Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- 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 chat = game:GetService("TextChatService").TextChannels.RBXSystem
- cmdsOnce = {";delcubes a", ";fog nan", ";delclones a", ";maptide nan", ";mapsize nan", ";seatide nan", ";seasize nan", ";colorless", ";myopic o"}
- cmds1 = {";reset me", ";clearinv o", ";freeze o", ";blind o", ";reset me", ";mute o", ";fat o", ";clone o", ";reset me"}
- cmds2 = {";reset me", ";clearinv o", ";freeze o", ";blind o", ";reset me", ";mute o", ";jail o", ";explode o inf", ";reset me"}
- local ver = "1.3"
- local ison = false
- local del = 1
- local ls = false
- local al = nil
- local hyp = getgenv().hyperion
- local Window = Rayfield:CreateWindow({
- Name = "Server Abuser",
- Icon = 0,
- LoadingTitle = "version " .. ver,
- LoadingSubtitle = "skidded scripts",
- Theme = "Default",
- ConfigurationSaving = {
- Enabled = true,
- FileName = "ServerAbuserConfig"
- }
- })
- local function noti(a, b, c)
- Rayfield:Notify({
- Title = a,
- Content = b,
- Duration = c
- })
- end
- noti("WARN⚠️", "Enlighten is needed!", 5)
- local Tab = Window:CreateTab("abuse", 4483362458)
- Tab:CreateToggle({
- Name = "abuse",
- CurrentValue = false,
- Callback = function(s)
- ison = s
- noti("toggled abuse", "toggled to " .. tostring(ison), 1.5)
- if ison then
- for i = 1, #cmdsOnce do
- task.wait(0.15)
- chat:SendAsync(cmdsOnce[i])
- end
- al = coroutine.create(function()
- while ison do
- local cmds = ls and cmds1 or cmds2
- for i = 1, #cmds do
- if not ison then break end
- task.wait(del)
- chat:SendAsync(cmds[i])
- end
- end
- end)
- coroutine.resume(al)
- end
- end
- })
- Tab:CreateToggle({
- Name = "lag server (clone and fat)",
- CurrentValue = false,
- Callback = function(a)
- ls = a
- noti("Lag Server", "Toggled to " .. tostring(ls), 2)
- if ls then
- local cf = game:GetService("Workspace").Clones
- for _, clone in pairs(cf:GetChildren()) do
- if clone:IsA("Model") then
- clone:Destroy()
- end
- end
- end
- end
- })
- Tab:CreateSlider({
- Name = "Delay",
- Range = {0.01, 1},
- Increment = 0.01,
- CurrentValue = 0.2,
- Callback = function(val)
- del = val
- noti("Delay set", "Current delay: " .. tostring(val), 1)
- end,
- })
- if not hyp or hyp == nil then
- noti("this script will no longer be updated, use Hyperion. (by user_ in scriptblox.com)")
- elseif hyp then
- noti("use hyperion, closing script...")
- task.wait(3)
- Rayfield:Destroy()
- end
Advertisement
Add Comment
Please, Sign In to add comment