KScripts

ansar's script

Sep 17th, 2021 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 85.22 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local iy = Instance.new("TextButton")
  10. local dex = Instance.new("TextButton")
  11. local esp = Instance.new("TextButton")
  12. local gui = Instance.new("TextButton")
  13. local cmd = Instance.new("TextButton")
  14. local spy = Instance.new("TextButton")
  15. local game = Instance.new("TextButton")
  16. local report = Instance.new("TextButton")
  17. local fly = Instance.new("TextButton")
  18. local dontdothis = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. main.Name = "main"
  26. main.Parent = ScreenGui
  27. main.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
  28. main.Position = UDim2.new(0.205846533, 0, 0.267552167, 0)
  29. main.Size = UDim2.new(0, 483, 0, 263)
  30. main.Active = true
  31. main.Draggable = true
  32.  
  33. TextLabel.Parent = main
  34. TextLabel.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  35. TextLabel.Size = UDim2.new(0, 483, 0, 32)
  36. TextLabel.Font = Enum.Font.SourceSans
  37. TextLabel.Text = "KRNL"
  38. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  39. TextLabel.TextScaled = true
  40. TextLabel.TextSize = 14.000
  41. TextLabel.TextStrokeColor3 = Color3.fromRGB(154, 154, 154)
  42. TextLabel.TextWrapped = true
  43.  
  44. iy.Name = "iy"
  45. iy.Parent = main
  46. iy.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  47. iy.Position = UDim2.new(0.658385098, 0, 0.14828898, 0)
  48. iy.Size = UDim2.new(0, 154, 0, 36)
  49. iy.Font = Enum.Font.SourceSans
  50. iy.Text = "Infinite Yield Admin"
  51. iy.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. iy.TextScaled = true
  53. iy.TextSize = 14.000
  54. iy.TextWrapped = true
  55. iy.MouseButton1Down:connect(function()
  56.     loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  57. end)
  58.  
  59. dex.Name = "dex"
  60. dex.Parent = main
  61. dex.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  62. dex.Position = UDim2.new(0.362318844, 0, 0.14828898, 0)
  63. dex.Size = UDim2.new(0, 132, 0, 36)
  64. dex.Font = Enum.Font.SourceSans
  65. dex.Text = "Dark Dex"
  66. dex.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. dex.TextScaled = true
  68. dex.TextSize = 14.000
  69. dex.TextWrapped = true
  70. dex.MouseButton1Down:connect(function()
  71.     loadstring(game:GetObjects("rbxassetid://3025032531")[1].Source)()
  72. end)
  73.  
  74. esp.Name = "esp"
  75. esp.Parent = main
  76. esp.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  77. esp.Position = UDim2.new(0.0144927427, 0, 0.14828898, 0)
  78. esp.Size = UDim2.new(0, 154, 0, 36)
  79. esp.Font = Enum.Font.SourceSans
  80. esp.Text = "ESP"
  81. esp.TextColor3 = Color3.fromRGB(255, 255, 255)
  82. esp.TextScaled = true
  83. esp.TextSize = 14.000
  84. esp.TextWrapped = true
  85. esp.MouseButton1Down:connect(function()
  86.     local custom_theme = {} --soon
  87.  
  88.     local function CreateInstance(cls,props)
  89.         local inst = Instance.new(cls)
  90.         for i,v in pairs(props) do
  91.             inst[i] = v
  92.         end
  93.         return inst
  94.     end
  95.  
  96.     local age1 = CreateInstance('ScreenGui',{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name='age1', Parent=game.CoreGui})
  97.     local p_visuals = CreateInstance('Frame',{Style=Enum.FrameStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=2,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 50, 0, 60),Rotation=0,Selectable=false,Size=UDim2.new(0, 200, 0, 254),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name = 'p_visuals',Parent = age1})
  98.     local UIListLayout = CreateInstance('UIListLayout', {Padding = UDim.new(0, 1), FillDirection = Enum.FillDirection.Vertical, HorizontalAlignment = Enum.HorizontalAlignment.Left, SortOrder = Enum.SortOrder.LayoutOrder, VerticalAlignment = Enum.VerticalAlignment.Top, Name = 'UIListLayout', Parent = p_visuals })
  99.     local title1 = CreateInstance('TextLabel',{Font=Enum.Font.GothamBlack,FontSize=Enum.FontSize.Size18,Text='Player visuals',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, 0, 0, 24),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='title1',Parent = p_visuals})
  100.     local b_b = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Bounding box',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_b',Parent = p_visuals})
  101.     local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_b})
  102.     local b_f = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Fill alpha',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_f',Parent = p_visuals})
  103.     local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_f})
  104.     local b_rt = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Render team',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_rt',Parent = p_visuals})
  105.     local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_rt})
  106.     local b_tc = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Use TeamColor',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_tc',Parent = p_visuals})
  107.     local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_tc})
  108.     local b_sn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Show name',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_sn',Parent = p_visuals})
  109.     local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_sn})
  110.     local b_sd = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Show distance',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_sd',Parent = p_visuals})
  111.     local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_sd})
  112.     local b_sh = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Show health',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_sh',Parent = p_visuals})
  113.     local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_sh})
  114.     local b_ht = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Health type',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_ht',Parent = p_visuals})
  115.     local v = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Text',TextColor3=Color3.new(0, 1, 1),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_ht})
  116.     local b_f_t = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Fill transparency',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_f_t',Parent = p_visuals})
  117.     local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='1',TextColor3=Color3.new(0, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_f_t})
  118.     local title1_2 = CreateInstance('TextLabel',{Font=Enum.Font.SourceSansBold,FontSize=Enum.FontSize.Size18,Text='ESP',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, 0, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='title1_2',Parent = p_visuals})
  119.     local b_ct = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Team color',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_ct',Parent = p_visuals})
  120.     local ct_b = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='',TextColor3=Color3.new(0, 0, 1), PlaceholderText='', PlaceholderColor3=Color3.new(0, 0, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, -2, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0, 14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ct_b',Parent = b_ct})
  121.     local ct_g = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='',TextColor3=Color3.new(0, 1, 0), PlaceholderText='', PlaceholderColor3=Color3.new(0, 1, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, -29, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0, 14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ct_g',Parent = b_ct})
  122.     local ct_r = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='',TextColor3=Color3.new(1, 0, 0), PlaceholderText='', PlaceholderColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, -56, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0, 14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ct_r',Parent = b_ct})
  123.     local b_ce = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Enemy color',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_ce',Parent = p_visuals})
  124.     local ce_b = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='',TextColor3=Color3.new(0, 0, 1), PlaceholderText='', PlaceholderColor3=Color3.new(0, 0, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, -2, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0, 14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ce_b',Parent = b_ce})
  125.     local ce_g = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='',TextColor3=Color3.new(0, 1, 0), PlaceholderText='', PlaceholderColor3=Color3.new(0, 1, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, -29, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0, 14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ce_g',Parent = b_ce})
  126.     local ce_r = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='',TextColor3=Color3.new(1, 0, 0), PlaceholderText='', PlaceholderColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, -56, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0, 14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ce_r',Parent = b_ce})
  127.     local watermark = CreateInstance('TextLabel',{Font=Enum.Font.Code,FontSize=Enum.FontSize.Size14,Text='lamehaxx v0.01',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Top,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 2, 0, -34),Rotation=0,Selectable=false,Size=UDim2.new(0, 200, 0, 20),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=20,Name='watermark',Parent = age1})
  128.     local watermark1 = CreateInstance('TextLabel',{Font=Enum.Font.Code,FontSize=Enum.FontSize.Size14,Text='lamehaxx v0.01',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=0,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Top,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, -2, 0, -2),Rotation=0,Selectable=false,Size=UDim2.new(0, 200, 0, 20),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=20,Name='watermark1',Parent = watermark})
  129.     p_visuals.Draggable = true
  130.  
  131.     title1.LayoutOrder = 0 title1_2.LayoutOrder = 1
  132.     b_b.LayoutOrder = 1 b_f.LayoutOrder = 2 b_f_t.LayoutOrder = 3 b_sd.LayoutOrder = 4 b_sn.LayoutOrder = 5 b_sh.LayoutOrder = 6 b_ht.LayoutOrder = 7 b_rt.LayoutOrder = 8 b_tc.LayoutOrder = 9 b_ct.LayoutOrder = 10 b_ce.LayoutOrder = 11
  133.  
  134.     local localplayer = game:GetService"Players".LocalPlayer
  135.     local uis = game:GetService"UserInputService"
  136.  
  137.     local cheats = {
  138.         b_b = false;
  139.         b_f = false;
  140.         b_f_t = 1;
  141.         b_sd = false;
  142.         b_sn = false;
  143.         b_sh = false;
  144.         b_ht = "Text";
  145.         b_rt = false;
  146.         b_tc = false;
  147.     }
  148.  
  149.     local cheatsf = Instance.new("Folder", game.CoreGui) cheatsf.Name = "cheats"
  150.     local espf = Instance.new("Folder", cheatsf) espf.Name = "esp"
  151.  
  152.     function addEsp(player)
  153.         local bbg = Instance.new("BillboardGui", espf)
  154.         bbg.Name = player.Name
  155.         bbg.AlwaysOnTop = true
  156.         bbg.Size = UDim2.new(4,0,5.4,0)
  157.         bbg.ClipsDescendants = false
  158.  
  159.         local outlines = Instance.new("Frame", bbg)
  160.         outlines.Size = UDim2.new(1,0,1,0)
  161.         outlines.BorderSizePixel = 0
  162.         outlines.BackgroundTransparency = 1
  163.         local left = Instance.new("Frame", outlines)
  164.         left.BorderSizePixel = 0
  165.         left.Size = UDim2.new(0,1,1,0)
  166.         local right = left:Clone()
  167.         right.Parent = outlines
  168.         right.Size = UDim2.new(0,-1,1,0)
  169.         right.Position = UDim2.new(1,0,0,0)
  170.         local up = left:Clone()
  171.         up.Parent = outlines
  172.         up.Size = UDim2.new(1,0,0,1)
  173.         local down = left:Clone()
  174.         down.Parent = outlines
  175.         down.Size = UDim2.new(1,0,0,-1)
  176.         down.Position = UDim2.new(0,0,1,0)
  177.  
  178.         local info = Instance.new("BillboardGui", bbg)
  179.         info.Name = "info"
  180.         info.Size = UDim2.new(3,0,0,54)
  181.         info.StudsOffset = Vector3.new(3.6,-3,0)
  182.         info.AlwaysOnTop = true
  183.         info.ClipsDescendants = false
  184.         local namelabel = Instance.new("TextLabel", info)
  185.         namelabel.Name = "namelabel"
  186.         namelabel.BackgroundTransparency = 1
  187.         namelabel.TextStrokeTransparency = 0
  188.         namelabel.TextXAlignment = Enum.TextXAlignment.Left
  189.         namelabel.Size = UDim2.new(0,100,0,18)
  190.         namelabel.Position = UDim2.new(0,0,0,0)
  191.         namelabel.Text = player.Name
  192.         local distancel = Instance.new("TextLabel", info)
  193.         distancel.Name = "distancelabel"
  194.         distancel.BackgroundTransparency = 1
  195.         distancel.TextStrokeTransparency = 0
  196.         distancel.TextXAlignment = Enum.TextXAlignment.Left
  197.         distancel.Size = UDim2.new(0,100,0,18)
  198.         distancel.Position = UDim2.new(0,0,0,18)
  199.         local healthl = Instance.new("TextLabel", info)
  200.         healthl.Name = "healthlabel"
  201.         healthl.BackgroundTransparency = 1
  202.         healthl.TextStrokeTransparency = 0
  203.         healthl.TextXAlignment = Enum.TextXAlignment.Left
  204.         healthl.Size = UDim2.new(0,100,0,18)
  205.         healthl.Position = UDim2.new(0,0,0,36)
  206.  
  207.         local uill = Instance.new("UIListLayout", info)
  208.  
  209.         local forhealth = Instance.new("BillboardGui", bbg)
  210.         forhealth.Name = "forhealth"
  211.         forhealth.Size = UDim2.new(5,0,6,0)
  212.         forhealth.AlwaysOnTop = true
  213.         forhealth.ClipsDescendants = false
  214.  
  215.         local healthbar = Instance.new("Frame", forhealth)
  216.         healthbar.Name = "healthbar"
  217.         healthbar.BackgroundColor3 = Color3.fromRGB(40,40,40)
  218.         healthbar.BorderColor3 = Color3.fromRGB(0,0,0)
  219.         healthbar.Size = UDim2.new(0.04,0,0.9,0)
  220.         healthbar.Position = UDim2.new(0,0,0.05,0)
  221.         local bar = Instance.new("Frame", healthbar)
  222.         bar.Name = "bar"
  223.         bar.BorderSizePixel = 0
  224.         bar.BackgroundColor3 = Color3.fromRGB(94,255,69)
  225.         bar.AnchorPoint = Vector2.new(0,1)
  226.         bar.Position = UDim2.new(0,0,1,0)
  227.         bar.Size = UDim2.new(1,0,1,0)
  228.  
  229.         local co = coroutine.create(function()
  230.             while wait(0.1) do
  231.                 if (player.Character and player.Character:FindFirstChild"HumanoidRootPart") then
  232.                     bbg.Adornee = player.Character.HumanoidRootPart
  233.                     info.Adornee = player.Character.HumanoidRootPart
  234.                     forhealth.Adornee = player.Character.HumanoidRootPart
  235.  
  236.                     if (player.Team ~= localplayer.Team) then
  237.                         bbg.Enabled = true
  238.                         info.Enabled = true
  239.                         forhealth.Enabled = true
  240.                     end
  241.                     if player.Character:FindFirstChild("ForceField") then
  242.                         outlines.BackgroundTransparency = 0.4
  243.                         left.BackgroundTransparency = 0.4
  244.                         right.BackgroundTransparency = 0.4
  245.                         up.BackgroundTransparency = 0.4
  246.                         down.BackgroundTransparency = 0.4
  247.                         healthl.TextTransparency = 0.4
  248.                         healthl.TextStrokeTransparency = 0.8
  249.                         distancel.TextTransparency = 0.4
  250.                         distancel.TextStrokeTransparency = 0.8
  251.                         namelabel.TextTransparency = 0.4
  252.                         namelabel.TextStrokeTransparency = 0.8
  253.                         bar.BackgroundTransparency = 0.4
  254.                         healthbar.BackgroundTransparency = 0.8
  255.                     else
  256.                         outlines.BackgroundTransparency = 0
  257.                         left.BackgroundTransparency = 0
  258.                         right.BackgroundTransparency = 0
  259.                         up.BackgroundTransparency = 0
  260.                         down.BackgroundTransparency = 0
  261.                         healthl.TextTransparency = 0
  262.                         healthl.TextStrokeTransparency = 0
  263.                         distancel.TextTransparency = 0
  264.                         distancel.TextStrokeTransparency = 0
  265.                         namelabel.TextTransparency = 0
  266.                         namelabel.TextStrokeTransparency = 0
  267.                         bar.BackgroundTransparency = 0
  268.                         healthbar.BackgroundTransparency = 0
  269.                     end
  270.                     if cheats.b_b == true then
  271.                         outlines.Visible = true
  272.                     else
  273.                         outlines.Visible = false
  274.                     end
  275.                     if cheats.b_f == true then
  276.                         if player.Character:FindFirstChild("ForceField") then
  277.                             outlines.BackgroundTransparency = 0.9
  278.                         else
  279.                             outlines.BackgroundTransparency = cheats.b_f_t
  280.                         end
  281.                     else
  282.                         outlines.BackgroundTransparency = 1
  283.                     end
  284.                     if cheats.b_sh == true then
  285.                         if (player.Character:FindFirstChild"Humanoid") then
  286.                             healthl.Text = "Health: "..math.floor(player.Character:FindFirstChild"Humanoid".Health)
  287.                             healthbar.bar.Size = UDim2.new(1,0,player.Character:FindFirstChild"Humanoid".Health/player.Character:FindFirstChild"Humanoid".MaxHealth,0)
  288.                         end
  289.                         if cheats.b_ht == "Text" then
  290.                             healthbar.Visible = false
  291.                             healthl.Visible = true
  292.                         end
  293.                         if cheats.b_ht == "Bar" then
  294.                             healthl.Visible = false
  295.                             healthbar.Visible = true
  296.                         end
  297.                         if cheats.b_ht == "Both" then
  298.                             healthl.Visible = true
  299.                             healthbar.Visible = true
  300.                         end
  301.                     else
  302.                         healthl.Visible = false
  303.                         healthbar.Visible = false
  304.                     end
  305.                     if cheats.b_sn then
  306.                         namelabel.Visible = true
  307.                     else
  308.                         namelabel.Visible = false
  309.                     end
  310.                     if cheats.b_sd == true then
  311.                         distancel.Visible = true
  312.                         if (localplayer.Character and localplayer.Character:FindFirstChild"HumanoidRootPart") then
  313.                             distancel.Text = "Distance: "..math.floor(0.5+(localplayer.Character:FindFirstChild"HumanoidRootPart".Position - player.Character:FindFirstChild"HumanoidRootPart".Position).magnitude)
  314.                         end
  315.                     else
  316.                         distancel.Visible = false
  317.                     end
  318.                     if cheats.b_rt == true then
  319.                         if (player.Team == localplayer.Team) then
  320.                             bbg.Enabled = true
  321.                             info.Enabled = true
  322.                             forhealth.Enabled = true
  323.                         end
  324.                     else
  325.                         if (player.Team == localplayer.Team) then
  326.                             bbg.Enabled = false
  327.                             info.Enabled = false
  328.                             forhealth.Enabled = false
  329.                         end
  330.                     end
  331.                     if cheats.b_tc == true then
  332.                         outlines.BackgroundColor3 = player.TeamColor.Color
  333.                         left.BackgroundColor3 = player.TeamColor.Color
  334.                         right.BackgroundColor3 = player.TeamColor.Color
  335.                         up.BackgroundColor3 = player.TeamColor.Color
  336.                         down.BackgroundColor3 = player.TeamColor.Color
  337.                         healthl.TextColor3 = player.TeamColor.Color
  338.                         distancel.TextColor3 = player.TeamColor.Color
  339.                         namelabel.TextColor3 = player.TeamColor.Color
  340.                     else
  341.                         if (player.Team == localplayer.Team) then
  342.                             outlines.BackgroundColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)
  343.                             left.BackgroundColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)
  344.                             right.BackgroundColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)
  345.                             up.BackgroundColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)
  346.                             down.BackgroundColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)
  347.                             healthl.TextColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)
  348.                             distancel.TextColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)
  349.                             namelabel.TextColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)
  350.                         else
  351.                             outlines.BackgroundColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)
  352.                             left.BackgroundColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)
  353.                             right.BackgroundColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)
  354.                             up.BackgroundColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)
  355.                             down.BackgroundColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)
  356.                             healthl.TextColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)
  357.                             distancel.TextColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)
  358.                             namelabel.TextColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)
  359.                         end
  360.                     end
  361.                 end
  362.                 if not (game:GetService"Players":FindFirstChild(player.Name)) then
  363.                     print(player.Name.." has left. Clearing esp.")
  364.                     espf:FindFirstChild(player.Name):Destroy()
  365.                     coroutine.yield()
  366.                 end
  367.             end
  368.         end)
  369.         coroutine.resume(co)
  370.     end
  371.  
  372.     --main
  373.     do
  374.         wait(2)
  375.         --menu buttons
  376.         for _,button in pairs(age1:GetDescendants()) do
  377.             if button:IsA"TextButton" then
  378.                 button.MouseButton1Click:connect(function()
  379.                     if button.Name == "b_f_t" then
  380.                         if cheats.b_f_t >= 0 then
  381.                             cheats.b_f_t = cheats.b_f_t+0.1
  382.                             if cheats.b_f_t > 1 then
  383.                                 cheats.b_f_t = 0
  384.                             end
  385.                         end
  386.                         button.v.Text = cheats.b_f_t
  387.                     elseif button.Name == "b_ht" then
  388.                         if cheats.b_ht == "Text" then
  389.                             cheats.b_ht = "Bar"
  390.                         elseif cheats.b_ht == "Bar" then
  391.                             cheats.b_ht = "Both"
  392.                         else
  393.                             cheats.b_ht = "Text"
  394.                         end
  395.                         button.v.Text = cheats.b_ht
  396.                     else
  397.                         if cheats[button.Name] == true then
  398.                             cheats[button.Name] = false
  399.                             button.v.Text = "OFF"
  400.                             button.v.TextColor3 = Color3.fromRGB(255,0,0)
  401.                         else
  402.                             cheats[button.Name] = true
  403.                             button.v.Text = "ON"
  404.                             button.v.TextColor3 = Color3.fromRGB(0,255,0)
  405.                         end
  406.                     end
  407.                 end)
  408.             end
  409.         end
  410.  
  411.         --initial player addition
  412.         for _,v in pairs(game:GetService("Players"):GetChildren()) do
  413.             if not (v.Name == localplayer.Name) then
  414.                 if not (espf:FindFirstChild(v.Name)) then
  415.                     addEsp(v)
  416.                 end
  417.             end
  418.         end
  419.  
  420.         --open/close gui
  421.         game:GetService("UserInputService").InputBegan:connect(function(input, gameProcessed)
  422.             if input.KeyCode == Enum.KeyCode.KeypadOne then
  423.                 if not gameProcessed then
  424.                     age1.Enabled = not age1.Enabled
  425.                 end
  426.             end
  427.         end)
  428.  
  429.         --auto-update
  430.         while wait(10) do
  431.             for _,v in pairs(game:GetService("Players"):GetChildren()) do
  432.                 if not (v.Name == localplayer.Name) then
  433.                     if not (espf:FindFirstChild(v.Name)) then
  434.                         addEsp(v)
  435.                     end
  436.                 end
  437.             end
  438.         end
  439.     end
  440. end)
  441.  
  442. gui.Name = "gui"
  443. gui.Parent = main
  444. gui.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  445. gui.Position = UDim2.new(0.658385098, 0, 0.323193908, 0)
  446. gui.Size = UDim2.new(0, 154, 0, 36)
  447. gui.Font = Enum.Font.SourceSans
  448. gui.Text = "Open Gui"
  449. gui.TextColor3 = Color3.fromRGB(255, 255, 255)
  450. gui.TextScaled = true
  451. gui.TextSize = 14.000
  452. gui.TextWrapped = true
  453. gui.MouseButton1Down:connect(function()
  454.     {"Hotkeys":{"Flight_Movement":"","Rubberbanding_Player":"","Aimbot_Combat":"","Freecam_Render":"","Anti TP_Player":"","OpenGui_Render":"Enum.KeyCode.RightControl","Tracers_Render":"","No Collision_Player":"","ESP_Render":"","Chams_Render":""},"Options":{"Tracers_Render":{"Value":""},"Legit_Aimbot":{"Value":0},"Show Team_Tracers":{"Value":0},"Show Team_ESP":{"Value":0},"Show Descendants_ESP":{"Value":0},"ESP_Render":{"Value":1},"Show Direction_ESP":{"Value":0},"Background Color_OpenGui":{"Value":[0.15686275064945220947265625,0.15686275064945220947265625,0.15686275064945220947265625]},"Anti TP_Player":{"Value":""},"Opacity_OpenGui":{"Value":0.75},"Snap Radius_Aimbot Mode":{"Value":250},"ESP Color_ESP":{"Value":[1,1,1]},"Chams_Render":{"Value":""},"Team Color_Tracers":{"Value":0},"Easing_Aimbot":{"Value":2},"Show Self_Tracers":{"Value":0},"ESP Mode_ESP":{"Value":1},"Target On-Screen_Aimbot":{"Value":0},"Movement_TOP":{"Position":[0,613,0,382]},"Aimbot_Combat":{"Value":1},"Max Distance_ESP":{"Value":500},"Render_TOP":{"Position":[0,355,0,10]},"Update Speed_Anti TP":{"Value":100},"Aim Target_Aimbot":{"Value":1},"Show Self_ESP":{"Value":0},"Chams Color_Chams":{"Value":[1,1,1]},"Aimbot Mode_Aimbot":{"Value":1},"Team Color_Chams":{"Value":0},"Max Distance_Chams":{"Value":500},"Max Distance_Aimbot":{"Value":500},"Chams Mode_Chams":{"Value":1},"Freecam_Render":{"Value":""},"Tracers Color_Tracers":{"Value":[1,1,1]},"Opacity_Tracers":{"Value":1},"Player_TOP":{"Position":[0,876,0,111]},"Target Visible_Aimbot":{"Value":0},"Rubberbanding_Player":{"Value":0},"Width_Tracers":{"Value":2},"Opacity_Chams":{"Value":0.5},"Show Self_Chams":{"Value":0},"Show Team_Chams":{"Value":0},"Smoothness_Flight":{"Value":0.200000000000000011102230246252},"Show Descendants_Chams":{"Value":0},"OpenGui_Render":{"Value":"Enum.KeyCode.RightControl"},"Combat_TOP":{"Position":[0,334,0,89]},"Target Team_Aimbot":{"Value":0},"Max Distance_Tracers":{"Value":500},"Flight_Movement":{"Value":1},"Team Color_ESP":{"Value":0},"No Collision_Player":{"Value":""},"Update Speed_Rubberbanding":{"Value":100},"Width_OpenGui":{"Value":250},"Opacity_ESP":{"Value":0.5},"Speed_Freecam":{"Value":5},"Speed_Flight":{"Value":5},"Threshold_Rubberbanding":{"Value":150},"Threshold_Anti TP":{"Value":150},"Smoothness_Freecam":{"Value":0.200000000000000011102230246252}}}
  455. end)
  456.  
  457. cmd.Name = "cmd"
  458. cmd.Parent = main
  459. cmd.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  460. cmd.Position = UDim2.new(0.362318844, 0, 0.323193908, 0)
  461. cmd.Size = UDim2.new(0, 132, 0, 36)
  462. cmd.Font = Enum.Font.SourceSans
  463. cmd.Text = "CMD-X"
  464. cmd.TextColor3 = Color3.fromRGB(255, 255, 255)
  465. cmd.TextScaled = true
  466. cmd.TextSize = 14.000
  467. cmd.TextWrapped = true
  468. cmd.MouseButton1Down:connect(function()
  469.     loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  470. end)
  471.  
  472. spy.Name = "spy"
  473. spy.Parent = main
  474. spy.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  475. spy.Position = UDim2.new(0.0144927539, 0, 0.323193908, 0)
  476. spy.Size = UDim2.new(0, 154, 0, 36)
  477. spy.Font = Enum.Font.SourceSans
  478. spy.Text = "Remote Spy"
  479. spy.TextColor3 = Color3.fromRGB(255, 255, 255)
  480. spy.TextScaled = true
  481. spy.TextSize = 14.000
  482. spy.TextWrapped = true
  483. spy.MouseButton1Down:connect(function()
  484.     loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  485. end)
  486.  
  487. game.Name = "game"
  488. game.Parent = main
  489. game.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  490. game.Position = UDim2.new(0.0144927539, 0, 0.49809885, 0)
  491. game.Size = UDim2.new(0, 458, 0, 36)
  492. game.Font = Enum.Font.SourceSans
  493. game.Text = "Game Sense"
  494. game.TextColor3 = Color3.fromRGB(255, 255, 255)
  495. game.TextScaled = true
  496. game.TextSize = 14.000
  497. game.TextWrapped = true
  498. game.MouseButton1Down:connect(function()
  499.     local UIS = game:GetService("UserInputService")
  500.     local RS = game:GetService("RunService")
  501.     local Players = game:GetService("Players")
  502.     local StarterGui = game:GetService("StarterGui")
  503.     local Player = Players.LocalPlayer
  504.     local Studio = RS:IsStudio()
  505.     local PlayerGui = RS:IsStudio() and Player:WaitForChild("PlayerGui") or game.CoreGui
  506.     local Mouse = Player:GetMouse()
  507.     local Camera = workspace.CurrentCamera
  508.     targetpart = "Head" -- Don"t change this.
  509.     -- It can be changed with the targetpart_change hotkey ingame.
  510.     local target
  511.     local target_old
  512.     local alert = false
  513.     local lockedon = false
  514.     local settingkey = false
  515.     local upvals = nil
  516.     local val = 1
  517.     local windows = {}
  518.     local function hb()
  519.         RS.Heartbeat:wait()
  520.     end
  521.  
  522.     local version = 1.25
  523.     local Spawn = nil or game.PlaceId == 292439477 and workspace:WaitForChild("Lobby", 2):WaitForChild("Spawn1", 2)
  524.     local spawned = false
  525.  
  526.     script.Name = "GameSense!"
  527.     Mouse.TargetFilter = Camera
  528.  
  529.     -- hotkey
  530.     toggle_aim = Enum.KeyCode.LeftShift
  531.     toggle_aimbot = Enum.KeyCode.LeftAlt
  532.     toggle_trigger = Enum.KeyCode.RightAlt
  533.     toggle_esp = Enum.KeyCode.End
  534.     toggle_gui = Enum.KeyCode.F6
  535.     toggle_fov = Enum.KeyCode.F7
  536.     toggle_bottompos = Enum.KeyCode.PageDown
  537.     toggle_performance = Enum.KeyCode.F10
  538.     toggle_bones = Enum.KeyCode.Delete
  539.     toggle_chams = Enum.KeyCode.F3
  540.     toggle_tracers = Enum.KeyCode.F2
  541.     toggle_boxes = Enum.KeyCode.F4
  542.     toggle_font = Enum.KeyCode.F1
  543.     ffatoggle = Enum.KeyCode.Home
  544.     targetpart_change = Enum.KeyCode.BackSlash
  545.     priority_toggle = Enum.KeyCode.Insert
  546.     sethotkey = Enum.KeyCode.RightControl
  547.     -- aim fov
  548.     fov_increase = Enum.KeyCode.KeypadPlus
  549.     fov_decrease = Enum.KeyCode.KeypadMinus
  550.     -- aim sens (how smooth your crosshair will move)
  551.     sens_increase = Enum.KeyCode.RightBracket
  552.     sens_decrease = Enum.KeyCode.LeftBracket
  553.     tsens_increase = Enum.KeyCode.RightBracket
  554.     tsens_decrease = Enum.KeyCode.LeftBracket
  555.  
  556.     -- parts
  557.     parts = {
  558.         "Head";
  559.         "Torso"
  560.     }
  561.  
  562.     fonts = {
  563.         Enum.Font.SourceSansBold,
  564.         Enum.Font.Cartoon,
  565.         Enum.Font.Arcade,
  566.         Enum.Font.SciFi,
  567.         Enum.Font.Fantasy,
  568.         Enum.Font.Code,
  569.         Enum.Font.Highway,
  570.         Enum.Font.Bodoni
  571.     }
  572.  
  573.     textSet = false
  574.  
  575.     function writefileExploit()
  576.         if writefile then
  577.             return true
  578.         end
  579.     end
  580.  
  581.     DefaultSettings = {
  582.         currentfont = 1;
  583.         ffa = false;
  584.         hidden = false;
  585.         fovhidden = false;
  586.         performancemode = false;
  587.         fov = 20;
  588.         oldfov = 20;
  589.         tsens = 0.5;
  590.         sens = 0.25;
  591.         drop = 0;
  592.         bottompos = true;
  593.         aim_priority = 2;
  594.         esp_toggled = true;
  595.         esp_bones = true;
  596.         esp_chams = true;
  597.         esp_tracers = false;
  598.         bounding_box = true
  599.     }
  600.  
  601.     Defaults = game:GetService("HttpService"):JSONEncode(DefaultSettings)
  602.  
  603.     local NoSaves = false
  604.  
  605.     function Saves()
  606.         if writefileExploit() then
  607.             if pcall(function() readfile("GameSense.json") end) then
  608.                 if readfile("GameSense.json") ~= nil then
  609.                     local json = game:GetService("HttpService"):JSONDecode(readfile("GameSense.json"))
  610.                     if json.currentfont ~= nil then currentfont = json.currentfont else currentfont = 1 end
  611.                     if json.ffa ~= nil then ffa = json.ffa else ffa = false end
  612.                     if json.hidden ~= nil then hidden = json.hidden else hidden = false end
  613.                     if json.fovhidden ~= nil then fovhidden = json.fovhidden else fovhidden = false end
  614.                     if json.performancemode ~= nil then performancemode = json.performancemode else performancemode = false end
  615.                     if json.fov ~= nil then fov = json.fov oldfov = fov else fov = 20 oldfov = fov end
  616.                     if json.tsens ~= nil then tsens = json.tsens else tsens = 0.5 end
  617.                     if json.sens ~= nil then sens = json.sens else sens = 0.25 end
  618.                     if json.drop ~= nil then drop = json.drop else drop = 0 end
  619.                     if json.bottompos ~= nil then bottompos = json.bottompos else bottompos = true end
  620.                     if json.aim_priority ~= nil then aim_priority = json.aim_priority else aim_priority = 2 end
  621.                     if json.esp_toggled ~= nil then esp_toggled = json.esp_toggled else esp_toggled = true end
  622.                     if json.esp_bones ~= nil then esp_bones = json.esp_bones else esp_bones = true end
  623.                     if json.esp_chams ~= nil then esp_chams = json.esp_chams else esp_chams = true end
  624.                     if json.esp_tracers ~= nil then esp_tracers = json.esp_tracers else esp_tracers = false end
  625.                     if json.bounding_box ~= nil then bounding_box = json.bounding_box else bounding_box = true end
  626.                 else
  627.                     writefile("GameSense.json", Defaults)
  628.                     wait()
  629.                     Saves()
  630.                 end
  631.             else
  632.                 writefile("GameSense.json", Defaults)
  633.                 wait()
  634.                 if pcall(function() readfile("GameSense.json") end) then
  635.                     Saves()
  636.                 else
  637.                     NoSaves = true
  638.                     currentfont = 1;
  639.                     ffa = false;
  640.                     hidden = false;
  641.                     fovhidden = false;
  642.                     oldfov = 20;
  643.                     performancemode = false;
  644.                     fov = 20;
  645.                     tsens = 0.5;
  646.                     sens = 0.25;
  647.                     drop = 0;
  648.                     bottompos = true;
  649.                     aim_priority = 2;
  650.                     esp_toggled = true;
  651.                     esp_bones = true;
  652.                     esp_chams = true;
  653.                     esp_tracers = false;
  654.                     bounding_box = true
  655.                 end
  656.             end
  657.         else
  658.             currentfont = 1;
  659.             ffa = false;
  660.             hidden = false;
  661.             fovhidden = false;
  662.             oldfov = 20;
  663.             performancemode = false;
  664.             fov = 20;
  665.             tsens = 0.5;
  666.             sens = 0.25;
  667.             drop = 0;
  668.             bottompos = true;
  669.             aim_priority = 2;
  670.             esp_toggled = true;
  671.             esp_bones = true;
  672.             esp_chams = true;
  673.             esp_tracers = false;
  674.             bounding_box = true
  675.         end
  676.     end
  677.  
  678.     Saves()
  679.  
  680.     function UpdateSaves()
  681.         if NoSaves == false and writefileExploit() then
  682.             local Update = {
  683.                 currentfont = currentfont;
  684.                 ffa = ffa;
  685.                 hidden = hidden;
  686.                 fovhidden = fovhidden;
  687.                 oldfov = oldfov;
  688.                 performancemode = performancemode;
  689.                 fov = fovhidden and oldfov or fov;
  690.                 tsens = tsens;
  691.                 sens = sens;
  692.                 drop = drop;
  693.                 bottompos = bottompos;
  694.                 aim_priority = aim_priority;
  695.                 esp_toggled = esp_toggled;
  696.                 esp_bones = esp_bones;
  697.                 esp_chams = esp_chams;
  698.                 esp_tracers = esp_tracers;
  699.                 bounding_box = bounding_box
  700.             }
  701.             writefile("GameSense.json", game:GetService("HttpService"):JSONEncode(Update))
  702.         end
  703.     end
  704.  
  705.     -- aim
  706.     aim_toggled = false
  707.     bottompos = true
  708.     -- [2] FOV or [1] Distance
  709.     aimingcolor = Color3.fromRGB(0, 165, 255)
  710.     aimbot_toggled = true
  711.     aim_line = true
  712.     locksoundid = 538769304
  713.  
  714.     -- trigger
  715.     trigger_toggled = false
  716.     trigger_delay = 1 / 20
  717.  
  718.     -- esp
  719.     esp_toggled = true
  720.     esp_bones = true
  721.     esp_chams = true
  722.     esp_tracers = false
  723.     -- item_esp (coming soon)
  724.     linesize = 1
  725.     showdists = true
  726.     textsize = 14
  727.     textoffset = 20
  728.     visiblecolor = Color3.fromRGB(38, 255, 99)
  729.     hiddencolor = Color3.fromRGB(255, 37, 40)
  730.     headboxsize = 4
  731.     headboxaimsize = 6
  732.     headboxshape = "diamond"
  733.     -- rectangle or diamond
  734.  
  735.     -- box esp
  736.     bounding_box = true
  737.     -- box_pointsize = 0 [UNUSED]
  738.     box_line_size = 1
  739.     -- box_line_size_visible = 2 [UNUSED]
  740.  
  741.     local GUI = Instance.new("ScreenGui", PlayerGui)
  742.     GUI.Name = "GameSense "..version
  743.     GUI.ResetOnSpawn = false
  744.  
  745.     ESP = Instance.new("Folder", GUI)
  746.     ESP.Name = "ESP"
  747.     local Bottom = Instance.new("Frame", ESP)
  748.     Bottom.Name = "Bottom"
  749.     Bottom.BackgroundTransparency = 1
  750.     Bottom.Size = UDim2.new(0, 1, 0, 1)
  751.     Bottom.Position = UDim2.new(.5, 0, 1, 1)
  752.  
  753.     local Status = Instance.new("TextLabel", GUI)
  754.     Status.Name = "Status"
  755.     Status.BackgroundTransparency = 1
  756.     Status.Size = UDim2.new(0, 500, 0, 50)
  757.     Status.Position = UDim2.new(.5, -250, .85, 0)
  758.     Status.TextSize = 24
  759.     Status.Font = Enum.Font.SourceSansBold
  760.     Status.TextColor3 = Color3.new(1, 1, 1)
  761.     Status.TextStrokeColor3 = Color3.new(0, 0, 0)
  762.     Status.TextStrokeTransparency = .6
  763.     Status.Text = "On Standby"
  764.     Status.ZIndex = 50
  765.  
  766.     local FovGui = Instance.new("ImageLabel", GUI)
  767.     FovGui.Name = "FovGui"
  768.     FovGui.Image = "rbxassetid://324848180"
  769.     FovGui.Size = UDim2.new(0, (Camera.ViewportSize.X / (90 / fov)) * 2, 0, (Camera.ViewportSize.X / (90 / fov)) * 2)
  770.     FovGui.Position = UDim2.new(0.5, -FovGui.AbsoluteSize.X / 2, 0.5, -FovGui.AbsoluteSize.Y / 2)
  771.     FovGui.BackgroundTransparency = 1
  772.     FovGui.ImageTransparency = .9
  773.     FovGui.ImageColor3 = Color3.new(1, 0, 0)
  774.  
  775.     local Indicator = Instance.new("TextLabel", GUI)
  776.     Indicator.Name = "Indicator"
  777.     Indicator.Font = Enum.Font.SourceSans
  778.     Indicator.TextSize = 14
  779.     Indicator.TextXAlignment = Enum.TextXAlignment.Center
  780.     Indicator.TextYAlignment = Enum.TextYAlignment.Center
  781.     Indicator.TextStrokeTransparency = .75
  782.     Indicator.Text = aim_priority > 1 and "FOV: "..fov or "Distance"
  783.  
  784.     local SensAdjust = Instance.new("TextBox", GUI)
  785.     SensAdjust.Name = "SensAdjust"
  786.     SensAdjust.Font = Enum.Font.SourceSans
  787.     SensAdjust.BackgroundTransparency = .75
  788.     SensAdjust.BackgroundColor3 = Color3.new(0, 0, 0)
  789.     SensAdjust.BorderColor3 = Color3.new(1, 1, 1)
  790.     SensAdjust.Size = UDim2.new(0, 50, 0, 20)
  791.     SensAdjust.TextStrokeTransparency = .6
  792.     SensAdjust.TextColor3 = Color3.new(1, 1, 1)
  793.     SensAdjust.TextSize = 14
  794.     SensAdjust.PlaceholderText = "Sens"
  795.     SensAdjust.Text = tonumber(sens)
  796.     SensAdjust.Position = UDim2.new(.5, -250, .85, -20) + UDim2.new(0, 250, 0, 65)
  797.  
  798.     local SensLabel = Instance.new("TextLabel", SensAdjust)
  799.     SensLabel.Name = "SensLabel"
  800.     SensLabel.Font = Enum.Font.SourceSans
  801.     SensLabel.Size = UDim2.new(1, 0, 1, 0)
  802.     SensLabel.BackgroundTransparency = 1
  803.     SensLabel.TextSize = 14
  804.     SensLabel.TextColor3 = Color3.new(1, 1, 1)
  805.     SensLabel.TextStrokeColor3 = Color3.new(0, 0, 0)
  806.     SensLabel.TextStrokeTransparency = .6
  807.     SensLabel.Text = "Sens:"
  808.     SensLabel.Position = UDim2.new(-1, 0, 0, 0)
  809.     SensLabel.TextXAlignment = Enum.TextXAlignment.Left
  810.  
  811.     local TSensAdjust = Instance.new("TextBox", GUI)
  812.     TSensAdjust.Name = "TSensAdjust"
  813.     TSensAdjust.Font = Enum.Font.SourceSans
  814.     TSensAdjust.BackgroundTransparency = .75
  815.     TSensAdjust.BackgroundColor3 = Color3.new(0, 0, 0)
  816.     TSensAdjust.BorderColor3 = Color3.new(1, 1, 1)
  817.     TSensAdjust.Size = UDim2.new(0, 50, 0, 20)
  818.     TSensAdjust.TextStrokeTransparency = .6
  819.     TSensAdjust.TextColor3 = Color3.new(1, 1, 1)
  820.     TSensAdjust.TextSize = 14
  821.     TSensAdjust.PlaceholderText = "Third Person Sens"
  822.     TSensAdjust.Text = tonumber(tsens)
  823.     TSensAdjust.Position = UDim2.new(.5, -250, .85, -20) + UDim2.new(0, 250, 0, 85)
  824.  
  825.     local TSensLabel = Instance.new("TextLabel", TSensAdjust)
  826.     TSensLabel.Name = "TSensLabel"
  827.     TSensLabel.Font = Enum.Font.SourceSans
  828.     TSensLabel.Size = UDim2.new(1, 0, 1, 0)
  829.     TSensLabel.BackgroundTransparency = 1
  830.     TSensLabel.TextSize = 14
  831.     TSensLabel.TextColor3 = Color3.new(1, 1, 1)
  832.     TSensLabel.TextStrokeColor3 = Color3.new(0, 0, 0)
  833.     TSensLabel.TextStrokeTransparency = .6
  834.     TSensLabel.Text = "Third Person Sens:"
  835.     TSensLabel.Position = UDim2.new(-2, 0, 0, 0)
  836.     TSensLabel.TextXAlignment = Enum.TextXAlignment.Left
  837.  
  838.     local FovAdjust = SensAdjust:Clone()
  839.     FovAdjust.Parent = GUI
  840.     FovAdjust.PlaceholderText = "FOV"
  841.     FovAdjust.Name = "FovAdjust"
  842.     FovAdjust.Text = tonumber(fov)
  843.     FovAdjust.Position = TSensAdjust.Position + UDim2.new(0, 0, 0, 20)
  844.     FovAdjust.SensLabel.Name = "FovLabel"
  845.     FovAdjust.FovLabel.Text = "Fov:"
  846.  
  847.     local DropAdjust = SensAdjust:Clone()
  848.     DropAdjust.Parent = GUI
  849.     DropAdjust.PlaceholderText = "Drop"
  850.     DropAdjust.Name = "DropAdjust"
  851.     DropAdjust.Text = tonumber(drop)
  852.     DropAdjust.Position = TSensAdjust.Position + UDim2.new(0, 0, 0, 40)
  853.     DropAdjust.SensLabel.Name = "DropLabel"
  854.     DropAdjust.DropLabel.Text = "Drop:"
  855.  
  856.     local KeysList = Instance.new("TextLabel", GUI)
  857.     KeysList.Name = "KeysList"
  858.     KeysList.Font = Enum.Font.SourceSans
  859.     KeysList.TextStrokeTransparency = .6
  860.     KeysList.TextSize = 14
  861.     KeysList.TextColor3 = Color3.new(1, 1, 1)
  862.     KeysList.Size = UDim2.new(0, 0, 1, 0)
  863.     KeysList.Position = UDim2.new(0, 5, 0, -280)
  864.     KeysList.BackgroundTransparency = 1
  865.     KeysList.Active = false
  866.     KeysList.TextXAlignment = Enum.TextXAlignment.Left
  867.     KeysList.TextYAlignment = Enum.TextYAlignment.Bottom
  868.     KeysList.Text = "AimBot Toggle: "..toggle_aimbot.Name..
  869.         "\nAim Toggle: "..toggle_aim.Name..
  870.         "\nAim Part Toggle: "..targetpart_change.Name..
  871.         "\nPriority Toggle: "..priority_toggle.Name..
  872.         "\nESP Toggle: "..toggle_esp.Name..
  873.         "\nBones Toggle: "..toggle_bones.Name..
  874.         "\nChams Toggle: "..toggle_chams.Name..
  875.         "\nBoxes Toggle: "..toggle_boxes.Name..
  876.         "\nFOV Increase: "..fov_increase.Name..
  877.         "\nFOV Decrease: "..fov_decrease.Name..
  878.         "\nSens Increase: "..sens_increase.Name..
  879.         "\nSens Decrease: "..sens_decrease.Name..
  880.         "\nThird Person Sens Increase: "..tsens_increase.Name..
  881.         "\nThird Person Sens Decrease: "..tsens_decrease.Name..
  882.         "\nTrigger Toggle: "..toggle_trigger.Name..
  883.         "\nFFA Toggle: "..ffatoggle.Name..
  884.         "\nHide UI: "..toggle_gui.Name..
  885.         "\nUse FOV Circle: "..toggle_fov.Name..
  886.         "\nChange ESP Origin: "..toggle_bottompos.Name..
  887.         "\nPerformance Mode: "..toggle_performance.Name..
  888.         "\nChange Font: "..toggle_font.Name
  889.  
  890.     local n = 0
  891.  
  892.     spawn(function()
  893.         while Status do
  894.             Indicator.TextColor3 = Color3.fromHSV(n, .5, 1)
  895.             FovGui.ImageColor3 = Indicator.TextColor3
  896.             if not textSet then
  897.                 if aim_toggled and target then
  898.                     Status.TextColor3 = aimingcolor
  899.                     Status.Text = ("Aiming at "..target.Name)
  900.                 else
  901.                     Status.TextColor3 = Color3.fromHSV(n, .5, 1)
  902.                     Status.Text = "On Standby"
  903.                 end
  904.             end
  905.             n = (n + .005) % 1
  906.             hb()
  907.         end
  908.     end)
  909.  
  910.     SensAdjust.InputEnded:Connect(function()
  911.         if SensAdjust.Text ~= "" then
  912.             sens = tonumber(SensAdjust.Text) > 0 and tonumber(SensAdjust.Text) or sens
  913.             UpdateSaves()
  914.         end
  915.     end)
  916.     TSensAdjust.InputEnded:Connect(function()
  917.         if TSensAdjust.Text ~= "" then
  918.             tsens = tonumber(TSensAdjust.Text) > 0 and tonumber(TSensAdjust.Text) or tsens
  919.             UpdateSaves()
  920.         end
  921.     end)
  922.     FovAdjust.InputEnded:Connect(function()
  923.         if FovAdjust.Text ~= "" then
  924.             fov = tonumber(FovAdjust.Text) > 0 and tonumber(FovAdjust.Text) or fov
  925.             UpdateSaves()
  926.             FovGui:TweenSize(UDim2.new(0, (Camera.ViewportSize.X / (90 / fov)) * 2, 0, (Camera.ViewportSize.X / (90 / fov)) * 2), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, .1, true)
  927.         end
  928.     end)
  929.     DropAdjust.InputEnded:Connect(function()
  930.         if DropAdjust.Text ~= "" then
  931.             drop = tonumber(DropAdjust.Text) >= 0 and tonumber(DropAdjust.Text) or drop
  932.             UpdateSaves()
  933.         end
  934.     end)
  935.  
  936.     local function distfromspawn(x)
  937.         if Spawn then
  938.             return x:DistanceFromCharacter(Spawn.Position)
  939.         else
  940.             return 201
  941.         end
  942.     end
  943.  
  944.     local function setText(text)
  945.         spawn(function()
  946.             textSet = true
  947.             Status.Text = text
  948.             Status.TextColor3 = Color3.new(1, 1, 1)
  949.             wait(#text / 4)
  950.             textSet = false
  951.         end)
  952.     end
  953.  
  954.     local function playsound(id)
  955.         local sound = Instance.new("Sound", Camera)
  956.         sound.SoundId = "rbxassetid://"..id
  957.         sound.Volume = 3
  958.         sound:Play()
  959.         game:GetService("Debris"):AddItem(sound, 5)
  960.     end
  961.  
  962.     playsound(1168009121)
  963.  
  964.     local function Notification(...)
  965.         playsound(140910211)
  966.         StarterGui:SetCore("SendNotification", ...)
  967.     end
  968.  
  969.     local function DrawLine(Folder, P1, P2, Thickness, Color, LineTransparency, BorderThickness, BorderColor)
  970.         -- Declare variables
  971.         local Point1, Point2 = P1.Position, P2.Position
  972.         if Point1 and Point2 then
  973.             local X, Y = Camera.ViewportSize.X, Camera.ViewportSize.Y
  974.             local X1, X2 = (X * Point1.X.Scale + Point1.X.Offset + P1.Size.X.Offset / 2), (X * Point2.X.Scale + Point2.X.Offset + P2.Size.X.Offset / 2)
  975.             local Y1, Y2 = (Y * Point1.Y.Scale + Point1.Y.Offset + P1.Size.Y.Offset / 2), (Y * Point2.Y.Scale + Point2.Y.Offset + P2.Size.Y.Offset / 2)
  976.             local MidX, MidY = (X1 + X2) / 2, (Y1 + Y2) / 2
  977.             -- Set defaults to prevent errors
  978.             Thickness = Thickness or 1
  979.             Color = Color or Color3.new(1, 1, 1)
  980.             LineTransparency =  LineTransparency or 0
  981.             BorderThickness = BorderThickness or 0
  982.             BorderColor = BorderColor or Color3.new(0, 0, 0)
  983.             -- Draw the line
  984.             local Line = Folder:FindFirstChild(P1.Name.."-"..P2.Name) or Instance.new("Frame", Folder)
  985.             Line.Visible = false
  986.             Line.BackgroundTransparency = LineTransparency
  987.             Line.BorderSizePixel = BorderThickness
  988.             Line.BorderColor3 = BorderColor
  989.             Line.Size = UDim2.new(0, (Vector2.new(X1, Y1) - Vector2.new(X2, Y2)).magnitude - 1, 0, Thickness)
  990.             Line.Position = UDim2.new(0, MidX - Line.AbsoluteSize.X / 2, 0, MidY - Line.AbsoluteSize.Y)
  991.             Line.BackgroundColor3 = Color
  992.             Line.Rotation = math.deg(math.atan2((Y2 - Y1), (X2 - X1)))
  993.             Line.Name = P1.Name.."-"..P2.Name
  994.             Line.Visible = true
  995.             return Line
  996.         else
  997.             return nil
  998.         end
  999.     end
  1000.  
  1001.     local function GetNearest(Mode)
  1002.         local lowest, nearest, gui = math.huge, nil, nil
  1003.         if Mode == 1 then
  1004.             for _, plr in next, Players:GetPlayers() do
  1005.                 if plr.Name ~= Player.Name and plr.Character ~= nil and plr.Character:FindFirstChild(targetpart) then
  1006.                     local dist = Player:DistanceFromCharacter(plr.Character[targetpart].Position)
  1007.                     local ray = Ray.new(Player.Character.Head.Position, (plr.Character[targetpart].Position - Player.Character.Head.Position).unit * 5000)
  1008.                     local part, point = workspace:FindPartOnRayWithIgnoreList(ray, {
  1009.                         Camera,
  1010.                         Player.Character,
  1011.                         unpack(windows)
  1012.                     })
  1013.                     local Z = Camera:WorldToScreenPoint(plr.Character[targetpart].Position).Z
  1014.                     if part and part:IsDescendantOf(plr.Character) and Z > 0 and dist < lowest and (ffa or plr.TeamColor ~= Player.TeamColor) then
  1015.                         lowest = dist
  1016.                         nearest = plr.Character
  1017.                     end
  1018.                 end
  1019.             end
  1020.         elseif Mode == 2 then
  1021.             for _, plr in next, Players:GetPlayers() do
  1022.                 if plr.Name ~= Player.Name and plr.Character ~= nil and plr.Character:FindFirstChild(targetpart) then
  1023.                     local pos = Camera:WorldToScreenPoint(plr.Character[targetpart].Position)
  1024.                     local ray = Ray.new(Player.Character[targetpart].Position, (plr.Character[targetpart].Position - Player.Character[targetpart].Position).unit * 2048)
  1025.                     local part, point = workspace:FindPartOnRayWithIgnoreList(ray, {
  1026.                         Camera,
  1027.                         Player.Character,
  1028.                         unpack(windows)
  1029.                     })
  1030.                     local dist = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(pos.X, pos.Y)).magnitude
  1031.                     if part and part:IsDescendantOf(plr.Character) and pos.Z > 0 and dist <= Camera.ViewportSize.X / (90 / fov) and dist < lowest and (ffa or plr.TeamColor ~= Player.TeamColor) then
  1032.                         lowest = dist
  1033.                         nearest = plr.Character
  1034.                     end
  1035.                 end
  1036.             end
  1037.         end
  1038.         return nearest
  1039.     end
  1040.  
  1041.     Mouse.Move:Connect(function()
  1042.         cursor = ESP:FindFirstChild("Cursor") or Instance.new("Frame", ESP)
  1043.         cursor.Name = "Cursor"
  1044.         cursor.BackgroundTransparency = 1
  1045.         cursor.Size = UDim2.new(0, 1, 0, 1)
  1046.         cursor.Position = UDim2.new(0, Mouse.X, 0, Mouse.Y)
  1047.     end)
  1048.  
  1049.     if fovhidden then
  1050.         FovGui.Visible = false
  1051.         fov = 120
  1052.     end
  1053.  
  1054.     UIS.InputBegan:Connect(function(Input)
  1055.         if Input.KeyCode == toggle_aim or Input.UserInputType == toggle_aim then
  1056.             aim_toggled = true
  1057.             warn("GS: aim toggled", aim_toggled and "on" or "off")
  1058.             alert = true
  1059.             while aim_toggled and aimbot_toggled do
  1060.                 target = GetNearest(aim_priority)
  1061.                 if target then
  1062.                     local dist = Player:DistanceFromCharacter(target[targetpart].Position)
  1063.                     local headpos = Camera:WorldToScreenPoint(target[targetpart].Position + Vector3.new(0, dist / (100 / drop), 0))
  1064.                     local moveto = Vector2.new((headpos.X - Mouse.X) * sens, (headpos.Y - Mouse.Y) * sens)
  1065.                     if (Camera.focus.p - Camera.CFrame.p).magnitude > 0.6 and not (UIS:IsMouseButtonPressed(Enum.UserInputType.MouseButton3) or UIS:IsMouseButtonPressed(Enum.UserInputType.MouseButton2)) then
  1066.                         moveto = Vector2.new((headpos.X - Mouse.X) * tsens, (headpos.Y - Mouse.Y) * tsens)
  1067.                     end
  1068.                     aimpos = GUI:FindFirstChild("AimPos") or Instance.new("Frame", GUI)
  1069.                     if not GUI:FindFirstChild("AimPos") then
  1070.                         aimpos.Name = "AimPos"
  1071.                         aimpos.BorderSizePixel = 1
  1072.                         aimpos.BorderColor3 = Color3.new(0, 0, 0)
  1073.                         aimpos.BackgroundTransparency = 0
  1074.                         aimpos.BackgroundColor3 = Color3.new(1, 1, 1)
  1075.                         aimpos.Rotation = 45
  1076.                         aimpos.ZIndex = 4
  1077.                         aimpos.Size = UDim2.new(0, 3, 0, 3)
  1078.                     end
  1079.                     aimpos.Position = UDim2.new(0, headpos.X - aimpos.AbsoluteSize.X / 2, 0, headpos.Y - aimpos.AbsoluteSize.Y / 2)
  1080.                     aimpos.Visible = true
  1081.                     mousemoverel(moveto.X, moveto.Y)
  1082.                     if alert or target ~= target_old then
  1083.                         playsound(locksoundid)
  1084.                         print("GS: locked onto", target.Name)
  1085.                         lockedon = true
  1086.                         alert = false
  1087.                     end
  1088.                 end
  1089.                 RS.Heartbeat:wait()
  1090.                 target_old = target
  1091.                 if aimpos then
  1092.                     aimpos.Visible = false
  1093.                 end
  1094.             end
  1095.             lockedon = false
  1096.         elseif Input.KeyCode == toggle_trigger then
  1097.             trigger_toggled = not trigger_toggled
  1098.             setText("Toggled TriggerBot "..(trigger_toggled and "On" or "Off"))
  1099.             Notification({
  1100.                 Title = "TriggerBot";
  1101.                 Text = "TriggerBot was toggled "..(trigger_toggled and "On" or "Off");
  1102.                 Duration = 2;
  1103.             })
  1104.             warn("trigger toggled", trigger_toggled and "on" or "off")
  1105.             local Box = Instance.new("SelectionBox", PlayerGui)
  1106.             Box.Color3 = Color3.new(1, 0, 0)
  1107.             Box.LineThickness = .05
  1108.             Box.Adornee = nil
  1109.             if trigger_delay > 0 then
  1110.                 wait(trigger_delay)
  1111.             end
  1112.             while trigger_toggled do
  1113.                 local Target = Mouse.Target
  1114.                 local plr = Players:FindFirstChild(Target.Parent.Name)
  1115.                 if Target and Target.Parent and plr ~= nil and plr ~= Player and ffa or plr ~= nil and plr.TeamColor ~= Player.TeamColor then
  1116.                     Box.Adornee = Mouse.Target
  1117.                     mouse1press()
  1118.                     wait()
  1119.                     mouse1release()
  1120.                 end
  1121.                 RS.Heartbeat:wait()
  1122.             end
  1123.             Box:Destroy()
  1124.         elseif Input.KeyCode == toggle_esp then
  1125.             esp_toggled = not esp_toggled
  1126.             UpdateSaves()
  1127.             Notification({
  1128.                 Title = "ESP";
  1129.                 Text = "ESP was toggled "..(esp_toggled and "On" or "Off");
  1130.                 Duration = 2;
  1131.             })
  1132.             setText("Toggled ESP "..(esp_toggled and "On" or "Off"))
  1133.         elseif Input.KeyCode == toggle_aimbot then
  1134.             aimbot_toggled = not aimbot_toggled
  1135.             Notification({
  1136.                 Title = "AimBot";
  1137.                 Text = "AimBot was toggled "..(aimbot_toggled and "On" or "Off");
  1138.                 Duration = 2;
  1139.             })
  1140.             setText("Toggled AimBot "..(aimbot_toggled and "On" or "Off"))
  1141.         elseif Input.KeyCode == fov_increase then
  1142.             fov = fov + .5
  1143.             UpdateSaves()
  1144.             FovAdjust.Text = tonumber(fov)
  1145.             if FovGui.Visible then
  1146.                 FovGui:TweenSize(UDim2.new(0, (Camera.ViewportSize.X / (90 / fov)) * 2, 0, (Camera.ViewportSize.X / (90 / fov)) * 2), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, .1, true)
  1147.             end
  1148.             setText("Aim FOV: "..fov)
  1149.         elseif Input.KeyCode == fov_decrease and fov > 0 then
  1150.             fov = fov - .5
  1151.             UpdateSaves()
  1152.             FovAdjust.Text = tonumber(fov)
  1153.             if FovGui.Visible then
  1154.                 FovGui:TweenSize(UDim2.new(0, (Camera.ViewportSize.X / (90 / fov)) * 2, 0, (Camera.ViewportSize.X / (90 / fov)) * 2), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, .1, true)
  1155.             end
  1156.             setText("Aim FOV: "..fov)
  1157.         elseif Input.KeyCode == sens_increase then
  1158.             sens = sens + .05
  1159.             UpdateSaves()
  1160.             SensAdjust.Text = tonumber(sens)
  1161.             setText("Sens: "..sens)
  1162.         elseif Input.KeyCode == sens_decrease then
  1163.             sens = sens - .05
  1164.             UpdateSaves()
  1165.             SensAdjust.Text = tonumber(sens)
  1166.             setText("Sens: "..sens)
  1167.         elseif Input.KeyCode == tsens_increase then
  1168.             tsens = tsens + .05
  1169.             UpdateSaves()
  1170.             SensAdjust.Text = tonumber(tsens)
  1171.             setText("Third Person Sens: "..tsens)
  1172.         elseif Input.KeyCode == tsens_decrease then
  1173.             tsens = tsens - .05
  1174.             UpdateSaves()
  1175.             SensAdjust.Text = tonumber(tsens)
  1176.             setText("Third Person Sens: "..tsens)
  1177.         elseif Input.KeyCode == targetpart_change then
  1178.             val = val + 1
  1179.             targetpart = val <= #parts and parts[val] or parts[1]
  1180.             if parts[1] == targetpart then
  1181.                 val = 1
  1182.             end
  1183.             Notification({
  1184.                 Title = "Target Part";
  1185.                 Text = "Target part set to "..targetpart;
  1186.                 Duration = 2;
  1187.             })
  1188.             setText("Target Part: "..targetpart)
  1189.         elseif Input.KeyCode == ffatoggle then
  1190.             ffa = not ffa
  1191.             UpdateSaves()
  1192.             Notification({
  1193.                 Title = "FFA Mode";
  1194.                 Text = "FFA Mode is "..(ffa and "Enabled" or "Disabled");
  1195.                 Duration = 2;
  1196.             })
  1197.             setText("FFA Mode: "..(ffa and "Enabled" or "Disabled"))
  1198.         elseif Input.KeyCode == priority_toggle then
  1199.             aim_priority = aim_priority + 1 > 2 and 0 or 1
  1200.             aim_priority = aim_priority + 1
  1201.             UpdateSaves()
  1202.             FovGui.Visible = aim_priority > 1
  1203.             Notification({
  1204.                 Title = "Aim Priority";
  1205.                 Text = "Aim Priority: "..(aim_priority == 1 and "Distance" or "FOV");
  1206.                 Duration = 2;
  1207.             })
  1208.             setText("Aim Priority: "..(aim_priority == 1 and "Distance" or "FOV"))
  1209.         elseif Input.KeyCode == toggle_bones then
  1210.             esp_bones = not esp_bones
  1211.             UpdateSaves()
  1212.             if not esp_bones then
  1213.                 for _, v in next, ESP:GetDescendants() do
  1214.                     if v:IsA("Frame") and v.Name:match("-") then
  1215.                         v:Destroy()
  1216.                     end
  1217.                 end
  1218.             end
  1219.             Notification({
  1220.                 Title = "ESP";
  1221.                 Text = "ESP Bones: "..(esp_bones and "Enabled" or "Disabled");
  1222.                 Duration = 2;
  1223.             })
  1224.             setText("Toggled ESP Bones "..(esp_bones and "Enabled" or "Disabled"))
  1225.         elseif Input.KeyCode == toggle_gui then
  1226.             hidden = not hidden
  1227.             UpdateSaves()
  1228.             for _, gui in next, GUI:GetDescendants() do
  1229.                 if gui:IsA("GuiObject") and not hidden and not gui.Visible and gui.Name ~= "FovGui" and gui.Name ~= "Indicator" and gui.Name ~= "AimPos" then
  1230.                     gui.Visible = true
  1231.                 elseif gui:IsA("GuiObject") and gui.Visible and gui.Name ~= "FovGui" and gui.Name ~= "Indicator" and gui.Name ~= "AimPos" then
  1232.                     gui.Visible = false
  1233.                 end
  1234.             end
  1235.         elseif Input.KeyCode == toggle_fov then
  1236.             fovhidden = not fovhidden
  1237.             UpdateSaves()
  1238.             if not fovhidden then
  1239.                 FovGui.Visible = true
  1240.                 fov = oldfov
  1241.             elseif fovhidden then
  1242.                 FovGui.Visible = false
  1243.                 fov = 120
  1244.             end
  1245.             if not fovhidden then
  1246.                 oldfov = fov
  1247.             end
  1248.         elseif Input.KeyCode == toggle_bottompos then
  1249.             bottompos = not bottompos
  1250.             UpdateSaves()
  1251.             if bottompos then
  1252.                 Bottom.Position = UDim2.new(.5, 0, 1, 1)
  1253.             end
  1254.         elseif Input.KeyCode == toggle_performance then
  1255.             performancemode = not performancemode
  1256.             UpdateSaves()
  1257.             setText("Performance Mode "..(performancemode and "Enabled" or "Disabled"))
  1258.         elseif Input.KeyCode == toggle_chams then
  1259.             esp_chams = not esp_chams
  1260.             UpdateSaves()
  1261.             setText("Chams "..(esp_chams and "Enabled" or "Disabled"))
  1262.             Notification({
  1263.                 Title = "ESP";
  1264.                 Text = "Chams: "..(esp_chams and "Enabled" or "Disabled");
  1265.                 Duration = 2;
  1266.             })
  1267.         elseif Input.KeyCode == toggle_tracers then
  1268.             esp_tracers = not esp_tracers
  1269.             UpdateSaves()
  1270.             setText("Tracers "..(esp_chams and "Enabled" or "Disabled"))
  1271.             Notification({
  1272.                 Title = "ESP";
  1273.                 Text = "Tracers: "..(esp_tracers and "Enabled" or "Disabled");
  1274.                 Duration = 2;
  1275.             })
  1276.         elseif Input.KeyCode == toggle_boxes then
  1277.             bounding_box = not bounding_box
  1278.             UpdateSaves()
  1279.             setText("Bounding Boxes "..(bounding_box and "Enabled" or "Disabled"))
  1280.             Notification({
  1281.                 Title = "ESP";
  1282.                 Text = "Bounding Boxes: "..(bounding_box and "Enabled" or "Disabled");
  1283.                 Duration = 2;
  1284.             })
  1285.         elseif Input.KeyCode == toggle_font then
  1286.             currentfont = (currentfont + 1) > #fonts and 1 or currentfont + 1
  1287.             UpdateSaves()
  1288.             for _, v in next, GUI:GetDescendants() do
  1289.                 if v.Name ~= "KeysList" then
  1290.                     if v:IsA("TextLabel") or v:IsA("TextButton") then
  1291.                         v.Font = fonts[currentfont]
  1292.                     end
  1293.                 end
  1294.             end
  1295.         end
  1296.     end)
  1297.  
  1298.     UIS.InputEnded:Connect(function(Input)
  1299.         if Input.KeyCode == toggle_aim or Input.UserInputType == toggle_aim then
  1300.             aim_toggled = false
  1301.         end
  1302.     end)
  1303.  
  1304.     local function checkifspawned(x)
  1305.         spawned = false
  1306.         while not spawned and game.PlaceId == 292439477 do
  1307.             spawned = distfromspawn(x) > 200 and true or false
  1308.             wait(1 / 5)
  1309.         end
  1310.         spawned = true
  1311.     end
  1312.  
  1313.     checkifspawned(Player)
  1314.     Player.CharacterAdded:Connect(function(c)
  1315.         checkifspawned(Player)
  1316.  
  1317.         for _, v in next, ESP:GetDescendants() do
  1318.             if v:IsA("Frame") and v.Name:match("-") then
  1319.                 v:Destroy()
  1320.             end
  1321.         end
  1322.     end)
  1323.  
  1324.     Notification({
  1325.         Title = "GameSense "..version;
  1326.         Text = "Cheat loaded successfully.";
  1327.         Icon = "rbxassetid://2572157833";
  1328.         Duration = 10;
  1329.     })
  1330.  
  1331.     RS.RenderStepped:Connect(function()
  1332.         if cursor then
  1333.             FovGui.Position = cursor.Position - UDim2.new(0, FovGui.AbsoluteSize.X / 2, 0, FovGui.AbsoluteSize.Y / 2)
  1334.             Indicator.Position = cursor.Position + UDim2.new(0, 0, 0, 40)
  1335.         end
  1336.     end)
  1337.  
  1338.     Mouse.Button1Down:Connect(function()
  1339.         spawn(function()
  1340.             if FovGui.Visible then
  1341.                 FovGui:TweenSize(UDim2.new(0, Camera.ViewportSize.X / (90 / fov) * 2.35, 0, Camera.ViewportSize.X / (90 / fov) * 2.35), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, .1, true)
  1342.                 wait(.1)
  1343.                 FovGui:TweenSize(UDim2.new(0, Camera.ViewportSize.X / (90 / fov) * 2, 0, Camera.ViewportSize.X / (90 / fov) * 2), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, .1, true)
  1344.             end
  1345.         end)
  1346.     end)
  1347.  
  1348.     while true do
  1349.         Indicator.Text = (not fovhidden and (aim_priority > 1 and "FOV: "..fov.."\n" or "Distance\n") or "")..(((Camera.focus.p - Camera.CFrame.p).magnitude > 0.6 and not (UIS:IsMouseButtonPressed(Enum.UserInputType.MouseButton3) or UIS:IsMouseButtonPressed(Enum.UserInputType.MouseButton2))) and "Third Person Sens: "..tsens or "Sens: "..sens)..(aim_toggled and "\nAiming" or "")
  1350.         if not bottompos then
  1351.             Bottom.Position = cursor.Position
  1352.         end
  1353.         if esp_toggled then
  1354.             for _, v in next, ESP:children() do
  1355.                 if v ~= Bottom and not Players:FindFirstChild(v.Name) then
  1356.                     v:Destroy()
  1357.                 end
  1358.             end
  1359.             for _, v in next, Players:GetPlayers() do
  1360.                 local Char = v.Character
  1361.                 if Char and spawned and v ~= Player and Char:FindFirstChild(targetpart) and distfromspawn(v) > 100 then
  1362.                     if ffa or v.TeamColor ~= Player.TeamColor then
  1363.                         local X = Camera:GetPartsObscuringTarget({
  1364.                             Camera.CFrame.p,
  1365.                             Char[targetpart].CFrame.p
  1366.                         }, {
  1367.                             v.Character,
  1368.                             Char,
  1369.                             Camera,
  1370.                             unpack(windows)
  1371.                         })
  1372.                         local Dist = Player:DistanceFromCharacter(Char:FindFirstChild(targetpart).Position)
  1373.                         local Color = hiddencolor
  1374.                         local Folder = ESP:FindFirstChild(v.Name) or Instance.new("Folder", ESP)
  1375.                         Folder.Name = v.Name
  1376.                         -- ESP
  1377.                         local Head = Folder:FindFirstChild("Head") or Instance.new("Frame", Folder)
  1378.                         if not Folder:FindFirstChild("Head") then
  1379.                             Head.Name = "Head"
  1380.                             Head.BorderSizePixel = 1
  1381.                             Head.BorderColor3 = Color3.new(0, 0, 0)
  1382.                             Head.BackgroundTransparency = 0
  1383.                         end
  1384.                         Head.BackgroundColor3 = #X > 0 and hiddencolor or #X == 0 and visiblecolor
  1385.                         Head.Rotation = headboxshape == "diamond" and 45 or 0
  1386.                         Head.ZIndex = 3
  1387.                         local HP = Folder:FindFirstChild("HP") or Instance.new("TextLabel", Folder)
  1388.                         if not Folder:FindFirstChild("HP") then
  1389.                             HP.Name = "HP"
  1390.                             HP.TextTransparency = Head.BackgroundTransparency - .4
  1391.                             HP.Font = fonts[currentfont]
  1392.                             HP.TextStrokeTransparency = .6
  1393.                             HP.BackgroundTransparency = 1
  1394.                             HP.TextSize = 14
  1395.                         end
  1396.                         HP.Text = showdists and Char.Name.."\n"..math.floor(Dist + .5) or Char.Name
  1397.                         if aim_toggled and target == Char then
  1398.                             Head.Size = UDim2.new(0, headboxaimsize, 0, headboxaimsize)
  1399.                             Head.BackgroundColor3 = aimingcolor
  1400.                             HP.Text = showdists and "["..Char.Name.."]".."\n"..math.floor(Dist + .5) or "["..Char.Name.."]"
  1401.                             HP.TextSize = 16
  1402.                         else
  1403.                             Head.Size = UDim2.new(0, headboxsize, 0, headboxsize)
  1404.                         end
  1405.                         HP.TextColor3 = Head.BackgroundColor3
  1406.                         local toScreen = Camera:WorldToScreenPoint(Char[targetpart].CFrame.p)
  1407.                         if #X == 0 then
  1408.                             Color = visiblecolor
  1409.                         end
  1410.                         Head.Position = UDim2.new(0, toScreen.X - Head.Size.X.Offset / 2, 0, toScreen.Y - Head.Size.Y.Offset / 2)
  1411.                         HP.Position = Head.Position - UDim2.new(0, 0, 0, textoffset)
  1412.                         if esp_tracers then
  1413.                             local Line = DrawLine(Folder, ESP.Bottom, Head, linesize, Head.BackgroundColor3, .75, 1, Color3.new(0, 0, 0))
  1414.                             Line.Visible = Head.Visible
  1415.                         else
  1416.                             local imtired = Folder:FindFirstChild(ESP.Bottom.Name.."-"..Head.Name)
  1417.                             if imtired then
  1418.                                 imtired:Destroy()
  1419.                             end
  1420.                         end
  1421.                         if toScreen.Z <= 0 then
  1422.                             Head.Visible = false
  1423.                         else
  1424.                             Head.Visible = true
  1425.                         end
  1426.                         HP.Visible = Head.Visible
  1427.                         if Char:FindFirstChild("Humanoid") and Char.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  1428.                             local Neck = Folder:FindFirstChild("Neck") or Instance.new("Frame", Folder)
  1429.                             Neck.Name = "Neck"
  1430.                             Neck.ZIndex = 2
  1431.                             if Char["Torso"] ~= nil then
  1432.                                 local Pos = (Char.Torso.CFrame * CFrame.new(0, .8, 0)).p
  1433.                                 local X, Y, Z = Camera:WorldToScreenPoint(Pos).X, Camera:WorldToScreenPoint(Pos).Y, Camera:WorldToScreenPoint(Pos).Z
  1434.                                 Neck.Position = UDim2.new(0, X, 0, Y)
  1435.                                 Neck.BorderSizePixel = 0
  1436.                                 if Z <= 0 then
  1437.                                     Neck.Visible = false
  1438.                                 else
  1439.                                     Neck.Visible = true
  1440.                                 end
  1441.                             else
  1442.                                 Neck.Visible = false
  1443.                             end
  1444.                             --
  1445.                             local Pelvis = Folder:FindFirstChild("Pelvis") or Instance.new("Frame", Folder)
  1446.                             Pelvis.Name = "Pelvis"
  1447.                             Pelvis.ZIndex = 2
  1448.                             Pelvis.BorderSizePixel = 0
  1449.                             if Char["Torso"] ~= nil then
  1450.                                 local Pos = (Char.Torso.CFrame * CFrame.new(0, -1, 0)).p
  1451.                                 local X, Y, Z = Camera:WorldToScreenPoint(Pos).X, Camera:WorldToScreenPoint(Pos).Y, Camera:WorldToScreenPoint(Pos).Z
  1452.                                 Pelvis.Position = UDim2.new(0, X, 0, Y)
  1453.                                 if Z <= 0 then
  1454.                                     Pelvis.Visible = false
  1455.                                 else
  1456.                                     Pelvis.Visible = true
  1457.                                 end
  1458.                             else
  1459.                                 Pelvis.Visible = false
  1460.                             end
  1461.                             --
  1462.                             local RightFoot = Folder:FindFirstChild("Right Foot") or Instance.new("Frame", Folder)
  1463.                             RightFoot.Name = "Right Foot"
  1464.                             RightFoot.ZIndex = 2
  1465.                             RightFoot.BorderSizePixel = 0
  1466.                             if Char["Right Leg"] ~= nil then
  1467.                                 local Pos = (Char["Right Leg"].CFrame * CFrame.new(0, -1, 0)).p
  1468.                                 local X, Y, Z = Camera:WorldToScreenPoint(Pos).X, Camera:WorldToScreenPoint(Pos).Y, Camera:WorldToScreenPoint(Pos).Z
  1469.                                 RightFoot.Position = UDim2.new(0, X, 0, Y)
  1470.                                 if Z <= 0 then
  1471.                                     RightFoot.Visible = false
  1472.                                 else
  1473.                                     RightFoot.Visible = true
  1474.                                 end
  1475.                             else
  1476.                                 RightFoot.Visible = false
  1477.                             end
  1478.                             --
  1479.                             local LeftFoot = Folder:FindFirstChild("Left Foot") or Instance.new("Frame", Folder)
  1480.                             LeftFoot.Name = "Left Foot"
  1481.                             if Char["Left Leg"] ~= nil then
  1482.                                 local Pos = (Char["Left Leg"].CFrame * CFrame.new(0, -1, 0)).p
  1483.                                 local X, Y, Z = Camera:WorldToScreenPoint(Pos).X, Camera:WorldToScreenPoint(Pos).Y, Camera:WorldToScreenPoint(Pos).Z
  1484.                                 LeftFoot.Position = UDim2.new(0, X, 0, Y)
  1485.                                 LeftFoot.BorderSizePixel = 0
  1486.                                 if Z <= 0 then
  1487.                                     LeftFoot.Visible = false
  1488.                                 else
  1489.                                     LeftFoot.Visible = true
  1490.                                 end
  1491.                             else
  1492.                                 LeftFoot.Visible = false
  1493.                             end
  1494.                             --
  1495.                             local RightHand = Folder:FindFirstChild("Right Hand") or Instance.new("Frame", Folder)
  1496.                             RightHand.Name = "Right Hand"
  1497.                             RightHand.ZIndex = 2
  1498.                             RightHand.BorderSizePixel = 0
  1499.                             if Char["Right Arm"] ~= nil then
  1500.                                 local Pos = (Char["Right Arm"].CFrame * CFrame.new(0, -1, 0)).p
  1501.                                 local X, Y, Z = Camera:WorldToScreenPoint(Pos).X, Camera:WorldToScreenPoint(Pos).Y, Camera:WorldToScreenPoint(Pos).Z
  1502.                                 RightHand.Position = UDim2.new(0, X, 0, Y)
  1503.                                 if Z <= 0 then
  1504.                                     RightHand.Visible = false
  1505.                                 else
  1506.                                     RightHand.Visible = true
  1507.                                 end
  1508.                             else
  1509.                                 RightHand.Visible = false
  1510.                             end
  1511.                             --
  1512.                             local LeftHand = Folder:FindFirstChild("Left Hand") or Instance.new("Frame", Folder)
  1513.                             LeftHand.Name = "Left Hand"
  1514.                             LeftHand.ZIndex = 2
  1515.                             LeftHand.BorderSizePixel = 0
  1516.                             if Char["Left Arm"] ~= nil then
  1517.                                 local Pos = (Char["Left Arm"].CFrame * CFrame.new(0, -1, 0)).p
  1518.                                 local X, Y, Z = Camera:WorldToScreenPoint(Pos).X, Camera:WorldToScreenPoint(Pos).Y, Camera:WorldToScreenPoint(Pos).Z
  1519.                                 LeftHand.Position = UDim2.new(0, X, 0, Y)
  1520.                                 if Z <= 0 then
  1521.                                     LeftHand.Visible = false
  1522.                                 else
  1523.                                     LeftHand.Visible = true
  1524.                                 end
  1525.                             else
  1526.                                 LeftHand.Visible = false
  1527.                             end
  1528.                             -- draw joints
  1529.                             if esp_bones then
  1530.                                 if Head.Visible then
  1531.                                     DrawLine(Folder, Head, Neck, 1, Color3.new(1, 1, 1), Head.BackgroundTransparency)
  1532.                                 end
  1533.                                 if Neck.Visible then
  1534.                                     DrawLine(Folder, Neck, Pelvis, 1, Color3.new(1, 1, 1), Head.BackgroundTransparency)
  1535.                                 end
  1536.                                 if Neck.Visible then
  1537.                                     DrawLine(Folder, Neck, RightHand, 1, Color3.new(1, 1, 1), Head.BackgroundTransparency)
  1538.                                 end
  1539.                                 if Neck.Visible then
  1540.                                     DrawLine(Folder, Neck, LeftHand, 1, Color3.new(1, 1, 1), Head.BackgroundTransparency)
  1541.                                 end
  1542.                                 if Pelvis.Visible then
  1543.                                     DrawLine(Folder, Pelvis, RightFoot, 1, Color3.new(1, 1, 1), Head.BackgroundTransparency)
  1544.                                 end
  1545.                                 if Pelvis.Visible then
  1546.                                     DrawLine(Folder, Pelvis, LeftFoot, 1, Color3.new(1, 1, 1), Head.BackgroundTransparency)
  1547.                                 end
  1548.                             end
  1549.                         end
  1550.  
  1551.                         if esp_chams then
  1552.                             for _, Part in next, Char:children() do
  1553.                                 if Part:IsA("BasePart") and Part.Name ~= "HumanoidRootPart" then
  1554.                                     local Adornment = Folder:FindFirstChild(Part.Name.."_Cham") or Instance.new("BoxHandleAdornment", Folder)
  1555.                                     if not Folder:FindFirstChild(Part.Name.."_Cham") then
  1556.                                         Adornment.Name = Part.Name.."_Cham"
  1557.                                         Adornment.Adornee = Part
  1558.                                         Adornment.AlwaysOnTop = true
  1559.                                         Adornment.Size = Part.Name == "Head" and Vector3.new(1, 1, 1) or Part.Size
  1560.                                         Adornment.ZIndex = 1
  1561.                                     end
  1562.                                     Adornment.Color3 = Head.BackgroundColor3
  1563.                                 end
  1564.                             end
  1565.                         else
  1566.                             for _, v in next, Folder:GetDescendants() do
  1567.                                 if v.Name:match("Cham") then
  1568.                                     v:Destroy()
  1569.                                 end
  1570.                             end
  1571.                         end
  1572.  
  1573.                         if bounding_box and Char:FindFirstChild("HumanoidRootPart") then
  1574.                             local Box = Char:FindFirstChild("Box") or Instance.new("BillboardGui", Char)
  1575.                             if not Char:FindFirstChild("Box") then
  1576.                                 Box.Name = "Box"
  1577.                                 Box.Adornee = Char:FindFirstChild("HumanoidRootPart")
  1578.                                 Box.AlwaysOnTop = true
  1579.                                 Box.LightInfluence = 0
  1580.                                 Box.StudsOffset = Vector3.new(0, -Box.Adornee.Size.Y / 4, 0)
  1581.                                 Box.Size = UDim2.new(4, 1, 5, 1)
  1582.                                 local Top = Instance.new("Frame", Box)
  1583.                                 Top.Size = UDim2.new(1, 0, 0, box_line_size)
  1584.                                 Top.BorderSizePixel = 0
  1585.                                 local Bot = Top:Clone()
  1586.                                 Bot.Position = UDim2.new(0, 0, 1, -box_line_size)
  1587.                                 Bot.Parent = Box
  1588.                                 local Left = Top:Clone()
  1589.                                 Left.Size = UDim2.new(0, 1, 1, 0)
  1590.                                 Left.Parent = Box
  1591.                                 local Right = Left:Clone()
  1592.                                 Right.Position = UDim2.new(1, -box_line_size, 0, 0)
  1593.                                 Right.Parent = Box
  1594.                             end
  1595.                             for _, v in next, Box:children() do
  1596.                                 if v:IsA("Frame") then
  1597.                                     v.BackgroundColor3 = Head.BackgroundColor3
  1598.                                 end
  1599.                             end
  1600.                         else
  1601.                             local Box = Char:FindFirstChild("Box")
  1602.                             if Box then
  1603.                                 Box:Destroy()
  1604.                             end
  1605.                         end
  1606.  
  1607.                         if lockedon and target and aim_line and ESP:FindFirstChild(target.Name) then
  1608.                             DrawLine(ESP, cursor, ESP:FindFirstChild(target.Name).Head, 1, Head.BackgroundColor3, .5)
  1609.                         end
  1610.  
  1611.                     else
  1612.                         if ESP:FindFirstChild(v.Name) then
  1613.                             ESP:FindFirstChild(v.Name):Destroy()
  1614.                         end
  1615.                     end
  1616.                 else
  1617.                     if ESP:FindFirstChild(v.Name) then
  1618.                         ESP:FindFirstChild(v.Name):Destroy()
  1619.                     end
  1620.                 end
  1621.             end
  1622.         else
  1623.             for _, v in next, ESP:children() do
  1624.                 if v:IsA("Folder") then
  1625.                     v:Destroy()
  1626.                 end
  1627.             end
  1628.         end
  1629.         if performancemode then
  1630.             wait(1 / (workspace:GetRealPhysicsFPS() * .75))
  1631.         else
  1632.             RS.Stepped:wait()
  1633.         end
  1634.     end
  1635. end)
  1636.  
  1637.  
  1638. report.Name = "report"
  1639. report.Parent = main
  1640. report.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1641. report.Position = UDim2.new(0.635610759, 0, 0.680608392, 0)
  1642. report.Size = UDim2.new(0, 154, 0, 36)
  1643. report.Font = Enum.Font.SourceSans
  1644. report.Text = "Report All (BAN ALL)"
  1645. report.TextColor3 = Color3.fromRGB(255, 255, 255)
  1646. report.TextScaled = true
  1647. report.TextSize = 14.000
  1648. report.TextWrapped = true
  1649.  
  1650. fly.Name = "fly"
  1651. fly.Parent = main
  1652. fly.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1653. fly.Position = UDim2.new(0.349896491, 0, 0.680608392, 0)
  1654. fly.Size = UDim2.new(0, 129, 0, 36)
  1655. fly.Font = Enum.Font.SourceSans
  1656. fly.Text = "Fly"
  1657. fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  1658. fly.TextScaled = true
  1659. fly.TextSize = 14.000
  1660. fly.TextWrapped = true
  1661. fly.MouseButton1Down:connect(function()
  1662.     fly.MouseButton1Down:connect(function()
  1663.         -- Fly GUI
  1664.  
  1665.  
  1666.         -- Instances:
  1667.  
  1668.         local fly = Instance.new("ScreenGui")
  1669.         local epic = Instance.new("Frame")
  1670.         local backgroundtitle = Instance.new("TextLabel")
  1671.         local creator = Instance.new("TextLabel")
  1672.         local title = Instance.new("TextLabel")
  1673.         local close = Instance.new("TextButton")
  1674.         local flybutton = Instance.new("TextButton")
  1675.  
  1676.         --Properties:
  1677.  
  1678.         fly.Name = "fly"
  1679.         fly.Parent = game.CoreGui
  1680.         fly.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1681.  
  1682.         epic.Name = "epic"
  1683.         epic.Parent = fly
  1684.         epic.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1685.         epic.Position = UDim2.new(0.0911376476, 0, 0.466830462, 0)
  1686.         epic.Size = UDim2.new(0, 181, 0, 178)
  1687.         epic.Active = true
  1688.         epic.Draggable = true
  1689.  
  1690.         backgroundtitle.Name = "backgroundtitle"
  1691.         backgroundtitle.Parent = epic
  1692.         backgroundtitle.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  1693.         backgroundtitle.Size = UDim2.new(0, 182, 0, 43)
  1694.         backgroundtitle.Font = Enum.Font.SciFi
  1695.         backgroundtitle.Text = ""
  1696.         backgroundtitle.TextColor3 = Color3.fromRGB(0, 0, 0)
  1697.         backgroundtitle.TextScaled = true
  1698.         backgroundtitle.TextSize = 14.000
  1699.         backgroundtitle.TextWrapped = true
  1700.  
  1701.         creator.Name = "creator"
  1702.         creator.Parent = epic
  1703.         creator.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  1704.         creator.Position = UDim2.new(0.00442049652, 0, 0.762519121, 0)
  1705.         creator.Size = UDim2.new(0, 181, 0, 42)
  1706.         creator.Font = Enum.Font.SourceSans
  1707.         creator.Text = "Made by Arowix"
  1708.         creator.TextColor3 = Color3.fromRGB(0, 0, 0)
  1709.         creator.TextScaled = true
  1710.         creator.TextSize = 14.000
  1711.         creator.TextWrapped = true
  1712.  
  1713.         title.Name = "title"
  1714.         title.Parent = epic
  1715.         title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1716.         title.BackgroundTransparency = 1.000
  1717.         title.Position = UDim2.new(0.0497237556, 0, 0, 0)
  1718.         title.Size = UDim2.new(0, 119, 0, 43)
  1719.         title.Font = Enum.Font.SciFi
  1720.         title.Text = "Fly"
  1721.         title.TextColor3 = Color3.fromRGB(0, 0, 0)
  1722.         title.TextScaled = true
  1723.         title.TextSize = 14.000
  1724.         title.TextWrapped = true
  1725.  
  1726.         close.Name = "close"
  1727.         close.Parent = epic
  1728.         close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1729.         close.Position = UDim2.new(0.76795578, 0, 0, 0)
  1730.         close.Size = UDim2.new(0, 43, 0, 43)
  1731.         close.Font = Enum.Font.GothamBlack
  1732.         close.Text = "X"
  1733.         close.TextColor3 = Color3.fromRGB(0, 0, 0)
  1734.         close.TextScaled = true
  1735.         close.TextSize = 14.000
  1736.         close.TextWrapped = true
  1737.         close.MouseButton1Down:connect(function()
  1738.             epic.Visible = false
  1739.         end)
  1740.  
  1741.         flybutton.Name = "flybutton"
  1742.         flybutton.Parent = epic
  1743.         flybutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1744.         flybutton.Position = UDim2.new(0.243093923, 0, 0.344781578, 0)
  1745.         flybutton.Size = UDim2.new(0, 84, 0, 42)
  1746.         flybutton.Font = Enum.Font.SourceSans
  1747.         flybutton.Text = "Click me to Fly"
  1748.         flybutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  1749.         flybutton.TextSize = 14.000
  1750.         flybutton.MouseButton1Down:connect(function()
  1751.             loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
  1752.             flybutton.Text = "Press E to fly and unfly"
  1753.             flybutton.TextSize = 10.000
  1754.         end)
  1755.     end)
  1756. end)
  1757.  
  1758. dontdothis.Name = "dontdothis"
  1759. dontdothis.Parent = main
  1760. dontdothis.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1761. dontdothis.Position = UDim2.new(0.0372670889, 0, 0.680608332, 0)
  1762. dontdothis.Size = UDim2.new(0, 132, 0, 36)
  1763. dontdothis.Font = Enum.Font.SourceSans
  1764. dontdothis.Text = "Sub to KScripts for more"
  1765. dontdothis.TextColor3 = Color3.fromRGB(255, 255, 255)
  1766. dontdothis.TextScaled = true
  1767. dontdothis.TextSize = 14.000
  1768. dontdothis.TextWrapped = true
Add Comment
Please, Sign In to add comment