Advertisement
nuggetboiiyeet

ArseFucker

Dec 9th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.86 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ArsenalHub = Instance.new("ScreenGui")
  7. local ArseFuck = Instance.new("ScrollingFrame")
  8. local Title = Instance.new("TextLabel")
  9. local ArsenalHack1 = Instance.new("TextButton")
  10. local ArsenalHack2 = Instance.new("TextButton")
  11. local ComingSoon2 = Instance.new("TextLabel")
  12. local CloseButton2 = Instance.new("TextButton")
  13. local OpenFrame2 = Instance.new("Frame")
  14. local OpenButton2 = Instance.new("TextButton")
  15. local Discord2 = Instance.new("TextLabel")
  16.  
  17. --Properties:
  18.  
  19. ArsenalHub.Name = "ArsenalHub"
  20. ArsenalHub.Parent = game.CoreGui
  21.  
  22. ArseFuck.Name = "ArseFuck"
  23. ArseFuck.Parent = ArsenalHub
  24. ArseFuck.BackgroundColor3 = Color3.new(0, 0, 0)
  25. ArseFuck.BackgroundTransparency = 0.5
  26. ArseFuck.Position = UDim2.new(0.485454589, 0, 0.207650244, 0)
  27. ArseFuck.Size = UDim2.new(0, 468, 0, 333)
  28. ArseFuck.Visible = false
  29. ArseFuck.Draggable = true
  30. ArseFuck.Active = true
  31.  
  32. Title.Name = "Title"
  33. Title.Parent = ArseFuck
  34. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Title.BackgroundTransparency = 1
  36. Title.Size = UDim2.new(0, 454, 0, 50)
  37. Title.Font = Enum.Font.SciFi
  38. Title.Text = "ArseFuck"
  39. Title.TextColor3 = Color3.new(0, 0.870588, 0)
  40. Title.TextScaled = true
  41. Title.TextSize = 14
  42. Title.TextWrapped = true
  43.  
  44. ArsenalHack1.Name = "ArsenalHack1"
  45. ArsenalHack1.Parent = ArseFuck
  46. ArsenalHack1.BackgroundColor3 = Color3.new(1, 1, 1)
  47. ArsenalHack1.BackgroundTransparency = 0.5
  48. ArsenalHack1.Position = UDim2.new(0.014957265, 0, 0.0488910973, 0)
  49. ArsenalHack1.Size = UDim2.new(0, 454, 0, 50)
  50. ArsenalHack1.Font = Enum.Font.Cartoon
  51. ArsenalHack1.Text = "ESP and Aimbot"
  52. ArsenalHack1.TextColor3 = Color3.new(0, 0, 0)
  53. ArsenalHack1.TextScaled = true
  54. ArsenalHack1.TextSize = 14
  55. ArsenalHack1.TextWrapped = true
  56. ArsenalHack1.MouseButton1Down:connect(function()
  57. loadstring(game:HttpGet(('https://pastebin.com/raw/VHCWyUSz'),true))()
  58. end)
  59.  
  60. ArsenalHack2.Name = "ArsenalHack2"
  61. ArsenalHack2.Parent = ArseFuck
  62. ArsenalHack2.BackgroundColor3 = Color3.new(1, 1, 1)
  63. ArsenalHack2.BackgroundTransparency = 0.5
  64. ArsenalHack2.Position = UDim2.new(0.014957265, 0, 0.107634261, 0)
  65. ArsenalHack2.Size = UDim2.new(0, 454, 0, 50)
  66. ArsenalHack2.Font = Enum.Font.Cartoon
  67. ArsenalHack2.Text = "Torso Expander"
  68. ArsenalHack2.TextColor3 = Color3.new(0, 0, 0)
  69. ArsenalHack2.TextScaled = true
  70. ArsenalHack2.TextSize = 14
  71. ArsenalHack2.TextWrapped = true
  72. ArsenalHack2.MouseButton1Down:connect(function()
  73. loadstring(game:HttpGet(('https://pastebin.com/raw/Qh8j8kf1'),true))()
  74. end)
  75.  
  76. ComingSoon2.Name = "Coming Soon...2"
  77. ComingSoon2.Parent = ArseFuck
  78. ComingSoon2.BackgroundColor3 = Color3.new(1, 1, 1)
  79. ComingSoon2.BackgroundTransparency = 1
  80. ComingSoon2.Position = UDim2.new(0, 0, 0.170765027, 0)
  81. ComingSoon2.Size = UDim2.new(0, 454, 0, 50)
  82. ComingSoon2.Font = Enum.Font.SciFi
  83. ComingSoon2.Text = "Scripts Coming Soon.."
  84. ComingSoon2.TextColor3 = Color3.new(1, 0, 0)
  85. ComingSoon2.TextScaled = true
  86. ComingSoon2.TextSize = 14
  87. ComingSoon2.TextWrapped = true
  88.  
  89. CloseButton2.Name = "CloseButton2"
  90. CloseButton2.Parent = ArseFuck
  91. CloseButton2.BackgroundColor3 = Color3.new(1, 1, 1)
  92. CloseButton2.BackgroundTransparency = 1
  93. CloseButton2.Size = UDim2.new(0, 54, 0, 50)
  94. CloseButton2.Font = Enum.Font.SourceSans
  95. CloseButton2.Text = "X"
  96. CloseButton2.TextColor3 = Color3.new(1, 0, 0)
  97. CloseButton2.TextScaled = true
  98. CloseButton2.TextSize = 14
  99. CloseButton2.TextWrapped = true
  100. CloseButton2.MouseButton1Down:connect(function()
  101. ArseFuck.Visible = false-- Makes the gui visible
  102. OpenFrame2.Visible = true-- Makes the open button invisible
  103. end)
  104.  
  105. OpenFrame2.Name = "OpenFrame2"
  106. OpenFrame2.Parent = ArsenalHub
  107. OpenFrame2.BackgroundColor3 = Color3.new(0, 0, 0)
  108. OpenFrame2.BackgroundTransparency = 0.5
  109. OpenFrame2.Position = UDim2.new(0.24666667, 0, 0.293667853, 0)
  110. OpenFrame2.Size = UDim2.new(0, 235, 0, 95)
  111. OpenFrame2.Draggable = true
  112. OpenFrame2.Active = true
  113.  
  114. OpenButton2.Name = "OpenButton2"
  115. OpenButton2.Parent = OpenFrame2
  116. OpenButton2.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  117. OpenButton2.BackgroundTransparency = 0.5
  118. OpenButton2.BorderSizePixel = 0
  119. OpenButton2.Position = UDim2.new(0.0255319141, 0, 0.389473677, 0)
  120. OpenButton2.Size = UDim2.new(0, 222, 0, 50)
  121. OpenButton2.Font = Enum.Font.GothamBold
  122. OpenButton2.Text = "Open"
  123. OpenButton2.TextColor3 = Color3.new(1, 1, 1)
  124. OpenButton2.TextScaled = true
  125. OpenButton2.TextSize = 14
  126. OpenButton2.TextWrapped = true
  127. OpenButton2.MouseButton1Down:connect(function()
  128. ArseFuck.Visible = true -- Makes the gui visible
  129. OpenFrame2.Visible = false -- Makes the open button invisible
  130. end)
  131.  
  132. Discord2.Name = "Discord2"
  133. Discord2.Parent = OpenFrame2
  134. Discord2.BackgroundColor3 = Color3.new(1, 1, 1)
  135. Discord2.BackgroundTransparency = 1
  136. Discord2.Size = UDim2.new(0, 235, 0, 29)
  137. Discord2.Font = Enum.Font.Highway
  138. Discord2.Text = "made by zeronug.mp3#8640"
  139. Discord2.TextColor3 = Color3.new(1, 1, 1)
  140. Discord2.TextScaled = true
  141. Discord2.TextSize = 14
  142. Discord2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement