Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- player = game.Players.LocalPlayer
- FE = 'idk'
- d = false
- if game.Workspace.FilteringEnabled then
- FE = 'Yes'
- else
- FE = 'No'
- end
- local UI = Instance.new("ScreenGui", player.PlayerGui)
- UI.Name = 'Lingaholic Menu'
- local Frame = Instance.new("Frame", UI)
- Frame.Name = 'MainFrame'
- Frame.Size = UDim2.new(.6, 0, .6, 0)
- Frame.Position = UDim2.new(.2, 0, .2, 0)
- Frame.BackgroundTransparency = .2
- Frame.BackgroundColor3 = Color3.new(112,112,112)
- Frame.Visible = false
- local Image = Instance.new("ImageLabel", Frame)
- Image.Name = 'Background'
- Image.Image = 'rbxassetid://391827915'
- Image.BackgroundTransparency = 1
- Image.Size = UDim2.new(.6, 0, .8, 0)
- Image.Position = UDim2.new(.2, 0, .15, 0)
- Image.ImageTransparency = .6
- local NumberValue = Instance.new("NumberValue", Frame)
- NumberValue.Name = 'NumberValue'
- NumberValue.Value = 16
- local FF = Instance.new("TextButton", Frame)
- FF.BackgroundColor3 = Color3.new(0,170,255)
- FF.BackgroundTransparency = .7
- FF.Size = UDim2.new(.2, 0, .13, 0)
- FF.Position = UDim2.new(.27, 0, .3, 0)
- FF.Text = 'ForceField'
- FF.TextScaled = true
- FF.TextWrapped = true
- FF.TextStrokeTransparency = .5
- FF.TextColor3 = Color3.new(255,255,255)
- local Fire = Instance.new("TextButton", Frame)
- Fire.BackgroundColor3 = Color3.new(0,170,255)
- Fire.BackgroundTransparency = .7
- Fire.Size = UDim2.new(.2, 0, .13, 0)
- Fire.Position = UDim2.new(.77, 0, .1, 0)
- Fire.Text = 'Fire'
- Fire.TextScaled = true
- Fire.TextWrapped = true
- Fire.TextStrokeTransparency = .5
- Fire.TextColor3 = Color3.new(255,255,255)
- local Kill = Instance.new("TextButton", Frame)
- Kill.BackgroundColor3 = Color3.new(0,170,255)
- Kill.BackgroundTransparency = .7
- Kill.Size = UDim2.new(.2, 0, .13, 0)
- Kill.Position = UDim2.new(.77, 0, .3, 0)
- Kill.Text = 'Kill All'
- Kill.TextScaled = true
- Kill.TextWrapped = true
- Kill.TextStrokeTransparency = .5
- Kill.TextColor3 = Color3.new(255,255,255)
- local Jump = Instance.new("TextButton", Frame)
- Jump.BackgroundColor3 = Color3.new(0,170,255)
- Jump.BackgroundTransparency = .7
- Jump.Size = UDim2.new(.2, 0, .13, 0)
- Jump.Position = UDim2.new(.27, 0, .1, 0)
- Jump.Text = '#Set JHeight'
- Jump.TextScaled = true
- Jump.TextWrapped = true
- Jump.TextStrokeTransparency = .5
- Jump.TextColor3 = Color3.new(255,255,255)
- local Music = Instance.new("TextButton", Frame)
- Music.BackgroundColor3 = Color3.new(0,170,255)
- Music.BackgroundTransparency = .7
- Music.Size = UDim2.new(.2, 0, .13, 0)
- Music.Position = UDim2.new(.52, 0, .3, 0)
- Music.Text = '#Set Music'
- Music.TextScaled = true
- Music.TextWrapped = true
- Music.TextStrokeTransparency = .5
- Music.TextColor3 = Color3.new(255,255,255)
- local Num = Instance.new("TextBox", Frame)
- Num.BackgroundColor3 = Color3.new(0,0,0)
- Num.BackgroundTransparency = .8
- Num.Size = UDim2.new(.15, 0, .1, 0)
- Num.Position = UDim2.new(0, 0, 1, 0)
- Num.Text = 'NumberValue'
- Num.TextScaled = true
- Num.TextWrapped = true
- Num.TextStrokeTransparency = .5
- Num.TextColor3 = Color3.new(255,255,255)
- local Particle = Instance.new("TextButton", Frame)
- Particle.BackgroundColor3 = Color3.new(0,170,255)
- Particle.BackgroundTransparency = .7
- Particle.Size = UDim2.new(.2, 0, .13, 0)
- Particle.Position = UDim2.new(.52, 0, .1, 0)
- Particle.Text = 'Particle'
- Particle.TextScaled = true
- Particle.TextWrapped = true
- Particle.TextStrokeTransparency = .5
- Particle.TextColor3 = Color3.new(255,255,255)
- local Set = Instance.new("TextButton", Frame)
- Set.BackgroundColor3 = Color3.new(0,0,0)
- Set.BackgroundTransparency = .8
- Set.Size = UDim2.new(.15, 0, .1, 0)
- Set.Position = UDim2.new(.32, 0, 1, 0)
- Set.Text = 'Set'
- Set.TextScaled = true
- Set.TextWrapped = true
- Set.TextStrokeTransparency = .8
- Set.TextColor3 = Color3.new(255,255,255)
- local Smoke = Instance.new("TextButton", Frame)
- Smoke.BackgroundColor3 = Color3.new(0,170,255)
- Smoke.BackgroundTransparency = .7
- Smoke.Size = UDim2.new(.2, 0, .13, 0)
- Smoke.Position = UDim2.new(.02, 0, .3, 0)
- Smoke.Text = 'Smoke'
- Smoke.TextScaled = true
- Smoke.TextWrapped = true
- Smoke.TextStrokeTransparency = .5
- Smoke.TextColor3 = Color3.new(255,255,255)
- local Speed = Instance.new("TextButton", Frame)
- Speed.BackgroundColor3 = Color3.new(0,170,255)
- Speed.BackgroundTransparency = .7
- Speed.Size = UDim2.new(.2, 0, .13, 0)
- Speed.Position = UDim2.new(.02, 0, .1, 0)
- Speed.Text = '#Speed'
- Speed.TextScaled = true
- Speed.TextWrapped = true
- Speed.TextStrokeTransparency = .5
- Speed.TextColor3 = Color3.new(255,255,255)
- local Desc = Instance.new("TextLabel", Frame)
- Desc.BackgroundColor3 = Color3.new(0,170,255)
- Desc.BackgroundTransparency = 1
- Desc.Size = UDim2.new(1, 0, .45, 0)
- Desc.Position = UDim2.new(0, 0, .49, 0)
- Desc.Text = "Hello, Welcome to Lingoaholic Version 1, To Work the menu push a button and for everything that require a number value is marked with #, anyways if I get support with this menu i'll upgrade it to yall liking, OOF... Youtube: OnlyLingo"
- Desc.TextScaled = true
- Desc.TextWrapped = true
- Desc.TextStrokeTransparency = .5
- Desc.TextColor3 = Color3.new(85,170,127)
- local PlrV = Instance.new("TextLabel", Frame)
- PlrV.BackgroundColor3 = Color3.new(0,0,0)
- PlrV.BackgroundTransparency = .7
- PlrV.Size = UDim2.new(.15, 0, .1, 0)
- PlrV.Position = UDim2.new(.16, 0, 1, 0)
- PlrV.Text = 'Number: Nil'
- PlrV.TextScaled = true
- PlrV.TextWrapped = true
- PlrV.TextStrokeTransparency = .5
- PlrV.TextColor3 = Color3.new(255,255,255)
- local TextLabel = Instance.new("TextLabel", Frame)
- TextLabel.BackgroundColor3 = Color3.new(0,170,255)
- TextLabel.BackgroundTransparency = .8
- TextLabel.Size = UDim2.new(1, 0, .05, 0)
- TextLabel.Position = UDim2.new(0, 0, 0, 0)
- TextLabel.Text = 'Version 1 - Lingaholic - FE: ' .. FE
- TextLabel.TextScaled = true
- TextLabel.TextWrapped = true
- TextLabel.TextStrokeTransparency = .5
- TextLabel.TextColor3 = Color3.new(255,255,255)
- local TextButton = Instance.new("TextButton", UI)
- TextButton.BackgroundColor3 = Color3.new(255,255,255)
- TextButton.BackgroundTransparency = .8
- TextButton.Size = UDim2.new(.1, 0, .07, 0)
- TextButton.Position = UDim2.new(0, 0, 0.7, 0)
- TextButton.Text = 'Open'
- TextButton.TextScaled = true
- TextButton.TextWrapped = true
- TextButton.TextStrokeTransparency = 0
- TextButton.TextColor3 = Color3.new(255,255,255)
- TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
- TextButton.Visible = false
- TLabel = Instance.new("TextLabel", UI)
- TLabel.BackgroundColor3 = Color3.new(255,255,255)
- TLabel.BackgroundTransparency = 1
- TLabel.Size = UDim2.new(1, 0, 1, 0)
- TLabel.Position = UDim2.new(0, 0, 0, 0)
- TLabel.Text = 'Lingaholic v1'
- TLabel.TextScaled = true
- TLabel.TextWrapped = true
- TLabel.TextStrokeTransparency = 0.1
- TLabel.TextColor3 = Color3.new(0,170,255)
- TLabel.Visible = false
- local Clr = Instance.new("TextButton", Frame)
- Clr.BackgroundColor3 = Color3.new(0,0,0)
- Clr.BackgroundTransparency = .8
- Clr.Size = UDim2.new(.15, 0, .1, 0)
- Clr.Position = UDim2.new(.48, 0, 1, 0)
- Clr.Text = 'Clear'
- Clr.TextScaled = true
- Clr.TextWrapped = true
- Clr.TextStrokeTransparency = .8
- Clr.TextColor3 = Color3.new(255,255,255)
- ----Variables | Above----
- -----Coding | Below-----
- FF.MouseButton1Down:connect(function()
- Instance.new("ForceField",player.Character)
- end)
- Fire.MouseButton1Down:connect(function()
- p = Instance.new("Fire",player.Character.Head)
- p.Size = 10
- end)
- Kill.MouseButton1Down:connect(function()
- for i,v in pairs(game.Players:GetChildren()) do
- v.Character.Humanoid.Health = 0
- end
- end)
- Jump.MouseButton1Down:connect(function()
- player.Character.Humanoid.JumpPower = NumberValue.Value
- end)
- Speed.MouseButton1Down:connect(function()
- player.Character.Humanoid.WalkSpeed = NumberValue.Value
- end)
- Music.MouseButton1Down:connect(function()
- e = Instance.new("Sound", game.Workspace)
- e.SoundId = 'rbxassetid://' .. NumberValue.Value
- end)
- Particle.MouseButton1Down:connect(function()
- m = Instance.new("ParticleEmitter",player.Character.Head)
- m.Size = 10
- end)
- Set.MouseButton1Down:connect(function()
- NumberValue.Value = tonumber(Num.Text)
- end)
- Smoke.MouseButton1Down:connect(function()
- q = Instance.new("Smoke",player.Character.Head)
- q.Size = 10
- end)
- NumberValue.Changed:connect(function()
- PlrV.Text = "NumberValue: " .. NumberValue.Value
- end)
- Clr.MouseButton1Down:connect(function()
- player.Character.Humanoid.Health = 0
- for i,v in pairs(game.Workspace) do
- if v.Name == 'Message' then
- v:Destroy()
- end
- end
- end)
- TextButton.MouseButton1Down:connect(function()
- if not d then
- d = true
- Frame.Visible = true
- TextButton.Text = 'Close'
- else
- d = false
- Frame.Visible = false
- TextButton.Text = 'Open'
- end
- end)
- ----Menu Alternate Code----
- player.Chatted:connect(function(msg)
- if (msg == "~loadhax") then
- print 'Protocol Launched'
- TLabel.Visible = true
- wait(3)
- TLabel.Visible = false
- wait(2)
- TextButton.Visible = true
- end end)
Advertisement
Add Comment
Please, Sign In to add comment