forgetfuldingo

ArsenalFinal

Aug 9th, 2020 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. -- Instances:
  2.  
  3.  
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6.  
  7. local GUIBody = Instance.new("Frame")
  8.  
  9. local ImageLabel = Instance.new("ImageLabel")
  10.  
  11. local JailShitter = Instance.new("TextButton")
  12.  
  13. local Close = Instance.new("TextButton")
  14.  
  15. local OpenMain = Instance.new("Frame")
  16.  
  17. local OpenButton = Instance.new("TextButton")
  18.  
  19.  
  20.  
  21. --Properties:
  22.  
  23.  
  24.  
  25. ScreenGui.Parent = game.CoreGui
  26.  
  27.  
  28.  
  29. GUIBody.Name = "GUIBody"
  30.  
  31. GUIBody.Parent = ScreenGui
  32.  
  33. GUIBody.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34.  
  35. GUIBody.Position = UDim2.new(0.247040257, 0, 0.205159709, 0)
  36.  
  37. GUIBody.Size = UDim2.new(0, 640, 0, 480)
  38.  
  39. GUIBody.Active = true
  40.  
  41. GUIBody.Draggable = true
  42.  
  43.  
  44.  
  45. ImageLabel.Parent = GUIBody
  46.  
  47. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48.  
  49. ImageLabel.Size = UDim2.new(0, 640, 0, 480)
  50.  
  51. ImageLabel.Image = "rbxassetid://5518261794"
  52.  
  53.  
  54.  
  55. JailShitter.Name = "JailShitter"
  56.  
  57. JailShitter.Parent = GUIBody
  58.  
  59. JailShitter.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60.  
  61. JailShitter.Position = UDim2.new(0.34375, 0, 0.208333328, 0)
  62.  
  63. JailShitter.Size = UDim2.new(0, 200, 0, 50)
  64.  
  65. JailShitter.Font = Enum.Font.ArialBold
  66.  
  67. JailShitter.Text = "Aimbot and ESP"
  68.  
  69. JailShitter.TextColor3 = Color3.fromRGB(0, 0, 0)
  70.  
  71. JailShitter.TextSize = 25.000
  72.  
  73. JailShitter.MouseButton1Down:connect(function()JailShitter.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  74.  
  75. end)
  76.  
  77. JailShitter.TextWrapped = true
  78.  
  79. JailShitter.MouseButton1Down:connect(function()
  80.  
  81. loadstring(game:HttpGet('https://pastebin.com/raw/hTR5ZWR9'))()
  82.  
  83. end)
  84.  
  85.  
  86.  
  87. Close.Name = "Close"
  88.  
  89. Close.Parent = GUIBody
  90.  
  91. Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  92.  
  93. Close.Position = UDim2.new(0.953125, 0, 0, 0)
  94.  
  95. Close.Size = UDim2.new(0, 30, 0, 30)
  96.  
  97. Close.Font = Enum.Font.SourceSans
  98.  
  99. Close.Text = "X"
  100.  
  101. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  102.  
  103. Close.TextScaled = true
  104.  
  105. Close.TextSize = 14.000
  106.  
  107. Close.TextWrapped = true
  108.  
  109. Close.MouseButton1Down:connect(function()
  110.  
  111. GUIBody.Visible = false
  112.  
  113. OpenMain.Visible = true
  114.  
  115. end)
  116.  
  117.  
  118.  
  119.  
  120.  
  121. OpenMain.Name = "OpenMain"
  122.  
  123. OpenMain.Parent = ScreenGui
  124.  
  125. OpenMain.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
  126.  
  127. OpenMain.Position = UDim2.new(0, 0, 0.444717467, 0)
  128.  
  129. OpenMain.Size = UDim2.new(0, 80, 0, 60)
  130.  
  131. OpenMain.Draggable = true
  132.  
  133. OpenMain.Active = true
  134.  
  135.  
  136.  
  137. OpenButton.Name = "OpenButton"
  138.  
  139. OpenButton.Parent = OpenMain
  140.  
  141. OpenButton.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  142.  
  143. OpenButton.Size = UDim2.new(0, 80, 0, 40)
  144.  
  145. OpenButton.Font = Enum.Font.SourceSans
  146.  
  147. OpenButton.Text = "Open"
  148.  
  149. OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  150.  
  151. OpenButton.TextSize = 14.000
  152.  
  153. OpenButton.MouseButton1Down:connect(function()
  154.  
  155. GUIBody.Visible = true
  156.  
  157. OpenMain.Visible = false
  158.  
  159. end)
  160.  
  161. -- end of arsenal script
Add Comment
Please, Sign In to add comment