Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local MelGui = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local AntiAFK = Instance.new("TextButton")
- local FurnMOD = Instance.new("TextButton")
- local AntiOB = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local InfiniteYi = Instance.new("TextButton")
- local AutoFarm = Instance.new("TextButton")
- local TpHome = Instance.new("TextButton")
- --Properties:
- MelGui.Name = "MelGui"
- MelGui.Parent = game.CoreGui
- MelGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = MelGui
- OpenFrame.Active = true
- OpenFrame.BackgroundColor3 = Color3.fromRGB(7, 7, 7)
- OpenFrame.Position = UDim2.new(-3.03288665e-08, 0, 0.930585623, 0)
- OpenFrame.Size = UDim2.new(0, 57, 0, 32)
- Close.Name = "Close"
- Close.Parent = OpenFrame
- Close.Active = false
- Close.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- Close.Position = UDim2.new(0.0526317358, 0, 0.15625, 0)
- Close.Size = UDim2.new(0, 50, 0, 22)
- Close.Font = Enum.Font.SciFi
- Close.Text = "Close"
- Close.TextColor3 = Color3.fromRGB(253, 253, 253)
- Close.TextSize = 14.000
- Close.MouseButton1Click:connect(function()
- Open.Visible = true
- Main.Visible = false
- end)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.Active = false
- Open.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- Open.Position = UDim2.new(0.0526317358, 0, 0.15625, 0)
- Open.Size = UDim2.new(0, 50, 0, 22)
- Open.Font = Enum.Font.SciFi
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(253, 253, 253)
- Open.TextSize = 14.000
- Open.MouseButton1Click:connect(function()
- Open.Visible = false
- Main.Visible = true
- end)
- Main.Name = "Main"
- Main.Parent = MelGui
- Main.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
- Main.BackgroundTransparency = 0.100
- Main.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Main.Position = UDim2.new(0.158932716, 0, 0.685470462, 0)
- Main.Size = UDim2.new(0, 308, 0, 113)
- Main.Visible = false
- Main.Draggable = true
- Frame.Parent = Main
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- Frame.BackgroundTransparency = 0.100
- Frame.Position = UDim2.new(-0.000649390277, 0, -0.295677006, 0)
- Frame.Size = UDim2.new(0, 308, 0, 33)
- AntiAFK.Name = "AntiAFK"
- AntiAFK.Parent = Frame
- AntiAFK.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- AntiAFK.BorderColor3 = Color3.fromRGB(0, 0, 0)
- AntiAFK.BorderSizePixel = 4
- AntiAFK.Position = UDim2.new(0.367532402, 0, 1.61538458, 0)
- AntiAFK.Size = UDim2.new(0, 80, 0, 34)
- AntiAFK.Font = Enum.Font.SourceSansBold
- AntiAFK.Text = "An/AFK"
- AntiAFK.TextColor3 = Color3.fromRGB(0, 0, 0)
- AntiAFK.TextScaled = true
- AntiAFK.TextSize = 14.000
- AntiAFK.TextWrapped = true
- AntiAFK.MouseButton1Click:Connect(function()
- local VirtualUser=game:service'VirtualUser'
- game:service'Players'.LocalPlayer.Idled:connect(function()
- VirtualUser:CaptureController()
- VirtualUser:ClickButton2(Vector2.new())
- end)
- end)
- FurnMOD.Name = "FurnMOD"
- FurnMOD.Parent = Frame
- FurnMOD.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- FurnMOD.BorderColor3 = Color3.fromRGB(0, 0, 0)
- FurnMOD.BorderSizePixel = 4
- FurnMOD.Position = UDim2.new(0.682467341, 0, 1.61538458, 0)
- FurnMOD.Size = UDim2.new(0, 80, 0, 34)
- FurnMOD.Font = Enum.Font.SourceSansBold
- FurnMOD.Text = "FurnMod"
- FurnMOD.TextColor3 = Color3.fromRGB(0, 0, 0)
- FurnMOD.TextScaled = true
- FurnMOD.TextSize = 14.000
- FurnMOD.TextWrapped = true
- FurnMOD.MouseButton1Click:Connect(function()
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "f" then
- local Item = game.Players.LocalPlayer:GetMouse().Target.Parent
- local Size = Item.PrimaryPart.Size.Y
- Item.PrimaryPart.Size = Vector3.new(0,0,0)
- local Rotate
- local Tilt
- Rotate = 0
- Tilt = 0
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "r" then
- Rotate = Rotate + 22.5
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "t" then
- Tilt = Tilt + 22.5
- end
- end)
- spawn(function()
- while game:GetService("RunService").RenderStepped:Wait() do
- game.Players.LocalPlayer:GetMouse().TargetFilter = Item
- Item:SetPrimaryPartCFrame(CFrame.new(math.floor(game.Players.LocalPlayer:GetMouse().Hit.X)+.03,math.ceil(game.Players.LocalPlayer:GetMouse().Hit.Y+(Size/2)-1),math.floor(game.Players.LocalPlayer:GetMouse().Hit.Z)-.03) * CFrame.Angles(math.rad(0),math.rad(Rotate),math.rad(Tilt)))
- end
- end)
- end
- end)
- end)
- AntiOB.Name = "AntiOB"
- AntiOB.Parent = Frame
- AntiOB.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- AntiOB.BorderColor3 = Color3.fromRGB(0, 0, 0)
- AntiOB.BorderSizePixel = 4
- AntiOB.Position = UDim2.new(0.0525973439, 0, 1.61538458, 0)
- AntiOB.Size = UDim2.new(0, 80, 0, 34)
- AntiOB.Font = Enum.Font.SourceSansBold
- AntiOB.Text = "An/OB"
- AntiOB.TextColor3 = Color3.fromRGB(0, 0, 0)
- AntiOB.TextScaled = true
- AntiOB.TextSize = 14.000
- AntiOB.TextWrapped = true
- AntiOB.MouseButton1Click:Connect(function()
- while true do
- wait()
- local ohString1 = "ChangeJob"
- local ohString2 = "Cashier"
- game:GetService("ReplicatedStorage").PlayerChannel:FireServer(ohString1, ohString2)
- end
- end)
- TextLabel.Parent = Frame
- TextLabel.Active = true
- TextLabel.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.174675286, 0, 0.0086941421, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 32)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Gui Made by: Medrednyx"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- InfiniteYi.Name = "InfiniteYi"
- InfiniteYi.Parent = Frame
- InfiniteYi.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
- InfiniteYi.BorderColor3 = Color3.fromRGB(0, 0, 0)
- InfiniteYi.BorderSizePixel = 4
- InfiniteYi.Position = UDim2.new(0.0525972247, 0, 3.10023308, 0)
- InfiniteYi.Size = UDim2.new(0, 80, 0, 34)
- InfiniteYi.Font = Enum.Font.SourceSansBold
- InfiniteYi.Text = "InfiniteYield"
- InfiniteYi.TextColor3 = Color3.fromRGB(0, 0, 0)
- InfiniteYi.TextScaled = true
- InfiniteYi.TextSize = 14.000
- InfiniteYi.TextWrapped = true
- InfiniteYi.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- AutoFarm.Name = "AutoFarm"
- AutoFarm.Parent = Frame
- AutoFarm.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
- AutoFarm.BorderColor3 = Color3.fromRGB(0, 0, 0)
- AutoFarm.BorderSizePixel = 4
- AutoFarm.Position = UDim2.new(0.370779037, 0, 3.10023308, 0)
- AutoFarm.Size = UDim2.new(0, 80, 0, 34)
- AutoFarm.Font = Enum.Font.SourceSansBold
- AutoFarm.Text = "AutoFarm"
- AutoFarm.TextColor3 = Color3.fromRGB(0, 0, 0)
- AutoFarm.TextScaled = true
- AutoFarm.TextSize = 14.000
- AutoFarm.TextWrapped = true
- AutoFarm.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/cEwtwKZR",true))()
- end)
- TpHome.Name = "TpHome"
- TpHome.Parent = Frame
- TpHome.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
- TpHome.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TpHome.BorderSizePixel = 4
- TpHome.Position = UDim2.new(0.682467341, 0, 3.10023308, 0)
- TpHome.Size = UDim2.new(0, 80, 0, 34)
- TpHome.Font = Enum.Font.SourceSansBold
- TpHome.Text = "TP/Home"
- TpHome.TextColor3 = Color3.fromRGB(0, 0, 0)
- TpHome.TextScaled = true
- TpHome.TextSize = 14.000
- TpHome.TextWrapped = true
- TpHome.MouseButton1Click:Connect(function()
- local A_1 = "TeleportHome"
- local Event = game:GetService("ReplicatedStorage").PlayerChannel
- Event:FireServer(A_1)
- end)
Add Comment
Please, Sign In to add comment