Advertisement
Guest User

Strong v1 Script GUI

a guest
Aug 8th, 2018
3,468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ExploitingGUI = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local ImageLabel_2 = Instance.new("ImageLabel")
  9. local RBWorld2 = Instance.new("TextButton")
  10. local CounterBlox = Instance.new("TextButton")
  11. local CloseButton = Instance.new("TextButton")
  12. local PhantomForces = Instance.new("TextButton")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15. local MurderMystery = Instance.new("TextButton")
  16.  
  17. -- Properties
  18.  
  19. ExploitingGUI.Name = "ExploitingGUI"
  20. ExploitingGUI.Parent = game.CoreGui
  21.  
  22. Main.Name = "Main"
  23. Main.Parent = ExploitingGUI
  24. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  25. Main.BorderSizePixel = 0
  26. Main.Position = UDim2.new(0.235864297, 0, 0.19070904, 0)
  27. Main.Size = UDim2.new(0, 776, 0, 425)
  28. Main.SizeConstraint = Enum.SizeConstraint.RelativeXX
  29. Main.Style = Enum.FrameStyle.RobloxSquare
  30. Main.Draggable = true
  31. Main.ClipsDescendants = true
  32. Main.Active = true
  33.  
  34. Frame.Parent = Main
  35. Frame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  36. Frame.Position = UDim2.new(-0.010309278, 0, -0.014117647, 0)
  37. Frame.Size = UDim2.new(0, 776, 0, 420)
  38.  
  39. TextLabel.Parent = Frame
  40. TextLabel.Active = true
  41. TextLabel.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  42. TextLabel.BorderSizePixel = 0
  43. TextLabel.Position = UDim2.new(0.389175266, 0, 0.0128281936, 0)
  44. TextLabel.Selectable = true
  45. TextLabel.Size = UDim2.new(0, 172, 0, 71)
  46. TextLabel.Font = Enum.Font.SourceSansSemibold
  47. TextLabel.Text = "Strong v1"
  48. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  49. TextLabel.TextScaled = true
  50. TextLabel.TextSize = 17
  51. TextLabel.TextWrapped = true
  52. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  53.  
  54. ImageLabel.Parent = Frame
  55. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  56. ImageLabel.BackgroundTransparency = 1
  57. ImageLabel.BorderSizePixel = 0
  58. ImageLabel.Position = UDim2.new(0.00902059674, 0, -0.000948823988, 0)
  59. ImageLabel.Size = UDim2.new(0, 99, 0, 86)
  60. ImageLabel.Image = "rbxgameasset://Images/strong (1)"
  61.  
  62. ImageLabel_2.Parent = Frame
  63. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  64. ImageLabel_2.BackgroundTransparency = 1
  65. ImageLabel_2.Position = UDim2.new(0.846649468, 0, -0.000700332224, 0)
  66. ImageLabel_2.Size = UDim2.new(0, 99, 0, 86)
  67. ImageLabel_2.Image = "rbxgameasset://Images/strong2"
  68.  
  69. RBWorld2.Name = "RB World 2"
  70. RBWorld2.Parent = Main
  71. RBWorld2.BackgroundColor3 = Color3.new(1, 1, 1)
  72. RBWorld2.Position = UDim2.new(0.0515463986, 0, 0.241584122, 0)
  73. RBWorld2.Size = UDim2.new(0, 276, 0, 97)
  74. RBWorld2.Font = Enum.Font.Highway
  75. RBWorld2.Text = "RB World 2 GUI 🏀"
  76. RBWorld2.TextColor3 = Color3.new(0, 0, 0)
  77. RBWorld2.TextScaled = true
  78. RBWorld2.TextSize = 15
  79. RBWorld2.TextWrapped = true
  80.  
  81. CounterBlox.Name = "Counter Blox"
  82. CounterBlox.Parent = Main
  83. CounterBlox.BackgroundColor3 = Color3.new(1, 1, 1)
  84. CounterBlox.Position = UDim2.new(0.594072163, 0, 0.239603981, 0)
  85. CounterBlox.Size = UDim2.new(0, 276, 0, 97)
  86. CounterBlox.Font = Enum.Font.Highway
  87. CounterBlox.Text = "Counter Blox GUI 🔫"
  88. CounterBlox.TextColor3 = Color3.new(0, 0, 0)
  89. CounterBlox.TextScaled = true
  90. CounterBlox.TextSize = 15
  91. CounterBlox.TextWrapped = true
  92.  
  93. CloseButton.Name = "CloseButton"
  94. CloseButton.Parent = Main
  95. CloseButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  96. CloseButton.BorderSizePixel = 0
  97. CloseButton.Position = UDim2.new(0.956185579, 0, -0.0158415847, 0)
  98. CloseButton.Size = UDim2.new(0, 41, 0, 35)
  99. CloseButton.Font = Enum.Font.SourceSansBold
  100. CloseButton.Text = "X"
  101. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  102. CloseButton.TextSize = 25
  103.  
  104. PhantomForces.Name = "Phantom Forces"
  105. PhantomForces.Parent = Main
  106. PhantomForces.BackgroundColor3 = Color3.new(1, 1, 1)
  107. PhantomForces.Position = UDim2.new(0.0515463911, 0, 0.534653485, 0)
  108. PhantomForces.Size = UDim2.new(0, 276, 0, 97)
  109. PhantomForces.Font = Enum.Font.Highway
  110. PhantomForces.Text = "Phantom Forces GUI"
  111. PhantomForces.TextColor3 = Color3.new(0, 0, 0)
  112. PhantomForces.TextScaled = true
  113. PhantomForces.TextSize = 15
  114. PhantomForces.TextWrapped = true
  115.  
  116. TextLabel_2.Parent = Main
  117. TextLabel_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  118. TextLabel_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  119. TextLabel_2.BorderSizePixel = 0
  120. TextLabel_2.Position = UDim2.new(-0.00128866034, 0, 0.950355232, 0)
  121. TextLabel_2.Size = UDim2.new(0, 106, 0, 25)
  122. TextLabel_2.Font = Enum.Font.SciFi
  123. TextLabel_2.Text = "Made by Strong"
  124. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  125. TextLabel_2.TextSize = 11
  126. TextLabel_2.TextStrokeColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  127. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  128.  
  129. TextLabel_3.Parent = Main
  130. TextLabel_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  131. TextLabel_3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  132. TextLabel_3.BorderSizePixel = 0
  133. TextLabel_3.Position = UDim2.new(0.854381442, 0, 0.959394276, 0)
  134. TextLabel_3.Size = UDim2.new(0, 106, 0, 25)
  135. TextLabel_3.Font = Enum.Font.SciFi
  136. TextLabel_3.Text = "Strong#4718"
  137. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  138. TextLabel_3.TextSize = 12
  139. TextLabel_3.TextStrokeColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  140. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Right
  141.  
  142. MurderMystery.Name = "Murder Mystery"
  143. MurderMystery.Parent = Main
  144. MurderMystery.BackgroundColor3 = Color3.new(1, 1, 1)
  145. MurderMystery.Position = UDim2.new(0.592783511, 0, 0.534653485, 0)
  146. MurderMystery.Size = UDim2.new(0, 276, 0, 97)
  147. MurderMystery.Font = Enum.Font.Highway
  148. MurderMystery.Text = "Murder Mystery GUI 🔪 "
  149. MurderMystery.TextColor3 = Color3.new(0, 0, 0)
  150. MurderMystery.TextScaled = true
  151. MurderMystery.TextSize = 15
  152. MurderMystery.TextWrapped = true
  153. -----------scripts
  154. ----------------------------Buttons-----------------------------------------
  155. CounterBlox.MouseButton1Down:connect(function()
  156. loadstring(game:HttpGet(('https://pastebin.com/raw/QGRFUddK'),true))()
  157. end)
  158.  
  159. RBWorld2.MouseButton1Down:connect(function()
  160. loadstring(game:HttpGet(('https://pastebin.com/raw/7jMjPVJH'),true))()
  161. end)
  162.  
  163. PhantomForces.MouseButton1Down:connect(function()
  164. loadstring(game:GetObjects('rbxassetid://2174390318')[1].Source)()
  165. end)
  166. MurderMystery.MouseButton1Down:connect (function()
  167. loadstring(game:HttpGet(('https://pastebin.com/raw/VFpMNMye'), true))()
  168. end)
  169.  
  170. -----------------------------------------------------------------------------
  171.  
  172. CloseButton.MouseButton1Down:connect(function()
  173. game.CoreGui.ExploitingGUI:Destroy()
  174. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement