Advertisement
HAXCK

Haxck

Dec 12th, 2019
2,426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Version: 2.82
  2. -- Instances:
  3. local ArsenalScript = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local MainName = Instance.new("TextLabel")
  6. local Aimbot = Instance.new("TextButton")
  7. local ESP = Instance.new("TextButton")
  8. local Close = Instance.new("TextButton")
  9. local OpenFrame = Instance.new("Frame")
  10. local Open = Instance.new("TextButton")
  11. --Properties:
  12. ArsenalScript.Name = "ArsenalScript"
  13. ArsenalScript.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. ArsenalScript.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. MainFrame.Name = "MainFrame"
  17. MainFrame.Parent = ArsenalScript
  18. MainFrame.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  19. MainFrame.BackgroundTransparency = 0.44999998807907
  20. MainFrame.Position = UDim2.new(0.332874835, 0, 0.200501248, 0)
  21. MainFrame.Size = UDim2.new(0, 285, 0, 286)
  22.  
  23. MainName.Name = "MainName"
  24. MainName.Parent = MainFrame
  25. MainName.BackgroundColor3 = Color3.new(1, 1, 1)
  26. MainName.BackgroundTransparency = 0.44999998807907
  27. MainName.Size = UDim2.new(0, 285, 0, 50)
  28. MainName.Font = Enum.Font.SourceSans
  29. MainName.Text = "Arsenal GUI"
  30. MainName.TextColor3 = Color3.new(0, 0, 0)
  31. MainName.TextScaled = true
  32. MainName.TextSize = 14
  33. MainName.TextWrapped = true
  34.  
  35. Aimbot.Name = "Aimbot"
  36. Aimbot.Parent = MainFrame
  37. Aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Aimbot.BackgroundTransparency = 0.44999998807907
  39. Aimbot.Position = UDim2.new(
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement