Advertisement
Guest User

Tool gui

a guest
Mar 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local RemoteSpy = Instance.new("TextButton")
  4. local Dex = Instance.new("TextButton")
  5. local Other = Instance.new("TextButton")
  6. local FrameB = Instance.new("Frame")
  7. local Other_2 = Instance.new("TextLabel")
  8. local InfYeildFe = Instance.new("TextButton")
  9. local Esp = Instance.new("TextButton")
  10. local Remote_Viewer = Instance.new("TextButton")
  11. local Back = Instance.new("TextButton")
  12. local UtilitiesHub = Instance.new("TextLabel")
  13. local Close = Instance.new("TextButton")
  14.  
  15. --Properties:
  16. ScreenGui.Parent = game.CoreGui
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. function onKeyPress(inputObject, gameProcessedEvent)
  20. if inputObject.KeyCode == Enum.KeyCode.LeftAlt then
  21. if Main.Visible == false then
  22. Main.Visible = true
  23. else
  24. Main.Visible = false
  25. end
  26. end
  27. end
  28.  
  29. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  30.  
  31. Main.Name = "Main"
  32. Main.Parent = ScreenGui
  33. Main.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  34. Main.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  35. Main.Position = UDim2.new(0.587797642, 0, 0.356940508, 0)
  36. Main.Size = UDim2.new(0, 263, 0, 299)
  37.  
  38. Main.Visible = false
  39.  
  40. RemoteSpy.Name = "RemoteSpy"
  41. RemoteSpy.Parent = Main
  42. RemoteSpy.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  43. RemoteSpy.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  44. RemoteSpy.Position = UDim2.new(0.0418250933, 0, 0.173913047, 0)
  45. RemoteSpy.Size = UDim2.new(0, 236, 0, 50)
  46. RemoteSpy.Font = Enum.Font.SourceSans
  47. RemoteSpy.Text = "RemoteSpy"
  48. RemoteSpy.TextColor3 = Color3.new(1, 1, 1)
  49. RemoteSpy.TextScaled = true
  50. RemoteSpy.TextSize = 14
  51. RemoteSpy.TextWrapped = true
  52. RemoteSpy.MouseButton1Down:Connect(function()
  53. loadstring(game:HttpGet("https://pastebin.com/raw/JfXaL0RK", true))()
  54. end)
  55.  
  56. Dex.Name = "Dex"
  57. Dex.Parent = Main
  58. Dex.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  59. Dex.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  60. Dex.Position = UDim2.new(0.0418250933, 0, 0.414715707, 0)
  61. Dex.Size = UDim2.new(0, 236, 0, 50)
  62. Dex.Font = Enum.Font.SourceSans
  63. Dex.Text = "Dex Explorer"
  64. Dex.TextColor3 = Color3.new(1, 1, 1)
  65. Dex.TextScaled = true
  66. Dex.TextSize = 14
  67. Dex.TextWrapped = true
  68. Dex.MouseButton1Down:Connect(function()
  69. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  70. end)
  71.  
  72. Other.Name = "Other"
  73. Other.Parent = Main
  74. Other.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  75. Other.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  76. Other.Position = UDim2.new(0.0494296551, 0, 0.658862829, 0)
  77. Other.Size = UDim2.new(0, 236, 0, 50)
  78. Other.Font = Enum.Font.SourceSans
  79. Other.Text = "Other"
  80. Other.TextColor3 = Color3.new(1, 1, 1)
  81. Other.TextScaled = true
  82. Other.TextSize = 14
  83. Other.TextWrapped = true
  84.  
  85. Other.MouseButton1Down:Connect(function()
  86. FrameB.Visible = true
  87. end)
  88.  
  89. FrameB.Name = "FrameB"
  90. FrameB.Parent = Other
  91. FrameB.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  92. FrameB.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  93. FrameB.Position = UDim2.new(-1.16949153, 0, -3.94000006, 0)
  94. FrameB.Size = UDim2.new(0, 263, 0, 299)
  95.  
  96. FrameB.Visible = false
  97.  
  98. Other_2.Name = "Other"
  99. Other_2.Parent = FrameB
  100. Other_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  101. Other_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  102. Other_2.Size = UDim2.new(0, 263, 0, 24)
  103. Other_2.Font = Enum.Font.SourceSans
  104. Other_2.Text = "Other"
  105. Other_2.TextColor3 = Color3.new(1, 1, 1)
  106. Other_2.TextScaled = true
  107. Other_2.TextSize = 14
  108. Other_2.TextWrapped = true
  109.  
  110. Other.MouseButton1Down:Connect(function()
  111. FrameB.visible = true
  112. Main.visible = false
  113. end)
  114.  
  115. InfYeildFe.Name = "InfYeildFe"
  116. InfYeildFe.Parent = FrameB
  117. InfYeildFe.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  118. InfYeildFe.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  119. InfYeildFe.Position = UDim2.new(0.0418250933, 0, 0.173913047, 0)
  120. InfYeildFe.Size = UDim2.new(0, 236, 0, 50)
  121. InfYeildFe.Font = Enum.Font.SourceSans
  122. InfYeildFe.Text = "Inf Yeild Fe"
  123. InfYeildFe.TextColor3 = Color3.new(1, 1, 1)
  124. InfYeildFe.TextScaled = true
  125. InfYeildFe.TextSize = 14
  126. InfYeildFe.TextWrapped = true
  127. InfYeildFe.MouseButton1Down:Connect(function()
  128. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  129. end)
  130.  
  131. Esp.Name = "Esp"
  132. Esp.Parent = FrameB
  133. Esp.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  134. Esp.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  135. Esp.Position = UDim2.new(0.0418250933, 0, 0.414715707, 0)
  136. Esp.Size = UDim2.new(0, 236, 0, 50)
  137. Esp.Font = Enum.Font.SourceSans
  138. Esp.Text = "Esp (F)"
  139. Esp.TextColor3 = Color3.new(1, 1, 1)
  140. Esp.TextScaled = true
  141. Esp.TextSize = 14
  142. Esp.TextWrapped = true
  143. Esp.MouseButton1Down:Connect(function()
  144. loadstring(game:HttpGet(('https://pastebin.com/raw/qd4KteJn'),true))()
  145. end)
  146.  
  147. Remote_Viewer.Name = "Remote_Viewer"
  148. Remote_Viewer.Parent = FrameB
  149. Remote_Viewer.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  150. Remote_Viewer.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  151. Remote_Viewer.Position = UDim2.new(0.0418250933, 0, 0.658862829, 0)
  152. Remote_Viewer.Size = UDim2.new(0, 236, 0, 50)
  153. Remote_Viewer.Font = Enum.Font.SourceSans
  154. Remote_Viewer.Text = "Remote Viewer and Vire-r"
  155. Remote_Viewer.TextColor3 = Color3.new(1, 1, 1)
  156. Remote_Viewer.TextScaled = true
  157. Remote_Viewer.TextSize = 14
  158. Remote_Viewer.TextWrapped = true
  159. Remote_Viewer.MouseButton1Down:Connect(function()
  160. loadstring(game:HttpGet(('https://pastebin.com/raw/yDkiNu7R'),true))()
  161. end)
  162.  
  163. Back.Name = "Back"
  164. Back.Parent = FrameB
  165. Back.BackgroundColor3 = Color3.new(1, 1, 1)
  166. Back.BackgroundTransparency = 1
  167. Back.Position = UDim2.new(0.89353615, 0, 0, 0)
  168. Back.Size = UDim2.new(0, 28, 0, 24)
  169. Back.Font = Enum.Font.GothamBold
  170. Back.Text = "-"
  171. Back.TextColor3 = Color3.new(1, 1, 1)
  172. Back.TextScaled = true
  173. Back.TextSize = 14
  174. Back.TextWrapped = true
  175.  
  176. Back.MouseButton1Down:Connect(function()
  177. FrameB.Visible = false
  178. end)
  179.  
  180. UtilitiesHub.Name = "Utilities Hub"
  181. UtilitiesHub.Parent = Main
  182. UtilitiesHub.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  183. UtilitiesHub.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  184. UtilitiesHub.Size = UDim2.new(0, 263, 0, 24)
  185. UtilitiesHub.Font = Enum.Font.SourceSans
  186. UtilitiesHub.Text = "Utilities Hub"
  187. UtilitiesHub.TextColor3 = Color3.new(1, 1, 1)
  188. UtilitiesHub.TextScaled = true
  189. UtilitiesHub.TextSize = 14
  190. UtilitiesHub.TextWrapped = true
  191.  
  192. Close.Name = "Close"
  193. Close.Parent = Main
  194. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  195. Close.BackgroundTransparency = 1
  196. Close.Position = UDim2.new(0.89353615, 0, 0, 0)
  197. Close.Size = UDim2.new(0, 28, 0, 24)
  198. Close.Font = Enum.Font.GothamBold
  199. Close.Text = "X"
  200. Close.TextColor3 = Color3.new(1, 1, 1)
  201. Close.TextScaled = true
  202. Close.TextSize = 14
  203. Close.TextWrapped = true
  204. Close.MouseButton1Down:Connect(function()
  205. ScreenGui:Destroy()
  206. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement