Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local TrollHubV3Pro = Instance.new("ScreenGui")
- local Header = Instance.new("Frame")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local Explorer = Instance.new("TextButton")
- local Admin = Instance.new("TextButton")
- local DestroyServer = Instance.new("TextButton")
- local executor = Instance.new("TextButton")
- local TrollGui = Instance.new("TextButton")
- local GlitchGame = Instance.new("TextButton")
- local KillAll = Instance.new("TextButton")
- local Forest = Instance.new("TextButton")
- local UnanchorAll = Instance.new("TextButton")
- local HeaderBanner = Instance.new("TextLabel")
- -- Properties
- game.StarterGui.ResetPlayerGuiOnSpawn = false
- TrollHubV3Pro.Name = "Troll Hub V3 Pro"
- local hist = game:GetService("LogService"):GetLogHistory()
- local eiss = false
- for i,v in pairs(hist) do
- if string.find(v["message"]:lower(), "eiss") then
- eiss = true
- warn("Detected EISS, Parenting to PlayerGui")
- end
- end
- if eiss then
- TrollHubV3Pro.Parent = game.Players.LocalPlayer.PlayerGui
- game.StarterGui.ResetPlayerGuiOnSpawn = false
- else
- TrollHubV3Pro.Parent = game.CoreGui
- end
- Header.Name = "Header"
- Header.Parent = TrollHubV3Pro
- Header.Active = true
- Header.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
- Header.Draggable = true
- Header.Position = UDim2.new(0.167641327, 0, 0.570661902, 0)
- Header.Size = UDim2.new(0, 400, 0, 100)
- ScrollingFrame.Parent = Header
- ScrollingFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
- ScrollingFrame.BackgroundTransparency = 0.5
- ScrollingFrame.Size = UDim2.new(0, 400, 0, 100)
- Explorer.Name = "Explorer"
- Explorer.Parent = ScrollingFrame
- Explorer.BackgroundColor3 = Color3.new(1, 1, 1)
- Explorer.Position = UDim2.new(0.30250001, 0, 0.300000012, 0)
- Explorer.Size = UDim2.new(0.375, 0, 0.129999995, 0)
- Explorer.Font = Enum.Font.SciFi
- Explorer.FontSize = Enum.FontSize.Size14
- Explorer.Text = "Troll Explorer"
- Explorer.MouseButton1Click:connect(function()
- loadstring(Raindrop:DownloadString('http://pastebin.com/raw/8z6EXXJM'))()
- end)
- Admin.Name = "Admin"
- Admin.Parent = ScrollingFrame
- Admin.BackgroundColor3 = Color3.new(1, 1, 1)
- Admin.Position = UDim2.new(0.0274999999, 0, 0.109999999, 0)
- Admin.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
- Admin.Font = Enum.Font.SciFi
- Admin.FontSize = Enum.FontSize.Size14
- Admin.Text = "Admin"
- Admin.MouseButton1Click:connect(function()
- loadstring(Raindrop:DownloadString('http://pastebin.com/raw/SikGfE9u'))()
- end)
- DestroyServer.Name = "Destroy Server"
- DestroyServer.Parent = ScrollingFrame
- DestroyServer.BackgroundColor3 = Color3.new(1, 1, 1)
- DestroyServer.Position = UDim2.new(0.702499986, 0, 0.100000001, 0)
- DestroyServer.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
- DestroyServer.Font = Enum.Font.SciFi
- DestroyServer.FontSize = Enum.FontSize.Size14
- DestroyServer.Text = "Destroy Server"
- DestroyServer.MouseButton1Click:connect(function()
- loadstring(game:GetObjects("rbxassetid://649020008")[1].Source)()
- end)
- executor.Name = "executor"
- executor.Parent = ScrollingFrame
- executor.BackgroundColor3 = Color3.new(1, 1, 1)
- executor.Position = UDim2.new(0.702499986, 0, 0.300000012, 0)
- executor.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
- executor.Font = Enum.Font.SciFi
- executor.FontSize = Enum.FontSize.Size14
- executor.Text = "Troll Executor"
- executor.MouseButton1Click:connect(function()
- loadstring(Raindrop:DownloadString('http://pastebin.com/raw/x8yRX914'))()
- end)
- TrollGui.Name = "Troll Gui"
- TrollGui.Parent = ScrollingFrame
- TrollGui.BackgroundColor3 = Color3.new(1, 1, 1)
- TrollGui.Position = UDim2.new(0.30250001, 0, 0.100000001, 0)
- TrollGui.Size = UDim2.new(0.375, 0, 0.129999995, 0)
- TrollGui.Font = Enum.Font.SciFi
- TrollGui.FontSize = Enum.FontSize.Size14
- TrollGui.Text = "Troll Gui"
- TrollGui.MouseButton1Click:connect(function()
- loadstring(game:GetObjects("rbxassetid://648308662")[1].Source)()
- end)
- GlitchGame.Name = "Glitch Game"
- GlitchGame.Parent = ScrollingFrame
- GlitchGame.BackgroundColor3 = Color3.new(1, 1, 1)
- GlitchGame.Position = UDim2.new(0.0274999999, 0, 0.289999992, 0)
- GlitchGame.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
- GlitchGame.Font = Enum.Font.SciFi
- GlitchGame.FontSize = Enum.FontSize.Size14
- GlitchGame.Text = "Glitch Game"
- GlitchGame.MouseButton1Click:connect(function()
- loadstring(Raindrop:DownloadString('http://pastebin.com/raw/FX4TsQRP'))()
- end)
- KillAll.Name = "Kill All"
- KillAll.Parent = ScrollingFrame
- KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
- KillAll.Position = UDim2.new(0.0324999988, 0, 0.479999989, 0)
- KillAll.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
- KillAll.Font = Enum.Font.SciFi
- KillAll.FontSize = Enum.FontSize.Size14
- KillAll.Text = "Kill Everyone"
- KillAll.MouseButton1Click:connect(function()
- loadstring(Raindrop:DownloadString('http://pastebin.com/raw/4VcBm0Ht'))()
- end)
- Forest.Name = "Forest"
- Forest.Parent = ScrollingFrame
- Forest.BackgroundColor3 = Color3.new(1, 1, 1)
- Forest.Position = UDim2.new(0.307500005, 0, 0.469999999, 0)
- Forest.Size = UDim2.new(0.375, 0, 0.129999995, 0)
- Forest.Font = Enum.Font.SciFi
- Forest.FontSize = Enum.FontSize.Size14
- Forest.Text = "Forest"
- Forest.MouseButton1Click:connect(function()
- loadstring(Raindrop:DownloadString('http://pastebin.com/raw/qrxGMacw'))()
- end)
- UnanchorAll.Name = "Unanchor All"
- UnanchorAll.Parent = ScrollingFrame
- UnanchorAll.BackgroundColor3 = Color3.new(1, 1, 1)
- UnanchorAll.Position = UDim2.new(0.704999983, 0, 0.479999989, 0)
- UnanchorAll.Size = UDim2.new(0.254999995, 0, 0.140000001, 0)
- UnanchorAll.Font = Enum.Font.SciFi
- UnanchorAll.FontSize = Enum.FontSize.Size14
- UnanchorAll.Text = "Unanchor all"
- UnanchorAll.MouseButton1Click:connect(function()
- loadstring(Raindrop:DownloadString('http://pastebin.com/raw/pWcskBjh'))()
- end)
- HeaderBanner.Name = "Header Banner"
- HeaderBanner.Parent = Header
- HeaderBanner.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- HeaderBanner.BackgroundTransparency = 0.34999999403954
- HeaderBanner.BorderColor3 = Color3.new(0.164706, 0, 0.498039)
- HeaderBanner.Draggable = true
- HeaderBanner.Position = UDim2.new(0, 0, -0.219999999, 0)
- HeaderBanner.Size = UDim2.new(0, 400, 0, 20)
- HeaderBanner.Font = Enum.Font.SciFi
- HeaderBanner.FontSize = Enum.FontSize.Size32
- HeaderBanner.Text = "Troll Hub V3 Pro"
- HeaderBanner.TextColor3 = Color3.new(0.333333, 0, 1)
Add Comment
Please, Sign In to add comment