Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Bg = Instance.new("Frame")
- local BorderSections = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local Player = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local PlayerIcon = Instance.new("ImageLabel")
- local Combat = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local CombatIcon = Instance.new("ImageLabel")
- local WayPoint = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local WayPoint_2 = Instance.new("ImageLabel")
- local Home = Instance.new("TextButton")
- local HomeIcon = Instance.new("ImageLabel")
- local UICorner_5 = Instance.new("UICorner")
- local HomeStuff = Instance.new("Folder")
- local PlrIcon = Instance.new("ImageLabel")
- local UICorner_6 = Instance.new("UICorner")
- local ID = Instance.new("TextLabel")
- local Rank = Instance.new("TextLabel")
- local User = Instance.new("TextLabel")
- local PlayerF = Instance.new("Folder")
- local a = Instance.new("TextButton")
- local UICorner_7 = Instance.new("UICorner")
- local b = Instance.new("TextButton")
- local UICorner_8 = Instance.new("UICorner")
- local c = Instance.new("TextBox")
- local UICorner_9 = Instance.new("UICorner")
- local d = Instance.new("TextButton")
- local UICorner_10 = Instance.new("UICorner")
- local e = Instance.new("TextButton")
- local UICorner_11 = Instance.new("UICorner")
- local f = Instance.new("TextButton")
- local UICorner_12 = Instance.new("UICorner")
- local g = Instance.new("TextButton")
- local UICorner_13 = Instance.new("UICorner")
- local Check = Instance.new("TextLabel")
- local Check2 = Instance.new("TextLabel")
- local Combatf = Instance.new("Folder")
- local P180 = Instance.new("TextButton")
- local UICorner_14 = Instance.new("UICorner")
- local P90 = Instance.new("TextButton")
- local UICorner_15 = Instance.new("UICorner")
- local P45 = Instance.new("TextButton")
- local UICorner_16 = Instance.new("UICorner")
- local Border = Instance.new("TextLabel")
- local SilentInput = Instance.new("TextBox")
- local UICorner_17 = Instance.new("UICorner")
- local Aimlock = Instance.new("TextButton")
- local UICorner_18 = Instance.new("UICorner")
- local SilentB = Instance.new("TextButton")
- local UICorner_19 = Instance.new("UICorner")
- local Title = Instance.new("TextLabel")
- local Misc = Instance.new("TextButton")
- local UICorner_20 = Instance.new("UICorner")
- local MiscIcon = Instance.new("ImageLabel")
- local WayPointStuff = Instance.new("Folder")
- local Bank = Instance.new("TextButton")
- local UICorner_21 = Instance.new("UICorner")
- local Custom = Instance.new("TextButton")
- local UICorner_22 = Instance.new("UICorner")
- local CustomPos = Instance.new("TextBox")
- local UICorner_23 = Instance.new("UICorner")
- local Db = Instance.new("TextButton")
- local UICorner_24 = Instance.new("UICorner")
- local Popcorn = Instance.new("TextButton")
- local UICorner_25 = Instance.new("UICorner")
- local Rev = Instance.new("TextButton")
- local UICorner_26 = Instance.new("UICorner")
- local Tyrones = Instance.new("TextButton")
- local UICorner_27 = Instance.new("UICorner")
- local PosFinder = Instance.new("TextButton")
- local UICorner_28 = Instance.new("UICorner")
- local Exit = Instance.new("TextButton")
- local UICorner_29 = Instance.new("UICorner")
- local LOLMIC = Instance.new("Folder")
- local TrashTalk = Instance.new("TextButton")
- local UICorner_30 = Instance.new("UICorner")
- local ChatSpy = Instance.new("TextButton")
- local UICorner_31 = Instance.new("UICorner")
- local Esp = Instance.new("TextButton")
- local UICorner_32 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Bg.Name = "Bg"
- Bg.Parent = ScreenGui
- Bg.BackgroundColor3 = Color3.fromRGB(22, 31, 43)
- Bg.BorderSizePixel = 0
- Bg.Position = UDim2.new(0.27707535, 0, 0.229729742, 0)
- Bg.Size = UDim2.new(0, 587, 0, 440)
- BorderSections.Name = "Border Sections"
- BorderSections.Parent = Bg
- BorderSections.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
- BorderSections.BorderSizePixel = 0
- BorderSections.Position = UDim2.new(0.161839873, 0, 0, 0)
- BorderSections.Size = UDim2.new(0, 7, 0, 440)
- UICorner.CornerRadius = UDim.new(0, 25)
- UICorner.Parent = Bg
- Player.Name = "Player"
- Player.Parent = Bg
- Player.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
- Player.Position = UDim2.new(0.0221465081, 0, 0.222727284, 0)
- Player.Size = UDim2.new(0, 70, 0, 70)
- Player.Font = Enum.Font.SourceSans
- Player.Text = ""
- Player.TextColor3 = Color3.fromRGB(0, 0, 0)
- Player.TextSize = 14.000
- UICorner_2.CornerRadius = UDim.new(0, 100)
- UICorner_2.Parent = Player
- PlayerIcon.Name = "PlayerIcon"
- PlayerIcon.Parent = Player
- PlayerIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- PlayerIcon.BackgroundTransparency = 1.000
- PlayerIcon.Position = UDim2.new(0.107714191, 0, 0.0931429192, 0)
- PlayerIcon.Size = UDim2.new(0, 54, 0, 56)
- PlayerIcon.Image = "http://www.roblox.com/asset/?id=4728092758"
- PlayerIcon.ImageColor3 = Color3.fromRGB(0, 0, 0)
- Combat.Name = "Combat"
- Combat.Parent = Bg
- Combat.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
- Combat.Position = UDim2.new(0.0221465081, 0, 0.406818211, 0)
- Combat.Size = UDim2.new(0, 70, 0, 70)
- Combat.Font = Enum.Font.SourceSans
- Combat.Text = ""
- Combat.TextColor3 = Color3.fromRGB(0, 0, 0)
- Combat.TextSize = 14.000
- UICorner_3.CornerRadius = UDim.new(0, 100)
- UICorner_3.Parent = Combat
- CombatIcon.Name = "CombatIcon"
- CombatIcon.Parent = Combat
- CombatIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CombatIcon.BackgroundTransparency = 1.000
- CombatIcon.Position = UDim2.new(0.179142758, 0, 0.164571702, 0)
- CombatIcon.Size = UDim2.new(0, 46, 0, 46)
- CombatIcon.Image = "rbxassetid://7407483146"
- CombatIcon.ImageColor3 = Color3.fromRGB(0, 0, 0)
- WayPoint.Name = "WayPoint"
- WayPoint.Parent = Bg
- WayPoint.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
- WayPoint.Position = UDim2.new(0.0221465081, 0, 0.597727299, 0)
- WayPoint.Size = UDim2.new(0, 70, 0, 70)
- WayPoint.Font = Enum.Font.SourceSans
- WayPoint.Text = ""
- WayPoint.TextColor3 = Color3.fromRGB(0, 0, 0)
- WayPoint.TextSize = 14.000
- UICorner_4.CornerRadius = UDim.new(0, 100)
- UICorner_4.Parent = WayPoint
- WayPoint_2.Name = "WayPoint"
- WayPoint_2.Parent = WayPoint
- WayPoint_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- WayPoint_2.BackgroundTransparency = 1.000
- WayPoint_2.Position = UDim2.new(0.179142758, 0, 0.164571702, 0)
- WayPoint_2.Size = UDim2.new(0, 46, 0, 46)
- WayPoint_2.Image = "rbxassetid://1204390885"
- WayPoint_2.ImageColor3 = Color3.fromRGB(0, 0, 0)
- Home.Name = "Home"
- Home.Parent = Bg
- Home.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
- Home.Position = UDim2.new(0.0221465081, 0, 0.0363636315, 0)
- Home.Size = UDim2.new(0, 70, 0, 70)
- Home.Font = Enum.Font.SourceSans
- Home.Text = ""
- Home.TextColor3 = Color3.fromRGB(0, 0, 0)
- Home.TextSize = 14.000
- HomeIcon.Name = "HomeIcon"
- HomeIcon.Parent = Home
- HomeIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- HomeIcon.BackgroundTransparency = 1.000
- HomeIcon.Position = UDim2.new(0.179142773, 0, 0.136000067, 0)
- HomeIcon.Size = UDim2.new(0, 44, 0, 49)
- HomeIcon.Image = "rbxassetid://3515085141"
- HomeIcon.ImageColor3 = Color3.fromRGB(0, 0, 0)
- UICorner_5.CornerRadius = UDim.new(0, 100)
- UICorner_5.Parent = Home
- HomeStuff.Name = "HomeStuff"
- HomeStuff.Parent = Bg
- PlrIcon.Name = "PlrIcon"
- PlrIcon.Parent = HomeStuff
- PlrIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- PlrIcon.BackgroundTransparency = 1.000
- PlrIcon.Position = UDim2.new(0.405451447, 0, 0.134090915, 0)
- PlrIcon.Size = UDim2.new(0, 167, 0, 167)
- PlrIcon.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
- UICorner_6.CornerRadius = UDim.new(0, 10000)
- UICorner_6.Parent = PlrIcon
- ID.Name = "ID"
- ID.Parent = HomeStuff
- ID.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ID.BackgroundTransparency = 1.000
- ID.Position = UDim2.new(0.384557098, 0, 0.665818214, 0)
- ID.Size = UDim2.new(0, 200, 0, 50)
- ID.Font = Enum.Font.SourceSans
- ID.TextColor3 = Color3.fromRGB(33, 47, 66)
- ID.TextScaled = true
- ID.TextSize = 36.000
- ID.TextWrapped = true
- Rank.Name = "Rank"
- Rank.Parent = HomeStuff
- Rank.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Rank.BackgroundTransparency = 1.000
- Rank.Position = UDim2.new(0.384557098, 0, 0.790818214, 0)
- Rank.Size = UDim2.new(0, 200, 0, 50)
- Rank.Font = Enum.Font.SourceSans
- Rank.TextColor3 = Color3.fromRGB(33, 47, 66)
- Rank.TextScaled = true
- Rank.TextSize = 36.000
- Rank.TextWrapped = true
- User.Name = "User"
- User.Parent = HomeStuff
- User.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- User.BackgroundTransparency = 1.000
- User.Position = UDim2.new(0.384557098, 0, 0.536272764, 0)
- User.Size = UDim2.new(0, 200, 0, 50)
- User.Font = Enum.Font.SourceSans
- User.TextColor3 = Color3.fromRGB(33, 47, 66)
- User.TextScaled = true
- User.TextSize = 36.000
- User.TextWrapped = true
- PlayerF.Name = "PlayerF"
- PlayerF.Parent = Bg
- a.Name = "a"
- a.Parent = PlayerF
- a.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- a.Position = UDim2.new(0.553662717, 0, 0.440909088, 0)
- a.Size = UDim2.new(0, 118, 0, 42)
- a.Visible = false
- a.Font = Enum.Font.GothamBlack
- a.Text = "ChangeFov"
- a.TextColor3 = Color3.fromRGB(22, 31, 43)
- a.TextSize = 14.000
- UICorner_7.CornerRadius = UDim.new(0, 20)
- UICorner_7.Parent = a
- b.Name = "b"
- b.Parent = PlayerF
- b.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- b.Position = UDim2.new(0.194207877, 0, 0.795454562, 0)
- b.Size = UDim2.new(0, 200, 0, 61)
- b.Visible = false
- b.Font = Enum.Font.GothamBlack
- b.Text = "Fly"
- b.TextColor3 = Color3.fromRGB(22, 31, 43)
- b.TextSize = 20.000
- UICorner_8.CornerRadius = UDim.new(0, 20)
- UICorner_8.Parent = b
- c.Name = "c"
- c.Parent = PlayerF
- c.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- c.Position = UDim2.new(0.194207847, 0, 0.420454562, 0)
- c.Size = UDim2.new(0, 200, 0, 61)
- c.Visible = false
- c.Font = Enum.Font.GothamBlack
- c.PlaceholderColor3 = Color3.fromRGB(22, 31, 43)
- c.PlaceholderText = "Fov Here"
- c.ShowNativeInput = false
- c.Text = ""
- c.TextColor3 = Color3.fromRGB(22, 31, 43)
- c.TextSize = 20.000
- c.TextWrapped = true
- UICorner_9.CornerRadius = UDim.new(0, 20)
- UICorner_9.Parent = c
- d.Name = "d"
- d.Parent = PlayerF
- d.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- d.Position = UDim2.new(0.553662717, 0, 0.0795454532, 0)
- d.Size = UDim2.new(0, 200, 0, 61)
- d.Visible = false
- d.Font = Enum.Font.GothamBlack
- d.Text = "Headless"
- d.TextColor3 = Color3.fromRGB(22, 31, 43)
- d.TextSize = 20.000
- UICorner_10.CornerRadius = UDim.new(0, 20)
- UICorner_10.Parent = d
- e.Name = "e"
- e.Parent = PlayerF
- e.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- e.Position = UDim2.new(0.194207877, 0, 0.611363649, 0)
- e.Size = UDim2.new(0, 200, 0, 61)
- e.Visible = false
- e.Font = Enum.Font.GothamBlack
- e.Text = "InfJump"
- e.TextColor3 = Color3.fromRGB(22, 31, 43)
- e.TextSize = 20.000
- UICorner_11.CornerRadius = UDim.new(0, 20)
- UICorner_11.Parent = e
- f.Name = "f"
- f.Parent = PlayerF
- f.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- f.Position = UDim2.new(0.194207877, 0, 0.25454545, 0)
- f.Size = UDim2.new(0, 200, 0, 61)
- f.Visible = false
- f.Font = Enum.Font.GothamBlack
- f.Text = "Realistic Speed (Q)"
- f.TextColor3 = Color3.fromRGB(22, 31, 43)
- f.TextSize = 20.000
- UICorner_12.CornerRadius = UDim.new(0, 20)
- UICorner_12.Parent = f
- g.Name = "g"
- g.Parent = PlayerF
- g.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- g.Position = UDim2.new(0.194207877, 0, 0.0795454532, 0)
- g.Size = UDim2.new(0, 200, 0, 61)
- g.Visible = false
- g.Font = Enum.Font.GothamBlack
- g.Text = "Normal Speed (Q)"
- g.TextColor3 = Color3.fromRGB(22, 31, 43)
- g.TextSize = 20.000
- UICorner_13.CornerRadius = UDim.new(0, 20)
- UICorner_13.Parent = g
- Check.Name = "Check"
- Check.Parent = Bg
- Check.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Check.BackgroundTransparency = 1.000
- Check.BorderSizePixel = 0
- Check.Size = UDim2.new(0, 200, 0, 50)
- Check.Visible = false
- Check.Font = Enum.Font.SourceSans
- Check.Text = ""
- Check.TextColor3 = Color3.fromRGB(0, 0, 0)
- Check.TextSize = 14.000
- Check2.Name = "Check2"
- Check2.Parent = Bg
- Check2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Check2.BackgroundTransparency = 1.000
- Check2.BorderSizePixel = 0
- Check2.Size = UDim2.new(0, 200, 0, 50)
- Check2.Visible = false
- Check2.Font = Enum.Font.SourceSans
- Check2.Text = ""
- Check2.TextColor3 = Color3.fromRGB(0, 0, 0)
- Check2.TextSize = 14.000
- Combatf.Name = "Combatf"
- Combatf.Parent = Bg
- P180.Name = "P180"
- P180.Parent = Combatf
- P180.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- P180.Position = UDim2.new(0.405451477, 0, 0.463636398, 0)
- P180.Size = UDim2.new(0, 200, 0, 61)
- P180.Visible = false
- P180.Font = Enum.Font.GothamBlack
- P180.Text = "Silent aim (180)"
- P180.TextColor3 = Color3.fromRGB(22, 31, 43)
- P180.TextSize = 20.000
- UICorner_14.CornerRadius = UDim.new(0, 20)
- UICorner_14.Parent = P180
- P90.Name = "P90"
- P90.Parent = Combatf
- P90.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- P90.Position = UDim2.new(0.405451477, 0, 0.645454645, 0)
- P90.Size = UDim2.new(0, 200, 0, 61)
- P90.Visible = false
- P90.Font = Enum.Font.GothamBlack
- P90.Text = "Silent aim (90)"
- P90.TextColor3 = Color3.fromRGB(22, 31, 43)
- P90.TextSize = 20.000
- UICorner_15.CornerRadius = UDim.new(0, 20)
- UICorner_15.Parent = P90
- P45.Name = "P45"
- P45.Parent = Combatf
- P45.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- P45.Position = UDim2.new(0.405451477, 0, 0.825000107, 0)
- P45.Size = UDim2.new(0, 200, 0, 61)
- P45.Visible = false
- P45.Font = Enum.Font.GothamBlack
- P45.Text = "Silent aim (45)"
- P45.TextColor3 = Color3.fromRGB(22, 31, 43)
- P45.TextSize = 20.000
- UICorner_16.CornerRadius = UDim.new(0, 20)
- UICorner_16.Parent = P45
- Border.Name = "Border"
- Border.Parent = Combatf
- Border.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
- Border.BorderSizePixel = 0
- Border.Position = UDim2.new(0.173764899, 0, 0.405727327, 0)
- Border.Size = UDim2.new(0, 485, 0, 7)
- Border.Visible = false
- Border.Font = Enum.Font.SourceSans
- Border.Text = ""
- Border.TextColor3 = Color3.fromRGB(0, 0, 0)
- Border.TextSize = 14.000
- SilentInput.Name = "SilentInput"
- SilentInput.Parent = Combatf
- SilentInput.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- SilentInput.Position = UDim2.new(0.405451477, 0, 0.234090924, 0)
- SilentInput.Size = UDim2.new(0, 200, 0, 61)
- SilentInput.Visible = false
- SilentInput.Font = Enum.Font.GothamBlack
- SilentInput.PlaceholderColor3 = Color3.fromRGB(22, 31, 43)
- SilentInput.PlaceholderText = "Fov Here"
- SilentInput.ShowNativeInput = false
- SilentInput.Text = ""
- SilentInput.TextColor3 = Color3.fromRGB(22, 31, 43)
- SilentInput.TextSize = 20.000
- SilentInput.TextWrapped = true
- UICorner_17.CornerRadius = UDim.new(0, 20)
- UICorner_17.Parent = SilentInput
- Aimlock.Name = "Aimlock"
- Aimlock.Parent = Combatf
- Aimlock.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- Aimlock.Position = UDim2.new(0.405451477, 0, 0.0568181835, 0)
- Aimlock.Size = UDim2.new(0, 200, 0, 61)
- Aimlock.Visible = false
- Aimlock.Font = Enum.Font.GothamBlack
- Aimlock.Text = "Aimlock (MB2)"
- Aimlock.TextColor3 = Color3.fromRGB(22, 31, 43)
- Aimlock.TextSize = 20.000
- UICorner_18.CornerRadius = UDim.new(0, 20)
- UICorner_18.Parent = Aimlock
- SilentB.Name = "SilentB"
- SilentB.Parent = Combatf
- SilentB.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- SilentB.Position = UDim2.new(0.759795547, 0, 0.255727291, 0)
- SilentB.Size = UDim2.new(0, 112, 0, 41)
- SilentB.Visible = false
- SilentB.Font = Enum.Font.GothamBlack
- SilentB.Text = "Change FOV"
- SilentB.TextColor3 = Color3.fromRGB(22, 31, 43)
- SilentB.TextSize = 14.000
- UICorner_19.CornerRadius = UDim.new(0, 20)
- UICorner_19.Parent = SilentB
- Title.Name = "Title"
- Title.Parent = Bg
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.BorderSizePixel = 0
- Title.Position = UDim2.new(0.173764899, 0, -0.00227265805, 0)
- Title.Size = UDim2.new(0, 132, 0, 31)
- Title.Font = Enum.Font.GothamBlack
- Title.Text = "MarsHub | Premium"
- Title.TextColor3 = Color3.fromRGB(33, 47, 66)
- Title.TextSize = 13.000
- Title.TextWrapped = true
- Misc.Name = "Misc"
- Misc.Parent = Bg
- Misc.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
- Misc.Position = UDim2.new(0.0221465081, 0, 0.804545462, 0)
- Misc.Size = UDim2.new(0, 70, 0, 70)
- Misc.Font = Enum.Font.SourceSans
- Misc.Text = ""
- Misc.TextColor3 = Color3.fromRGB(0, 0, 0)
- Misc.TextSize = 14.000
- UICorner_20.CornerRadius = UDim.new(0, 100)
- UICorner_20.Parent = Misc
- MiscIcon.Name = "MiscIcon"
- MiscIcon.Parent = Misc
- MiscIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MiscIcon.BackgroundTransparency = 1.000
- MiscIcon.Position = UDim2.new(0.179142758, 0, 0.164571702, 0)
- MiscIcon.Size = UDim2.new(0, 46, 0, 46)
- MiscIcon.Image = "rbxassetid://4728126418"
- MiscIcon.ImageColor3 = Color3.fromRGB(0, 0, 0)
- WayPointStuff.Name = "WayPointStuff"
- WayPointStuff.Parent = Bg
- Bank.Name = "Bank"
- Bank.Parent = WayPointStuff
- Bank.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- Bank.Position = UDim2.new(0.187393561, 0, 0.613636374, 0)
- Bank.Size = UDim2.new(0, 200, 0, 61)
- Bank.Visible = false
- Bank.Font = Enum.Font.GothamBlack
- Bank.Text = "Bank"
- Bank.TextColor3 = Color3.fromRGB(22, 31, 43)
- Bank.TextSize = 20.000
- UICorner_21.CornerRadius = UDim.new(0, 20)
- UICorner_21.Parent = Bank
- Custom.Name = "Custom"
- Custom.Parent = WayPointStuff
- Custom.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- Custom.Position = UDim2.new(0.587734342, 0, 0.0931818187, 0)
- Custom.Size = UDim2.new(0, 200, 0, 61)
- Custom.Visible = false
- Custom.Font = Enum.Font.GothamBlack
- Custom.Text = "Custom"
- Custom.TextColor3 = Color3.fromRGB(22, 31, 43)
- Custom.TextSize = 20.000
- UICorner_22.CornerRadius = UDim.new(0, 20)
- UICorner_22.Parent = Custom
- CustomPos.Name = "CustomPos"
- CustomPos.Parent = WayPointStuff
- CustomPos.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- CustomPos.Position = UDim2.new(0.587734222, 0, 0.268181831, 0)
- CustomPos.Size = UDim2.new(0, 200, 0, 61)
- CustomPos.Visible = false
- CustomPos.Font = Enum.Font.GothamBlack
- CustomPos.PlaceholderColor3 = Color3.fromRGB(22, 31, 43)
- CustomPos.PlaceholderText = "Pos Here (Vector3)"
- CustomPos.ShowNativeInput = false
- CustomPos.Text = ""
- CustomPos.TextColor3 = Color3.fromRGB(22, 31, 43)
- CustomPos.TextSize = 20.000
- CustomPos.TextWrapped = true
- UICorner_23.CornerRadius = UDim.new(0, 20)
- UICorner_23.Parent = CustomPos
- Db.Name = "Db"
- Db.Parent = WayPointStuff
- Db.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- Db.Position = UDim2.new(0.185689986, 0, 0.0931818187, 0)
- Db.Size = UDim2.new(0, 200, 0, 61)
- Db.Visible = false
- Db.Font = Enum.Font.GothamBlack
- Db.Text = "Double Barrel"
- Db.TextColor3 = Color3.fromRGB(22, 31, 43)
- Db.TextSize = 20.000
- UICorner_24.CornerRadius = UDim.new(0, 20)
- UICorner_24.Parent = Db
- Popcorn.Name = "Popcorn"
- Popcorn.Parent = WayPointStuff
- Popcorn.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- Popcorn.Position = UDim2.new(0.185689986, 0, 0.438636363, 0)
- Popcorn.Size = UDim2.new(0, 200, 0, 61)
- Popcorn.Visible = false
- Popcorn.Font = Enum.Font.GothamBlack
- Popcorn.Text = "Popcorn"
- Popcorn.TextColor3 = Color3.fromRGB(22, 31, 43)
- Popcorn.TextSize = 20.000
- UICorner_25.CornerRadius = UDim.new(0, 20)
- UICorner_25.Parent = Popcorn
- Rev.Name = "Rev"
- Rev.Parent = WayPointStuff
- Rev.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- Rev.Position = UDim2.new(0.187393561, 0, 0.268181831, 0)
- Rev.Size = UDim2.new(0, 200, 0, 61)
- Rev.Visible = false
- Rev.Font = Enum.Font.GothamBlack
- Rev.Text = "Revolver"
- Rev.TextColor3 = Color3.fromRGB(22, 31, 43)
- Rev.TextSize = 20.000
- UICorner_26.CornerRadius = UDim.new(0, 20)
- UICorner_26.Parent = Rev
- Tyrones.Name = "Tyrones"
- Tyrones.Parent = WayPointStuff
- Tyrones.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- Tyrones.Position = UDim2.new(0.185689986, 0, 0.795454562, 0)
- Tyrones.Size = UDim2.new(0, 200, 0, 61)
- Tyrones.Visible = false
- Tyrones.Font = Enum.Font.GothamBlack
- Tyrones.Text = "Tyrones"
- Tyrones.TextColor3 = Color3.fromRGB(22, 31, 43)
- Tyrones.TextSize = 20.000
- UICorner_27.CornerRadius = UDim.new(0, 20)
- UICorner_27.Parent = Tyrones
- PosFinder.Name = "PosFinder"
- PosFinder.Parent = WayPointStuff
- PosFinder.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- PosFinder.Position = UDim2.new(0.587734342, 0, 0.438636363, 0)
- PosFinder.Size = UDim2.new(0, 200, 0, 61)
- PosFinder.Visible = false
- PosFinder.Font = Enum.Font.GothamBlack
- PosFinder.Text = "Position Finder"
- PosFinder.TextColor3 = Color3.fromRGB(22, 31, 43)
- PosFinder.TextSize = 20.000
- UICorner_28.CornerRadius = UDim.new(0, 20)
- UICorner_28.Parent = PosFinder
- Exit.Name = "Exit"
- Exit.Parent = Bg
- Exit.BackgroundColor3 = Color3.fromRGB(212, 100, 100)
- Exit.Position = UDim2.new(0.948006868, 0, 0.0204546154, 0)
- Exit.Size = UDim2.new(0, 21, 0, 21)
- Exit.Font = Enum.Font.SourceSans
- Exit.Text = ""
- Exit.TextColor3 = Color3.fromRGB(0, 0, 0)
- Exit.TextSize = 14.000
- UICorner_29.CornerRadius = UDim.new(0, 100)
- UICorner_29.Parent = Exit
- LOLMIC.Name = "LOLMIC"
- LOLMIC.Parent = Bg
- TrashTalk.Name = "TrashTalk"
- TrashTalk.Parent = LOLMIC
- TrashTalk.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- TrashTalk.Position = UDim2.new(0.398637176, 0, 0.195454538, 0)
- TrashTalk.Size = UDim2.new(0, 200, 0, 61)
- TrashTalk.Visible = false
- TrashTalk.Font = Enum.Font.GothamBlack
- TrashTalk.Text = "ShitTalk"
- TrashTalk.TextColor3 = Color3.fromRGB(22, 31, 43)
- TrashTalk.TextSize = 20.000
- UICorner_30.CornerRadius = UDim.new(0, 20)
- UICorner_30.Parent = TrashTalk
- ChatSpy.Name = "ChatSpy"
- ChatSpy.Parent = LOLMIC
- ChatSpy.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- ChatSpy.Position = UDim2.new(0.398637176, 0, 0.381818175, 0)
- ChatSpy.Size = UDim2.new(0, 200, 0, 61)
- ChatSpy.Visible = false
- ChatSpy.Font = Enum.Font.GothamBlack
- ChatSpy.Text = "ChatSpy"
- ChatSpy.TextColor3 = Color3.fromRGB(22, 31, 43)
- ChatSpy.TextSize = 20.000
- UICorner_31.CornerRadius = UDim.new(0, 20)
- UICorner_31.Parent = ChatSpy
- Esp.Name = "Esp"
- Esp.Parent = LOLMIC
- Esp.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
- Esp.Position = UDim2.new(0.398637176, 0, 0.588636339, 0)
- Esp.Size = UDim2.new(0, 200, 0, 61)
- Esp.Visible = false
- Esp.Font = Enum.Font.GothamBlack
- Esp.Text = "ChatSpy"
- Esp.TextColor3 = Color3.fromRGB(22, 31, 43)
- Esp.TextSize = 20.000
- UICorner_32.CornerRadius = UDim.new(0, 20)
- UICorner_32.Parent = Esp
- -- Scripts:
- local function QERNHLD_fake_script() -- Player.LocalScript
- local script = Instance.new('LocalScript', Player)
- script.Parent.MouseButton1Click:Connect(function()
- local folder = script.Parent.Parent.HomeStuff
- folder.PlrIcon.Visible = false
- folder.ID.Visible = false
- folder.User.Visible = false
- folder.Rank.Visible = false
- local folder2 = script.Parent.Parent.PlayerF
- folder2.a.Visible = true
- folder2.b.Visible = true
- folder2.c.Visible = true
- folder2.d.Visible = true
- folder2.e.Visible = true
- folder2.f.Visible = true
- folder2.g.Visible = true
- local folder3 = script.Parent.Parent.Combatf
- folder3.P45.Visible = false
- folder3.P90.Visible = false
- folder3.P180.Visible = false
- folder3.SilentInput.Visible = false
- folder3.SilentB.Visible = false
- folder3.Aimlock.Visible = false
- folder3.Border.Visible = false
- local folder4 = script.Parent.Parent.WayPointStuff
- folder4.Db.Visible = false
- folder4.Bank.Visible = false
- folder4.CustomPos.Visible = false
- folder4.Rev.Visible = false
- folder4.Custom.Visible = false
- folder4.Tyrones.Visible = false
- folder4.Popcorn.Visible = false
- local folder5 = script.Parent.Parent.LOLMIC
- folder5.Esp.Visible = false
- folder5.ChatSpy.Visible = false
- folder5.TrashTalk.Visible = false
- end)
- end
- coroutine.wrap(QERNHLD_fake_script)()
- local function MPRTFF_fake_script() -- Combat.LocalScript
- local script = Instance.new('LocalScript', Combat)
- script.Parent.MouseButton1Click:Connect(function()
- local folder = script.Parent.Parent.HomeStuff
- folder.PlrIcon.Visible = false
- folder.ID.Visible = false
- folder.User.Visible = false
- folder.Rank.Visible = false
- local folder2 = script.Parent.Parent.PlayerF
- folder2.a.Visible = false
- folder2.b.Visible = false
- folder2.c.Visible = false
- folder2.d.Visible = false
- folder2.e.Visible = false
- folder2.f.Visible = false
- folder2.g.Visible = false
- local folder3 = script.Parent.Parent.Combatf
- folder3.P45.Visible = true
- folder3.P90.Visible = true
- folder3.P180.Visible = true
- folder3.SilentInput.Visible = true
- folder3.SilentB.Visible = true
- folder3.Aimlock.Visible = true
- folder3.Border.Visible = true
- local folder4 = script.Parent.Parent.WayPointStuff
- folder4.Db.Visible = false
- folder4.Bank.Visible = false
- folder4.CustomPos.Visible = false
- folder4.Rev.Visible = false
- folder4.Custom.Visible = false
- folder4.Tyrones.Visible = false
- folder4.Popcorn.Visible = false
- local folder5 = script.Parent.Parent.LOLMIC
- folder5.Esp.Visible = false
- folder5.ChatSpy.Visible = false
- folder5.TrashTalk.Visible = false
- end)
- end
- coroutine.wrap(MPRTFF_fake_script)()
- local function GLYAYU_fake_script() -- WayPoint.LocalScript
- local script = Instance.new('LocalScript', WayPoint)
- script.Parent.MouseButton1Click:Connect(function()
- local folder = script.Parent.Parent.HomeStuff
- folder.PlrIcon.Visible = false
- folder.ID.Visible = false
- folder.User.Visible = false
- folder.Rank.Visible = false
- local folder2 = script.Parent.Parent.PlayerF
- folder2.a.Visible = false
- folder2.b.Visible = false
- folder2.c.Visible = false
- folder2.d.Visible = false
- folder2.e.Visible = false
- folder2.f.Visible = false
- folder2.g.Visible = false
- local folder3 = script.Parent.Parent.Combatf
- folder3.P45.Visible = false
- folder3.P90.Visible = false
- folder3.P180.Visible = false
- folder3.SilentInput.Visible = false
- folder3.SilentB.Visible = false
- folder3.Aimlock.Visible = false
- folder3.Border.Visible = false
- local folder4 = script.Parent.Parent.WayPointStuff
- folder4.Db.Visible = true
- folder4.Bank.Visible = true
- folder4.CustomPos.Visible = true
- folder4.Rev.Visible = true
- folder4.Custom.Visible = true
- folder4.Tyrones.Visible = true
- folder4.Popcorn.Visible = true
- local folder5 = script.Parent.Parent.LOLMIC
- folder5.Esp.Visible = false
- folder5.ChatSpy.Visible = false
- folder5.TrashTalk.Visible = false
- end)
- end
- coroutine.wrap(GLYAYU_fake_script)()
- local function CQJMF_fake_script() -- Home.LocalScript
- local script = Instance.new('LocalScript', Home)
- script.Parent.MouseButton1Click:Connect(function()
- local folder = script.Parent.Parent.HomeStuff
- folder.PlrIcon.Visible = true
- folder.ID.Visible = true
- folder.User.Visible = true
- folder.Rank.Visible = true
- local folder2 = script.Parent.Parent.PlayerF
- folder2.a.Visible = false
- folder2.b.Visible = false
- folder2.c.Visible = false
- folder2.d.Visible = false
- folder2.e.Visible = false
- folder2.f.Visible = false
- folder2.g.Visible = false
- local folder3 = script.Parent.Parent.Combatf
- folder3.P45.Visible = false
- folder3.P90.Visible = false
- folder3.P180.Visible = false
- folder3.SilentInput.Visible = false
- folder3.SilentB.Visible = false
- folder3.Aimlock.Visible = false
- folder3.Border.Visible = false
- local folder4 = script.Parent.Parent.WayPointStuff
- folder4.Db.Visible = false
- folder4.Bank.Visible = false
- folder4.CustomPos.Visible = false
- folder4.Rev.Visible = false
- folder4.Custom.Visible = false
- folder4.Tyrones.Visible = false
- folder4.Popcorn.Visible = false
- local folder5 = script.Parent.Parent.LOLMIC
- folder5.Esp.Visible = false
- folder5.ChatSpy.Visible = false
- folder5.TrashTalk.Visible = false
- end)
- end
- coroutine.wrap(CQJMF_fake_script)()
- local function CKYF_fake_script() -- PlrIcon.LocalScript
- local script = Instance.new('LocalScript', PlrIcon)
- local Players = game:GetService("Players")
- local player = Players.LocalPlayer
- local userId = player.UserId
- local thumbType = Enum.ThumbnailType.HeadShot
- local thumbSize = Enum.ThumbnailSize.Size420x420
- local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
- local imageLabel = script.Parent
- imageLabel.Image = content
- end
- coroutine.wrap(CKYF_fake_script)()
- local function KUUEA_fake_script() -- ID.LocalScript
- local script = Instance.new('LocalScript', ID)
- local user = script.Parent
- local plr = game:GetService("Players").LocalPlayer
- user.Text = "UserID: "..plr.UserId
- end
- coroutine.wrap(KUUEA_fake_script)()
- local function UVOP_fake_script() -- Rank.LocalScript
- local script = Instance.new('LocalScript', Rank)
- local user = script.Parent
- local plr = game:GetService("Players").LocalPlayer
- user.Text = "Rank: "..plr:GetRankInGroup(2746691)
- end
- coroutine.wrap(UVOP_fake_script)()
- local function TCYUPUH_fake_script() -- User.LocalScript
- local script = Instance.new('LocalScript', User)
- local user = script.Parent
- local plr = game:GetService("Players").LocalPlayer
- user.Text = "User: "..plr.Name
- end
- coroutine.wrap(TCYUPUH_fake_script)()
- local function PSKWZNB_fake_script() -- a.LocalScript
- local script = Instance.new('LocalScript', a)
- script.Parent.MouseButton1Click:Connect(function()
- repeat
- local input = script.Parent.Parent.c
- workspace.CurrentCamera.FieldOfView = input.Text
- wait(1)
- until nil
- end)
- end
- coroutine.wrap(PSKWZNB_fake_script)()
- local function GNGQ_fake_script() -- b.LocalScript
- local script = Instance.new('LocalScript', b)
- script.Parent.MouseButton1Click:Connect(function()
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local main = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local up = Instance.new("TextButton")
- local down = Instance.new("TextButton")
- local onof = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local plus = Instance.new("TextButton")
- local speed = Instance.new("TextLabel")
- local mine = Instance.new("TextButton")
- --Properties:
- main.Name = "main"
- main.Parent = game.CoreGui
- main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = main
- Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Frame.BorderColor3 = Color3.fromRGB(103, 221, 213)
- Frame.Position = UDim2.new(0.100320168, 0, 0.379746825, 0)
- Frame.Size = UDim2.new(0, 190, 0, 57)
- up.Name = "up"
- up.Parent = Frame
- up.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- up.Size = UDim2.new(0, 44, 0, 28)
- up.Font = Enum.Font.SourceSans
- up.Text = "UP"
- up.TextColor3 = Color3.fromRGB(0, 0, 0)
- up.TextSize = 14.000
- down.Name = "down"
- down.Parent = Frame
- down.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- down.Position = UDim2.new(0, 0, 0.491228074, 0)
- down.Size = UDim2.new(0, 44, 0, 28)
- down.Font = Enum.Font.SourceSans
- down.Text = "DOWN"
- down.TextColor3 = Color3.fromRGB(0, 0, 0)
- down.TextSize = 14.000
- onof.Name = "onof"
- onof.Parent = Frame
- onof.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- onof.Position = UDim2.new(0.702823281, 0, 0.491228074, 0)
- onof.Size = UDim2.new(0, 56, 0, 28)
- onof.Font = Enum.Font.SourceSans
- onof.Text = "fly"
- onof.TextColor3 = Color3.fromRGB(0, 0, 0)
- onof.TextSize = 14.000
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- TextLabel.Position = UDim2.new(0.469327301, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 100, 0, 28)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "FlyGUI"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- plus.Name = "plus"
- plus.Parent = Frame
- plus.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- plus.Position = UDim2.new(0.231578946, 0, 0, 0)
- plus.Size = UDim2.new(0, 45, 0, 28)
- plus.Font = Enum.Font.SourceSans
- plus.Text = "+"
- plus.TextColor3 = Color3.fromRGB(0, 0, 0)
- plus.TextScaled = true
- plus.TextSize = 14.000
- plus.TextWrapped = true
- speed.Name = "speed"
- speed.Parent = Frame
- speed.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- speed.Position = UDim2.new(0.468421042, 0, 0.491228074, 0)
- speed.Size = UDim2.new(0, 44, 0, 28)
- speed.Font = Enum.Font.SourceSans
- speed.Text = "1"
- speed.TextColor3 = Color3.fromRGB(0, 0, 0)
- speed.TextScaled = true
- speed.TextSize = 14.000
- speed.TextWrapped = true
- mine.Name = "mine"
- mine.Parent = Frame
- mine.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- mine.Position = UDim2.new(0.231578946, 0, 0.491228074, 0)
- mine.Size = UDim2.new(0, 45, 0, 29)
- mine.Font = Enum.Font.SourceSans
- mine.Text = "-"
- mine.TextColor3 = Color3.fromRGB(0, 0, 0)
- mine.TextScaled = true
- mine.TextSize = 14.000
- mine.TextWrapped = true
- speeds = 1
- local speaker = game:GetService("Players").LocalPlayer
- local chr = game.Players.LocalPlayer.Character
- local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
- nowe = false
- Frame.Active = true -- main = gui
- Frame.Draggable = true
- onof.MouseButton1Down:connect(function()
- if nowe == true then
- nowe = false
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,true)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,true)
- speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
- else
- nowe = true
- for i = 1, speeds do
- spawn(function()
- local hb = game:GetService("RunService").Heartbeat
- tpwalking = true
- local chr = game.Players.LocalPlayer.Character
- local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
- while tpwalking and hb:Wait() and chr and hum and hum.Parent do
- if hum.MoveDirection.Magnitude > 0 then
- chr:TranslateBy(hum.MoveDirection)
- end
- end
- end)
- end
- game.Players.LocalPlayer.Character.Animate.Disabled = true
- local Char = game.Players.LocalPlayer.Character
- local Hum = Char:FindFirstChildOfClass("Humanoid") or Char:FindFirstChildOfClass("AnimationController")
- for i,v in next, Hum:GetPlayingAnimationTracks() do
- v:AdjustSpeed(0)
- end
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,false)
- speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,false)
- speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Swimming)
- end
- local plr = game.Players.LocalPlayer
- local UpperTorso = plr.Character.LowerTorso
- local flying = true
- local deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 50
- local speed = 0
- local bg = Instance.new("BodyGyro", UpperTorso)
- bg.P = 9e4
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- bg.cframe = UpperTorso.CFrame
- local bv = Instance.new("BodyVelocity", UpperTorso)
- bv.velocity = Vector3.new(0,0.1,0)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- if nowe == true then
- plr.Character.Humanoid.PlatformStand = true
- end
- while nowe == true or game:GetService("Players").LocalPlayer.Character.Humanoid.Health == 0 do
- wait()
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- speed = speed+.5+(speed/maxspeed)
- if speed > maxspeed then
- speed = maxspeed
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- speed = speed-1
- if speed < 0 then
- speed = 0
- end
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- else
- bv.velocity = Vector3.new(0,0,0)
- end
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- end
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- lastctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bg:Destroy()
- bv:Destroy()
- plr.Character.Humanoid.PlatformStand = false
- game.Players.LocalPlayer.Character.Animate.Disabled = false
- tpwalking = false
- end)
- up.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,2,0)
- end)
- down.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,-2,0)
- end)
- game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(char)
- wait(0.7)
- game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
- game.Players.LocalPlayer.Character.Animate.Disabled = false
- end)
- plus.MouseButton1Down:connect(function()
- speeds = speeds + 1
- speed.Text = speeds
- if nowe == true then
- tpwalking = false
- for i = 1, speeds do
- spawn(function()
- local hb = game:GetService("RunService").Heartbeat
- tpwalking = true
- local chr = game.Players.LocalPlayer.Character
- local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
- while tpwalking and hb:Wait() and chr and hum and hum.Parent do
- if hum.MoveDirection.Magnitude > 0 then
- chr:TranslateBy(hum.MoveDirection)
- end
- end
- end)
- end
- end
- end)
- mine.MouseButton1Down:connect(function()
- if speeds == 1 then
- speed.Text = 'can not be less than 1'
- wait(1)
- speed.Text = speeds
- else
- speeds = speeds - 1
- speed.Text = speeds
- if nowe == true then
- tpwalking = false
- for i = 1, speeds do
- spawn(function()
- local hb = game:GetService("RunService").Heartbeat
- tpwalking = true
- local chr = game.Players.LocalPlayer.Character
- local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
- while tpwalking and hb:Wait() and chr and hum and hum.Parent do
- if hum.MoveDirection.Magnitude > 0 then
- chr:TranslateBy(hum.MoveDirection)
- end
- end
- end)
- end
- end
- end
- end)
- end)
- end
- coroutine.wrap(GNGQ_fake_script)()
- local function PRVQF_fake_script() -- d.Headlessscript
- local script = Instance.new('LocalScript', d)
- script.Parent.MouseButton1Click:Connect(function()
- local CoreGui = game:GetService("StarterGui")
- CoreGui:SetCore("SendNotification", {
- Title = "KNOW THIS!!";
- Text = "Headless is NOT fe. Fe headless is in the works and will be added SOON!";
- Duration = 5;
- })
- local player = game:GetService("Players").LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- character.Head.Transparency = 1
- character.Head.face:Destroy()
- end)
- end
- coroutine.wrap(PRVQF_fake_script)()
- local function AYENCGQ_fake_script() -- e.LocalScript
- local script = Instance.new('LocalScript', e)
- local check = script.Parent.Parent.Parent.Check
- local check2 = script.Parent.Parent.Parent.Check2
- script.Parent.MouseButton1Click:Connect(function()
- if check.Visible == true then
- local CoreGui = game:GetService("StarterGui")
- CoreGui:SetCore("SendNotification", {
- Title = "Risky";
- Text = "You infjump on which patches Realisitic Speed, so this option is disabled.";
- Duration = 5;
- })
- else
- check2.Visible = true
- local Player = game:GetService'Players'.LocalPlayer;
- local UIS = game:GetService'UserInputService';
- _G.JumpHeight = 50;
- function Action(Object, Function) if Object ~= nil then Function(Object); end end
- UIS.InputBegan:connect(function(UserInput)
- if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
- Action(Player.Character.Humanoid, function(self)
- if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
- Action(self.Parent.HumanoidRootPart, function(self)
- self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
- end)
- end
- end)
- end
- end)
- end
- end)
- end
- coroutine.wrap(AYENCGQ_fake_script)()
- local function PJQLNJW_fake_script() -- f.LocalScript
- local script = Instance.new('LocalScript', f)
- script.Parent.MouseButton1Click:Connect(function()
- local check = script.Parent.Parent.Parent.Check
- local check2 = script.Parent.Parent.Parent.
- if check2.Visible == true then
- local CoreGui = game:GetService("StarterGui")
- CoreGui:SetCore("SendNotification", {
- Title = "Risky";
- Text = "You infjump on which patches Realisitic Speed, so this option is disabled.";
- Duration = 5;
- })
- else
- check.Visible = true
- local sped = 110
- local keybind = "q"
- yes = false
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == keybind and yes == false then
- yes = true
- game.Players.LocalPlayer.Character.Humanoid.Name = "Humz"
- game.Players.LocalPlayer.Character.Humz.WalkSpeed = sped
- game.Players.LocalPlayer.Character.Humz.JumpPower = 50
- elseif key == keybind and yes == true then
- yes = false
- game.Players.LocalPlayer.Character.Humz.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humz.JumpPower = 50
- game.Players.LocalPlayer.Character.Humz.Name = "Humanoid"
- end
- end)
- end
- end)
- end
- coroutine.wrap(PJQLNJW_fake_script)()
- local function SIQF_fake_script() -- g.LocalScript
- local script = Instance.new('LocalScript', g)
- script.Parent.MouseButton1Click:Connect(function()
- mouse = game.Players.LocalPlayer:GetMouse()
- down = false
- local plr = game:GetService('Players').LocalPlayer
- function onButton1Down(mouse)
- down = true
- while down do
- if not down then break end
- local char = plr.Character
- char.HumanoidRootPart.Velocity = char.HumanoidRootPart.CFrame.lookVector * 140 -- don't even need bypass LOL
- wait()
- end
- end
- function onButton1Up(mouse)
- down = false
- end
- function onSelected(mouse)
- mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end) -- literally the key function lmao
- mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
- end
- onSelected(game.Players.LocalPlayer:GetMouse())
- end)
- end
- coroutine.wrap(SIQF_fake_script)()
- local function WBUIBYI_fake_script() -- Bg.Smooth GUI Dragging
- local script = Instance.new('LocalScript', Bg)
- local UserInputService = game:GetService("UserInputService")
- local runService = (game:GetService("RunService"));
- local gui = script.Parent
- local dragging
- local dragInput
- local dragStart
- local startPos
- function Lerp(a, b, m)
- return a + (b - a) * m
- end;
- local lastMousePos
- local lastGoalPos
- local DRAG_SPEED = (8); -- // The speed of the UI darg.
- function Update(dt)
- if not (startPos) then return end;
- if not (dragging) and (lastGoalPos) then
- gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, lastGoalPos.X.Offset, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, lastGoalPos.Y.Offset, dt * DRAG_SPEED))
- return
- end;
- local delta = (lastMousePos - UserInputService:GetMouseLocation())
- local xGoal = (startPos.X.Offset - delta.X);
- local yGoal = (startPos.Y.Offset - delta.Y);
- lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal)
- gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, xGoal, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, yGoal, dt * DRAG_SPEED))
- end;
- gui.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = gui.Position
- lastMousePos = UserInputService:GetMouseLocation()
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- gui.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- runService.Heartbeat:Connect(Update)
- end
- coroutine.wrap(WBUIBYI_fake_script)()
- local function PJEFWE_fake_script() -- P180.AimLock
- local script = Instance.new('LocalScript', P180)
- script.Parent.MouseButton1Click:Connect(function()
- local input = script.Parent.Parent.SilentInput
- _G.Prediction = ( .18 )
- _G.FOV = ( 180 )
- _G.AimKey = ( "c" )
- local SilentAim = true
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local Players = game:GetService("Players")
- local Mouse = LocalPlayer:GetMouse()
- local Camera = game:GetService("Workspace").CurrentCamera
- hookmetamethod = hookmetamethod
- Drawing = Drawing
- local FOV_CIRCLE = Drawing.new("Circle")
- FOV_CIRCLE.Visible = true
- FOV_CIRCLE.Filled = false
- FOV_CIRCLE.Thickness = 1
- FOV_CIRCLE.Transparency = 1
- FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
- FOV_CIRCLE.Radius = _G.FOV
- FOV_CIRCLE.Position = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y / 2)
- Options = {
- Torso = "HumanoidRootPart";
- Head = "Head";
- }
- local function MoveFovCircle()
- pcall(function()
- local DoIt = true
- spawn(function()
- while DoIt do task.wait()
- FOV_CIRCLE.Position = Vector2.new(Mouse.X, (Mouse.Y + 36))
- end
- end)
- end)
- end coroutine.wrap(MoveFovCircle)()
- Mouse.KeyDown:Connect(function(KeyPressed)
- if KeyPressed == (_G.AimKey:lower()) then
- if SilentAim == false then
- FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
- SilentAim = true
- elseif SilentAim == true then
- FOV_CIRCLE.Color = Color3.new(1, 0, 0)
- SilentAim = false
- end
- end
- end)
- local oldIndex = nil
- oldIndex = hookmetamethod(game, "__index", function(self, Index)
- if self == Mouse and (Index == "Hit") then
- local Distance = 9e9
- local Targete = nil
- if SilentAim then
- for _, v in pairs(Players:GetPlayers()) do
- if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 then
- local Enemy = v.Character
- local CastingFrom = CFrame.new(Camera.CFrame.Position, Enemy[Options.Torso].CFrame.Position) * CFrame.new(0, 0, -4)
- local RayCast = Ray.new(CastingFrom.Position, CastingFrom.LookVector * 9000)
- local World, ToSpace = workspace:FindPartOnRayWithIgnoreList(RayCast, {LocalPlayer.Character:FindFirstChild("Head")})
- local RootWorld = (Enemy[Options.Torso].CFrame.Position - ToSpace).magnitude
- if RootWorld < 4 then
- local RootPartPosition, Visible = Camera:WorldToScreenPoint(Enemy[Options.Torso].Position)
- if Visible then
- local Real_Magnitude = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(RootPartPosition.X, RootPartPosition.Y)).Magnitude
- if Real_Magnitude < Distance and Real_Magnitude < FOV_CIRCLE.Radius then
- Distance = Real_Magnitude
- Targete = Enemy
- end
- end
- end
- end
- end
- end
- if Targete ~= nil and Targete[Options.Torso] and Targete:FindFirstChild("Humanoid").Health > 0 then
- if SilentAim then
- local ShootThis = Targete[Options.Torso] -- or Options.Head
- local Predicted_Position = ShootThis.CFrame + (ShootThis.Velocity * _G.Prediction + Vector3.new(0,-1,0)) -- (-1) = Less blatant
- return ((Index == "Hit" and Predicted_Position))
- end
- end
- end
- return
- end)
- end
- coroutine.wrap(PJEFWE_fake_script)()
- local function YWZMYK_fake_script() -- P90.AimLock
- local script = Instance.new('LocalScript', P90)
- script.Parent.MouseButton1Click:Connect(function()
- local input = script.Parent.Parent.SilentInput
- _G.Prediction = ( .18 )
- _G.FOV = ( 90 )
- _G.AimKey = ( "c" )
- local SilentAim = true
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local Players = game:GetService("Players")
- local Mouse = LocalPlayer:GetMouse()
- local Camera = game:GetService("Workspace").CurrentCamera
- hookmetamethod = hookmetamethod
- Drawing = Drawing
- local FOV_CIRCLE = Drawing.new("Circle")
- FOV_CIRCLE.Visible = true
- FOV_CIRCLE.Filled = false
- FOV_CIRCLE.Thickness = 1
- FOV_CIRCLE.Transparency = 1
- FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
- FOV_CIRCLE.Radius = _G.FOV
- FOV_CIRCLE.Position = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y / 2)
- Options = {
- Torso = "HumanoidRootPart";
- Head = "Head";
- }
- local function MoveFovCircle()
- pcall(function()
- local DoIt = true
- spawn(function()
- while DoIt do task.wait()
- FOV_CIRCLE.Position = Vector2.new(Mouse.X, (Mouse.Y + 36))
- end
- end)
- end)
- end coroutine.wrap(MoveFovCircle)()
- Mouse.KeyDown:Connect(function(KeyPressed)
- if KeyPressed == (_G.AimKey:lower()) then
- if SilentAim == false then
- FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
- SilentAim = true
- elseif SilentAim == true then
- FOV_CIRCLE.Color = Color3.new(1, 0, 0)
- SilentAim = false
- end
- end
- end)
- local oldIndex = nil
- oldIndex = hookmetamethod(game, "__index", function(self, Index)
- if self == Mouse and (Index == "Hit") then
- local Distance = 9e9
- local Targete = nil
- if SilentAim then
- for _, v in pairs(Players:GetPlayers()) do
- if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 then
- local Enemy = v.Character
- local CastingFrom = CFrame.new(Camera.CFrame.Position, Enemy[Options.Torso].CFrame.Position) * CFrame.new(0, 0, -4)
- local RayCast = Ray.new(CastingFrom.Position, CastingFrom.LookVector * 9000)
- local World, ToSpace = workspace:FindPartOnRayWithIgnoreList(RayCast, {LocalPlayer.Character:FindFirstChild("Head")})
- local RootWorld = (Enemy[Options.Torso].CFrame.Position - ToSpace).magnitude
- if RootWorld < 4 then
- local RootPartPosition, Visible = Camera:WorldToScreenPoint(Enemy[Options.Torso].Position)
- if Visible then
- local Real_Magnitude = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(RootPartPosition.X, RootPartPosition.Y)).Magnitude
- if Real_Magnitude < Distance and Real_Magnitude < FOV_CIRCLE.Radius then
- Distance = Real_Magnitude
- Targete = Enemy
- end
- end
- end
- end
- end
- end
- if Targete ~= nil and Targete[Options.Torso] and Targete:FindFirstChild("Humanoid").Health > 0 then
- if SilentAim then
- local ShootThis = Targete[Options.Torso] -- or Options.Head
- local Predicted_Position = ShootThis.CFrame + (ShootThis.Velocity * _G.Prediction + Vector3.new(0,-1,0)) -- (-1) = Less blatant
- return ((Index == "Hit" and Predicted_Position))
- end
- end
- end
- return
- end)
- end
- coroutine.wrap(YWZMYK_fake_script)()
- local function OFYBU_fake_script() -- P45.AimLock
- local script = Instance.new('LocalScript', P45)
- script.Parent.MouseButton1Click:Connect(function()
- local input = script.Parent.Parent.SilentInput
- _G.Prediction = ( .18 )
- _G.FOV = ( 45 )
- _G.AimKey = ( "c" )
- local SilentAim = true
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local Players = game:GetService("Players")
- local Mouse = LocalPlayer:GetMouse()
- local Camera = game:GetService("Workspace").CurrentCamera
- hookmetamethod = hookmetamethod
- Drawing = Drawing
- local FOV_CIRCLE = Drawing.new("Circle")
- FOV_CIRCLE.Visible = true
- FOV_CIRCLE.Filled = false
- FOV_CIRCLE.Thickness = 1
- FOV_CIRCLE.Transparency = 1
- FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
- FOV_CIRCLE.Radius = _G.FOV
- FOV_CIRCLE.Position = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y / 2)
- Options = {
- Torso = "HumanoidRootPart";
- Head = "Head";
- }
- local function MoveFovCircle()
- pcall(function()
- local DoIt = true
- spawn(function()
- while DoIt do task.wait()
- FOV_CIRCLE.Position = Vector2.new(Mouse.X, (Mouse.Y + 36))
- end
- end)
- end)
- end coroutine.wrap(MoveFovCircle)()
- Mouse.KeyDown:Connect(function(KeyPressed)
- if KeyPressed == (_G.AimKey:lower()) then
- if SilentAim == false then
- FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
- SilentAim = true
- elseif SilentAim == true then
- FOV_CIRCLE.Color = Color3.new(1, 0, 0)
- SilentAim = false
- end
- end
- end)
- local oldIndex = nil
- oldIndex = hookmetamethod(game, "__index", function(self, Index)
- if self == Mouse and (Index == "Hit") then
- local Distance = 9e9
- local Targete = nil
- if SilentAim then
- for _, v in pairs(Players:GetPlayers()) do
- if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 then
- local Enemy = v.Character
- local CastingFrom = CFrame.new(Camera.CFrame.Position, Enemy[Options.Torso].CFrame.Position) * CFrame.new(0, 0, -4)
- local RayCast = Ray.new(CastingFrom.Position, CastingFrom.LookVector * 9000)
- local World, ToSpace = workspace:FindPartOnRayWithIgnoreList(RayCast, {LocalPlayer.Character:FindFirstChild("Head")})
- local RootWorld = (Enemy[Options.Torso].CFrame.Position - ToSpace).magnitude
- if RootWorld < 4 then
- local RootPartPosition, Visible = Camera:WorldToScreenPoint(Enemy[Options.Torso].Position)
- if Visible then
- local Real_Magnitude = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(RootPartPosition.X, RootPartPosition.Y)).Magnitude
- if Real_Magnitude < Distance and Real_Magnitude < FOV_CIRCLE.Radius then
- Distance = Real_Magnitude
- Targete = Enemy
- end
- end
- end
- end
- end
- end
- if Targete ~= nil and Targete[Options.Torso] and Targete:FindFirstChild("Humanoid").Health > 0 then
- if SilentAim then
- local ShootThis = Targete[Options.Torso] -- or Options.Head
- local Predicted_Position = ShootThis.CFrame + (ShootThis.Velocity * _G.Prediction + Vector3.new(0,-1,0)) -- (-1) = Less blatant
- return ((Index == "Hit" and Predicted_Position))
- end
- end
- end
- return
- end)
- end
- coroutine.wrap(OFYBU_fake_script)()
- local function XAWCE_fake_script() -- Aimlock.AimLock
- local script = Instance.new('LocalScript', Aimlock)
- script.Parent.MouseButton1Click:Connect(function()
- local Area = game:GetService("Workspace")
- local RunService = game:GetService("RunService")
- local UIS = game:GetService("UserInputService")
- local Players = game:GetService("Players")
- local LocalPlayer = Players.LocalPlayer
- local MyCharacter = LocalPlayer.Character
- local MyRoot = MyCharacter:FindFirstChild("HumanoidRootPart")
- local MyHumanoid = MyCharacter:FindFirstChild("Humanoid")
- local Mouse = LocalPlayer:GetMouse()
- local MyView = Area.CurrentCamera
- local MyTeamColor = LocalPlayer.TeamColor
- local HoldingM2 = false
- local Active = false
- local Lock = false
- local Epitaph = .18
- local HeadOffset = Vector3.new(0, .1, 0)
- _G.TeamCheck = false
- _G.AimPart = "HumanoidRootPart"
- _G.Sensitivity = 0
- _G.CircleSides = 64
- _G.CircleColor = Color3.fromRGB(255, 0, 130)
- _G.CircleTransparency = 0
- _G.CircleRadius = 200
- _G.CircleFilled = false
- _G.CircleVisible = true
- _G.CircleThickness = 1
- local FOVCircle = Drawing.new("Circle")
- FOVCircle.Position = Vector2.new(MyView.ViewportSize.X / 2, MyView.ViewportSize.Y / 2)
- FOVCircle.Radius = _G.CircleRadius
- FOVCircle.Filled = _G.CircleFilled
- FOVCircle.Color = _G.CircleColor
- FOVCircle.Visible = _G.CircleVisible
- FOVCircle.Transparency = _G.CircleTransparency
- FOVCircle.NumSides = _G.CircleSides
- FOVCircle.Thickness = _G.CircleThickness
- local function CursorLock()
- UIS.MouseBehavior = Enum.MouseBehavior.LockCenter
- end
- local function UnLockCursor()
- HoldingM2 = false Active = false Lock = false
- UIS.MouseBehavior = Enum.MouseBehavior.Default
- end
- function FindNearestPlayer()
- local dist = math.huge
- local Target = nil
- for _, v in pairs(Players:GetPlayers()) do
- if v ~= LocalPlayer and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 and v.Character:FindFirstChild("HumanoidRootPart") and v then
- local TheirCharacter = v.Character
- local CharacterRoot, Visible = MyView:WorldToViewportPoint(TheirCharacter[_G.AimPart].Position)
- if Visible then
- local RealMag = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(CharacterRoot.X, CharacterRoot.Y)).Magnitude
- if RealMag < dist and RealMag < FOVCircle.Radius then
- dist = RealMag
- Target = TheirCharacter
- end
- end
- end
- end
- return Target
- end
- UIS.InputBegan:Connect(function(Input)
- if Input.UserInputType == Enum.UserInputType.MouseButton2 then
- HoldingM2 = true
- Active = true
- Lock = true
- if Active then
- local The_Enemy = FindNearestPlayer()
- while HoldingM2 do task.wait(.000001)
- if Lock and The_Enemy ~= nil then
- local Future = The_Enemy.HumanoidRootPart.CFrame + (The_Enemy.HumanoidRootPart.Velocity * Epitaph + HeadOffset)
- MyView.CFrame = CFrame.lookAt(MyView.CFrame.Position, Future.Position)
- CursorLock()
- end
- end
- end
- end
- end)
- UIS.InputEnded:Connect(function(Input)
- if Input.UserInputType == Enum.UserInputType.MouseButton2 then
- UnLockCursor()
- end
- end)
- end)
- end
- coroutine.wrap(XAWCE_fake_script)()
- local function XETBXJS_fake_script() -- SilentB.LocalScript
- local script = Instance.new('LocalScript', SilentB)
- script.Parent.MouseButton1Click:Connect(function()
- local input = script.Parent.Parent.SilentInput
- _G.Prediction = ( .18 )
- _G.FOV = ( input.Text )
- _G.AimKey = ( "c" )
- local SilentAim = true
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local Players = game:GetService("Players")
- local Mouse = LocalPlayer:GetMouse()
- local Camera = game:GetService("Workspace").CurrentCamera
- hookmetamethod = hookmetamethod
- Drawing = Drawing
- local FOV_CIRCLE = Drawing.new("Circle")
- FOV_CIRCLE.Visible = true
- FOV_CIRCLE.Filled = false
- FOV_CIRCLE.Thickness = 1
- FOV_CIRCLE.Transparency = 1
- FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
- FOV_CIRCLE.Radius = _G.FOV
- FOV_CIRCLE.Position = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y / 2)
- Options = {
- Torso = "HumanoidRootPart";
- Head = "Head";
- }
- local function MoveFovCircle()
- pcall(function()
- local DoIt = true
- spawn(function()
- while DoIt do task.wait()
- FOV_CIRCLE.Position = Vector2.new(Mouse.X, (Mouse.Y + 36))
- end
- end)
- end)
- end coroutine.wrap(MoveFovCircle)()
- Mouse.KeyDown:Connect(function(KeyPressed)
- if KeyPressed == (_G.AimKey:lower()) then
- if SilentAim == false then
- FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
- SilentAim = true
- elseif SilentAim == true then
- FOV_CIRCLE.Color = Color3.new(1, 0, 0)
- SilentAim = false
- end
- end
- end)
- local oldIndex = nil
- oldIndex = hookmetamethod(game, "__index", function(self, Index)
- if self == Mouse and (Index == "Hit") then
- local Distance = 9e9
- local Targete = nil
- if SilentAim then
- for _, v in pairs(Players:GetPlayers()) do
- if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 then
- local Enemy = v.Character
- local CastingFrom = CFrame.new(Camera.CFrame.Position, Enemy[Options.Torso].CFrame.Position) * CFrame.new(0, 0, -4)
- local RayCast = Ray.new(CastingFrom.Position, CastingFrom.LookVector * 9000)
- local World, ToSpace = workspace:FindPartOnRayWithIgnoreList(RayCast, {LocalPlayer.Character:FindFirstChild("Head")})
- local RootWorld = (Enemy[Options.Torso].CFrame.Position - ToSpace).magnitude
- if RootWorld < 4 then
- local RootPartPosition, Visible = Camera:WorldToScreenPoint(Enemy[Options.Torso].Position)
- if Visible then
- local Real_Magnitude = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(RootPartPosition.X, RootPartPosition.Y)).Magnitude
- if Real_Magnitude < Distance and Real_Magnitude < FOV_CIRCLE.Radius then
- Distance = Real_Magnitude
- Targete = Enemy
- end
- end
- end
- end
- end
- end
- if Targete ~= nil and Targete[Options.Torso] and Targete:FindFirstChild("Humanoid").Health > 0 then
- if SilentAim then
- local ShootThis = Targete[Options.Torso] -- or Options.Head
- local Predicted_Position = ShootThis.CFrame + (ShootThis.Velocity * _G.Prediction + Vector3.new(0,-1,0)) -- (-1) = Less blatant
- return ((Index == "Hit" and Predicted_Position))
- end
- end
- end
- return oldIndex(self, Index)
- end)
- end)
- end
- coroutine.wrap(XETBXJS_fake_script)()
- local function TSYH_fake_script() -- Misc.LocalScript
- local script = Instance.new('LocalScript', Misc)
- script.Parent.MouseButton1Click:Connect(function()
- local folder = script.Parent.Parent.HomeStuff
- folder.PlrIcon.Visible = false
- folder.ID.Visible = false
- folder.User.Visible = false
- folder.Rank.Visible = false
- local folder2 = script.Parent.Parent.PlayerF
- folder2.a.Visible = false
- folder2.b.Visible = false
- folder2.c.Visible = false
- folder2.d.Visible = false
- folder2.e.Visible = false
- folder2.f.Visible = false
- folder2.g.Visible = false
- local folder3 = script.Parent.Parent.Combatf
- folder3.P45.Visible = false
- folder3.P90.Visible = false
- folder3.P180.Visible = false
- folder3.SilentInput.Visible = false
- folder3.SilentB.Visible = false
- folder3.Aimlock.Visible = false
- folder3.Border.Visible = false
- local folder4 = script.Parent.Parent.WayPointStuff
- folder4.Db.Visible = false
- folder4.Bank.Visible = false
- folder4.CustomPos.Visible = false
- folder4.Rev.Visible = false
- folder4.Custom.Visible = false
- folder4.Tyrones.Visible = false
- folder4.Popcorn.Visible = false
- local folder5 = script.Parent.Parent.LOLMIC
- folder5.Esp.Visible = true
- folder5.ChatSpy.Visible = true
- folder5.TrashTalk.Visible = true
- end)
- end
- coroutine.wrap(TSYH_fake_script)()
- local function BKHF_fake_script() -- Bank.LocalScript
- local script = Instance.new('LocalScript', Bank)
- script.Parent.MouseButton1Click:Connect(function()
- local teleport_table = {
- location1 = Vector3.new(-393.9951477050781, 332.187255859375, -80.53465270996094),
- }
- local tween_s = game:GetService('TweenService')
- local tweeninfo = TweenInfo.new(3,Enum.EasingStyle.Linear)
- local lp = game.Players.LocalPlayer
- function bypass_teleport(v)
- if lp.Character and
- lp.Character:FindFirstChild('HumanoidRootPart') then
- local cf = CFrame.new(v)
- local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
- a:Play()
- end
- end
- bypass_teleport(teleport_table.location1)
- end)
- end
- coroutine.wrap(BKHF_fake_script)()
- local function RKRHOP_fake_script() -- Custom.LocalScript
- local script = Instance.new('LocalScript', Custom)
- script.Parent.MouseButton1Click:Connect(function()
- local teleport_table = {
- location1 = Vector3.new(script.Parent.Parent.CustomPos.Text),
- }
- local tween_s = game:GetService('TweenService')
- local tweeninfo = TweenInfo.new(3,Enum.EasingStyle.Linear)
- local lp = game.Players.LocalPlayer
- function bypass_teleport(v)
- if lp.Character and
- lp.Character:FindFirstChild('HumanoidRootPart') then
- local cf = CFrame.new(v)
- local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
- a:Play()
- end
- end
- bypass_teleport(teleport_table.location1)
- end)
- end
- coroutine.wrap(RKRHOP_fake_script)()
- local function GFMSSA_fake_script() -- Db.LocalScript
- local script = Instance.new('LocalScript', Db)
- script.Parent.MouseButton1Click:Connect(function()
- local teleport_table = {
- location1 = Vector3.new(-1013.3175048828125, 330.65435791015625, -55.10440444946289),
- }
- local tween_s = game:GetService('TweenService')
- local tweeninfo = TweenInfo.new(3,Enum.EasingStyle.Linear)
- local lp = game.Players.LocalPlayer
- function bypass_teleport(v)
- if lp.Character and
- lp.Character:FindFirstChild('HumanoidRootPart') then
- local cf = CFrame.new(v)
- local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
- a:Play()
- end
- end
- bypass_teleport(teleport_table.location1)
- end)
- end
- coroutine.wrap(GFMSSA_fake_script)()
- local function FLKN_fake_script() -- Popcorn.LocalScript
- local script = Instance.new('LocalScript', Popcorn)
- script.Parent.MouseButton1Click:Connect(function()
- local teleport_table = {
- location1 = Vector3.new(-970.7622680664062, 333.50433349609375, 48.058414459228516),
- }
- local tween_s = game:GetService('TweenService')
- local tweeninfo = TweenInfo.new(3,Enum.EasingStyle.Linear)
- local lp = game.Players.LocalPlayer
- function bypass_teleport(v)
- if lp.Character and
- lp.Character:FindFirstChild('HumanoidRootPart') then
- local cf = CFrame.new(v)
- local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
- a:Play()
- end
- end
- bypass_teleport(teleport_table.location1)
- end)
- end
- coroutine.wrap(FLKN_fake_script)()
- local function MWHJQQ_fake_script() -- Rev.LocalScript
- local script = Instance.new('LocalScript', Rev)
- script.Parent.MouseButton1Click:Connect(function()
- local teleport_table = {
- location1 = Vector3.new(-616.4088134765625, 330.6475524902344, 82.54364776611328),
- }
- local tween_s = game:GetService('TweenService')
- local tweeninfo = TweenInfo.new(3,Enum.EasingStyle.Linear)
- local lp = game.Players.LocalPlayer
- function bypass_teleport(v)
- if lp.Character and
- lp.Character:FindFirstChild('HumanoidRootPart') then
- local cf = CFrame.new(v)
- local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
- a:Play()
- end
- end
- bypass_teleport(teleport_table.location1)
- end)
- end
- coroutine.wrap(MWHJQQ_fake_script)()
- local function QJMWS_fake_script() -- Tyrones.LocalScript
- local script = Instance.new('LocalScript', Tyrones)
- script.Parent.MouseButton1Click:Connect(function()
- local teleport_table = {
- location1 = Vector3.new(-541.67236328125, 316.8971862792969, -531.8513793945312),
- }
- local tween_s = game:GetService('TweenService')
- local tweeninfo = TweenInfo.new(3,Enum.EasingStyle.Linear)
- local lp = game.Players.LocalPlayer
- function bypass_teleport(v)
- if lp.Character and
- lp.Character:FindFirstChild('HumanoidRootPart') then
- local cf = CFrame.new(v)
- local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
- a:Play()
- end
- end
- bypass_teleport(teleport_table.location1)
- end)
- end
- coroutine.wrap(QJMWS_fake_script)()
- local function XZYU_fake_script() -- PosFinder.LocalScript
- local script = Instance.new('LocalScript', PosFinder)
- script.Parent.MouseButton1Click:Connect(function()
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local PosFinder = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local Find = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local Copy = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local TextLabel = Instance.new("TextLabel")
- local Cred = Instance.new("TextLabel")
- local Exit = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- --Properties:
- PosFinder.Name = "PosFinder"
- PosFinder.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PosFinder.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = PosFinder
- Frame.BackgroundColor3 = Color3.fromRGB(22, 31, 43)
- Frame.Position = UDim2.new(0.0531582236, 0, 0.049140051, 0)
- Frame.Size = UDim2.new(0, 325, 0, 214)
- Frame.Active = true
- Frame.Draggable = true
- UICorner.CornerRadius = UDim.new(0, 25)
- UICorner.Parent = Frame
- Find.Name = "Find"
- Find.Parent = Frame
- Find.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
- Find.BorderColor3 = Color3.fromRGB(33, 47, 66)
- Find.Position = UDim2.new(0.0984615311, 0, 0.621495306, 0)
- Find.Size = UDim2.new(0, 115, 0, 41)
- Find.Font = Enum.Font.GothamBlack
- Find.Text = "Find"
- Find.TextColor3 = Color3.fromRGB(22, 31, 43)
- Find.TextSize = 14.000
- Find.TextWrapped = true
- Find.MouseButton1Click:Connect(function()
- TextLabel.Text = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end)
- UICorner_2.CornerRadius = UDim.new(0, 25)
- UICorner_2.Parent = Find
- Copy.Name = "Copy"
- Copy.Parent = Frame
- Copy.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
- Copy.BorderColor3 = Color3.fromRGB(33, 47, 66)
- Copy.Position = UDim2.new(0.547692299, 0, 0.621495306, 0)
- Copy.Size = UDim2.new(0, 115, 0, 41)
- Copy.Font = Enum.Font.GothamBlack
- Copy.Text = "Copy"
- Copy.TextColor3 = Color3.fromRGB(22, 31, 43)
- Copy.TextSize = 14.000
- Copy.TextStrokeColor3 = Color3.fromRGB(22, 31, 43)
- Copy.TextWrapped = true
- Copy.MouseButton1Click:Connect(function()
- setclipboard(tostring(TextLabel.Text))
- end)
- UICorner_3.CornerRadius = UDim.new(0, 25)
- UICorner_3.Parent = Copy
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
- TextLabel.BorderColor3 = Color3.fromRGB(33, 47, 66)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.0984615386, 0, 0.275700927, 0)
- TextLabel.Size = UDim2.new(0, 261, 0, 50)
- TextLabel.Font = Enum.Font.GothamBlack
- TextLabel.Text = "Click find pos!"
- TextLabel.TextColor3 = Color3.fromRGB(22, 31, 43)
- TextLabel.TextSize = 12.000
- TextLabel.TextWrapped = true
- Cred.Name = "Cred"
- Cred.Parent = Frame
- Cred.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
- Cred.BackgroundTransparency = 1.000
- Cred.BorderColor3 = Color3.fromRGB(33, 47, 66)
- Cred.BorderSizePixel = 0
- Cred.Position = UDim2.new(0.153846145, 0, 0.0607476607, 0)
- Cred.Size = UDim2.new(0, 224, 0, 40)
- Cred.Font = Enum.Font.GothamBlack
- Cred.Text = "MarsHub Position Finder"
- Cred.TextColor3 = Color3.fromRGB(33, 47, 66)
- Cred.TextSize = 17.000
- Cred.TextWrapped = true
- Exit.Name = "Exit"
- Exit.Parent = Frame
- Exit.BackgroundColor3 = Color3.fromRGB(212, 100, 100)
- Exit.Position = UDim2.new(0.898776114, 0, 0.0578377992, 0)
- Exit.Size = UDim2.new(0, 19, 0, 19)
- Exit.Font = Enum.Font.SourceSans
- Exit.Text = ""
- Exit.TextColor3 = Color3.fromRGB(0, 0, 0)
- Exit.TextSize = 14.000
- UICorner_4.CornerRadius = UDim.new(0, 100)
- UICorner_4.Parent = Exit
- -- Scripts:
- local function XFQLQSK_fake_script() -- Exit.LocalScript
- local script = Instance.new('LocalScript', Exit)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(XFQLQSK_fake_script)()
- end)
- end
- coroutine.wrap(XZYU_fake_script)()
- local function MEEBPEP_fake_script() -- Exit.LocalScript
- local script = Instance.new('LocalScript', Exit)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Bg.Visible = false
- end)
- end
- coroutine.wrap(MEEBPEP_fake_script)()
- local function WFSOPWE_fake_script() -- TrashTalk.LocalScript
- local script = Instance.new('LocalScript', TrashTalk)
- script.Parent.MouseButton1Click:Connect(function()
- local words = {
- "You suck lol",
- "Your aim is trash",
- "Dont even walk in these streets bro",
- "Hell naw you suck that bad?",
- "Get out of my face",
- "L ya trash btc",
- "Took that L harder then that bullet",
- "Even with aimlock u would be trash",
- "Your more bad then my grandmother at this game",
- "Rekt"
- }
- local player = game.Players.LocalPlayer
- local keybind = "j"
- local event = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
- player:GetMouse().KeyDown:Connect(function(key)
- if key == keybind then
- event:FireServer(words[math.random(#words)], "All")
- end
- end)
- end)
- end
- coroutine.wrap(WFSOPWE_fake_script)()
- local function XAYQ_fake_script() -- ChatSpy.LocalScript
- local script = Instance.new('LocalScript', ChatSpy)
- script.Parent.MouseButton1Click:Connect(function()
- -- Config
- Config = {
- enabled = true,
- spyOnMyself = true,
- public = false,
- publicItalics = true
- }
- -- Customizing Log Output
- PrivateProperties = {
- Color = Color3.fromRGB(0,255,255);
- Font = Enum.Font.SourceSansBold;
- TextSize = 18;
- }
- local StarterGui = game:GetService("StarterGui")
- local Players = game:GetService("Players")
- local player = Players.LocalPlayer
- local saymsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("SayMessageRequest")
- local getmsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("OnMessageDoneFiltering")
- local instance = (_G.chatSpyInstance or 0) + 1
- _G.chatSpyInstance = instance
- local function onChatted(p,msg)
- if _G.chatSpyInstance == instance then
- if p==player and msg:lower():sub(1,4)=="/spy" then
- Config.enabled = not Config.enabled
- wait(0.3)
- PrivateProperties.Text = "{SPY "..(Config.enabled and "EN" or "DIS").."ABLED}"
- StarterGui:SetCore("ChatMakeSystemMessage", PrivateProperties)
- elseif Config.enabled and (Config.spyOnMyself==true or p~=player) then
- msg = msg:gsub("[\n\r]",''):gsub("\t",' '):gsub("[ ]+",' ')
- local hidden = true
- local conn = getmsg.OnClientEvent:Connect(function(packet,channel)
- if packet.SpeakerUserId==p.UserId and packet.Message==msg:sub(#msg-#packet.Message+1) and (channel=="All" or (channel=="Team" and Config.public==false and Players[packet.FromSpeaker].Team==player.Team)) then
- hidden = false
- end
- end)
- wait(1)
- conn:Disconnect()
- if hidden and Config.enabled then
- if Config.public then
- saymsg:FireServer((Config.publicItalics and "/me " or '').."{SPY} [".. p.Name .."]: "..msg,"All")
- else
- PrivateProperties.Text = "{SPY} [".. p.Name .."]: "..msg
- StarterGui:SetCore("ChatMakeSystemMessage", PrivateProperties)
- end
- end
- end
- end
- end
- for _,p in ipairs(Players:GetPlayers()) do
- p.Chatted:Connect(function(msg) onChatted(p,msg) end)
- end
- Players.PlayerAdded:Connect(function(p)
- p.Chatted:Connect(function(msg) onChatted(p,msg) end)
- end)
- PrivateProperties.Text = "{SPY "..(Config.enabled and "EN" or "DIS").."ABLED}"
- StarterGui:SetCore("ChatMakeSystemMessage", PrivateProperties)
- local chatFrame = player.PlayerGui.Chat.Frame
- chatFrame.ChatChannelParentFrame.Visible = true
- chatFrame.ChatBarParentFrame.Position = chatFrame.ChatChannelParentFrame.Position+UDim2.new(UDim.new(),chatFrame.ChatChannelParentFrame.Size.Y)
- end)
- end
- coroutine.wrap(XAYQ_fake_script)()
- local function ECGM_fake_script() -- Esp.LocalScript
- local script = Instance.new('LocalScript', Esp)
- script.Parent.MouseButton1Click:Connect(function()
- MobEsp = false
- MobLocations = {game:GetService("Workspace")}
- MobNames = {""}
- PlayerESP = true
- plr = game.Players.LocalPlayer
- _G.on = true
- names = {}
- function isin(obj,tbl)
- for a = 1,#tbl do
- if obj == tbl[a] then
- return true
- end
- end
- return false
- end
- function test1(D)
- local d = tonumber(string.sub(D,1,string.find(D,".",1,true) + 1))
- return d
- end
- function Label(Part,Distance)
- local MainName = Part.Parent.Name
- local check = Part:FindFirstChild(MainName .. " Tracker")
- if check then
- destroyed = false
- while not destroyed do
- for i = 1,#names do
- if names[i] == MainName then
- table.remove(names,i)
- destroyed = true
- break
- end
- end
- destroyed = true
- end
- check:Destroy()
- end
- local Gui = Instance.new("BillboardGui")
- local Text = Instance.new("TextLabel")
- if Distance ~= nil then
- local assa,D = pcall(test1,Distance)
- if D ~= nil and D then
- D = tonumber(D)
- table.insert(names,MainName)
- Gui.Name = MainName.." Tracker"
- Gui.Parent = Part
- Gui.Adornee = Part
- Gui.ExtentsOffsetWorldSpace = Vector3.new(0,3,0)
- Gui.MaxDistance = 2500
- Gui.Size = UDim2.new(0,200,0,50)
- Gui.AlwaysOnTop = true
- Text.Parent = Gui
- Text.TextWrapped = true
- Text.BackgroundTransparency = 1
- Text.TextSize = 8
- Text.Size = UDim2.new(0, 200, 0, 50)
- Text.Font = Enum.Font.Legacy
- if D ~= nil and D < 30 then
- Text.TextColor3 = Color3.fromRGB(33, 231, 40)
- Text.Text = Part.Parent.Name .. "\n Dist: " .. D
- elseif D ~= nil and D < 100 then
- Text.TextColor3 = Color3.fromRGB(228, 231, 34)
- Text.Text = Part.Parent.Name .. "\n Dist: " .. D
- elseif D ~= nil and D < 500 then
- Text.TextColor3 = Color3.fromRGB(255, 140, 46)
- Text.Text = Part.Parent.Name .. "\n Dist: " .. D
- elseif D ~= nil and D < 2500 then
- Text.TextColor3 = Color3.fromRGB(255, 0, 0)
- Text.Text = Part.Parent.Name .. "\n Dist: " .. D
- end
- end
- end
- end
- function Root()
- plr = game.Players:FindFirstChild(game.Players.LocalPlayer.Name)
- if plr then
- local root = plr.Character:FindFirstChild("HumanoidRootPart")
- if root then
- return root
- else
- for i = 1,#names do
- local check = game.Workspace:FindFirstChild(names[i] .. " Tracker",true)
- if check then
- table.remove(names,i)
- check:Destroy()
- break
- end
- end
- game:GetService('RunService').Stepped:wait()
- Root()
- end
- end
- end
- while _G.on do
- game:GetService('RunService').Stepped:wait()
- plr = game.Players.LocalPlayer
- if MobEsp then
- for iter = 1,#MobLocations do
- local check = MobLocations[iter]:FindFirstChildOfClass("Model")
- local check2 = MobLocations[iter]:FindFirstChildOfClass("Part")
- if check or check2 then
- for i,v in pairs(MobLocations[iter]:GetChildren()) do
- if v.ClassName == "Model" or v.ClassName == "Part" and isin(v.Name,MobNames) == true then
- local placed = false
- for a,b in pairs(v:GetChildren()) do
- if b.Name == "Head" and b.ClassName == "Part" and not placed and isin(v.Name,MobNames) == true then
- placed = true
- Label(b,(Root().Position - b.Position).Magnitude)
- elseif b.Name == "UpperTorso" and b.ClassName == "Part" and not placed and isin(v.Name,MobNames) == true then
- placed = true
- Label(b,(Root().Position - b.Position).Magnitude)
- elseif b.Name == "Torso" and b.ClassName == "Part" and not placed and isin(v.Name,MobNames) == true then
- placed = true
- Label(b,(Root().Position - b.Position).Magnitude)
- elseif b.ClassName == "Part" and not placed and isin(v.Name,MobNames) == true then
- placed = true
- repeat wait() until game.Players.LocalPlayer.Character ~= nil
- Label(b,(Root().Position - b.Position).Magnitude)
- end
- end
- end
- end
- end
- end
- end
- if PlayerESP then
- for z,d in pairs(game.Players:GetChildren()) do
- if d.Character ~= nil and d ~= plr then
- local prt = d.Character:FindFirstChildOfClass("Part")
- if prt then
- local placed = false
- for j,g in pairs(d.Character:GetChildren()) do
- if g.Name == "Head" and not placed then
- placed = true
- Label(g,(Root().Position - g.Position).Magnitude)
- elseif g.Name == "UpperTorso" and not placed then
- placed = true
- Label(g,(Root().Position - g.Position).Magnitude)
- elseif g.Name == "Torso" and not placed then
- placed = true
- Label(g,(Root().Position - g.Position).Magnitude)
- end
- end
- end
- end
- end
- end
- end
- while #names > 0 do
- game:GetService('RunService').Stepped:wait()
- for i = 1,#names do
- local check = game.Workspace:FindFirstChild(names[i] .. " Tracker",true)
- if check then
- table.remove(names,i)
- check:Destroy()
- break
- end
- end
- end
- end)
- end
- coroutine.wrap(ECGM_fake_script)()
Add Comment
Please, Sign In to add comment