Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local GUI = Instance.new("ScreenGui")
- local LoginFrame = Instance.new("Frame")
- local bar1 = Instance.new("Frame")
- local bar2 = Instance.new("Frame")
- local Closegui = Instance.new("TextButton")
- local userbox = Instance.new("TextBox")
- local passbox = Instance.new("TextBox")
- local title = Instance.new("TextLabel")
- local submit = Instance.new("TextButton")
- local sgui = Instance.new("Frame")
- local sbar2 = Instance.new("Frame")
- local sbar1 = Instance.new("Frame")
- local exitgui = Instance.new("TextButton")
- local minigui = Instance.new("TextButton")
- local nextpage1 = Instance.new("TextButton")
- local JailbraikGUI = Instance.new("TextButton")
- local GUIJailbraik = Instance.new("Frame")
- local GUIJailbraik1 = Instance.new("TextButton")
- local NinjaLegendsGUI = Instance.new("TextButton")
- local GUINinjaLegends = Instance.new("Frame")
- local GUINinjaLegends1 = Instance.new("TextButton")
- local AntiAFK = Instance.new("TextButton")
- local FishingSimulatorGUI = Instance.new("TextButton")
- local GUIAntiAFK = Instance.new("Frame")
- local AntiAFKScript = Instance.new("TextButton")
- local GUIFishingSimulator = Instance.new("Frame")
- local GUIFishingSimulator1 = Instance.new("TextButton")
- local Menu = Instance.new("Frame")
- local menubut = Instance.new("TextButton")
- --Properties:
- GUI.Name = "GUI"
- GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- GUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- LoginFrame.Name = "LoginFrame"
- LoginFrame.Parent = GUI
- LoginFrame.Active = true
- LoginFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- LoginFrame.BorderSizePixel = 0
- LoginFrame.Position = UDim2.new(0.396668732, 0, 0.29706201, 0)
- LoginFrame.Selectable = true
- LoginFrame.Size = UDim2.new(0, 334, 0, 373)
- LoginFrame.Style = Enum.FrameStyle.RobloxRound
- LoginFrame.Visible = true
- bar1.Name = "bar1"
- bar1.Parent = LoginFrame
- bar1.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- bar1.BorderSizePixel = 0
- bar1.Position = UDim2.new(-0.0245628133, 0, -0.0222131163, 0)
- bar1.Size = UDim2.new(0, 334, 0, 31)
- bar2.Name = "bar2"
- bar2.Parent = LoginFrame
- bar2.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
- bar2.BorderSizePixel = 0
- bar2.Position = UDim2.new(-0.0245628133, 0, 0.0640271902, 0)
- bar2.Size = UDim2.new(0, 333, 0, 7)
- Closegui.Name = "Close gui"
- Closegui.Parent = LoginFrame
- Closegui.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- Closegui.BorderSizePixel = 0
- Closegui.Position = UDim2.new(0.91282022, 0, -0.0222131163, 0)
- Closegui.Size = UDim2.new(0, 34, 0, 30)
- Closegui.Font = Enum.Font.SourceSans
- Closegui.Text = "X"
- Closegui.TextColor3 = Color3.fromRGB(255, 255, 255)
- Closegui.TextSize = 23.000
- Closegui.MouseButton1Down:connect(function()
- GUI:Destroy()
- end)
- userbox.Name = "userbox"
- userbox.Parent = LoginFrame
- userbox.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- userbox.BorderColor3 = Color3.fromRGB(10, 10, 10)
- userbox.BorderSizePixel = 4
- userbox.Position = UDim2.new(0.183154628, 0, 0.428983212, 0)
- userbox.Size = UDim2.new(0, 200, 0, 28)
- userbox.Font = Enum.Font.SourceSansBold
- userbox.Text = "Username"
- userbox.TextColor3 = Color3.fromRGB(255, 255, 255)
- userbox.TextScaled = true
- userbox.TextSize = 14.000
- userbox.TextWrapped = true
- passbox.Name = "passbox"
- passbox.Parent = LoginFrame
- passbox.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- passbox.BorderColor3 = Color3.fromRGB(10, 10, 10)
- passbox.BorderSizePixel = 4
- passbox.Position = UDim2.new(0.183154628, 0, 0.568393409, 0)
- passbox.Size = UDim2.new(0, 200, 0, 28)
- passbox.Font = Enum.Font.SourceSansBold
- passbox.Text = "Password"
- passbox.TextColor3 = Color3.fromRGB(255, 255, 255)
- passbox.TextScaled = true
- passbox.TextSize = 14.000
- passbox.TextWrapped = true
- title.Name = "title"
- title.Parent = LoginFrame
- title.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- title.BorderSizePixel = 0
- title.Position = UDim2.new(0.185628742, 0, 0.150134042, 0)
- title.Size = UDim2.new(0, 200, 0, 50)
- title.SizeConstraint = Enum.SizeConstraint.RelativeYY
- title.Font = Enum.Font.SourceSansBold
- title.Text = "Login GUI"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
- submit.Name = "submit"
- submit.Parent = LoginFrame
- submit.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- submit.BorderColor3 = Color3.fromRGB(10, 10, 10)
- submit.BorderSizePixel = 4
- submit.Position = UDim2.new(0.278674841, 0, 0.750183702, 0)
- submit.Size = UDim2.new(0, 142, 0, 35)
- submit.Font = Enum.Font.SourceSansBold
- submit.Text = "Login"
- submit.TextColor3 = Color3.fromRGB(255, 255, 255)
- submit.TextScaled = true
- submit.TextSize = 14.000
- submit.TextWrapped = true
- submit.MouseButton1Down:connect(function()
- if userbox.Text == "Admin" and passbox.Text == "123" then
- LoginFrame.Visible = false
- sgui.Visible = true
- end
- end)
- sgui.Name = "sgui"
- sgui.Parent = GUI
- sgui.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- sgui.BorderSizePixel = 0
- sgui.Position = UDim2.new(0.288093746, 0, 0.262241572, 0)
- sgui.Size = UDim2.new(0, 686, 0, 357)
- sgui.Visible = false
- sgui.Style = Enum.FrameStyle.RobloxSquare
- sbar2.Name = "sbar2"
- sbar2.Parent = sgui
- sbar2.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
- sbar2.BorderSizePixel = 0
- sbar2.Position = UDim2.new(-0.011661808, 0, 0.0663866773, 0)
- sbar2.Size = UDim2.new(0, 689, 0, 7)
- sbar1.Name = "sbar1"
- sbar1.Parent = sgui
- sbar1.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- sbar1.BorderSizePixel = 0
- sbar1.Position = UDim2.new(-0.0128475446, 0, -0.0245895609, 0)
- sbar1.Size = UDim2.new(0, 686, 0, 31)
- exitgui.Name = "exitgui"
- exitgui.Parent = sgui
- exitgui.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- exitgui.BorderSizePixel = 0
- exitgui.Position = UDim2.new(0.95800972, 0, -0.0222131163, 0)
- exitgui.Size = UDim2.new(0, 34, 0, 30)
- exitgui.Font = Enum.Font.SourceSans
- exitgui.Text = "X"
- exitgui.TextColor3 = Color3.fromRGB(255, 255, 255)
- exitgui.TextSize = 23.000
- exitgui.MouseButton1Down:connect(function()
- GUI:Destroy()
- end)
- minigui.Name = "minigui"
- minigui.Parent = sgui
- minigui.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- minigui.BorderSizePixel = 0
- minigui.Position = UDim2.new(0.908447027, 0, -0.0222131163, 0)
- minigui.Size = UDim2.new(0, 34, 0, 30)
- minigui.Font = Enum.Font.SourceSans
- minigui.Text = "-"
- minigui.TextColor3 = Color3.fromRGB(255, 255, 255)
- minigui.TextSize = 23.000
- minigui.MouseButton1Down:connect(function()
- sgui.Visible = false
- Menu.Visible = true
- end)
- nextpage1.Name = "nextpage1"
- nextpage1.Parent = sgui
- nextpage1.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- nextpage1.BorderColor3 = Color3.fromRGB(10, 10, 10)
- nextpage1.BorderSizePixel = 0
- nextpage1.Position = UDim2.new(0.94293201, 0, 0.129432142, 0)
- nextpage1.Size = UDim2.new(0, 44, 0, 50)
- nextpage1.Font = Enum.Font.SourceSansBold
- nextpage1.Text = ">"
- nextpage1.TextColor3 = Color3.fromRGB(255, 255, 255)
- nextpage1.TextScaled = true
- nextpage1.TextSize = 14.000
- nextpage1.TextWrapped = true
- JailbraikGUI.Name = "JailbraikGUI"
- JailbraikGUI.Parent = sgui
- JailbraikGUI.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- JailbraikGUI.BorderColor3 = Color3.fromRGB(10, 10, 10)
- JailbraikGUI.BorderSizePixel = 2
- JailbraikGUI.Position = UDim2.new(0.00705062831, 0, 0.128930017, 0)
- JailbraikGUI.Size = UDim2.new(0, 135, 0, 50)
- JailbraikGUI.Font = Enum.Font.SourceSansBold
- JailbraikGUI.Text = "JailBraik"
- JailbraikGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
- JailbraikGUI.TextScaled = true
- JailbraikGUI.TextSize = 14.000
- JailbraikGUI.TextWrapped = true
- JailbraikGUI.MouseButton1Down:connect(function()
- GUIJailbraik.Visible = true
- GUINinjaLegends.Visible = false
- GUIFishingSimulator.Visible = false
- GUIAntiAFK.Visible = false
- end)
- GUIJailbraik.Name = "GUIJailbraik"
- GUIJailbraik.Parent = sgui
- GUIJailbraik.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- GUIJailbraik.BorderColor3 = Color3.fromRGB(10, 10, 10)
- GUIJailbraik.BorderSizePixel = 2
- GUIJailbraik.Position = UDim2.new(0.300508291, 0, 0.529560864, 0)
- GUIJailbraik.Size = UDim2.new(0, 237, 0, 60)
- GUIJailbraik.Visible = false
- GUIJailbraik1.Name = "GUIJailbraik1"
- GUIJailbraik1.Parent = GUIJailbraik
- GUIJailbraik1.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- GUIJailbraik1.BorderColor3 = Color3.fromRGB(10, 10, 10)
- GUIJailbraik1.BorderSizePixel = 2
- GUIJailbraik1.Size = UDim2.new(0, 237, 0, 60)
- GUIJailbraik1.Font = Enum.Font.SourceSansBold
- GUIJailbraik1.Text = "Jailbraik GUI"
- GUIJailbraik1.TextColor3 = Color3.fromRGB(255, 255, 255)
- GUIJailbraik1.TextScaled = true
- GUIJailbraik1.TextSize = 14.000
- GUIJailbraik1.TextWrapped = true
- GUIJailbraik1.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/yCrBkPaY",true))()
- end)
- NinjaLegendsGUI.Name = "Ninja LegendsGUI"
- NinjaLegendsGUI.Parent = sgui
- NinjaLegendsGUI.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- NinjaLegendsGUI.BorderColor3 = Color3.fromRGB(10, 10, 10)
- NinjaLegendsGUI.BorderSizePixel = 2
- NinjaLegendsGUI.Position = UDim2.new(0.243202254, 0, 0.128930017, 0)
- NinjaLegendsGUI.Size = UDim2.new(0, 135, 0, 50)
- NinjaLegendsGUI.Font = Enum.Font.SourceSansBold
- NinjaLegendsGUI.Text = "Ninja Legends"
- NinjaLegendsGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
- NinjaLegendsGUI.TextScaled = true
- NinjaLegendsGUI.TextSize = 14.000
- NinjaLegendsGUI.TextWrapped = true
- NinjaLegendsGUI.MouseButton1Down:connect(function()
- GUIJailbraik.Visible = false
- GUINinjaLegends.Visible = true
- GUIFishingSimulator.Visible = false
- GUIAntiAFK.Visible = false
- end)
- GUINinjaLegends.Name = "GUINinja Legends"
- GUINinjaLegends.Parent = sgui
- GUINinjaLegends.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- GUINinjaLegends.BorderColor3 = Color3.fromRGB(10, 10, 10)
- GUINinjaLegends.BorderSizePixel = 2
- GUINinjaLegends.Position = UDim2.new(0.300508291, 0, 0.529560864, 0)
- GUINinjaLegends.Size = UDim2.new(0, 237, 0, 60)
- GUINinjaLegends.Visible = false
- GUINinjaLegends1.Name = "GUINinja Legends1"
- GUINinjaLegends1.Parent = GUINinjaLegends
- GUINinjaLegends1.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- GUINinjaLegends1.BorderColor3 = Color3.fromRGB(10, 10, 10)
- GUINinjaLegends1.BorderSizePixel = 2
- GUINinjaLegends1.Size = UDim2.new(0, 237, 0, 60)
- GUINinjaLegends1.Font = Enum.Font.SourceSansBold
- GUINinjaLegends1.Text = "Ninja Legends GUI"
- GUINinjaLegends1.TextColor3 = Color3.fromRGB(255, 255, 255)
- GUINinjaLegends1.TextScaled = true
- GUINinjaLegends1.TextSize = 14.000
- GUINinjaLegends1.TextWrapped = true
- GUINinjaLegends1.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/vcNkhR91",true))()
- end)
- AntiAFK.Name = "Anti AFK "
- AntiAFK.Parent = sgui
- AntiAFK.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AntiAFK.BorderColor3 = Color3.fromRGB(10, 10, 10)
- AntiAFK.BorderSizePixel = 2
- AntiAFK.Position = UDim2.new(0.73008275, 0, 0.128930017, 0)
- AntiAFK.Size = UDim2.new(0, 135, 0, 50)
- AntiAFK.Font = Enum.Font.SourceSansBold
- AntiAFK.Text = "Anti AFK "
- AntiAFK.TextColor3 = Color3.fromRGB(255, 255, 255)
- AntiAFK.TextScaled = true
- AntiAFK.TextSize = 14.000
- AntiAFK.TextWrapped = true
- AntiAFK.MouseButton1Down:connect(function()
- GUIJailbraik.Visible = false
- GUINinjaLegends.Visible = false
- GUIFishingSimulator.Visible = false
- GUIAntiAFK.Visible = true
- end)
- FishingSimulatorGUI.Name = "Fishing SimulatorGUI"
- FishingSimulatorGUI.Parent = sgui
- FishingSimulatorGUI.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- FishingSimulatorGUI.BorderColor3 = Color3.fromRGB(10, 10, 10)
- FishingSimulatorGUI.BorderSizePixel = 2
- FishingSimulatorGUI.Position = UDim2.new(0.483727038, 0, 0.128930017, 0)
- FishingSimulatorGUI.Size = UDim2.new(0, 135, 0, 50)
- FishingSimulatorGUI.Font = Enum.Font.SourceSansBold
- FishingSimulatorGUI.Text = "Fishing Simulator "
- FishingSimulatorGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
- FishingSimulatorGUI.TextScaled = true
- FishingSimulatorGUI.TextSize = 14.000
- FishingSimulatorGUI.TextWrapped = true
- FishingSimulatorGUI.MouseButton1Down:connect(function()
- GUIJailbraik.Visible = false
- GUINinjaLegends.Visible = false
- GUIFishingSimulator.Visible = true
- GUIAntiAFK.Visible = false
- end)
- GUIAntiAFK.Name = "GUIAnti AFK"
- GUIAntiAFK.Parent = sgui
- GUIAntiAFK.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- GUIAntiAFK.BorderColor3 = Color3.fromRGB(10, 10, 10)
- GUIAntiAFK.BorderSizePixel = 2
- GUIAntiAFK.Position = UDim2.new(0.300508291, 0, 0.529560864, 0)
- GUIAntiAFK.Size = UDim2.new(0, 237, 0, 60)
- GUIAntiAFK.Visible = false
- AntiAFKScript.Name = "Anti AFK Script"
- AntiAFKScript.Parent = GUIAntiAFK
- AntiAFKScript.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- AntiAFKScript.BorderColor3 = Color3.fromRGB(10, 10, 10)
- AntiAFKScript.BorderSizePixel = 2
- AntiAFKScript.Size = UDim2.new(0, 237, 0, 60)
- AntiAFKScript.Font = Enum.Font.SourceSansBold
- AntiAFKScript.Text = "Anti AFK "
- AntiAFKScript.TextColor3 = Color3.fromRGB(255, 255, 255)
- AntiAFKScript.TextScaled = true
- AntiAFKScript.TextSize = 14.000
- AntiAFKScript.TextWrapped = true
- AntiAFKScript.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/SLpM0f3z",true))()
- end)
- GUIFishingSimulator.Name = "GUIFishing Simulator"
- GUIFishingSimulator.Parent = sgui
- GUIFishingSimulator.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- GUIFishingSimulator.BorderColor3 = Color3.fromRGB(10, 10, 10)
- GUIFishingSimulator.BorderSizePixel = 2
- GUIFishingSimulator.Position = UDim2.new(0.300508291, 0, 0.529560864, 0)
- GUIFishingSimulator.Size = UDim2.new(0, 237, 0, 60)
- GUIFishingSimulator.Visible = false
- GUIFishingSimulator1.Name = "GUIFishing Simulator1"
- GUIFishingSimulator1.Parent = GUIFishingSimulator
- GUIFishingSimulator1.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- GUIFishingSimulator1.BorderColor3 = Color3.fromRGB(10, 10, 10)
- GUIFishingSimulator1.BorderSizePixel = 2
- GUIFishingSimulator1.Size = UDim2.new(0, 237, 0, 60)
- GUIFishingSimulator1.Font = Enum.Font.SourceSansBold
- GUIFishingSimulator1.Text = "Fishing Simulator GUI"
- GUIFishingSimulator1.TextColor3 = Color3.fromRGB(255, 255, 255)
- GUIFishingSimulator1.TextScaled = true
- GUIFishingSimulator1.TextSize = 14.000
- GUIFishingSimulator1.TextWrapped = true
- GUIFishingSimulator1.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/5r2kwfzn",true))()
- end)
- Menu.Name = "Menu"
- Menu.Parent = GUI
- Menu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Menu.Position = UDim2.new(0, 0, 0.548422217, 0)
- Menu.Size = UDim2.new(0, 78, 0, 42)
- Menu.Visible = false
- menubut.Name = "menubut"
- menubut.Parent = Menu
- menubut.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- menubut.BorderColor3 = Color3.fromRGB(10, 10, 10)
- menubut.BorderSizePixel = 4
- menubut.Size = UDim2.new(0, 78, 0, 42)
- menubut.Font = Enum.Font.SourceSansBold
- menubut.Text = "Menu"
- menubut.TextColor3 = Color3.fromRGB(255, 255, 255)
- menubut.TextScaled = true
- menubut.TextSize = 14.000
- menubut.TextWrapped = true
- menubut.MouseButton1Down:connect(function()
- Menu.Visible = false
- sgui.Visible = true
- end)
- -- Scripts:
- local function TMFD_fake_script() -- LoginFrame.lguidrag
- local script = Instance.new('LocalScript', LoginFrame)
- local UIS = game:GetService('UserInputService')
- local frame = script.Parent
- local dragToggle = nil
- local dragSpeed = 0.25
- local dragStart = nil
- local startPos = nil
- local function updateInput(input)
- local delta = input.Position - dragStart
- local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
- startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
- end
- frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
- dragToggle = true
- dragStart = input.Position
- startPos = frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- UIS.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- if dragToggle then
- updateInput(input)
- end
- end
- end)
- end
- coroutine.wrap(TMFD_fake_script)()
- local function PTZTQT_fake_script() -- sgui.sguidrag
- local script = Instance.new('LocalScript', sgui)
- local UIS = game:GetService('UserInputService')
- local frame = script.Parent
- local dragToggle = nil
- local dragSpeed = 0.25
- local dragStart = nil
- local startPos = nil
- local function updateInput(input)
- local delta = input.Position - dragStart
- local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
- startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
- end
- frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
- dragToggle = true
- dragStart = input.Position
- startPos = frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- UIS.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- if dragToggle then
- updateInput(input)
- end
- end
- end)
- end
- coroutine.wrap(PTZTQT_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement