Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Open = Instance.new("ImageButton")
- local TextLabel = Instance.new("TextLabel")
- local Frame = Instance.new("Frame")
- local TextLabel_2 = Instance.new("TextLabel")
- local Plus = Instance.new("TextButton")
- local Boombox = Instance.new("ImageButton")
- local TextLabel_3 = Instance.new("TextLabel")
- local LakeMoneyFarm = Instance.new("TextButton")
- local PartyEstate = Instance.new("TextButton")
- local LargerEstate = Instance.new("TextButton")
- local TrailerEstate = Instance.new("TextButton")
- local RegEstate = Instance.new("TextButton")
- local CtrlClickTP = Instance.new("TextButton")
- local SmallEstate = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.new(1, 1, 1)
- Open.Position = UDim2.new(0.898270607, 0, 0.528428078, 0)
- Open.Size = UDim2.new(0, 100, 0, 100)
- Open.Image = "rbxassetid://898156330"
- TextLabel.Parent = Open
- TextLabel.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 0, -0.5, 0)
- TextLabel.Size = UDim2.new(0, 100, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Open/Close (On Image)"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.Position = UDim2.new(0.0315361023, 0, 0.117056854, 0)
- Frame.Selectable = true
- Frame.Size = UDim2.new(0, 342, 0, 425)
- Frame.Visible = false
- Frame.Style = Enum.FrameStyle.RobloxRound
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(-0.025351854, 0, -0.0196972657, 0)
- TextLabel_2.Size = UDim2.new(0, 341, 0, 50)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "MeepKiller V1.0"
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14
- TextLabel_2.TextWrapped = true
- Plus.Name = "Plus"
- Plus.Parent = Frame
- Plus.BackgroundColor3 = Color3.new(1, 1, 1)
- Plus.Position = UDim2.new(0.00516398624, 0, 0.102250509, 0)
- Plus.Size = UDim2.new(0, 110, 0, 50)
- Plus.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Plus.Font = Enum.Font.SourceSans
- Plus.Text = "Plus Gamepass"
- Plus.TextColor3 = Color3.new(0, 0, 0)
- Plus.TextScaled = true
- Plus.TextSize = 14
- Plus.TextWrapped = true
- Plus.MouseButton1Click:connect(function()
- game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true
- end)
- Boombox.Name = "Boombox"
- Boombox.Parent = Frame
- Boombox.BackgroundColor3 = Color3.new(1, 1, 1)
- Boombox.Position = UDim2.new(0.00406388007, 0, 0.276690841, 0)
- Boombox.Size = UDim2.new(0, 108, 0, 74)
- Boombox.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Boombox.Image = "rbxassetid://2809056030"
- Boombox.MouseButton1Click:connect(function()
- game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].BoomBox.Value = true
- end)
- TextLabel_3.Parent = Boombox
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.Position = UDim2.new(1.09649122, 0, 0.0873131901, 0)
- TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "<--- Boombox Gamepass"
- TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14
- TextLabel_3.TextWrapped = true
- LakeMoneyFarm.Name = "LakeMoneyFarm"
- LakeMoneyFarm.Parent = Frame
- LakeMoneyFarm.BackgroundColor3 = Color3.new(1, 1, 1)
- LakeMoneyFarm.Position = UDim2.new(0.487620145, 0, 0.102250516, 0)
- LakeMoneyFarm.Size = UDim2.new(0, 110, 0, 50)
- LakeMoneyFarm.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- LakeMoneyFarm.Font = Enum.Font.SourceSans
- LakeMoneyFarm.Text = "Lake Money Farm"
- LakeMoneyFarm.TextColor3 = Color3.new(0, 0, 0)
- LakeMoneyFarm.TextScaled = true
- LakeMoneyFarm.TextSize = 14
- LakeMoneyFarm.TextWrapped = true
- LakeMoneyFarm.MouseButton1Click:connect(function()
- game.ReplicatedStorage.Connection:InvokeServer(9,2) --Go Near a lake
- game.ReplicatedStorage.Connection:InvokeServer(50)
- game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true
- while wait() do
- game.ReplicatedStorage.Connection:InvokeServer(49)
- game.ReplicatedStorage.Connection:InvokeServer(51)
- end
- end)
- PartyEstate.Name = "PartyEstate"
- PartyEstate.Parent = Frame
- PartyEstate.BackgroundColor3 = Color3.new(1, 1, 1)
- PartyEstate.Position = UDim2.new(0.00516398624, 0, 0.695191681, 0)
- PartyEstate.Size = UDim2.new(0, 110, 0, 50)
- PartyEstate.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- PartyEstate.Font = Enum.Font.SourceSans
- PartyEstate.Text = "Party Estate"
- PartyEstate.TextColor3 = Color3.new(0, 0, 0)
- PartyEstate.TextScaled = true
- PartyEstate.TextSize = 14
- PartyEstate.TextWrapped = true
- PartyEstate.MouseButton1Click:connect(function()
- game.ReplicatedStorage.Connection:InvokeServer(45, 369)
- end)
- LargerEstate.Name = "Larger Estate"
- LargerEstate.Parent = Frame
- LargerEstate.BackgroundColor3 = Color3.new(1, 1, 1)
- LargerEstate.Position = UDim2.new(-0.000683967024, 0, 0.871662259, 0)
- LargerEstate.Size = UDim2.new(0, 110, 0, 50)
- LargerEstate.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- LargerEstate.Font = Enum.Font.SourceSans
- LargerEstate.Text = "Larger Estate"
- LargerEstate.TextColor3 = Color3.new(0, 0, 0)
- LargerEstate.TextScaled = true
- LargerEstate.TextSize = 14
- LargerEstate.TextWrapped = true
- LargerEstate.MouseButton1Click:connect(function()
- game.ReplicatedStorage.Connection:InvokeServer(45, 185)
- end)
- TrailerEstate.Name = "Trailer Estate"
- TrailerEstate.Parent = Frame
- TrailerEstate.BackgroundColor3 = Color3.new(1, 1, 1)
- TrailerEstate.Position = UDim2.new(0.461304337, 0, 0.699897528, 0)
- TrailerEstate.Size = UDim2.new(0, 110, 0, 50)
- TrailerEstate.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TrailerEstate.Font = Enum.Font.SourceSans
- TrailerEstate.Text = "Trailer Estate"
- TrailerEstate.TextColor3 = Color3.new(0, 0, 0)
- TrailerEstate.TextScaled = true
- TrailerEstate.TextSize = 14
- TrailerEstate.TextWrapped = true
- trailer.MouseButton1Click:connect(function()
- game.ReplicatedStorage.Connection:InvokeServer(45, 482)
- end)
- RegEstate.Name = "Reg Estate"
- RegEstate.Parent = Frame
- RegEstate.BackgroundColor3 = Color3.new(1, 1, 1)
- RegEstate.Position = UDim2.new(0.461304337, 0, 0.8646034, 0)
- RegEstate.Size = UDim2.new(0, 110, 0, 50)
- RegEstate.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- RegEstate.Font = Enum.Font.SourceSans
- RegEstate.Text = "Regular Estate"
- RegEstate.TextColor3 = Color3.new(0, 0, 0)
- RegEstate.TextScaled = true
- RegEstate.TextSize = 14
- RegEstate.TextWrapped = true
- RegEstate.MouseButton1Click:connect(function()
- game.ReplicatedStorage.Connection:InvokeServer(45, 119)
- end)
- CtrlClickTP.Name = "CtrlClickTP"
- CtrlClickTP.Parent = Frame
- CtrlClickTP.BackgroundColor3 = Color3.new(1, 1, 1)
- CtrlClickTP.Position = UDim2.new(0.470076263, 0, 0.49283874, 0)
- CtrlClickTP.Size = UDim2.new(0, 110, 0, 50)
- CtrlClickTP.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- CtrlClickTP.Font = Enum.Font.SourceSans
- CtrlClickTP.Text = "Ctrl + Click TP"
- CtrlClickTP.TextColor3 = Color3.new(0, 0, 0)
- CtrlClickTP.TextScaled = true
- CtrlClickTP.TextSize = 14
- CtrlClickTP.TextWrapped = true
- CtrlClickTP.MouseButton1Click:connect(function()
- local Player = game.Players.LocalPlayer
- local Mouse = Player:GetMouse()
- local UserInputService = game:GetService('UserInputService')
- local HoldingControl = false
- Mouse.Button1Down:connect(function()
- if HoldingControl then
- Player.Character:MoveTo(Mouse.Hit.p)
- end
- end)
- SmallEstate.Name = "Small Estate"
- SmallEstate.Parent = Frame
- SmallEstate.BackgroundColor3 = Color3.new(1, 1, 1)
- SmallEstate.Position = UDim2.new(0.0197838843, 0, 0.49283874, 0)
- SmallEstate.Size = UDim2.new(0, 110, 0, 50)
- SmallEstate.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- SmallEstate.Font = Enum.Font.SourceSans
- SmallEstate.Text = "Small Estate"
- SmallEstate.TextColor3 = Color3.new(0, 0, 0)
- SmallEstate.TextScaled = true
- SmallEstate.TextSize = 14
- SmallEstate.TextWrapped = true
- small.MouseButton1Click:connect(function()
- game.ReplicatedStorage.Connection:InvokeServer(45, 134)
- end)
- -- Scripts:
- function SCRIPT_MTGP80_FAKESCRIPT() -- Open.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Open
- script.Parent.MouseButton1Click:connect(function()
- script.Parent.Parent.Frame.Visible = not script.Parent.Parent.Frame.Visible
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_MTGP80_FAKESCRIPT))
- function SCRIPT_AFWM90_FAKESCRIPT() -- ScreenGui.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = ScreenGui
- Frame = script.Parent.frame
- Frame.Draggable = true
- Frame.Active = true
- Frame.Selectable = true
- end
- coroutine.resume(coroutine.create(SCRIPT_AFWM90_FAKESCRIPT))
Add Comment
Please, Sign In to add comment