print 'script by ChaoticRedSmile // https://[Log in to view URL]'
--[INSTANCES]
local main = Instance.new("ScreenGui")
local frame = Instance.new("Frame")
local titler = Instance.new("TextLabel")
local button = Instance.new("TextButton")
local button2 = Instance.new("TextButton")
local button3 = Instance.new("TextButton")
local button4 = Instance.new("TextButton")
local button5 = Instance.new("TextButton")
local button6 = Instance.new("TextButton")
local button7 = Instance.new("TextButton")
local button8 = Instance.new("TextButton")
local next = Instance.new("TextButton")
local close = Instance.new("TextButton")
--[UI]
-- click for tp
mouse = game.Players.LocalPlayer:GetMouse()
tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "Click tp(by ChaoticRedSmile)"
tool.Actived:connect(function()
local pos = mouse+Hit+Vector3.new(0,2.5,0)
pos = CFrame.new(pos.X,pos.Y,pos.Z)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
end)
tool.Parent = game.Players.LocalPlayer.Backpack
-- Watermark
local Water = Instance.new("ScreenGui")
local TextLabel = Instance.new("TextLabel")
local UIGradient = Instance.new("UIGradient")
Water.Name = game:GetService("HttpService"):GenerateGUID(true)
Water.Parent = (game:GetService("CoreGui") or gethui())
Water.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
TextLabel.Parent = Water
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.Position = UDim2.new(0.00658436213, 0, 0, 0)-UDim2.new(0,0,1,0)
TextLabel.Size = UDim2.new(0, 200, 0, 32)
TextLabel.Font = Enum.Font.Cartoon
TextLabel.Text = "RedSmillings GUI Loaded!"
TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true
TextLabel.TextXAlignment = Enum.TextXAlignment.Left
TextLabel:TweenPosition(UDim2.new(0.00658436213, 0, 0, 0),"Out","Quart",1)
UIGradient.Color =ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(196, 8, 202)), ColorSequenceKeypoint.new(0.13, Color3.fromRGB(199, 15, 191)), ColorSequenceKeypoint.new(0.48, Color3.fromRGB(247, 127, 28)), ColorSequenceKeypoint.new(0.89, Color3.fromRGB(254, 7, 59)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 2, 61))}
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.Position = UDim2.new(0,3,0.3,0)
frame.Size = UDim2.new(0, 300, 0, 400)
titler.Name = "titler"
titler.Parent = frame
titler.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
titler.BorderColor3 = Color3.fromRGB(255, 0, 0)
titler.BorderSizePixel = 3
titler.Size = UDim2.new(0, 300, 0, 40)
titler.Font = Enum.Font.SourceSans
titler.Text = "RedSmilillings GUI v1.2"
titler.TextColor3 = Color3.fromRGB(255, 255, 255)
titler.TextSize = 24.000
titler.Active = true
titler.Draggable = true
button.Name = "button"
button.Parent = frame
button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button.BorderColor3 = Color3.fromRGB(255, 0, 0)
button.BorderSizePixel = 3
button.Position = UDim2.new(0, 0, 0.100000001, 0)
button.Size = UDim2.new(0, 75, 0, 30)
button.Font = Enum.Font.SourceSans
button.Text = "Floating Pad"
button.TextColor3 = Color3.fromRGB(255, 255, 255)
button.TextSize = 14.000
button.TextWrapped = true
button.MouseButton1Down:connect(function()
local name = game.Players.LocalPlayer.Name
local p = Instance.new("Part")
p.Parent = workspace
p.Locked = true
p.BrickColor = BrickColor.new("White")
p.BrickColor = BrickColor.new(104)
p.Size = Vector3.new(8, 1.2, 8)
p.Anchored = true
local m = Instance.new("CylinderMesh")
m.Scale = Vector3.new(1, 0.5, 1)
m.Parent = p
while true do
p.CFrame = CFrame.new(game.Players:findFirstChild(name).Character.Torso.CFrame.x,
game.Players:findFirstChild(name).Character.Torso.CFrame.y - 4, game.Players:findFirstChild(name).Character.Torso.CFrame.z)
wait()
end
end)
button2.Name = "button2"
button2.Parent = frame
button2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button2.BorderColor3 = Color3.fromRGB(255, 0, 0)
button2.BorderSizePixel = 3
button2.Position = UDim2.new(0.25, 0, 0.100000001, 0)
button2.Size = UDim2.new(0, 75, 0, 30)
button2.Font = Enum.Font.SourceSans
button2.Text = "Tiger Admin"
button2.TextColor3 = Color3.fromRGB(255, 255, 255)
button2.TextSize = 14.000
button2.TextWrapped = true
button2.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
button3.Name = "button3"
button3.Parent = frame
button3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button3.BorderColor3 = Color3.fromRGB(255, 0, 0)
button3.BorderSizePixel = 3
button3.Position = UDim2.new(0.5, 0, 0.100000001, 0)
button3.Size = UDim2.new(0, 75, 0, 30)
button3.Font = Enum.Font.SourceSans
button3.Text = "c00lgui revival v2.3"
button3.TextColor3 = Color3.fromRGB(255, 255, 255)
button3.TextSize = 14.000
button3.TextWrapped = true
button3.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end)
button4.Name = "button4"
button4.Parent = frame
button4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button4.BorderColor3 = Color3.fromRGB(255, 0, 0)
button4.BorderSizePixel = 3
button4.Position = UDim2.new(0.5, 0, 0.847500026, 0)
button4.Size = UDim2.new(0, 75, 0, 30)
button4.Font = Enum.Font.SourceSans
button4.Text = "Fedora Admin"
button4.TextColor3 = Color3.fromRGB(255, 255, 255)
button4.TextSize = 14.000
button4.TextWrapped = true
button4.MouseButton1Down:connect(function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)
button5.Name = "button5"
button5.Parent = frame
button5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button5.BorderColor3 = Color3.fromRGB(255, 0, 0)
button5.BorderSizePixel = 3
button5.Position = UDim2.new(0.25, 0, 0.324999988, 0)
button5.Size = UDim2.new(0, 75, 0, 30)
button5.Font = Enum.Font.SourceSans
button5.Text = "Fly GUI v1"
button5.TextColor3 = Color3.fromRGB(255, 255, 255)
button5.TextSize = 14.000
button5.TextWrapped = true
button5.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end)
button6.Name = "button6"
button6.Parent = frame
button6.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button6.BorderColor3 = Color3.fromRGB(255, 0, 0)
button6.BorderSizePixel = 3
button6.Position = UDim2.new(0.75, 0, 0.100000001, 0)
button6.Size = UDim2.new(0, 75, 0, 30)
button6.Font = Enum.Font.SourceSans
button6.Text = "DTexe"
button6.TextColor3 = Color3.fromRGB(255, 255, 255)
button6.TextSize = 14.000
button6.TextWrapped = true
button6.MouseButton1Down:connect(function()
print '--[THIS EXECUTOR IS MADE BY the0man0of0man or the0man0of0_alt]'
print '--[DIGITAL TACTICAL MEMBER AND RANK : '
print '1. the0man0of0man or the0man0of0_alt : Owner/Boss'
print '2. the_ad3min666 : Co-Founder'
print '3. Alt_ThenoobPlayer : Admin/Moderator'
print '4. blueyheerle : high-rank member]--'
--[Instances]
local main = Instance.new("ScreenGui")
local frame = Instance.new("Frame")
local tilter = Instance.new("TextLabel")
local script = Instance.new("TextBox")
local execute = Instance.new("TextButton")
local clear = Instance.new("TextButton")
--[UI]
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.Position = UDim2.new(-0.00133678317, 0, -0.00348037481, 0)
frame.Size = UDim2.new(0, 438, 0, 238)
frame.Active = true
frame.Draggable = true
tilter.Name = "tilter"
tilter.Parent = frame
tilter.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
tilter.BorderColor3 = Color3.fromRGB(255, 0, 0)
tilter.BorderSizePixel = 3
tilter.Position = UDim2.new(0.997245014, 0, 0, 0)
tilter.Size = UDim2.new(0, 397, 0, 30)
tilter.Font = Enum.Font.GothamSemibold
tilter.Text = "DTexe"
tilter.TextColor3 = Color3.fromRGB(255, 255, 255)
tilter.TextScaled = true
tilter.TextSize = 12.000
tilter.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
tilter.TextWrapped = true
script.Name = "script"
script.Parent = frame
script.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
script.Position = UDim2.new(0.531963468, 0, 0.466386557, 0)
script.Size = UDim2.new(0, 199, 0, 50)
script.ZIndex = 999999
script.ClearTextOnFocus = false
script.Font = Enum.Font.GothamSemibold
script.Text = "--Paste here"
script.TextColor3 = Color3.fromRGB(255, 255, 255)
script.TextSize = 14.000
script.TextWrapped = true
execute.Name = "execute"
execute.Parent = frame
execute.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
execute.BorderColor3 = Color3.fromRGB(0, 0, 0)
execute.BorderSizePixel = 3
execute.Position = UDim2.new(0.0159817357, 0, 0.142857149, 0)
execute.Size = UDim2.new(0, 209, 0, 33)
execute.Font = Enum.Font.SourceSans
execute.Text = "Execute"
execute.TextColor3 = Color3.fromRGB(0, 0, 0)
execute.TextSize = 30.000
execute.TextWrapped = true
execute.MouseButton1Down:connect(function()
loadstring(script.Text)() -- loadstring is broken in studio dont worry
print 'your script has been executed'
end)
clear.Name = "clear"
clear.Parent = frame
clear.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
clear.BorderColor3 = Color3.fromRGB(0, 0, 0)
clear.BorderSizePixel = 3
clear.Position = UDim2.new(0.509132445, 0, 0.142857149, 0)
clear.Size = UDim2.new(0, 209, 0, 33)
clear.Font = Enum.Font.SourceSans
clear.Text = "Clear"
clear.TextColor3 = Color3.fromRGB(0, 0, 0)
clear.TextSize = 30.000
clear.TextWrapped = true
clear.MouseButton1Down:connect(function()
script.Text = ""
print 'your textbox has been clear'
end)
end)
button7.Name = "button7"
button7.Parent = frame
button7.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button7.BorderColor3 = Color3.fromRGB(255, 0, 0)
button7.BorderSizePixel = 3
button7.Position = UDim2.new(-0.00333331339, 0, 0.175000012, 0)
button7.Size = UDim2.new(0, 75, 0, 30)
button7.Font = Enum.Font.SourceSans
button7.Text = "[FE] Energize"
button7.TextColor3 = Color3.fromRGB(255, 255, 255)
button7.TextSize = 14.000
button7.TextWrapped = true
button7.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end)
button8.Name = "button"
button8.Parent = frame
button8.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button8.BorderColor3 = Color3.fromRGB(255, 0, 0)
button8.BorderSizePixel = 3
button8.Position = UDim2.new(-0.00333331339, 0, 0.3, 0)
button8.Size = UDim2.new(0, 75, 0, 30)
button8.Font = Enum.Font.SourceSans
button8.Text = "WAAPP Sound Player"
button8.TextColor3 = Color3.fromRGB(255, 255, 255)
button8.TextSize = 14.000
button8.TextWrapped = true
button8.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
next.Name = "Next"
next.Parent = frame
next.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
next.BorderColor3 = Color3.fromRGB(255, 0, 0)
next.BorderSizePixel = 3
next.Position = UDim2.new(0,300,-0,0)
next.Size = UDim2.new(0, 22, 0, 400)
next.Font = Enum.Font.SourceSans
next.Text = ">"
next.TextColor3 = Color3.fromRGB(255, 255, 255)
next.TextSize = 18.000
next.MouseButton1Down:connect(function()
print 'page 2 loaded!'
local main = Instance.new("ScreenGui")
local frame = Instance.new("Frame")
local titler = Instance.new("TextLabel")
local prev = Instance.new("TextButton")
local button9 = Instance.new("TextButton")
main.Name = math.random()
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.Position = UDim2.new(0,300,0.3,0)
frame.Size = UDim2.new(0, 300, 0, 400)
titler.Name = "titler"
titler.Parent = frame
titler.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
titler.BorderColor3 = Color3.fromRGB(255, 0, 0)
titler.BorderSizePixel = 3
titler.Size = UDim2.new(0, 300, 0, 40)
titler.Font = Enum.Font.SourceSans
titler.Text = "Page 2"
titler.TextColor3 = Color3.fromRGB(255, 255, 255)
titler.TextSize = 24.000
prev.Name = "prev"
prev.Parent = frame
prev.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
prev.BorderColor3 = Color3.fromRGB(255, 0, 0)
prev.BorderSizePixel = 3
prev.Position = UDim2.new(0,306,-0,0)
prev.Size = UDim2.new(0, 20, 0, 400)
prev.Font = Enum.Font.SourceSans
prev.Text = "<"
prev.TextColor3 = Color3.fromRGB(255, 255, 255)
prev.TextSize = 18.000
prev.MouseButton1Down:connect(function()
frame.Visible = false
prev.Visible = false
end)
button9.Name = math.random()
button9.Parent = frame
button9.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button9.BorderColor3 = Color3.fromRGB(255, 0, 0)
button9.BorderSizePixel = 3
button9.Position = UDim2.new(0, 0, 0.100000001, 0)
button9.Size = UDim2.new(0, 75, 0, 30)
button9.Font = Enum.Font.SourceSans
button9.Text = "RC7"
button9.TextColor3 = Color3.fromRGB(255, 255, 255)
button9.TextSize = 14.000
button9.TextWrapped = true
button9.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
end)
close.Name = "close"
close.Name = main
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()
if close.Text == "Close" then
frame.Visible = false
close.Text = "Open" else
frame.Visible = true
close.Text = "Close"
end
end)
To embed this project on your website, copy the following code and paste it into your website's HTML: