-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local TextButton_3 = Instance.new("TextButton") local TextButton_4 = Instance.new("TextButton") local ImageLabel = Instance.new("ImageLabel") local ImageLabel_2 = Instance.new("ImageLabel") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(85, 255, 255) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.205487445, 0, 0.130653262, 0) Frame.Size = UDim2.new(0, 549, 0, 327) TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.31693989, 0, 0, 0) TextLabel.Size = UDim2.new(0, 200, 0, 50) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "AvtorGui" TextLabel.TextColor3 = Color3.fromRGB(170, 0, 0) TextLabel.TextSize = 30.000 TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(85, 0, 0) TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0, 0, 0.336391449, 0) TextButton.Size = UDim2.new(0, 174, 0, 64) TextButton.Font = Enum.Font.Michroma TextButton.Text = "Decal spam" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextSize = 30.000 TextButton_2.Parent = Frame TextButton_2.BackgroundColor3 = Color3.fromRGB(85, 0, 0) TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.BorderSizePixel = 0 TextButton_2.Position = UDim2.new(0.652094722, 0, 0.336391449, 0) TextButton_2.Size = UDim2.new(0, 191, 0, 64) TextButton_2.Font = Enum.Font.Michroma TextButton_2.Text = "Jumpscare" TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.TextSize = 30.000 TextButton_3.Parent = Frame TextButton_3.BackgroundColor3 = Color3.fromRGB(85, 0, 0) TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.BorderSizePixel = 0 TextButton_3.Position = UDim2.new(0, 0, 0.642201841, 0) TextButton_3.Size = UDim2.new(0, 174, 0, 64) TextButton_3.Font = Enum.Font.Michroma TextButton_3.Text = "Hint" TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.TextSize = 30.000 TextButton_4.Parent = Frame TextButton_4.BackgroundColor3 = Color3.fromRGB(85, 0, 0) TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.BorderSizePixel = 0 TextButton_4.Position = UDim2.new(0.652094722, 0, 0.837920487, 0) TextButton_4.Size = UDim2.new(0, 191, 0, -64) TextButton_4.Font = Enum.Font.Michroma TextButton_4.Text = "Message" TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.TextSize = 30.000 ImageLabel.Parent = Frame ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageLabel.BorderSizePixel = 0 ImageLabel.Size = UDim2.new(0, 100, 0, 100) ImageLabel.Image = "rbxassetid://75681773754524" ImageLabel_2.Parent = Frame ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageLabel_2.BorderSizePixel = 0 ImageLabel_2.Position = UDim2.new(0.817850649, 0, 0, 0) ImageLabel_2.Size = UDim2.new(0, 100, 0, 100) ImageLabel_2.Image = "rbxassetid://75681773754524" -- Scripts: local function KPSVYT_fake_script() -- TextButton.LocalScript local script = Instance.new('LocalScript', TextButton) decalID = 75681773754524 function exPro(root) for _, v in pairs(root:GetChildren()) do if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then v.Parent = nil elseif v:IsA("BasePart") then v.Material = "Plastic" v.Transparency = 0 local One = Instance.new("Decal", v) local Two = Instance.new("Decal", v) local Three = Instance.new("Decal", v) local Four = Instance.new("Decal", v) local Five = Instance.new("Decal", v) local Six = Instance.new("Decal", v) One.Texture = "http://www.roblox.com/asset/?id="..decalID Two.Texture = "http://www.roblox.com/asset/?id="..decalID Three.Texture = "http://www.roblox.com/asset/?id="..decalID Four.Texture = "http://www.roblox.com/asset/?id="..decalID Five.Texture = "http://www.roblox.com/asset/?id="..decalID Six.Texture = "http://www.roblox.com/asset/?id="..decalID One.Face = "Front" Two.Face = "Back" Three.Face = "Right" Four.Face = "Left" Five.Face = "Top" Six.Face = "Bottom" end exPro(v) end end function asdf(root) for _, v in pairs(root:GetChildren()) do asdf(v) end end exPro(game.Workspace) asdf(game.Workspace) local s = Instance.new("Sky") s.Name = "Sky" s.Parent = game.Lighting local skyboxID = 75681773754524 s.SkyboxBk = "http://www.roblox.com/asset/?id="..skyboxID s.SkyboxDn = "http://www.roblox.com/asset/?id="..skyboxID s.SkyboxFt = "http://www.roblox.com/asset/?id="..skyboxID s.SkyboxLf = "http://www.roblox.com/asset/?id="..skyboxID s.SkyboxRt = "http://www.roblox.com/asset/?id="..skyboxID s.SkyboxUp = "http://www.roblox.com/asset/?id="..skyboxID game.Lighting.TimeOfDay = 12 for i, v in pairs(game.Players:GetChildren()) do emit = Instance.new("ParticleEmitter") emit.Parent = v.Character.Torso emit.Texture = "http://www.roblox.com/asset/?id=15705773225" emit.VelocitySpread = 20 end for i, v in pairs(game.Players:GetChildren()) do emit = Instance.new("ParticleEmitter") emit.Parent = v.Character.Torso emit.Texture = "http://www.roblox.com/asset/?id=15705773225" emit.VelocitySpread = 20 end for i, v in pairs(game.Players:GetChildren()) do emit = Instance.new("ParticleEmitter") emit.Parent = v.Character.Torso emit.Texture = "http://www.roblox.com/asset/?id=15705773225" emit.VelocitySpread = 20 end end coroutine.wrap(KPSVYT_fake_script)() local function LERA_fake_script() -- TextButton_2.LocalScript local script = Instance.new('LocalScript', TextButton_2) for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then spawn(function() local newgui = Instance.new("ScreenGui",v.PlayerGui) newgui.Name = "Screamer" local newimage = Instance.new("ImageLabel",newgui) newimage.Image = "http://www.roblox.com/asset/?id=75681773754524" newimage.Size = UDim2.new(1,1,1,1) local s = Instance.new("Sound",newgui) s.SoundId = "rbxassetid://6018028320" s.Volume = 9999999999999999999999999999999999999 s.Looped = true s:Play() print("Screamed "..v.Name) while wait(9.4) do newimage.Parent:Destroy() end end) end end end coroutine.wrap(LERA_fake_script)() local function QMNETH_fake_script() -- TextButton_3.LocalScript local script = Instance.new('LocalScript', TextButton_3) --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local yourHint = Instance.new("Hint", game.Workspace) yourHint.Text = "AVTOREXP HACKED THIS GAME LOL"-- your text here end coroutine.wrap(QMNETH_fake_script)()