print 'Script Made By the0man0of0man Enjoy It'
print '------------[ THIS SCRIPT IS MADE BY the0man0of0man or the0man0of0_alt OTHER ACCOUNT ARE FAKE SO DONT BE DUMB AND TRUST THEM SO SUBCRIBEEEE https://[Log in to view URL]'


--[SPECIAL THING]

spamming = false
spammingpm = false

--[UI]

local main = Instance.new("ScreenGui")
local frame = Instance.new("Frame")
local close = Instance.new("TextButton")

main.Name = "main"
main.Parent = game.CoreGui

frame.Name = "frame"
frame.Parent = main
frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
frame.BorderSizePixel = 3
frame.Postion = UDim2.new(0,3,0.3,0)
frame.Size = UDim2.new(0, 300, 0, 400)

close.Name = "close"
close.Parent = frame
close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
close.BorderColor3 = Color3.fromRGB(255, 0, 0)
close.BorderSizePixel = 3
close.Position = UDim2.new(0,3,0.3,380)
close.Size = UDim2.new(0, 300, 0, 20)
close.Font = Enum.Font.SourceSans
close.Text = "Close"
close.TextColor3 = Color3.fromRGB(255, 255, 255)
close.TextSize = 18.000
close.MouseButton1Down:connect(function()
            frame.Visible = false
    end)


--[Admin]

local prefix = ":"
local LPlayer = game.Players.LocalPlayer
LPlayer.Chatted:Connect(function(msg)
	msg = msg:lower()
	if string.sub(msg,1,3) == "/e " then
		msg = string.sub(msg,4)
	end
	if string.sub(msg,1,1) == prefix then
		local cmd
		local space = string.find(msg," ")
		if space then
			cmd = string.sub(msg,2,space-1)
		else
			cmd = string.sub(msg,2)
		end
		
		if cmd == "print" then
			local var = string.sub(msg,space+1)
			print(var)
		end
		if cmd == "reset" then
			game.Players.LocalPlayer.Character:BreakJoints()
		end
        if cmd == "fly" then
                loadstring(game:HttpGet("https://[Log in to view URL]",true))()
            end
        if cmd == "antifling" then
             local esp_settings = { -- the very skidded esp that i changed very very little because i don't know how billboardguis work
   textsize = 18,
   colour = 200,99,99
}
local gui = Instance.new("BillboardGui")
local esp = Instance.new("TextLabel",gui)
gui.Name = "esp"
gui.ResetOnSpawn = false
gui.AlwaysOnTop = true
gui.LightInfluence = 0
gui.Size = UDim2.new(0.1, 0, 3.5, 0);
esp.BackgroundColor3 = Color3.fromRGB(255, 255, 255);
esp.Text = ""
esp.Size = UDim2.new(0.001, 0.0001, 0.001, 0.0001);
esp.BorderSizePixel = 4;
esp.BorderColor3 = Color3.new(esp_settings.colour)
esp.BorderSizePixel = 0
esp.Font = "GothamSemibold"
esp.TextSize = esp_settings.textsize
esp.TextColor3 = Color3.fromRGB(esp_settings.colour) -- text colour!!!
game:GetService("RunService").Stepped:Connect(function() -- every physics thing or something like that
for i, v in pairs(game:GetService'Players':GetChildren()) do -- loop through players!
if v and v.Character then
if v ~= game.Players.LocalPlayer then -- makes sure localplayer don't get detected!!!!!
local character = v.Character
pcall(function() -- R6
   character.HumanoidRootPart.CanCollide = false
       character.Head.CanCollide = false
       character.Torso.CanCollide = false
   end)
   pcall(function() -- R15
       character.HumanoidRootPart.CanCollide = false
       character.Head.CanCollide = false
       character.LowerTorso.CanCollide = false
       character.UpperTorso.CanCollide = false
       end)
if (character.HumanoidRootPart.RotVelocity.Magnitude >= 7000) then --THE SPEED TO DETECT!! might detect victims of the flinger.
   character.HumanoidRootPart.Transparency = 0
   character.HumanoidRootPart.Color = Color3.new(1, 0, 0)
   if character.HumanoidRootPart:FindFirstChild("esp")==nil then
       game.StarterGui:SetCore("ChatMakeSystemMessage", {
              Text = v.Name .. " Is flinging people. Magnitude: "..character.HumanoidRootPart.RotVelocity.Magnitude;
              Color = Color3.fromRGB(255, 200, 200);
           })
       esp.Text = v.Name
       gui:Clone().Parent = character.HumanoidRootPart
   end
end
end
end
end
end)
-- yes there are lots of errors when people die but at least it works :3   
            end
            if cmd == "cmds" then
                print ':cmds , :antifling , :reset , :print[CONTENT] , :fly , :view[TARGET] , :unview and thats all'
            end
            if cmd == "view" then
                local var = string.sub(msg,space+1)
                local target = GetPlayer(var)
                game.Workspace.CurrentCamera.CameraSubject = target.Character.Head
            end
            if cmd == "unview" then
                game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
            end
            if cmd == "spam" then
                local var = string.sub(msg,space+1)
                spamtext = (var)
                spamming = true
         end
                if cmd == "unspam" then
                spamming = false
         end
                if cmd == "goto" then
                    local var = string.sub(msg,space+1)
                    LocalPlayer.Character.HumanoidRootPart.CFrame = (var)
[v.Name].Character.HumanoidRootPart.CFrame
                end
                if cmd == "pspam" then
                local var = string.sub(msg,space+1)
                spammingpm = true
            end
            if cmd == "unpspam" then
                spammingpm = false
            end
		
	end
end)


function GetPlayer(String)
    local plr
    local strl = String:lower()
        for i, v in pairs(game:GetService("Players"):GetPlayers()) do
            if v.Name:lower():sub(1, #String) == String:lower() then
                plr = v
            end 
        end
        if String == "me" then
                plr = game.Players.LocalPlayer
            end
        if String == "" or String == " " then
           plr = nil
        end
    return plr
end

local msg = Instance.new("Message",workspace)
msg.Text = "The Admin Has Loaded"
wait(5.8)
msg:Destroy()

print '------------[ THIS SCRIPT IS MADE BY the0man0of0man or the0man0of0_alt OTHER ACCOUNT ARE FAKE'
'SO DONT BE DUMB AND TRUST THEM SO SUBCRIBEEEE https://[Log in to view URL]'

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: