Advertisement
chandreeeee

Untitled

Aug 11th, 2019
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. local Arsenal = Instance.new("ScreenGui")
  2. local OpenFrame = Instance.new("Frame")
  3. local Title = Instance.new("TextLabel")
  4. local God = Instance.new("TextButton")
  5. local Aimbot = Instance.new("TextButton")
  6. local Bhop = Instance.new("TextButton")
  7. local Coming = Instance.new("TextButton")
  8. local Credits = Instance.new("TextLabel")
  9. local TextLabel = Instance.new("TextLabel")
  10. local Close = Instance.new("TextButton")
  11. local Frame = Instance.new("Frame")
  12. local open = Instance.new("TextButton")
  13.  
  14. Arsenal.Name = "Arsenal"
  15. Arsenal.Parent = game.CoreGui
  16. Arsenal.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. OpenFrame.Name = "OpenFrame"
  19. OpenFrame.Parent = Arsenal
  20. OpenFrame.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  21. OpenFrame.BackgroundTransparency = 0.30000001192093
  22. OpenFrame.BorderColor3 = Color3.new(1, 0.952941, 0.431373)
  23. OpenFrame.BorderSizePixel = 5
  24. OpenFrame.Position = UDim2.new(0.0965618193, 0, 0.325072885, 0)
  25. OpenFrame.Size = UDim2.new(0, 350, 0, 267)
  26. OpenFrame.Active = true
  27. OpenFrame.Draggable = true
  28.  
  29. Title.Name = "Title"
  30. Title.Parent = OpenFrame
  31. Title.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  32. Title.BackgroundTransparency = 1
  33. Title.BorderColor3 = Color3.new(1, 1, 1)
  34. Title.Size = UDim2.new(0, 350, 0, 50)
  35. Title.Font = Enum.Font.Antique
  36. Title.Text = "Perfection GUI V1"
  37. Title.TextColor3 = Color3.new(0, 0, 0)
  38. Title.TextSize = 50
  39. Title.TextWrapped = true
  40.  
  41. God.Name = "God"
  42. God.Parent = OpenFrame
  43. God.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
  44. God.BorderColor3 = Color3.new(0.333333, 0.129412, 0.298039)
  45. God.Position = UDim2.new(0.100000001, 0, 0.337078661, 0)
  46. God.Size = UDim2.new(0, 120, 0, 50)
  47. God.Style = Enum.ButtonStyle.RobloxRoundButton
  48. God.Font = Enum.Font.Antique
  49. God.Text = "God mode"
  50. God.TextColor3 = Color3.new(0, 0, 0)
  51. God.TextSize = 40
  52. God.MouseButton1Down:connect(function()
  53. game.Players.LocalPlayer.Character.Damage:Destroy()
  54.  
  55. end)
  56.  
  57. Aimbot.Name = "Aimbot"
  58. Aimbot.Parent = OpenFrame
  59. Aimbot.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
  60. Aimbot.BorderColor3 = Color3.new(0.333333, 0.129412, 0.298039)
  61. Aimbot.Position = UDim2.new(0.557142854, 0, 0.337078661, 0)
  62. Aimbot.Size = UDim2.new(0, 120, 0, 50)
  63. Aimbot.Style = Enum.ButtonStyle.RobloxRoundButton
  64. Aimbot.Font = Enum.Font.Antique
  65. Aimbot.Text = "Aimbot"
  66. Aimbot.TextColor3 = Color3.new(0, 0, 0)
  67. Aimbot.TextSize = 40
  68. Aimbot.MouseButton1Down:connect(function()
  69. loadstring(game:HttpGet("https://pastebin.com/raw/XXsMmCy8", true))()
  70.  
  71. end)
  72.  
  73.  
  74. Bhop.Name = "Bhop"
  75. Bhop.Parent = OpenFrame
  76. Bhop.BackgroundColor3 = Color3.new(0.509804, 0.509804, 0.509804)
  77. Bhop.BorderColor3 = Color3.new(0.333333, 0.129412, 0.298039)
  78. Bhop.Position = UDim2.new(0.100000001, 0, 0.662921369, 0)
  79. Bhop.Size = UDim2.new(0, 120, 0, 50)
  80. Bhop.Style = Enum.ButtonStyle.RobloxRoundButton
  81. Bhop.Font = Enum.Font.Antique
  82. Bhop.Text = "Coming Soon!"
  83. Bhop.TextColor3 = Color3.new(0, 0, 0)
  84. Bhop.TextSize = 30
  85. Bhop.MouseButton1Down:connect(function()
  86.  
  87. end)
  88.  
  89. Coming.Name = "Coming"
  90. Coming.Parent = OpenFrame
  91. Coming.BackgroundColor3 = Color3.new(0.647059, 1, 0.360784)
  92. Coming.BorderColor3 = Color3.new(0.333333, 0.129412, 0.298039)
  93. Coming.Position = UDim2.new(0.557142854, 0, 0.662921369, 0)
  94. Coming.Size = UDim2.new(0, 120, 0, 50)
  95. Coming.Style = Enum.ButtonStyle.RobloxRoundButton
  96. Coming.Font = Enum.Font.Antique
  97. Coming.Text = "Coming Soon!"
  98. Coming.TextColor3 = Color3.new(0, 0, 0)
  99. Coming.TextSize = 30
  100.  
  101. Credits.Name = "Credits"
  102. Credits.Parent = OpenFrame
  103. Credits.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  104. Credits.BackgroundTransparency = 0.30000001192093
  105. Credits.BorderColor3 = Color3.new(0.92549, 1, 0.0745098)
  106. Credits.BorderSizePixel = 2
  107. Credits.Position = UDim2.new(0.5, 0, 0.943820238, 0)
  108. Credits.Size = UDim2.new(0, 175, 0, 15)
  109. Credits.Font = Enum.Font.Cartoon
  110. Credits.Text = "GUI Made By Markus"
  111. Credits.TextColor3 = Color3.new(0, 0, 0)
  112. Credits.TextSize = 20
  113.  
  114. TextLabel.Parent = OpenFrame
  115. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  116. TextLabel.BackgroundTransparency = 1
  117. TextLabel.Position = UDim2.new(0.214285716, 0, 0.149812728, 0)
  118. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  119. TextLabel.Font = Enum.Font.Antique
  120. TextLabel.Text = "Arsenal Edition"
  121. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  122. TextLabel.TextSize = 40
  123.  
  124. Close.Name = "Close"
  125. Close.Parent = OpenFrame
  126. Close.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  127. Close.BorderSizePixel = 0
  128. Close.Position = UDim2.new(0.869837999, 0, -0.00141948462, 0)
  129. Close.Size = UDim2.new(0, 45, 0, 31)
  130. Close.Font = Enum.Font.Fantasy
  131. Close.Text = "X"
  132. Close.TextColor3 = Color3.new(0, 0, 0)
  133. Close.TextSize = 40
  134. Close.MouseButton1Down:connect(function()
  135. Frame.Visible = true
  136. OpenFrame.Visible = false
  137. end)
  138.  
  139. Frame.Parent = Arsenal
  140. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  141. Frame.BackgroundTransparency = 1
  142. Frame.Position = UDim2.new(0, 0, 0.473760992, 0)
  143. Frame.Size = UDim2.new(0, 135, 0, 69)
  144.  
  145. open.Name = "open"
  146. open.Parent = Frame
  147. open.BackgroundColor3 = Color3.new(1, 1, 1)
  148. open.BorderColor3 = Color3.new(1, 1, 1)
  149. open.Position = UDim2.new(0, 0, 0.25, 0)
  150. open.Size = UDim2.new(0, 132, 0, 50)
  151. open.Style = Enum.ButtonStyle.RobloxButton
  152. open.Font = Enum.Font.Garamond
  153. open.Text = "Open"
  154. open.TextColor3 = Color3.new(1, 1, 1)
  155. open.TextSize = 50
  156. open.MouseButton1Down:connect(function()
  157. Frame.Visible = false
  158. OpenFrame.Visible = true
  159.  
  160. end)
  161.  
  162.  
  163. open.MouseBButtonDown:connect(function()
  164. OpenFrame.Visible = true
  165. Frame.Visible = false
  166. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement