Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By BluezModZ
- --https://www.bluezmodz-scripts.weebly.com
- --I hope you have a good year :D
- --Username = BluezModZ
- --password = 1667
- local ScreenGui = Instance.new("ScreenGui")
- local LoginFrame = Instance.new("Frame")
- local LoginTittle = Instance.new("TextLabel")
- local username = Instance.new("TextBox")
- local password = Instance.new("TextBox")
- local Login = Instance.new("TextButton")
- local Exit = Instance.new("TextButton")
- local FeGui = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local gotoWalkspeed = Instance.new("TextButton")
- local gotoJumppower = Instance.new("TextButton")
- local gotoAntiafk = Instance.new("TextButton")
- local say = Instance.new("TextButton")
- local copy = Instance.new("TextButton")
- local FeGuiExit = Instance.new("TextButton")
- local WalkSpeedGui = Instance.new("Frame")
- local speedTittle = Instance.new("TextLabel")
- local walkspeedInput = Instance.new("TextBox")
- local WalkSpeedExe = Instance.new("TextButton")
- local ExitSpeed = Instance.new("TextButton")
- local JumpPowerGui = Instance.new("Frame")
- local JumpPowerTittle = Instance.new("TextLabel")
- local JumpPowerInput = Instance.new("TextBox")
- local ExitJumpPower = Instance.new("TextButton")
- local setJumpPower = Instance.new("TextButton")
- local AntiAfkGui = Instance.new("Frame")
- local AntiAfkTittle = Instance.new("TextLabel")
- local AntiAfkOn = Instance.new("TextButton")
- local AntiAfkOff = Instance.new("TextButton")
- local AntiAfkExit = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- LoginFrame.Name = "LoginFrame"
- LoginFrame.Parent = ScreenGui
- LoginFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- LoginFrame.Position = UDim2.new(0.409862578, 0, 0.270450741, 0)
- LoginFrame.Size = UDim2.new(0, 237, 0, 274)
- LoginFrame.Active = true
- LoginFrame.Draggable = true
- LoginTittle.Name = "LoginTittle"
- LoginTittle.Parent = LoginFrame
- LoginTittle.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- LoginTittle.Size = UDim2.new(0, 237, 0, 50)
- LoginTittle.Font = Enum.Font.SciFi
- LoginTittle.Text = "Login Fe Script - BluezModZ"
- LoginTittle.TextColor3 = Color3.fromRGB(0, 0, 127)
- LoginTittle.TextSize = 15.000
- username.Name = "username"
- username.Parent = LoginFrame
- username.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- username.BorderColor3 = Color3.fromRGB(0, 0, 127)
- username.Position = UDim2.new(0.0759493634, 0, 0.244525552, 0)
- username.Size = UDim2.new(0, 200, 0, 50)
- username.Font = Enum.Font.SourceSans
- username.Text = "Username"
- username.TextColor3 = Color3.fromRGB(0, 0, 127)
- username.TextSize = 25.000
- password.Name = "password"
- password.Parent = LoginFrame
- password.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- password.BorderColor3 = Color3.fromRGB(0, 0, 127)
- password.Position = UDim2.new(0.0759493634, 0, 0.496350378, 0)
- password.Size = UDim2.new(0, 200, 0, 50)
- password.Font = Enum.Font.SourceSans
- password.Text = "Password"
- password.TextColor3 = Color3.fromRGB(0, 0, 127)
- password.TextSize = 25.000
- Login.Name = "Login"
- Login.Parent = LoginFrame
- Login.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Login.BorderColor3 = Color3.fromRGB(0, 0, 127)
- Login.Position = UDim2.new(0.0759493634, 0, 0.755474448, 0)
- Login.Size = UDim2.new(0, 200, 0, 50)
- Login.Font = Enum.Font.SourceSans
- Login.Text = "Login"
- Login.TextColor3 = Color3.fromRGB(0, 0, 127)
- Login.TextSize = 25.000
- Login.MouseButton1Down:connect(function()
- if username.Text == "BluezModZ" and password.Text == "1667" then
- LoginFrame.Visible = false
- FeGui.Visible = true
- else
- LoginTittle.Text = "Incorrect Login Info!"
- username.Text = "Username"
- password.Text = "Password"
- wait(5)
- LoginTittle.Text = "Login Fe Script - BluezModZ"
- print('Incorrect Login Information!')
- end
- end)
- Exit.Name = "Exit"
- Exit.Parent = LoginFrame
- Exit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Exit.BorderColor3 = Color3.fromRGB(0, 0, 127)
- Exit.Position = UDim2.new(0.877637148, 0, 0, 0)
- Exit.Size = UDim2.new(0, 29, 0, 26)
- Exit.Font = Enum.Font.SpecialElite
- Exit.Text = "X"
- Exit.TextColor3 = Color3.fromRGB(0, 0, 127)
- Exit.TextSize = 25.000
- Exit.MouseButton1Down:connect(function()
- LoginFrame.Visible = false
- print('Thanks For Using BluezModZ Scripts!')
- end)
- FeGui.Name = "FeGui"
- FeGui.Parent = ScreenGui
- FeGui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- FeGui.Position = UDim2.new(0.308811635, 0, 0.158597663, 0)
- FeGui.Size = UDim2.new(0, 514, 0, 310)
- FeGui.Visible = false
- FeGui.Active = true
- FeGui.Draggable = true
- TextLabel.Parent = FeGui
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.Size = UDim2.new(0, 514, 0, 50)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "FE Gui - BluezModZ"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 25.000
- gotoWalkspeed.Name = "gotoWalkspeed"
- gotoWalkspeed.Parent = FeGui
- gotoWalkspeed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- gotoWalkspeed.BorderColor3 = Color3.fromRGB(0, 0, 127)
- gotoWalkspeed.Position = UDim2.new(0.0375057943, 0, 0.177985951, 0)
- gotoWalkspeed.Size = UDim2.new(0, 200, 0, 50)
- gotoWalkspeed.Font = Enum.Font.SourceSans
- gotoWalkspeed.Text = "Walk Speed"
- gotoWalkspeed.TextColor3 = Color3.fromRGB(0, 0, 127)
- gotoWalkspeed.TextSize = 20.000
- gotoWalkspeed.MouseButton1Down:connect(function()
- WalkSpeedGui.Visible = true
- end)
- gotoJumppower.Name = "gotoJumppower"
- gotoJumppower.Parent = FeGui
- gotoJumppower.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- gotoJumppower.BorderColor3 = Color3.fromRGB(0, 0, 127)
- gotoJumppower.Position = UDim2.new(0.528824687, 0, 0.177985951, 0)
- gotoJumppower.Size = UDim2.new(0, 200, 0, 50)
- gotoJumppower.Font = Enum.Font.SourceSans
- gotoJumppower.Text = "Jump Power"
- gotoJumppower.TextColor3 = Color3.fromRGB(0, 0, 127)
- gotoJumppower.TextSize = 20.000
- gotoJumppower.MouseButton1Down:connect(function()
- JumpPowerGui.Visible = true
- end)
- gotoAntiafk.Name = "gotoAntiafk"
- gotoAntiafk.Parent = FeGui
- gotoAntiafk.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- gotoAntiafk.BorderColor3 = Color3.fromRGB(0, 0, 127)
- gotoAntiafk.Position = UDim2.new(0.0375058055, 0, 0.416952521, 0)
- gotoAntiafk.Size = UDim2.new(0, 200, 0, 50)
- gotoAntiafk.Font = Enum.Font.SourceSans
- gotoAntiafk.Text = "Anti Afk"
- gotoAntiafk.TextColor3 = Color3.fromRGB(0, 0, 127)
- gotoAntiafk.TextSize = 20.000
- gotoAntiafk.MouseButton1Down:connect(function()
- AntiAfkGui.Visible = true
- end)
- say.Name = "say"
- say.Parent = FeGui
- say.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- say.BorderColor3 = Color3.fromRGB(0, 0, 127)
- say.Position = UDim2.new(0.527778149, 0, 0.416952521, 0)
- say.Size = UDim2.new(0, 200, 0, 50)
- say.Font = Enum.Font.SourceSans
- say.Text = "Say"
- say.TextColor3 = Color3.fromRGB(0, 0, 127)
- say.TextSize = 20.000
- say.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Thanks For Using BluezModZ Scripts!", "All")
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("BluezModZ Scripts Are The Best Upcoming Scripts!", "All")
- end)
- copy.Name = "copy"
- copy.Parent = FeGui
- copy.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- copy.BorderColor3 = Color3.fromRGB(0, 0, 127)
- copy.Position = UDim2.new(0.0375057757, 0, 0.707259953, 0)
- copy.Size = UDim2.new(0, 200, 0, 50)
- copy.Font = Enum.Font.SourceSans
- copy.Text = "Copy Website"
- copy.TextColor3 = Color3.fromRGB(0, 0, 127)
- copy.TextSize = 20.000
- copy.MouseButton1Down:connect(function()
- setclipboard("https://www.bluezmodz-scripts.weebly.com")
- end)
- FeGuiExit.Name = "FeGuiExit"
- FeGuiExit.Parent = FeGui
- FeGuiExit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- FeGuiExit.BorderColor3 = Color3.fromRGB(0, 0, 127)
- FeGuiExit.Position = UDim2.new(0.527778149, 0, 0.706292987, 0)
- FeGuiExit.Size = UDim2.new(0, 200, 0, 50)
- FeGuiExit.Font = Enum.Font.SourceSans
- FeGuiExit.Text = "Exit"
- FeGuiExit.TextColor3 = Color3.fromRGB(0, 0, 127)
- FeGuiExit.TextSize = 20.000
- FeGuiExit.MouseButton1Down:connect(function()
- FeGui.Visible = false
- end)
- WalkSpeedGui.Name = "WalkSpeedGui"
- WalkSpeedGui.Parent = ScreenGui
- WalkSpeedGui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- WalkSpeedGui.Position = UDim2.new(0.361358136, 0, 0.193656087, 0)
- WalkSpeedGui.Size = UDim2.new(0, 283, 0, 232)
- WalkSpeedGui.Visible = false
- WalkSpeedGui.Active = true
- WalkSpeedGui.Draggable = true
- speedTittle.Name = "speedTittle"
- speedTittle.Parent = WalkSpeedGui
- speedTittle.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
- speedTittle.Size = UDim2.new(0, 283, 0, 50)
- speedTittle.Font = Enum.Font.SourceSans
- speedTittle.Text = "WalkSpeed [Pending...]"
- speedTittle.TextColor3 = Color3.fromRGB(0, 0, 0)
- speedTittle.TextSize = 25.000
- walkspeedInput.Name = "walkspeedInput"
- walkspeedInput.Parent = WalkSpeedGui
- walkspeedInput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- walkspeedInput.BorderColor3 = Color3.fromRGB(0, 0, 127)
- walkspeedInput.Position = UDim2.new(0.144876331, 0, 0.320724845, 0)
- walkspeedInput.Size = UDim2.new(0, 200, 0, 50)
- walkspeedInput.Font = Enum.Font.SourceSans
- walkspeedInput.Text = "Number Here"
- walkspeedInput.TextColor3 = Color3.fromRGB(0, 0, 127)
- walkspeedInput.TextSize = 35.000
- walkspeedInput.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
- WalkSpeedExe.Name = "WalkSpeedExe"
- WalkSpeedExe.Parent = WalkSpeedGui
- WalkSpeedExe.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- WalkSpeedExe.BorderColor3 = Color3.fromRGB(0, 0, 127)
- WalkSpeedExe.Position = UDim2.new(0.144876331, 0, 0.629310369, 0)
- WalkSpeedExe.Size = UDim2.new(0, 200, 0, 50)
- WalkSpeedExe.Font = Enum.Font.SourceSans
- WalkSpeedExe.Text = "Set WalkSpeed"
- WalkSpeedExe.TextColor3 = Color3.fromRGB(0, 0, 127)
- WalkSpeedExe.TextSize = 35.000
- WalkSpeedExe.MouseButton1Down:connect(function()
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- char.Humanoid.WalkSpeed = walkspeedInput.Text
- speedTittle.Text = "Set Walk Speed [Injected!]"
- wait(5)
- speedTittle.Text = "Walk Speed [Pending...]"
- end)
- ExitSpeed.Name = "ExitSpeed"
- ExitSpeed.Parent = WalkSpeedGui
- ExitSpeed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ExitSpeed.Position = UDim2.new(0.883392215, 0, 0, 0)
- ExitSpeed.Size = UDim2.new(0, 33, 0, 20)
- ExitSpeed.Font = Enum.Font.SourceSans
- ExitSpeed.Text = "X"
- ExitSpeed.TextColor3 = Color3.fromRGB(0, 0, 127)
- ExitSpeed.TextSize = 35.000
- ExitSpeed.MouseButton1Down:connect(function()
- WalkSpeedGui.Visible = false
- end)
- JumpPowerGui.Name = "JumpPowerGui"
- JumpPowerGui.Parent = ScreenGui
- JumpPowerGui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- JumpPowerGui.Position = UDim2.new(0.364591777, 0, 0.193656102, 0)
- JumpPowerGui.Size = UDim2.new(0, 270, 0, 233)
- JumpPowerGui.Visible = false
- JumpPowerGui.Active = true
- JumpPowerGui.Draggable = true
- JumpPowerTittle.Name = "JumpPowerTittle"
- JumpPowerTittle.Parent = JumpPowerGui
- JumpPowerTittle.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
- JumpPowerTittle.Size = UDim2.new(0, 270, 0, 50)
- JumpPowerTittle.Font = Enum.Font.SourceSans
- JumpPowerTittle.TextColor3 = Color3.fromRGB(0, 0, 0)
- JumpPowerTittle.TextSize = 35.000
- JumpPowerTittle.Text = "Jump [Pending...]"
- JumpPowerInput.Name = "JumpPowerInput"
- JumpPowerInput.Parent = JumpPowerGui
- JumpPowerInput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- JumpPowerInput.BorderColor3 = Color3.fromRGB(0, 0, 127)
- JumpPowerInput.Position = UDim2.new(0.129629627, 0, 0.351931334, 0)
- JumpPowerInput.Size = UDim2.new(0, 200, 0, 50)
- JumpPowerInput.Font = Enum.Font.SourceSans
- JumpPowerInput.Text = "Number Here"
- JumpPowerInput.TextColor3 = Color3.fromRGB(0, 0, 127)
- JumpPowerInput.TextSize = 35.000
- ExitJumpPower.Name = "ExitJumpPower"
- ExitJumpPower.Parent = JumpPowerGui
- ExitJumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ExitJumpPower.Position = UDim2.new(0.870370388, 0, 0, 0)
- ExitJumpPower.Size = UDim2.new(0, 35, 0, 33)
- ExitJumpPower.Font = Enum.Font.SourceSans
- ExitJumpPower.Text = "X"
- ExitJumpPower.TextColor3 = Color3.fromRGB(0, 0, 127)
- ExitJumpPower.TextSize = 25.000
- ExitJumpPower.MouseButton1Down:connect(function()
- JumpPowerGui.Visible = false
- end)
- setJumpPower.Name = "setJumpPower"
- setJumpPower.Parent = JumpPowerGui
- setJumpPower.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- setJumpPower.BorderColor3 = Color3.fromRGB(0, 0, 127)
- setJumpPower.Position = UDim2.new(0.129629627, 0, 0.639485002, 0)
- setJumpPower.Size = UDim2.new(0, 200, 0, 50)
- setJumpPower.Font = Enum.Font.SourceSans
- setJumpPower.TextColor3 = Color3.fromRGB(0, 0, 127)
- setJumpPower.TextSize = 35.000
- setJumpPower.TextWrapped = true
- setJumpPower.Text = "Set"
- setJumpPower.MouseButton1Down:connect(function()
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- char.Humanoid.JumpPower = JumpPowerInput.Text
- JumpPowerTittle.Text = "Injected!"
- wait(5)
- JumpPowerTittle.Text = "Jump [Pending...]"
- end)
- AntiAfkGui.Name = "AntiAfkGui"
- AntiAfkGui.Parent = ScreenGui
- AntiAfkGui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- AntiAfkGui.Position = UDim2.new(0.415521413, 0, 0.233722866, 0)
- AntiAfkGui.Size = UDim2.new(0, 308, 0, 240)
- AntiAfkGui.Visible = false
- AntiAfkGui.Active = true
- AntiAfkGui.Draggable = true
- AntiAfkTittle.Name = "AntiAfkTittle"
- AntiAfkTittle.Parent = AntiAfkGui
- AntiAfkTittle.BackgroundColor3 = Color3.fromRGB(0, 0, 127)
- AntiAfkTittle.Size = UDim2.new(0, 308, 0, 50)
- AntiAfkTittle.Font = Enum.Font.SourceSans
- AntiAfkTittle.Text = "Anti Afk [Pending...]"
- AntiAfkTittle.TextColor3 = Color3.fromRGB(0, 0, 0)
- AntiAfkTittle.TextSize = 35.000
- AntiAfkOn.Name = "AntiAfkOn"
- AntiAfkOn.Parent = AntiAfkGui
- AntiAfkOn.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- AntiAfkOn.BorderColor3 = Color3.fromRGB(0, 0, 127)
- AntiAfkOn.Position = UDim2.new(0.0746753216, 0, 0.349999994, 0)
- AntiAfkOn.Size = UDim2.new(0, 255, 0, 50)
- AntiAfkOn.Font = Enum.Font.SourceSans
- AntiAfkOn.Text = "Anti Afk [ON]"
- AntiAfkOn.TextColor3 = Color3.fromRGB(0, 0, 127)
- AntiAfkOn.TextSize = 35.000
- AntiAfkOn.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
- AntiAfkOn.MouseButton1Down:connect(function()
- getgenv().afk = true
- AntiAfkTittle.Text = "Anti Afk [On]"
- while wait() do
- if getgenv().afk == true then
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- char.Humanoid.Jump = true
- end
- end
- end)
- AntiAfkOff.Name = "AntiAfkOff"
- AntiAfkOff.Parent = AntiAfkGui
- AntiAfkOff.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- AntiAfkOff.BorderColor3 = Color3.fromRGB(0, 0, 127)
- AntiAfkOff.Position = UDim2.new(0.0746753216, 0, 0.625, 0)
- AntiAfkOff.Size = UDim2.new(0, 255, 0, 50)
- AntiAfkOff.Font = Enum.Font.SourceSans
- AntiAfkOff.Text = "Anti Afk [OFF]"
- AntiAfkOff.TextColor3 = Color3.fromRGB(0, 0, 127)
- AntiAfkOff.TextSize = 35.000
- AntiAfkOff.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
- AntiAfkOff.MouseButton1Down:connect(function()
- getgenv().afk = false
- AntiAfkTittle.Text = "Anti Afk [Off]"
- wait(5)
- AntiAfkTittle.Text = "Anti Afk [Pending...]"
- while wait() do
- if getgenv().afk == true then
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- char.Humanoid.Jump = true
- end
- end
- end)
- AntiAfkExit.Name = "AntiAfkExit"
- AntiAfkExit.Parent = AntiAfkGui
- AntiAfkExit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- AntiAfkExit.BorderColor3 = Color3.fromRGB(0, 0, 127)
- AntiAfkExit.Position = UDim2.new(0.86038959, 0, -6.35782911e-08, 0)
- AntiAfkExit.Size = UDim2.new(0, 43, 0, 25)
- AntiAfkExit.Font = Enum.Font.SourceSans
- AntiAfkExit.Text = "X"
- AntiAfkExit.TextColor3 = Color3.fromRGB(0, 0, 127)
- AntiAfkExit.TextSize = 35.000
- AntiAfkExit.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
- AntiAfkExit.MouseButton1Down:connect(function()
- AntiAfkGui.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement