Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.23 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. -- Farewell Infortality.
  6.  
  7. -- Version: 2.82
  8.  
  9. -- Instances:
  10.  
  11. local ArsenalScript = Instance.new("ScreenGui")
  12.  
  13. local MainFrame = Instance.new("Frame")
  14.  
  15. local MainName = Instance.new("TextLabel")
  16.  
  17. local Aimbot = Instance.new("TextButton")
  18.  
  19. local ESP = Instance.new("TextButton")
  20.  
  21. local Close = Instance.new("TextButton")
  22.  
  23. local OpenFrame = Instance.new("Frame")
  24.  
  25. local Open = Instance.new("TextButton")
  26.  
  27. --Properties:
  28.  
  29. ArsenalScript.Name = "ArsenalScript"
  30.  
  31. ArsenalScript.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  32.  
  33. ArsenalScript.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34.  
  35.  
  36.  
  37. MainFrame.Name = "MainFrame"
  38.  
  39. MainFrame.Parent = ArsenalScript
  40.  
  41. MainFrame.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  42.  
  43. MainFrame.BackgroundTransparency = 0.44999998807907
  44.  
  45. MainFrame.Position = UDim2.new(0.332874835, 0, 0.200501248, 0)
  46.  
  47. MainFrame.Size = UDim2.new(0, 285, 0, 286)
  48.  
  49.  
  50.  
  51. MainName.Name = "MainName"
  52.  
  53. MainName.Parent = MainFrame
  54.  
  55. MainName.BackgroundColor3 = Color3.new(1, 1, 1)
  56.  
  57. MainName.BackgroundTransparency = 0.44999998807907
  58.  
  59. MainName.Size = UDim2.new(0, 285, 0, 50)
  60.  
  61. MainName.Font = Enum.Font.SourceSans
  62.  
  63. MainName.Text = "Arsenal GUI"
  64.  
  65. MainName.TextColor3 = Color3.new(0, 0, 0)
  66.  
  67. MainName.TextScaled = true
  68.  
  69. MainName.TextSize = 14
  70.  
  71. MainName.TextWrapped = true
  72.  
  73.  
  74.  
  75. Aimbot.Name = "Aimbot"
  76.  
  77. Aimbot.Parent = MainFrame
  78.  
  79. Aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  80.  
  81. Aimbot.BackgroundTransparency = 0.44999998807907
  82.  
  83. Aimbot.Position = UDim2.new(0.147368416, 0, 0.227272734, 0)
  84.  
  85. Aimbot.Size = UDim2.new(0, 200, 0, 50)
  86.  
  87. Aimbot.Font = Enum.Font.SourceSans
  88.  
  89. Aimbot.Text = "Aimbot (H)"
  90.  
  91. Aimbot.TextColor3 = Color3.new(0, 0, 0)
  92.  
  93. Aimbot.TextScaled = true
  94.  
  95. Aimbot.TextSize = 14
  96.  
  97. Aimbot.TextWrapped = true
  98.  
  99. Aimbot.MouseButton1Down:connect(function()
  100.  
  101. loadstring(game:HttpGet'https://pastebin.com/raw/1Hhnwpup')()
  102.  
  103. end)
  104.  
  105.  
  106.  
  107. ESP.Name = "ESP"
  108.  
  109. ESP.Parent = MainFrame
  110.  
  111. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  112.  
  113. ESP.BackgroundTransparency = 0.44999998807907
  114.  
  115. ESP.Position = UDim2.new(0.147368416, 0, 0.421717167, 0)
  116.  
  117. ESP.Size = UDim2.new(0, 200, 0, 50)
  118.  
  119. ESP.Font = Enum.Font.SourceSans
  120.  
  121. ESP.Text = "ESP"
  122.  
  123. ESP.TextColor3 = Color3.new(0, 0, 0)
  124.  
  125. ESP.TextScaled = true
  126.  
  127. ESP.TextSize = 14
  128.  
  129. ESP.TextWrapped = true
  130.  
  131. ESP.MouseButton1Down:connect(function()
  132.  
  133. crashy = true -- CHANGE THIS TO TRUE IF IT CRASHES THIS GAME
  134.  
  135. on = false
  136.  
  137. if game.CoreGui:FindFirstChild('ESP') then
  138.  
  139.     game.CoreGui.ESP:Destroy()
  140.  
  141. elseif game.Players.LocalPlayer.PlayerGui:FindFirstChild('ESP') then
  142.  
  143.     game.Players.LocalPlayer.PlayerGui.ESP:Destroy()
  144.  
  145. end
  146.  
  147.  
  148.  
  149. function doit(hey)
  150.  
  151.     local t1 = Instance.new('SurfaceGui',hey)
  152.  
  153.     t1.AlwaysOnTop = true
  154.  
  155.     local t1g = Instance.new('Frame',t1)
  156.  
  157.     t1g.Size = UDim2.new(1,0,1,0)
  158.  
  159.     t1g.BackgroundColor3 = t1.Parent.BrickColor.Color
  160.  
  161.     local t2 = Instance.new('SurfaceGui',hey)      
  162.  
  163.     t2.AlwaysOnTop = true
  164.  
  165.     t2.Face = Enum.NormalId.Right
  166.  
  167.     local t2g = Instance.new('Frame',t2)
  168.  
  169.     t2g.Size = UDim2.new(1,0,1,0)
  170.  
  171.     t2g.BackgroundColor3 = t2.Parent.BrickColor.Color
  172.  
  173.     local t3 = Instance.new('SurfaceGui',hey)
  174.  
  175.     t3.AlwaysOnTop = true
  176.  
  177.     t3.Face = Enum.NormalId.Left
  178.  
  179.     local t3g = Instance.new('Frame',t3)
  180.  
  181.     t3g.Size = UDim2.new(1,0,1,0)
  182.  
  183.     t3g.BackgroundColor3 = t3.Parent.BrickColor.Color
  184.  
  185.     local t4 = Instance.new('SurfaceGui',hey)
  186.  
  187.     t4.AlwaysOnTop = true
  188.  
  189.     t4.Face = Enum.NormalId.Back
  190.  
  191.     local t4g = Instance.new('Frame',t4)
  192.  
  193.     t4g.Size = UDim2.new(1,0,1,0)
  194.  
  195.     t4g.BackgroundColor3 = t4.Parent.BrickColor.Color
  196.  
  197.     local t5 = Instance.new('SurfaceGui',hey)
  198.  
  199.     t5.AlwaysOnTop = true
  200.  
  201.     t5.Face = Enum.NormalId.Top
  202.  
  203.     local t5g = Instance.new('Frame',t5)
  204.  
  205.     t5g.Size = UDim2.new(1,0,1,0)
  206.  
  207.     t5g.BackgroundColor3 = t5.Parent.BrickColor.Color
  208.  
  209.     local t6 = Instance.new('SurfaceGui',hey)
  210.  
  211.     t6.AlwaysOnTop = true
  212.  
  213.     t6.Face = Enum.NormalId.Bottom
  214.  
  215.     local t6g = Instance.new('Frame',t6)
  216.  
  217.     t6g.Size = UDim2.new(1,0,1,0)
  218.  
  219.     t6g.BackgroundColor3 = t6.Parent.BrickColor.Color
  220.  
  221. end
  222.  
  223. function undo(chr)
  224.  
  225.     for i,v in pairs(chr:GetChildren()) do
  226.  
  227.         if v.ClassName == "Part" or v.ClassName == "MeshPart" then
  228.  
  229.             for a,c in pairs(v:GetChildren()) do
  230.  
  231.                 if c.ClassName == "SurfaceGui" then
  232.  
  233.                     c:Destroy()
  234.  
  235.                 end
  236.  
  237.                 if c.ClassName == "BillboardGui" and c.Name == "thingyye" then
  238.  
  239.                     c:Destroy()
  240.  
  241.                 end
  242.  
  243.             end
  244.  
  245.         end
  246.  
  247.     end
  248.  
  249. end
  250.  
  251.  
  252.  
  253. local gui = Instance.new('ScreenGui')
  254.  
  255. if crashy == false then
  256.  
  257.     gui.Parent = game.CoreGui
  258.  
  259. else
  260.  
  261.     gui.Parent = game.Players.LocalPlayer.PlayerGui
  262.  
  263. end
  264.  
  265. gui.Name = "ESP"
  266.  
  267. gui.ResetOnSpawn = false
  268.  
  269. local frame = Instance.new('Frame',gui)
  270.  
  271. frame.Size = UDim2.new(0.2,0,0.3,0)
  272.  
  273. frame.Position = UDim2.new(0,0,0.9,0)
  274.  
  275. frame.BackgroundTransparency = 0.5
  276.  
  277. frame.BackgroundColor3 = Color3.fromRGB(131,182,239)
  278.  
  279. frame.BorderSizePixel = 4
  280.  
  281. frame.BorderColor3 = Color3.fromRGB(66,134,244)
  282.  
  283. frame.Active = true
  284.  
  285. frame.Draggable = true
  286.  
  287. local txt = Instance.new('TextLabel',frame)
  288.  
  289. txt.Text = "Mustardfoot's ESP Gui"
  290.  
  291. txt.TextColor3 = Color3.fromRGB(255,255,255)
  292.  
  293. txt.Size = UDim2.new(1,0,0.3,0)
  294.  
  295. txt.TextScaled = true
  296.  
  297. txt.BackgroundTransparency = 1
  298.  
  299. local but = Instance.new('TextButton',frame)
  300.  
  301. but.Text = "ESP On"
  302.  
  303. but.TextColor3 = Color3.fromRGB(255,255,255)
  304.  
  305. but.Size = UDim2.new(0.7,0,0.3,0)
  306.  
  307. but.Position = UDim2.new(0.15,0,0.5,0)
  308.  
  309. but.BorderSizePixel = 0
  310.  
  311. but.TextScaled = true
  312.  
  313. but.BackgroundColor3 = Color3.fromRGB(66,134,244)
  314.  
  315. but.BackgroundTransparency = 0.4
  316.  
  317. for i,v in pairs(game.Players:GetChildren()) do
  318.  
  319.     if v.Character ~= nil then
  320.  
  321.         undo(v.Character)
  322.  
  323.     end
  324.  
  325. end
  326.  
  327.  
  328.  
  329. but.MouseButton1Down:connect(function()
  330.  
  331. if but.Text == "ESP On" then
  332.  
  333. but.Text = "ESP Off"
  334.  
  335. on = true
  336.  
  337. for i,v in pairs(game.Players:GetChildren()) do
  338.  
  339.     if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  340.  
  341.         if v.Character:FindFirstChild('Head') then
  342.  
  343.             local bill = Instance.new('BillboardGui',v.Character.Head)
  344.  
  345.             bill.Name = "thingyye"
  346.  
  347.             bill.AlwaysOnTop = true
  348.  
  349.             bill.Size = UDim2.new(2,1,2)
  350.  
  351.             bill.Adornee = v.Character.Head
  352.  
  353.             local txt = Instance.new('TextLabel',bill)
  354.  
  355.             txt.Text = v.Name
  356.  
  357.             txt.BackgroundTransparency = 1
  358.  
  359.             txt.Size = UDim2.new(1,0,1,0)
  360.  
  361.             txt.TextColor3 = v.TeamColor.Color
  362.  
  363.         end
  364.  
  365.         for a,c in pairs(v.Character:GetChildren()) do
  366.  
  367.             if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  368.  
  369.                 doit(c)
  370.  
  371.             elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  372.  
  373.             doit(c)
  374.  
  375.             end
  376.  
  377.         end
  378.  
  379.     end
  380.  
  381. end
  382.  
  383. else
  384.  
  385.     but.Text = "ESP On"
  386.  
  387.     on = false
  388.  
  389.     for i,v in pairs(game.Players:GetChildren()) do
  390.  
  391.         undo(v.Character)
  392.  
  393.     end
  394.  
  395. end
  396.  
  397. end)
  398.  
  399.  
  400.  
  401. for i,v in pairs(game.Players:GetChildren()) do
  402.  
  403.     v.CharacterAdded:connect(function()
  404.  
  405.     v.Character:WaitForChild('Head')
  406.  
  407.     wait(1)
  408.  
  409.     if on == true then
  410.  
  411.     if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  412.  
  413.         if v.Character:FindFirstChild('Head') then
  414.  
  415.             local bill = Instance.new('BillboardGui',v.Character.Head)
  416.  
  417.             bill.Name = "thingyye"
  418.  
  419.             bill.AlwaysOnTop = true
  420.  
  421.             bill.Size = UDim2.new(2,1,2)
  422.  
  423.             bill.Adornee = v.Character.Head
  424.  
  425.             local txt = Instance.new('TextLabel',bill)
  426.  
  427.             txt.Text = v.Name
  428.  
  429.             txt.BackgroundTransparency = 1
  430.  
  431.             txt.Size = UDim2.new(1,0,1,0)
  432.  
  433.             txt.TextColo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement