Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- ██╗░░░██╗██████╗░██╗░█████╗░░█████╗░░██████╗████████╗
- ██║░░░██║██╔══██╗██║██╔══██╗██╔══██╗██╔════╝╚══██╔══╝
- ██║░░░██║██████╦╝██║██║░░╚═╝███████║╚█████╗░░░░██║░░░
- ██║░░░██║██╔══██╗██║██║░░██╗██╔══██║░╚═══██╗░░░██║░░░
- ╚██████╔╝██████╦╝██║╚█████╔╝██║░░██║██████╔╝░░░██║░░░
- ░╚═════╝░╚═════╝░╚═╝░╚════╝░╚═╝░░╚═╝╚═════╝░░░░╚═╝░░░
- -- \\ ^ Developer Notes ^ // --
- - Press "Y" to print a list of commands, check the Developer Console output
- -:-Commands-:-
- ~ Press "E" to toggle NoClip ON/OFF
- ~ Press "R" to toggle Infinite Jump ON/OFF
- ~ Press and hold "LeftControl" and click with "LeftMouseButton" to teleport to that position
- ~ Press "F" to toggle Fly ON/OFF
- - This particular script is open source and rare to find, if you have found this script either the developer himself gave you it or It's leaked.
- - Simple V2 Mini was made by Ubicast, report bugs / glitches on my discord Aleksandar#2880
- ]]
- pcall(function()
- --// _ Variables _ \\--
- local SimpleV2Mini = Instance.new("ScreenGui")
- local Main = Instance.new("ImageLabel")
- local Bar = Instance.new("ImageLabel")
- local BottomLine = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local Minimize = Instance.new("TextButton")
- local Scripts = Instance.new("Frame")
- local noclip = Instance.new("TextButton")
- local Underline = Instance.new("Frame")
- local clicktp = Instance.new("TextButton")
- local Underline_2 = Instance.new("Frame")
- local fly = Instance.new("TextButton")
- local Underline_3 = Instance.new("Frame")
- local infinitejump = Instance.new("TextButton")
- local Underline_4 = Instance.new("Frame")
- local jumppower = Instance.new("TextButton")
- local Underline_5 = Instance.new("Frame")
- local walkspeed = Instance.new("TextButton")
- local Underline_6 = Instance.new("Frame")
- local btools = Instance.new("TextButton")
- local Underline_7 = Instance.new("Frame")
- local teleport = Instance.new("TextButton")
- local Underline_8 = Instance.new("Frame")
- local JumpPower = Instance.new("ImageLabel")
- local Input = Instance.new("TextBox")
- local Set = Instance.new("TextButton")
- local Reset = Instance.new("TextButton")
- local WalkSpeed = Instance.new("ImageLabel")
- local Input_2 = Instance.new("TextBox")
- local Set_2 = Instance.new("TextButton")
- local Reset_2 = Instance.new("TextButton")
- local Teleport = Instance.new("ImageLabel")
- local Input_3 = Instance.new("TextBox")
- local Set_3 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Open = Instance.new("TextButton")
- --// _ TweenService _ \\--
- local tweenservice = game:GetService("TweenService")
- local tweeninfo = TweenInfo.new(0.25, Enum.EasingStyle.Sine, Enum.EasingDirection.Out)
- local properties1 = {TextTransparency = 1} -- Invisible
- local properties2 = {TextTransparency = 0} -- Visible
- local properties3 = {BackgroundTransparency = 1} -- Invisible
- local properties4 = {BackgroundTransparency = 0} -- Visible
- local properties5 = {ImageTransparency = 1} -- Invisible
- local properties6 = {ImageTransparency = 0} -- Visible
- local properties7 = {BackgroundTransparency = 1, TextTransparency = 1} -- Button Invisible
- local properties8 = {BackgroundTransparency = 0, TextTransparency = 0} -- Button Visible
- local properties9 = {BackgroundColor3 = Color3.fromRGB(87, 135, 72)}
- local properties10 = {BackgroundColor3 =Color3.fromRGB(255, 255, 255)}
- local create1 = tweenservice:Create(Underline, tweeninfo, properties3) -- Underline1 Invisible
- local create2 = tweenservice:Create(Underline, tweeninfo, properties4) -- Underline1 Visible
- local create3 = tweenservice:Create(Underline_2, tweeninfo, properties3) -- Underline2 Invisible
- local create4 = tweenservice:Create(Underline_2, tweeninfo, properties4) -- Underline2 Visible
- local create5 = tweenservice:Create(Underline_3, tweeninfo, properties3) -- Underline3 Invisible
- local create6 = tweenservice:Create(Underline_3, tweeninfo, properties4) -- Underline3 Visible
- local create7 = tweenservice:Create(Underline_4, tweeninfo, properties3) -- Underline4 Invisible
- local create8 = tweenservice:Create(Underline_4, tweeninfo, properties4) -- Underline4 Visible
- local create9 = tweenservice:Create(Underline_5, tweeninfo, properties3) -- Underline5 Invisible
- local create10 = tweenservice:Create(Underline_5, tweeninfo, properties4) -- Underline5 Visible
- local create11 = tweenservice:Create(Underline_6, tweeninfo, properties3) -- Underline6 Invisible
- local create12 = tweenservice:Create(Underline_6, tweeninfo, properties4) -- Underline6 Visible
- local create13 = tweenservice:Create(Underline_7, tweeninfo, properties3) -- Underline7 Invisible
- local create131 = tweenservice:Create(Underline_7, tweeninfo, properties4) -- Underline7 Visible
- local create14 = tweenservice:Create(Underline_8, tweeninfo, properties3) -- Underline8 Invisible
- local create15 = tweenservice:Create(Underline_8, tweeninfo, properties4) -- Underline8 Visible
- local create16 = tweenservice:Create(WalkSpeed, tweeninfo, properties5) -- WalkSpeed Frame Invisible
- local create17 = tweenservice:Create(WalkSpeed, tweeninfo, properties6) -- WalkSpeed Frame Visible
- local create18 = tweenservice:Create(Input_2, tweeninfo, properties7) -- WalkSpeed - Input Invisible
- local create19 = tweenservice:Create(Input_2, tweeninfo, properties8) -- WalkSpeed - Input Visible
- local create20 = tweenservice:Create(Set_2, tweeninfo, properties7) -- WalkSpeed - Set Invisible
- local create21 = tweenservice:Create(Set_2, tweeninfo, properties8) -- WalkSpeed - Set Visible
- local create22 = tweenservice:Create(Reset_2, tweeninfo, properties7) -- WalkSpeed - Reset Invisible
- local create23 = tweenservice:Create(Reset_2, tweeninfo, properties8) -- WalkSpeed - Reset Visible
- local create24 = tweenservice:Create(Teleport, tweeninfo, properties5) -- Teleport Frame Invisible
- local create25 = tweenservice:Create(Teleport, tweeninfo, properties6) -- Teleport Frame Visible
- local create26 = tweenservice:Create(Input_3, tweeninfo, properties7) -- Teleport - Input Invisible
- local create27 = tweenservice:Create(Input_3, tweeninfo, properties8) -- Teleport - Input Visible
- local create28 = tweenservice:Create(Set_3, tweeninfo, properties7) -- Teleport - Set Invisible
- local create29 = tweenservice:Create(Set_3, tweeninfo, properties8) -- Teleport - Set Visible
- local create30 = tweenservice:Create(JumpPower, tweeninfo, properties5) -- JumpPower Frame Invisible
- local create31 = tweenservice:Create(JumpPower, tweeninfo, properties6) -- JumpPower Frame Visible
- local create32 = tweenservice:Create(Input, tweeninfo, properties7) -- JumpPower - Input Invisible
- local create33 = tweenservice:Create(Input, tweeninfo, properties8) -- JumpPower - Input Visible
- local create34 = tweenservice:Create(Set, tweeninfo, properties7) -- JumpPower - Set Invisible
- local create35 = tweenservice:Create(Set, tweeninfo, properties8) -- JumpPower - Set Visible
- local create36 = tweenservice:Create(Reset, tweeninfo, properties7) -- JumpPower - Reset Invisible
- local create37 = tweenservice:Create(Reset, tweeninfo, properties8) -- JumpPower - Reset Visible
- local createtext1 = tweenservice:Create(TextLabel, tweeninfo, properties1) -- Credit Invisible
- local createtext2 = tweenservice:Create(TextLabel, tweeninfo, properties2) -- Credit Visible
- local c1 = tweenservice:Create(noclip, tweeninfo, properties8)
- local c2 = tweenservice:Create(clicktp, tweeninfo, properties8)
- local c3 = tweenservice:Create(walkspeed, tweeninfo, properties8)
- local c4 = tweenservice:Create(fly, tweeninfo, properties8)
- local c5 = tweenservice:Create(infinitejump, tweeninfo, properties8)
- local c6 = tweenservice:Create(btools, tweeninfo, properties8)
- local c7 = tweenservice:Create(jumppower, tweeninfo, properties8)
- local c8 = tweenservice:Create(teleport, tweeninfo, properties8)
- local color1 = tweenservice:Create(Underline_6, tweeninfo, properties9) -- WalkSpeed - Fade In Color
- local color2 = tweenservice:Create(Underline_6, tweeninfo, properties10) -- WalkSpeed - Fade Out Color
- local color3 = tweenservice:Create(Underline_5, tweeninfo, properties9) -- JumpPower - Fade In Color
- local color4 = tweenservice:Create(Underline_5, tweeninfo, properties10) -- JumpPower - Fade Out Color
- local color5 = tweenservice:Create(Underline_8, tweeninfo, properties9) -- Teleport - Fade In Color
- local color6 = tweenservice:Create(Underline_8, tweeninfo, properties10) -- Teleport - Fade Out Color
- local mouse = game.Players.LocalPlayer:GetMouse()
- local userinputservice = game:GetService("UserInputService")
- local player = game.Players.LocalPlayer
- local humanoid = player.Character:WaitForChild("Humanoid", 10)
- local WsOpened = false
- local JpOpened = false
- local TpOpened = false
- local NoClipLoaded = false
- local ClickTpLoaded = false
- local FlyLoaded = false
- local InfiniteJumpLoaded = false
- local noclipping = false
- --[[
- -:-Color Pallete-:-
- Button Green Text = 87, 135, 72
- Button Normal Text = 133, 133, 133
- Button Yellow Text = 150, 150, 0
- Button Red Text = 255, 111, 111
- ]]
- --// _ Functions _ \\--
- function ShowCommands()
- print("Simple V2 Mini Commands :")
- print(' ~ Press "E" to toggle NoClip ON/OFF')
- print(' ~ Press "R" to toggle Infinite Jump ON/OFF')
- print(' ~ Press and hold "LeftControl" and click with "LeftMouseButton" to teleport to that position')
- print(' ~ Press "F" to toggle Fly ON/OFF')
- end
- function Intro()
- wait(1)
- Main:TweenPosition(UDim2.new(0.5, 0, 0.5, 0), "Out", "Sine", .5)
- wait(1)
- c1:Play()
- c2:Play()
- c3:Play()
- c4:Play()
- c5:Play()
- c6:Play()
- c7:Play()
- c8:Play()
- createtext2:Play()
- wait()
- return ShowCommands()
- end
- function TpClose()
- TpOpened = false
- color6:Play()
- create14:Play()
- Underline_8:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- createtext2:Play()
- create24:Play()
- create26:Play()
- create28:Play()
- Teleport:TweenPosition(UDim2.new(0, 0, 0.562, 0), "Out", "Quad", 0.25)
- wait(0.25)
- Teleport.Visible = false
- end
- function JpClose()
- JpOpened = false
- color4:Play()
- create9:Play()
- Underline_5:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- createtext2:Play()
- create30:Play()
- create32:Play()
- create34:Play()
- create36:Play()
- JumpPower:TweenPosition(UDim2.new(0, 0, 0.562, 0), "Out", "Quad", 0.25)
- wait(0.25)
- JumpPower.Visible = false
- end
- function WsClose()
- WsOpened = false
- color2:Play()
- create11:Play()
- Underline_6:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- createtext2:Play()
- create16:Play()
- create18:Play()
- create20:Play()
- create22:Play()
- WalkSpeed:TweenPosition(UDim2.new(0, 0, 0.562, 0), "Out", "Quad", 0.25)
- wait(0.5)
- WalkSpeed.Visible = false
- end
- --// _ Properties _ \\--
- SimpleV2Mini.Name = "Simple V2 Mini"
- SimpleV2Mini.Parent = game.CoreGui
- SimpleV2Mini.ResetOnSpawn = false
- Main.Name = "Main"
- Main.Parent = SimpleV2Mini
- Main.AnchorPoint = Vector2.new(0.5, 0.5)
- Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Main.BackgroundTransparency = 1.000
- Main.Position = UDim2.new(-1, 0, 0.5, 0)
- Main.Size = UDim2.new(0, 380, 0, 214)
- Main.Image = "rbxassetid://3570695787"
- Main.ImageColor3 = Color3.fromRGB(40, 40, 40)
- Main.ScaleType = Enum.ScaleType.Slice
- Main.SliceCenter = Rect.new(100, 100, 100, 100)
- Main.SliceScale = 0.060
- Bar.Name = "Bar"
- Bar.Parent = Main
- Bar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Bar.BackgroundTransparency = 1.000
- Bar.Size = UDim2.new(0, 380, 0, 28)
- Bar.Image = "rbxassetid://3570695787"
- Bar.ImageColor3 = Color3.fromRGB(25, 25, 25)
- Bar.ScaleType = Enum.ScaleType.Slice
- Bar.SliceCenter = Rect.new(100, 100, 100, 100)
- Bar.SliceScale = 0.060
- BottomLine.Name = "BottomLine"
- BottomLine.Parent = Bar
- BottomLine.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- BottomLine.BorderSizePixel = 0
- BottomLine.Position = UDim2.new(0, 0, 0.762999952, 0)
- BottomLine.Size = UDim2.new(0, 380, 0, 12)
- Title.Name = "Title"
- Title.Parent = Bar
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.Position = UDim2.new(0.00789473671, 0, 0, 0)
- Title.Size = UDim2.new(0, 110, 0, 33)
- Title.Font = Enum.Font.GothamSemibold
- Title.Text = "Simple V2 "
- Title.TextColor3 = Color3.fromRGB(170, 170, 170)
- Title.TextSize = 14.000
- Close.Name = "Close"
- Close.Parent = Bar
- Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close.BackgroundTransparency = 1.000
- Close.Position = UDim2.new(0.925481856, 0, 0, 0)
- Close.Size = UDim2.new(0, 27, 0, 33)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(133, 133, 133)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Minimize.Name = "Minimize"
- Minimize.Parent = Bar
- Minimize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Minimize.BackgroundTransparency = 1.000
- Minimize.Position = UDim2.new(0.859692395, 0, 0, 0)
- Minimize.Size = UDim2.new(0, 27, 0, 33)
- Minimize.Font = Enum.Font.SourceSans
- Minimize.Text = "-"
- Minimize.TextColor3 = Color3.fromRGB(133, 133, 133)
- Minimize.TextScaled = true
- Minimize.TextSize = 14.000
- Minimize.TextWrapped = true
- Scripts.Name = "Scripts"
- Scripts.Parent = Main
- Scripts.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Scripts.BorderSizePixel = 0
- Scripts.Position = UDim2.new(0.0131578948, 0, 0.158878505, 0)
- Scripts.Size = UDim2.new(0, 368, 0, 172)
- noclip.Name = "noclip"
- noclip.Parent = Scripts
- noclip.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
- noclip.BorderColor3 = Color3.fromRGB(0, 0, 0)
- noclip.Position = UDim2.new(0.0543478243, 0, 0.16194737, 0)
- noclip.Size = UDim2.new(0, 70, 0, 26)
- noclip.Font = Enum.Font.SourceSans
- noclip.Text = "NoClip"
- noclip.TextColor3 = Color3.fromRGB(133, 133, 133)
- noclip.TextSize = 14.000
- noclip.TextTransparency = 1
- noclip.BackgroundTransparency = 1
- Underline.Name = "Underline"
- Underline.Parent = noclip
- Underline.AnchorPoint = Vector2.new(0.5, 0.5)
- Underline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Underline.BackgroundTransparency = 1.000
- Underline.BorderSizePixel = 0
- Underline.Position = UDim2.new(0.5, 0, 1, -1)
- Underline.Size = UDim2.new(0, 0, 0, 2)
- clicktp.Name = "clicktp"
- clicktp.Parent = Scripts
- clicktp.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
- clicktp.BorderColor3 = Color3.fromRGB(0, 0, 0)
- clicktp.Position = UDim2.new(0.284465134, 0, 0.16194737, 0)
- clicktp.Size = UDim2.new(0, 70, 0, 26)
- clicktp.Font = Enum.Font.SourceSans
- clicktp.Text = "Click TP"
- clicktp.TextColor3 = Color3.fromRGB(133, 133, 133)
- clicktp.TextSize = 14.000
- clicktp.TextTransparency = 1
- clicktp.BackgroundTransparency = 1
- Underline_2.Name = "Underline"
- Underline_2.Parent = clicktp
- Underline_2.AnchorPoint = Vector2.new(0.5, 0.5)
- Underline_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Underline_2.BackgroundTransparency = 1.000
- Underline_2.BorderSizePixel = 0
- Underline_2.Position = UDim2.new(0.5, 0, 1, -1)
- Underline_2.Size = UDim2.new(0, 0, 0, 2)
- fly.Name = "fly"
- fly.Parent = Scripts
- fly.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
- fly.BorderColor3 = Color3.fromRGB(0, 0, 0)
- fly.Position = UDim2.new(0.523772061, 0, 0.16194737, 0)
- fly.Size = UDim2.new(0, 70, 0, 26)
- fly.Font = Enum.Font.SourceSans
- fly.Text = "Fly"
- fly.TextColor3 = Color3.fromRGB(133, 133, 133)
- fly.TextSize = 14.000
- fly.TextTransparency = 1
- fly.BackgroundTransparency = 1
- Underline_3.Name = "Underline"
- Underline_3.Parent = fly
- Underline_3.AnchorPoint = Vector2.new(0.5, 0.5)
- Underline_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Underline_3.BackgroundTransparency = 1.000
- Underline_3.BorderSizePixel = 0
- Underline_3.Position = UDim2.new(0.5, 0, 1, -1)
- Underline_3.Size = UDim2.new(0, 0, 0, 2)
- infinitejump.Name = "infinitejump"
- infinitejump.Parent = Scripts
- infinitejump.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
- infinitejump.BorderColor3 = Color3.fromRGB(0, 0, 0)
- infinitejump.Position = UDim2.new(0.284465134, 0, 0.534040451, 0)
- infinitejump.Size = UDim2.new(0, 70, 0, 26)
- infinitejump.Font = Enum.Font.SourceSans
- infinitejump.Text = "Infinite Jump"
- infinitejump.TextColor3 = Color3.fromRGB(133, 133, 133)
- infinitejump.TextSize = 14.000
- infinitejump.TextTransparency = 1
- infinitejump.BackgroundTransparency = 1
- Underline_4.Name = "Underline"
- Underline_4.Parent = infinitejump
- Underline_4.AnchorPoint = Vector2.new(0.5, 0.5)
- Underline_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Underline_4.BackgroundTransparency = 1.000
- Underline_4.BorderSizePixel = 0
- Underline_4.Position = UDim2.new(0.5, 0, 1, -1)
- Underline_4.Size = UDim2.new(0, 0, 0, 2)
- jumppower.Name = "jumppower"
- jumppower.Parent = Scripts
- jumppower.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
- jumppower.BorderColor3 = Color3.fromRGB(0, 0, 0)
- jumppower.Position = UDim2.new(0.0534869432, 0, 0.534040451, 0)
- jumppower.Size = UDim2.new(0, 70, 0, 26)
- jumppower.Font = Enum.Font.SourceSans
- jumppower.Text = "JumpPower"
- jumppower.TextColor3 = Color3.fromRGB(133, 133, 133)
- jumppower.TextSize = 14.000
- jumppower.TextTransparency = 1
- jumppower.BackgroundTransparency = 1
- Underline_5.Name = "Underline"
- Underline_5.Parent = jumppower
- Underline_5.AnchorPoint = Vector2.new(0.5, 0.5)
- Underline_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Underline_5.BackgroundTransparency = 1.000
- Underline_5.BorderSizePixel = 0
- Underline_5.Position = UDim2.new(0.5, 0, 1, -1)
- Underline_5.Size = UDim2.new(0, 0, 0, 2)
- walkspeed.Name = "walkspeed"
- walkspeed.Parent = Scripts
- walkspeed.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
- walkspeed.BorderColor3 = Color3.fromRGB(0, 0, 0)
- walkspeed.Position = UDim2.new(0.758152187, 0, 0.16194737, 0)
- walkspeed.Size = UDim2.new(0, 70, 0, 26)
- walkspeed.Font = Enum.Font.SourceSans
- walkspeed.Text = " WalkSpeed"
- walkspeed.TextColor3 = Color3.fromRGB(133, 133, 133)
- walkspeed.TextSize = 14.000
- walkspeed.TextTransparency = 1
- walkspeed.BackgroundTransparency = 1
- Underline_6.Name = "Underline"
- Underline_6.Parent = walkspeed
- Underline_6.AnchorPoint = Vector2.new(0.5, 0.5)
- Underline_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Underline_6.BackgroundTransparency = 1.000
- Underline_6.BorderSizePixel = 0
- Underline_6.Position = UDim2.new(0.5, 0, 1, -1)
- Underline_6.Size = UDim2.new(0, 0, 0, 2)
- btools.Name = "btools"
- btools.Parent = Scripts
- btools.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
- btools.BorderColor3 = Color3.fromRGB(0, 0, 0)
- btools.Position = UDim2.new(0.757291198, 0, 0.534040451, 0)
- btools.Size = UDim2.new(0, 70, 0, 26)
- btools.Font = Enum.Font.SourceSans
- btools.Text = "BTools"
- btools.TextColor3 = Color3.fromRGB(133, 133, 133)
- btools.TextSize = 14.000
- btools.TextTransparency = 1
- btools.BackgroundTransparency = 1
- Underline_7.Name = "Underline"
- Underline_7.Parent = btools
- Underline_7.AnchorPoint = Vector2.new(0.5, 0.5)
- Underline_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Underline_7.BackgroundTransparency = 1.000
- Underline_7.BorderSizePixel = 0
- Underline_7.Position = UDim2.new(0.5, 0, 1, -1)
- Underline_7.Size = UDim2.new(0, 0, 0, 2)
- teleport.Name = "teleport"
- teleport.Parent = Scripts
- teleport.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
- teleport.BorderColor3 = Color3.fromRGB(0, 0, 0)
- teleport.Position = UDim2.new(0.523595512, 0, 0.534040451, 0)
- teleport.Size = UDim2.new(0, 70, 0, 26)
- teleport.Font = Enum.Font.SourceSans
- teleport.Text = "Teleport"
- teleport.TextColor3 = Color3.fromRGB(133, 133, 133)
- teleport.TextSize = 14.000
- teleport.TextTransparency = 1
- teleport.BackgroundTransparency = 1
- Underline_8.Name = "Underline"
- Underline_8.Parent = teleport
- Underline_8.AnchorPoint = Vector2.new(0.5, 0.5)
- Underline_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Underline_8.BackgroundTransparency = 1.000
- Underline_8.BorderSizePixel = 0
- Underline_8.Position = UDim2.new(0.5, 0, 1, -1)
- Underline_8.Size = UDim2.new(0, 0, 0, 2)
- JumpPower.Name = "JumpPower"
- JumpPower.Parent = Main
- JumpPower.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
- JumpPower.BackgroundTransparency = 1.000
- JumpPower.Position = UDim2.new(0, 0, 0.561579347, 0)
- JumpPower.Size = UDim2.new(0, 380, 0, 93)
- JumpPower.Visible = false
- JumpPower.Image = "rbxassetid://3570695787"
- JumpPower.ImageColor3 = Color3.fromRGB(40, 40, 40)
- JumpPower.ImageTransparency = 1.000
- JumpPower.ScaleType = Enum.ScaleType.Slice
- JumpPower.SliceCenter = Rect.new(100, 100, 100, 100)
- JumpPower.SliceScale = 0.090
- Input.Name = "Input"
- Input.Parent = JumpPower
- Input.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Input.BackgroundTransparency = 1.000
- Input.BorderColor3 = Color3.fromRGB(170, 255, 255)
- Input.Position = UDim2.new(0.369994849, 0, 0.172043011, 0)
- Input.Size = UDim2.new(0, 102, 0, 31)
- Input.Font = Enum.Font.SourceSans
- Input.PlaceholderText = "Enter Power Value"
- Input.Text = ""
- Input.TextColor3 = Color3.fromRGB(133, 133, 133)
- Input.TextSize = 14.000
- Input.TextTransparency = 1.000
- Set.Name = "Set"
- Set.Parent = JumpPower
- Set.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Set.BackgroundTransparency = 1.000
- Set.BorderColor3 = Color3.fromRGB(85, 170, 255)
- Set.Position = UDim2.new(0.304282784, 0, 0.645161271, 0)
- Set.Size = UDim2.new(0, 68, 0, 18)
- Set.Font = Enum.Font.SourceSans
- Set.Text = "Set"
- Set.TextColor3 = Color3.fromRGB(133, 133, 133)
- Set.TextSize = 14.000
- Set.TextTransparency = 1.000
- Reset.Name = "Reset"
- Reset.Parent = JumpPower
- Reset.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Reset.BackgroundTransparency = 1.000
- Reset.BorderColor3 = Color3.fromRGB(85, 170, 255)
- Reset.Position = UDim2.new(0.513699651, 0, 0.645161271, 0)
- Reset.Size = UDim2.new(0, 68, 0, 18)
- Reset.Font = Enum.Font.SourceSans
- Reset.Text = "Reset"
- Reset.TextColor3 = Color3.fromRGB(133, 133, 133)
- Reset.TextSize = 14.000
- Reset.TextTransparency = 1.000
- WalkSpeed.Name = "WalkSpeed"
- WalkSpeed.Parent = Main
- WalkSpeed.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
- WalkSpeed.BackgroundTransparency = 1.000
- WalkSpeed.Position = UDim2.new(0, 0, 0.561579347, 0)
- WalkSpeed.Size = UDim2.new(0, 380, 0, 93)
- WalkSpeed.Visible = false
- WalkSpeed.Image = "rbxassetid://3570695787"
- WalkSpeed.ImageColor3 = Color3.fromRGB(40, 40, 40)
- WalkSpeed.ImageTransparency = 1.000
- WalkSpeed.ScaleType = Enum.ScaleType.Slice
- WalkSpeed.SliceCenter = Rect.new(100, 100, 100, 100)
- WalkSpeed.SliceScale = 0.090
- Input_2.Name = "Input"
- Input_2.Parent = WalkSpeed
- Input_2.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Input_2.BackgroundTransparency = 1.000
- Input_2.BorderColor3 = Color3.fromRGB(170, 255, 255)
- Input_2.Position = UDim2.new(0.370000005, 0, 0.172000006, 0)
- Input_2.Size = UDim2.new(0, 102, 0, 31)
- Input_2.Font = Enum.Font.SourceSans
- Input_2.PlaceholderText = "Enter Speed Value"
- Input_2.Text = ""
- Input_2.TextColor3 = Color3.fromRGB(133, 133, 133)
- Input_2.TextSize = 14.000
- Input_2.TextTransparency = 1.000
- Set_2.Name = "Set"
- Set_2.Parent = WalkSpeed
- Set_2.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Set_2.BackgroundTransparency = 1.000
- Set_2.BorderColor3 = Color3.fromRGB(85, 170, 255)
- Set_2.Position = UDim2.new(0.30399999, 0, 0.644999981, 0)
- Set_2.Size = UDim2.new(0, 68, 0, 18)
- Set_2.Font = Enum.Font.SourceSans
- Set_2.Text = "Set"
- Set_2.TextColor3 = Color3.fromRGB(133, 133, 133)
- Set_2.TextSize = 14.000
- Set_2.TextTransparency = 1.000
- Reset_2.Name = "Reset"
- Reset_2.Parent = WalkSpeed
- Reset_2.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Reset_2.BackgroundTransparency = 1.000
- Reset_2.BorderColor3 = Color3.fromRGB(85, 170, 255)
- Reset_2.Position = UDim2.new(0.513999999, 0, 0.644999981, 0)
- Reset_2.Size = UDim2.new(0, 68, 0, 18)
- Reset_2.Font = Enum.Font.SourceSans
- Reset_2.Text = "Reset"
- Reset_2.TextColor3 = Color3.fromRGB(133, 133, 133)
- Reset_2.TextSize = 14.000
- Reset_2.TextTransparency = 1.000
- Teleport.Name = "Teleport"
- Teleport.Parent = Main
- Teleport.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
- Teleport.BackgroundTransparency = 1.000
- Teleport.Position = UDim2.new(0, 0, 0.561579406, 0)
- Teleport.Size = UDim2.new(0, 380, 0, 93)
- Teleport.Visible = false
- Teleport.Image = "rbxassetid://3570695787"
- Teleport.ImageColor3 = Color3.fromRGB(40, 40, 40)
- Teleport.ImageTransparency = 1.000
- Teleport.ScaleType = Enum.ScaleType.Slice
- Teleport.SliceCenter = Rect.new(100, 100, 100, 100)
- Teleport.SliceScale = 0.090
- Input_3.Name = "Input"
- Input_3.Parent = Teleport
- Input_3.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Input_3.BackgroundTransparency = 1.000
- Input_3.BorderColor3 = Color3.fromRGB(170, 255, 255)
- Input_3.Position = UDim2.new(0.344627231, 0, 0.0645161346, 0)
- Input_3.Size = UDim2.new(0, 114, 0, 31)
- Input_3.Font = Enum.Font.SourceSans
- Input_3.PlaceholderText = "Full Player Username"
- Input_3.Text = ""
- Input_3.TextColor3 = Color3.fromRGB(133, 133, 133)
- Input_3.TextSize = 14.000
- Input_3.TextTransparency = 1.000
- Set_3.Name = "Set"
- Set_3.Parent = Teleport
- Set_3.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Set_3.BackgroundTransparency = 1.000
- Set_3.BorderColor3 = Color3.fromRGB(85, 170, 255)
- Set_3.Position = UDim2.new(0.365241289, 0, 0.580645204, 0)
- Set_3.Size = UDim2.new(0, 99, 0, 18)
- Set_3.Font = Enum.Font.SourceSans
- Set_3.Text = "Teleport"
- Set_3.TextColor3 = Color3.fromRGB(133, 133, 133)
- Set_3.TextSize = 14.000
- Set_3.TextTransparency = 1.000
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.239473686, 0, 0.813084126, 0)
- TextLabel.Size = UDim2.new(0, 192, 0, 23)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Made by Ubicast / Aleksandar#2880"
- TextLabel.TextColor3 = Color3.fromRGB(133, 133, 133)
- TextLabel.TextSize = 14.000
- TextLabel.TextTransparency = 1
- Open.Name = "Open"
- Open.Parent = SimpleV2Mini
- Open.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- Open.Position = UDim2.new(-0.3, 0, 0.784860551, 0)
- Open.Size = UDim2.new(0, 77, 0, 29)
- Open.Font = Enum.Font.GothamSemibold
- Open.BorderColor3 = Color3.fromRGB(255, 255, 255)
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(133, 133, 133)
- Open.TextSize = 14.000
- --// _ Scripts _ \\--
- --Dragify--
- function dragify(Frame)
- local dragToggle
- local dragSpeed = 0.25
- local dragInput
- local dragStart
- local dragPos
- 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(0.25), {Position = Position}):Play()
- end
- Frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and userinputservice:GetFocusedTextBox() == nil 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)
- Frame.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- game:GetService("UserInputService").InputChanged:Connect(function(input)
- if input == dragInput and dragToggle then
- updateInput(input)
- end
- end)
- end
- dragify(Main)
- --Minimize--
- Minimize.MouseButton1Click:Connect(function()
- Main:TweenPosition(UDim2.new(-1.5, 0, 0.5, 0), "Out", "Quad", 0.5)
- Open:TweenPosition(UDim2.new(0, 0, 0.784860551, 0), "Out", "Quad", 0.5)
- end)
- --Maximize--
- Open.MouseButton1Click:Connect(function()
- Main:TweenPosition(UDim2.new(0.5, 0, 0.5, 0), "Out", "Quad", 0.5)
- Open:TweenPosition(UDim2.new(-0.3, 0, 0.784860551, 0), "Out", "Quad", 0.5)
- end)
- --Close--
- Close.MouseButton1Click:Connect(function()
- Main:TweenPosition(UDim2.new(-1.5, 0, 0.5, 0), "Out", "Quad", 0.5)
- wait(2)
- Main:Destroy()
- end)
- --Commands--
- userinputservice.InputBegan:Connect(function(Key)
- if Key.KeyCode == Enum.KeyCode.Y then
- ShowCommands()
- wait(10)
- end
- end)
- --NoClip--
- noclip.MouseButton1Click:Connect(function()
- noclip.Text = "Loading"
- noclip.TextColor3 = Color3.fromRGB(150, 150, 0)
- --
- noclipping = false
- game:GetService('RunService').Stepped:Connect(function()
- if noclipping then
- player.Character.Humanoid:ChangeState(11)
- end
- end)
- mouse.KeyDown:Connect(function(key)
- if key == "e" then
- noclipping = not noclipping
- player.Character.Humanoid:ChangeState(11)
- end
- end)
- --
- wait(0.1)
- noclip.TextColor3 = Color3.fromRGB(87, 135, 72)
- noclip.Text = "Loaded"
- wait(1)
- noclip.TextColor3 = Color3.fromRGB(133, 133, 133)
- noclip.Text = "NoClip"
- end)
- --Click Teleport--
- clicktp.MouseButton1Click:Connect(function()
- clicktp.Text = "Loading"
- clicktp.TextColor3 = Color3.fromRGB(150, 150, 0)
- --
- function GetCharacter()
- return player.Character
- end
- function Teleport(pos)
- local Char = GetCharacter()
- if Char then
- Char:MoveTo(pos)
- end
- end
- userinputservice.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 and userinputservice:IsKeyDown(Enum.KeyCode.LeftControl) then
- Teleport(mouse.Hit.p)
- end
- end)
- --
- wait(0.1)
- clicktp.TextColor3 = Color3.fromRGB(87, 135, 72)
- clicktp.Text = "Loaded"
- wait(1)
- clicktp.TextColor3 = Color3.fromRGB(133, 133, 133)
- clicktp.Text = "Click TP"
- end)
- --Fly--
- fly.MouseButton1Click:Connect(function()
- fly.Text = "Loading"
- fly.TextColor3 = Color3.fromRGB(150, 150, 0)
- --
- flying = false
- lplayer = player
- speedget = 1
- speedfly = 1
- mouse.KeyDown:Connect(function(k)
- k = k:lower()
- if k == "f" then
- if flying == false then
- repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
- repeat wait() until mouse
- local T = lplayer.Character.HumanoidRootPart
- local CONTROL = {F = 0, B = 0, L = 0, R = 0}
- local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- local SPEED = speedget
- local function fly()
- flying = true
- local BG = Instance.new('BodyGyro', T)
- local BV = Instance.new('BodyVelocity', T)
- BG.P = 9e4
- BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- BG.cframe = T.CFrame
- BV.velocity = Vector3.new(0, 0.1, 0)
- BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
- spawn(function()
- repeat wait()
- lplayer.Character.Humanoid.PlatformStand = true
- if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
- SPEED = 50
- elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
- SPEED = 0
- end
- if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
- BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
- lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
- elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
- BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
- else
- BV.velocity = Vector3.new(0, 0.1, 0)
- end
- BG.cframe = workspace.CurrentCamera.CoordinateFrame
- until not flying
- CONTROL = {F = 0, B = 0, L = 0, R = 0}
- lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- SPEED = 0
- BG:destroy()
- BV:destroy()
- lplayer.Character.Humanoid.PlatformStand = false
- end)
- end
- mouse.KeyDown:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = speedfly
- elseif KEY:lower() == 's' then
- CONTROL.B = -speedfly
- elseif KEY:lower() == 'a' then
- CONTROL.L = -speedfly
- elseif KEY:lower() == 'd' then
- CONTROL.R = speedfly
- end
- end)
- mouse.KeyUp:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = 0
- elseif KEY:lower() == 's' then
- CONTROL.B = 0
- elseif KEY:lower() == 'a' then
- CONTROL.L = 0
- elseif KEY:lower() == 'd' then
- CONTROL.R = 0
- end
- end)
- fly()
- else
- flying = false
- lplayer.Character.Humanoid.PlatformStand = false
- end
- mouse.KeyDown:Connect(function(k)
- if k == "123" then
- if flying == false then
- repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
- repeat wait() until mouse
- local T = lplayer.Character.HumanoidRootPart
- local CONTROL = {F = 0, B = 0, L = 0, R = 0}
- local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- local SPEED = speedget
- local function fly()
- flying = true
- local BG = Instance.new('BodyGyro', T)
- local BV = Instance.new('BodyVelocity', T)
- BG.P = 9e4
- BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- BG.cframe = T.CFrame
- BV.velocity = Vector3.new(0, 0.1, 0)
- BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
- spawn(function()
- repeat wait()
- lplayer.Character.Humanoid.PlatformStand = true
- if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
- SPEED = 50
- elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
- SPEED = 0
- end
- if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
- BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
- lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
- elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
- BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
- else
- BV.velocity = Vector3.new(0, 0.1, 0)
- end
- BG.cframe = workspace.CurrentCamera.CoordinateFrame
- until not flying
- CONTROL = {F = 0, B = 0, L = 0, R = 0}
- lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- SPEED = 0
- BG:destroy()
- BV:destroy()
- lplayer.Character.Humanoid.PlatformStand = false
- end)
- end
- mouse.KeyDown:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = speedfly
- elseif KEY:lower() == 's' then
- CONTROL.B = -speedfly
- elseif KEY:lower() == 'a' then
- CONTROL.L = -speedfly
- elseif KEY:lower() == 'd' then
- CONTROL.R = speedfly
- end
- end)
- mouse.KeyUp:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = 0
- elseif KEY:lower() == 's' then
- CONTROL.B = 0
- elseif KEY:lower() == 'a' then
- CONTROL.L = 0
- elseif KEY:lower() == 'd' then
- CONTROL.R = 0
- end
- end)
- fly()
- else
- flying = false
- lplayer.Character.Humanoid.PlatformStand = false
- end
- end
- end)
- end
- end)
- --
- wait(0.1)
- fly.TextColor3 = Color3.fromRGB(87, 135, 72)
- fly.Text = "Loaded"
- wait(1)
- fly.TextColor3 = Color3.fromRGB(133, 133, 133)
- fly.Text = "Fly"
- end)
- --Infinite Jump--
- infinitejump.MouseButton1Click:Connect(function()
- infinitejump.Text = "Loading"
- infinitejump.TextColor3 = Color3.fromRGB(150, 150, 0)
- --
- _G.infinjump = false
- mouse.KeyDown:Connect(function(k)
- if _G.infinjump then
- if k:byte() == 32 then
- local Humanoid = player.Character.Humanoid
- Humanoid:ChangeState("Jumping")
- wait(0.1)
- Humanoid:ChangeState("Seated")
- end
- end
- end)
- mouse.KeyDown:Connect(function(k)
- k = k:lower()
- if k == "r" then
- _G.infinjump = not _G.infinjump
- end
- end)
- --
- wait(0.1)
- infinitejump.TextColor3 = Color3.fromRGB(87, 135, 72)
- infinitejump.Text = "Loaded"
- wait(1)
- infinitejump.TextColor3 = Color3.fromRGB(133, 133, 133)
- infinitejump.Text = "Infinite Jump"
- end)
- --Building Tools--
- btools.MouseButton1Click:Connect(function()
- btools.Text = "Loading"
- btools.TextColor3 = Color3.fromRGB(150, 150, 0)
- --
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
- if child.ClassName == "Part" then
- child.Locked = false
- end
- if child.ClassName == "MeshPart" then
- child.Locked = false
- end
- if child.ClassName == "UnionOperation" then
- child.Locked = false
- end
- if child.ClassName == "Model" then
- for index, chil in pairs(child:GetChildren()) do
- if chil.ClassName == "Part" then
- chil.Locked = false
- end
- if chil.ClassName == "MeshPart" then
- chil.Locked = false
- end
- if chil.ClassName == "UnionOperation" then
- chil.Locked = false
- end
- if chil.ClassName == "Model" then
- for index, childe in pairs(chil:GetChildren()) do
- if childe.ClassName == "Part" then
- childe.Locked = false
- end
- if childe.ClassName == "MeshPart" then
- childe.Locked = false
- end
- if childe.ClassName == "UnionOperation" then
- childe.Locked = false
- end
- if childe.ClassName == "Model" then
- for index, childeo in pairs(childe:GetChildren()) do
- if childeo.ClassName == "Part" then
- childeo.Locked = false
- end
- if childeo.ClassName == "MeshPart" then
- childeo.Locked = false
- end
- if childeo.ClassName == "UnionOperation" then
- childeo.Locked = false
- end
- if childeo.ClassName == "Model" then
- print("childeo is a Model.")
- end
- end
- end
- end
- end
- end
- end
- end
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack) -- Destroy (Hammer)
- c.BinType = Enum.BinType.Hammer
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack) -- Clone (Magic Wand)
- c.BinType = Enum.BinType.Clone
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack) -- Grab (Hand)
- c.BinType = Enum.BinType.Grab
- --
- wait(0.1)
- btools.TextColor3 = Color3.fromRGB(87, 135, 72)
- btools.Text = "Loaded"
- wait(1)
- btools.TextColor3 = Color3.fromRGB(133, 133, 133)
- btools.Text = "BTools"
- end)
- --WalkSpeed--
- walkspeed.MouseButton1Click:Connect(function()
- WsOpened = not WsOpened
- if WsOpened == false then
- color2:Play()
- create11:Play()
- Underline_6:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- createtext2:Play()
- create16:Play()
- create18:Play()
- create20:Play()
- create22:Play()
- WalkSpeed:TweenPosition(UDim2.new(0, 0, 0.562, 0), "Out", "Quad", 0.25)
- wait(0.5)
- WalkSpeed.Visible = false
- elseif WsOpened == true then
- color1:Play()
- create12:Play()
- Underline_6:TweenSize(UDim2.new(0, 70, 0, 1), "Out", "Sine", .1)
- createtext1:Play()
- WalkSpeed.Visible = true
- create17:Play()
- create19:Play()
- create21:Play()
- create23:Play()
- WalkSpeed:TweenPosition(UDim2.new(0, 0, 0.884, 0), "Out", "Quad", 0.25)
- end
- end)
- walkspeed.MouseButton1Click:Connect(function()
- if WsOpened == true then
- --TpClose()
- --JpClose()
- end
- end)
- Set_2.MouseButton1Click:Connect(function()
- humanoid.WalkSpeed = Input_2.Text
- end)
- Reset_2.MouseButton1Click:Connect(function()
- humanoid.WalkSpeed = game.StarterPlayer.CharacterWalkSpeed
- end)
- walkspeed.MouseEnter:Connect(function()
- create12:Play()
- Underline_6:TweenSize(UDim2.new(0, 70, 0, 1), "Out", "Sine", .1)
- end)
- walkspeed.MouseLeave:Connect(function()
- if WsOpened == false then
- create11:Play()
- Underline_6:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- end
- end)
- --JumpPower--
- jumppower.MouseButton1Click:Connect(function()
- JpOpened = not JpOpened
- if JpOpened == false then
- color4:Play()
- create9:Play()
- Underline_5:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- createtext2:Play()
- create30:Play()
- create32:Play()
- create34:Play()
- create36:Play()
- JumpPower:TweenPosition(UDim2.new(0, 0, 0.562, 0), "Out", "Quad", 0.25)
- wait(0.5)
- JumpPower.Visible = false
- elseif JpOpened == true then
- color3:Play()
- create10:Play()
- Underline_5:TweenSize(UDim2.new(0, 70, 0, 1), "Out", "Sine", .1)
- createtext1:Play()
- JumpPower.Visible = true
- create31:Play()
- create33:Play()
- create35:Play()
- create37:Play()
- JumpPower:TweenPosition(UDim2.new(0, 0, 0.884, 0), "Out", "Quad", 0.25)
- end
- end)
- jumppower.MouseButton1Click:Connect(function()
- if JpOpened == true then
- --WsClose()
- --TpClose()
- end
- end)
- Set.MouseButton1Click:Connect(function()
- humanoid.JumpPower = Input.Text
- end)
- Reset.MouseButton1Click:Connect(function()
- humanoid.JumpPower = game.StarterPlayer.CharacterJumpPower
- end)
- jumppower.MouseEnter:Connect(function()
- create10:Play()
- Underline_5:TweenSize(UDim2.new(0, 70, 0, 1), "Out", "Sine", .1)
- end)
- jumppower.MouseLeave:Connect(function()
- if JpOpened == false then
- create9:Play()
- Underline_5:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- end
- end)
- --Teleport--
- teleport.MouseButton1Click:Connect(function()
- TpOpened = not TpOpened
- if TpOpened == false then
- color6:Play()
- create14:Play()
- Underline_8:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- createtext2:Play()
- create24:Play()
- create26:Play()
- create28:Play()
- Teleport:TweenPosition(UDim2.new(0, 0, 0.562, 0), "Out", "Quad", 0.25)
- wait(0.5)
- Teleport.Visible = false
- elseif TpOpened == true then
- color5:Play()
- create15:Play()
- Underline_8:TweenSize(UDim2.new(0, 70, 0, 1), "Out", "Sine", .1)
- createtext1:Play()
- Teleport.Visible = true
- create25:Play()
- create27:Play()
- create29:Play()
- Teleport:TweenPosition(UDim2.new(0, 0, 0.884, 0), "Out", "Quad", 0.25)
- end
- end)
- teleport.MouseButton1Click:Connect(function()
- if TpOpened == true then
- --WsClose()
- --JpClose()
- end
- end)
- Set_3.MouseButton1Click:Connect(function()
- local Victim = Input_3.Text
- player.Character.HumanoidRootPart.CFrame = game.Players[Victim].Character.HumanoidRootPart.CFrame
- end)
- --Underlines--
- teleport.MouseEnter:Connect(function()
- create15:Play()
- Underline_8:TweenSize(UDim2.new(0, 70, 0, 1), "Out", "Sine", .1)
- end)
- teleport.MouseLeave:Connect(function()
- if TpOpened == false then
- create14:Play()
- Underline_8:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- end
- end)
- noclip.MouseEnter:Connect(function()
- create2:Play()
- Underline:TweenSize(UDim2.new(0, 70, 0, 1), "Out", "Sine", .1)
- end)
- noclip.MouseLeave:Connect(function()
- Underline:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- create1:Play()
- end)
- noclip.AutoButtonColor = false
- clicktp.MouseEnter:Connect(function()
- create4:Play()
- Underline_2:TweenSize(UDim2.new(0, 70, 0, 1), "Out", "Sine", .1)
- end)
- clicktp.MouseLeave:Connect(function()
- Underline_2:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- create3:Play()
- end)
- clicktp.AutoButtonColor = false
- fly.MouseEnter:Connect(function()
- create6:Play()
- Underline_3:TweenSize(UDim2.new(0, 70, 0, 1), "Out", "Sine", .1)
- end)
- fly.MouseLeave:Connect(function()
- Underline_3:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- create5:Play()
- end)
- fly.AutoButtonColor = false
- infinitejump.MouseEnter:Connect(function()
- create8:Play()
- Underline_4:TweenSize(UDim2.new(0, 70, 0, 1), "Out", "Sine", .1)
- end)
- infinitejump.MouseLeave:Connect(function()
- Underline_4:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- create7:Play()
- end)
- infinitejump.AutoButtonColor = false
- btools.MouseEnter:Connect(function()
- create131:Play()
- Underline_7:TweenSize(UDim2.new(0, 70, 0, 1), "Out", "Sine", .1)
- end)
- btools.MouseLeave:Connect(function()
- Underline_7:TweenSize(UDim2.new(0, 0, 0, 1), "Out", "Sine", .1)
- create13:Play()
- end)
- btools.AutoButtonColor = false
- walkspeed.AutoButtonColor = false
- jumppower.AutoButtonColor = false
- teleport.AutoButtonColor = false
- --Intro--
- wait(0.5)
- Intro()
- --// _ Notification _ \\--
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Simple Scripts";
- Text = 'Press "Y" to print a list of commands, check output.';
- Icon = "rbxassetid://5319664937";
- Duration = 3;
- })
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Simple Scripts";
- Text = "Simple v2.6 has successfully loaded!";
- Icon = "rbxassetid://5319664937";
- Duration = 99999;
- Button1 = "OK";
- })
- end)
- -- Ubicast ♡
Add Comment
Please, Sign In to add comment