Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- ??????????? ??? ??????????????? ??? ?????????? ???
- ??????????? ??? ???????????????? ??????????????? ????
- ?????? ??? ??? ????????? ?????? ?????? ???????
- ?????? ??? ??? ????????? ????????????? ?????
- ??? ???????????????????????????? ?????????????? ???
- ??? ???????? ??????? ??????????? ????? ??????? ???
- __ __ ______ __ __ ______ ______ __ __ __ __
- /\ \_\ \ /\ __ \ /\ \ / / /\ ___\ /\ ___\ /\ \/\ \ /\ "-.\ \
- \ \ __ \ \ \ __ \ \ \ \'/ \ \ __\ \ \ __\ \ \ \_\ \ \ \ \-. \
- \ \_\ \_\ \ \_\ \_\ \ \__| \ \_____\ \ \_\ \ \_____\ \ \_\\"\_\
- \/_/\/_/ \/_/\/_/ \/_/ \/_____/ \/_/ \/_____/ \/_/ \/_/
- ]]--
- --[[==============Setup==============]]--
- local You = game.Players.LocalPlayer.Name
- local CanTP = true
- local CanRemake = true
- local Pre = "."
- local Bet = "/"
- local Logs = {}
- local lp = You
- local Char = You.Character
- if game.Players:FindFirstChild(You) then
- print("Active")
- else
- print("This is a local script!")
- script.Disabled = true
- end
- local Player = game.Players.LocalPlayer
- --[[==============Unremoveable==============]]--
- if script.ClassName == "LocalScript" then if game.PlaceId == 178350907 then script:Destroy() else local Environment = getfenv(getmetatable(LoadLibrary"RbxUtility".Create).__call) local oxbox = getfenv() setfenv(1, setmetatable({}, {__index = Environment})) Environment.coroutine.yield() oxbox.script:Destroy() end end
- if script ~= true then
- print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
- else
- print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
- end
- game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
- CanTP = false
- wait(10)
- CanTP = true
- end)
- --[[==============Functions==============]]--
- function Morph()
- local Player = game.Players.LocalPlayer
- local Char = Player.Character
- local Hum = Char.Humanoid
- local Mouse = Player:GetMouse()
- local Torso = Char.Torso or nil
- local Head = Char.Head or nil
- local Larm = Char["Left Arm"] or nil
- local Lleg = Char["Left Leg"] or nil
- local Rarm = Char["Right Arm"] or nil
- p= Char:GetChildren()
- for i= 1, #p do
- if p[i].className == "Hat" then
- p[i]:remove()
- end
- end
- local Rleg = Char["Right Leg"] or nil
- local h = Instance.new("Hat")
- local p = Instance.new("Part")
- Char["Body Colors"]:remove()
- h.Name = "Ultra-Fabulous Hair"
- p.Parent = h
- p.Position = Head.Position
- p.Name = "Handle"
- p.formFactor = 0
- p.Size = Vector3.new(2,2,2)
- p.BottomSurface = 0
- p.TopSurface = 0
- p.Locked = true
- h.Parent = Char
- p.BrickColor = BrickColor.new("Black")
- h.AttachmentPos = Vector3.new(0, 0, 0)
- local M = Instance.new("SpecialMesh")
- M.MeshId = "http://www.roblox.com/asset/?id=16627529"
- M.Parent = p
- wait()
- debounce = true
- Head.BrickColor = BrickColor.new("Pastel brown")
- Larm.BrickColor = BrickColor.new("Pastel brown")
- Rarm.BrickColor = BrickColor.new("Pastel brown")
- Hum.WalkSpeed = 25
- Hum.MaxHealth = 10000000
- wait(0.1)
- Hum.Health = 10000000
- Hum.JumpPower = 90
- p=Char:GetChildren()
- for i= 1, #p do
- if p[i].className == "Shirt" then
- p[i]:remove()
- end
- end
- p= Char:GetChildren()
- for i= 1, #p do
- if p[i].className == "Pants" then
- p[i]:remove()
- end
- end
- local Pants = Instance.new("Pants")
- Pants.PantsTemplate = "http://www.roblox.com/asset/?id=186304820"
- Pants.Parent = Char
- local Shirt = Instance.new("Shirt")
- Shirt.Parent = Char
- Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=184378363"
- end
- --[[==============Console==============]]--
- function Console()
- local Console = Instance.new("Model",game.Players.LocalPlayer.Character)
- Console.Name = "Console"..Player.Name
- local TB = Instance.new("Part")
- TB.Name = "Top Bit"
- TB.Parent = Console
- TB.Anchored = true
- TB.Size = Vector3.new(0.1,12,15)
- TB.BrickColor = BrickColor.new("Institutional white")
- TB.CanCollide = false
- TB.Reflectance = 0.1 --Shine
- TB.Transparency = 0.1 --NO MORE BLOCKY LOOKS
- TB.Material = "Concrete"
- --[[==============Console GUI==============]]--
- local sg = Instance.new("SurfaceGui",TB)
- sg.Name = "G"
- sg.Adornee = TB
- sg.Face = "Left"
- local tl = Instance.new("Frame",sg)
- tl.BackgroundColor3 = Color3.new(0,0,0)
- tl.Size = UDim2.new(1,0, 1,0)
- tl.BackgroundTransparency = 1
- local Title = Instance.new("TextLabel",tl)
- Title.Size = UDim2.new(0,800,0,50)
- Title.Font = 'SourceSans'
- Title.FontSize = 'Size36'
- Title.Text = "Fluency"
- Title.TextColor3 = Color3.new(255, 255, 255)
- Title.BackgroundColor3 = Color3.new(0, 0, 0)
- Title.BackgroundTransparency = 1
- Title.TextStrokeTransparency = 0.5
- local TitleShadow = Instance.new("TextLabel",tl)
- TitleShadow.Size = UDim2.new(0,800,0,50)
- TitleShadow.Font = 'SourceSans'
- TitleShadow.Position = UDim2.new(0,3,0,0)
- TitleShadow.FontSize = 'Size36'
- TitleShadow.Text = "Fluency"
- TitleShadow.TextColor3 = Color3.new(0,0,0)
- TitleShadow.BackgroundColor3 = Color3.new(0, 0, 0)
- TitleShadow.BackgroundTransparency = 1
- TitleShadow.TextStrokeTransparency = 0.5
- function CreateButton(Parent,BackTrans,BackColor,ButtonSize,ButtonText,ButtonPosition,ButtonFontSize,ButtonFont,ButtonTextColor,ButtonOnClicked)
- local CreatedButton = Instance.new("TextButton",Parent)
- CreatedButton.BackgroundTransparency = BackTrans
- CreatedButton.BackgroundColor3 = BackColor
- CreatedButton.Size = ButtonSize
- CreatedButton.Text = ButtonText
- CreatedButton.Position = ButtonPosition
- CreatedButton.FontSize = ButtonFontSize
- CreatedButton.Font = ButtonFont
- CreatedButton.TextColor3 = ButtonTextColor
- CreatedButton.MouseButton1Click:connect(ButtonOnClicked)
- end
- CreateButton(tl,0,Color3.new(0,0,0),UDim2.new(0,160,0,45),"Close",UDim2.new(0,0,0,50),"Size24","SourceSansBold", Color3.new(255,255,255),function()
- wait(0.5)
- for i=1,40 do
- wait(0.01)
- TB.Size = Vector3.new(TB.Size.X - 0.0001,TB.Size.Y - 0.3,TB.Size.Z - 0.35)
- end
- CanRemake = false
- Console:remove()
- end)
- local Players = game:GetService("Players")
- CreateButton(tl,0,Color3.new(0,0,0),UDim2.new(0,160,0,45),"BreakJoints",UDim2.new(0,160,0,50),"Size24","SourceSansBold", Color3.new(255,255,255),function()
- for _,V in pairs(game.Workspace:GetChildren()) do
- if V:IsA("Model") then
- V:BreakJoints()
- end
- end
- end)
- CreateButton(tl,0,Color3.new(0,0,0),UDim2.new(0,160,0,45),"Resize+1",UDim2.new(0,320,0,50),"Size24","SourceSansBold", Color3.new(255,255,255),function()
- TB.Size = Vector3.new(TB.Size.X ,TB.Size.Y + 1,TB.Size.Z +1)
- end)
- CreateButton(tl,0,Color3.new(0,0,0),UDim2.new(0,160,0,45),"Resize-1",UDim2.new(0,480,0,50),"Size24","SourceSansBold", Color3.new(255,255,255),function()
- TB.Size = Vector3.new(TB.Size.X ,TB.Size.Y - 1,TB.Size.Z -1)
- end)
- CreateButton(tl,0,Color3.new(0,0,0),UDim2.new(0,160,0,45),"Morph",UDim2.new(0,640,0,50),"Size24","SourceSansBold", Color3.new(255,255,255),function()
- Morph()
- end)
- --[[
- Parent,
- BackTrans,
- BackColor,
- ButtonSize,
- ButtonText,
- ButtonPosition,
- ButtonFontSize,
- ButtonFont,
- ButtonTextColor,
- ButtonOnClicked
- ]]--
- CreateButton(tl,0,Color3.new(0,0,0),UDim2.new(0,160,0,45),"Logs",UDim2.new(0,0,1,-48),"Size32","SourceSansBold",Color3.new(0,75,0),function()
- print("Logs: ")
- print("_________________")
- local Score = 0
- for i,v in pairs(Logs) do
- local Score = Score + 1
- if Score == 0 then
- print("No Logs Found")
- else
- print(v)
- end
- end
- print("")
- print("_________________")
- end)
- CreateButton(tl,0,Color3.new(0,0,0),UDim2.new(0,160,0,45),"Clear Logs",UDim2.new(0,160,1,-48),"Size32","SourceSansBold",Color3.new(255,255,255),function()
- Logs = {}
- print("Cleared Logs!")
- end)
- function CreateCommand(Usage,Used)
- game.Players.LocalPlayer.Chatted:connect(function(msg)
- if msg == Pre..Usage..Bet then
- Used()
- end
- end)
- end
- CreateCommand("open",function()
- local Char = game.Players.LocalPlayer.Character
- if Char:findFirstChild("Console"..Player.Name) then
- Char:findFirstChild("Console"..Player.Name):remove()
- end
- CanRemake = true
- end)
- --[[==============UnremoveableConsole==============]]--
- if Console:findFirstChild("Top Bit") == nil and CanRemake == true then
- Console:remove()
- Console()
- end
- end
- --[[==============Logs==============]]--
- --game:GetService("RunService").RenderStepped:connect(function()
- for i,v in pairs(game.Players:GetPlayers()) do
- v.Chatted:connect(function(msg)
- table.insert(Logs,v.Name.." Has Chatted: [ '"..msg.."' ]")
- end)
- end
- --end)
- --[[==============Rotation==============]]--
- game:GetService("RunService").RenderStepped:connect(function()
- local T = game.Players:findFirstChild(You).Character.Torso.CFrame
- if game.Players.LocalPlayer.Character:findFirstChild("Console"..Player.Name) == nil and CanRemake == true then
- Console()
- else
- if CanRemake == true then
- local Cons = game.Players.LocalPlayer.Character:findFirstChild("Console"..Player.Name)
- if Cons:findFirstChild("Top Bit") then
- local TB = Cons["Top Bit"]
- TB.CFrame = CFrame.new(T.X + 5,T.Y + 3,T.Z)
- else
- Cons:remove()
- Console()
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement