Guest User

Untitled

a guest
Nov 18th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. -- GUI Made By Destroyer - Hacks
  2. -- Version: V1
  3. -- Instances:
  4. local RobloxGUI = Instance.new("ScreenGui")
  5. local MainGUI = Instance.new("ImageLabel")
  6. local CREDITS = Instance.new("TextBox")
  7. local GodMode = Instance.new("TextButton")
  8. local CLOSEGUI = Instance.new("TextButton")
  9. local StrucidAimbot = Instance.new("TextButton")
  10. local INFJump = Instance.new("TextButton")
  11. local Title = Instance.new("TextLabel")
  12. local DiscordShoutout = Instance.new("TextBox")
  13. local OPENGUI = Instance.new("Frame")
  14. local OpenButton = Instance.new("TextButton")
  15. --Properties:
  16. RobloxGUI.Name = "Roblox GUI"
  17. RobloxGUI.Parent = game.CoreGui
  18.  
  19. MainGUI.Active = true
  20. MainGUI.Draggable = true -- Makes GUI Draggable
  21.  
  22. MainGUI.Name = "Main GUI"
  23. MainGUI.Parent = RobloxGUI
  24. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  25. MainGUI.BackgroundTransparency = 1
  26. MainGUI.Position = UDim2.new(0.253940731, 0, 0.0637502819, 0)
  27. MainGUI.Size = UDim2.new(0, 661, 0, 467)
  28. MainGUI.Visible = false
  29. MainGUI.Image = "rbxassetid://2851926732"
  30. MainGUI.ImageColor3 = Color3.new(0.305882, 1, 0.584314)
  31. MainGUI.ScaleType = Enum.ScaleType.Slice
  32. MainGUI.SliceCenter = Rect.new(12, 12, 12, 12)
  33.  
  34. CREDITS.Name = "CREDITS"
  35. CREDITS.Parent = MainGUI
  36. CREDITS.BackgroundColor3 = Color3.new(1, 0.0196078, 0.0196078)
  37. CREDITS.BorderColor3 = Color3.new(0.0509804, 0.647059, 0.4)
  38. CREDITS.Position = UDim2.new(0, 0, 0.883083642, 0)
  39. CREDITS.Size = UDim2.new(0, 661, 0, 53)
  40. CREDITS.Font = Enum.Font.SourceSans
  41. CREDITS.Text = "GUI Made By SkiddieChilds#0846"
  42. CREDITS.TextColor3 = Color3.new(0.152941, 1, 0.760784)
  43. CREDITS.TextScaled = true
  44. CREDITS.TextSize = 14
  45. CREDITS.TextWrapped = true
  46.  
  47. GodMode.Name = "GodMode"
  48. GodMode.Parent = MainGUI
  49. GodMode.BackgroundColor3 = Color3.new(0.329412, 0.686275, 1)
  50. GodMode.Position = UDim2.new(0.192133129, 0, 0.154175594, 0)
  51. GodMode.Size = UDim2.new(0, 406, 0, 67)
  52. GodMode.Font = Enum.Font.Cartoon
  53. GodMode.Text = "God Mode GUI"
  54. GodMode.TextColor3 = Color3.new(1, 0, 0)
  55. GodMode.TextScaled = true
  56. GodMode.TextSize = 14
  57. GodMode.TextStrokeTransparency = 3
  58. GodMode.TextWrapped = true
  59. GodMode.MouseButton1Click:connect(function()
  60. loadstring(game:HttpGet("https://pastebin.com/2rV0gXf4", true))()
  61.  
  62. print("Working"
  63. )
  64. end)
  65.  
  66. CLOSEGUI.Name = "CLOSE GUI"
  67. CLOSEGUI.Parent = MainGUI
  68. CLOSEGUI.BackgroundColor3 = Color3.new(0.913726, 0.262745, 1)
  69. CLOSEGUI.Position = UDim2.new(0.919818461, 0, 0, 0)
  70. CLOSEGUI.Size = UDim2.new(0, 53, 0, 50)
  71. CLOSEGUI.Font = Enum.Font.SourceSans
  72. CLOSEGUI.Text = "X"
  73. CLOSEGUI.TextColor3 = Color3.new(1, 0, 0)
  74. CLOSEGUI.TextScaled = true
  75. CLOSEGUI.TextSize = 14
  76. CLOSEGUI.TextWrapped = true
  77. CLOSEGUI.MouseButton1Click:connect(function() -- Closes GUI When Clicked
  78. MainGUI.Visible = false -- Makes The Main GUI Invisible
  79. OPENGUI.Visible = true -- Makes The Open Button Visible Again
  80. end)
  81.  
  82. StrucidAimbot.Name = "Fuck Niggas Up Aimbot"
  83. StrucidAimbot.Parent = MainGUI
  84. StrucidAimbot.BackgroundColor3 = Color3.new(1, 0.854902, 0.262745)
  85. StrucidAimbot.Position = UDim2.new(0.192133129, 0, 0.398286939, 0)
  86. StrucidAimbot.Size = UDim2.new(0, 406, 0, 65)
  87. StrucidAimbot.Font = Enum.Font.Cartoon
  88. StrucidAimbot.Text = "DADDY MELODIES"
  89. StrucidAimbot.TextColor3 = Color3.new(0.0352941, 0.164706, 0.890196)
  90. StrucidAimbot.TextScaled = true
  91. StrucidAimbot.TextSize = 14
  92. StrucidAimbot.TextWrapped = true
  93. StrucidAimbot.MouseButton1Click:connect(function()
  94. loadstring(game:HttpGet("https://pastebin.com/raw/61vdJN2e", true))()
  95.  
  96. print("Working")
  97.  
  98. -- Strucid Aimbot GUI
  99. end)
  100.  
  101. INFJump.Name = "INF Jump"
  102. INFJump.Parent = MainGUI
  103. INFJump.BackgroundColor3 = Color3.new(1, 0, 1)
  104. INFJump.Position = UDim2.new(0.192133129, 0, 0.655246258, 0)
  105. INFJump.Size = UDim2.new(0, 406, 0, 60)
  106. INFJump.Font = Enum.Font.Cartoon
  107. INFJump.Text = "INF JUMP"
  108. INFJump.TextColor3 = Color3.new(1, 1, 1)
  109. INFJump.TextScaled = true
  110. INFJump.TextSize = 14
  111. INFJump.TextWrapped = true
  112. INFJump.MouseButton1Click:connect(function()
  113. loadstring(game:HttpGet("https://pastebin.com/raw/KDjwLJhu", true))()
  114.  
  115. print("Working")
  116.  
  117. -- Inf Jump For Strucid
  118. end)
  119.  
  120. Title.Name = "Title"
  121. Title.Parent = MainGUI
  122. Title.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  123. Title.Size = UDim2.new(0, 608, 0, 50)
  124. Title.Font = Enum.Font.Cartoon
  125. Title.Text = "Stix's Strucid GUI"
  126. Title.TextColor3 = Color3.new(0, 1, 1)
  127. Title.TextScaled = true
  128. Title.TextSize = 14
  129. Title.TextWrapped = true
  130.  
  131. DiscordShoutout.Name = "Discord Shoutout"
  132. DiscordShoutout.Parent = MainGUI
  133. DiscordShoutout.BackgroundColor3 = Color3.new(1, 1, 1)
  134. DiscordShoutout.BackgroundTransparency = 3
  135. DiscordShoutout.Position = UDim2.new(0, 0, 0.445396155, 0)
  136. DiscordShoutout.Size = UDim2.new(0, 127, 0, 50)
  137. DiscordShoutout.Font = Enum.Font.Cartoon
  138. DiscordShoutout.Text = "Melodies\n#3546"
  139. DiscordShoutout.TextColor3 = Color3.new(0, 0, 0)
  140. DiscordShoutout.TextScaled = true
  141. DiscordShoutout.TextSize = 14
  142. DiscordShoutout.TextWrapped = true
  143.  
  144. OPENGUI.Name = "OPEN GUI"
  145. OPENGUI.Parent = RobloxGUI
  146. OPENGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  147. OPENGUI.Position = UDim2.new(0, 0, 0, 464)
  148. OPENGUI.Size = UDim2.new(0, 136, 0, 35)
  149.  
  150. OpenButton.Name = "Open Button"
  151. OpenButton.Parent = OPENGUI
  152. OpenButton.BackgroundColor3 = Color3.new(0.984314, 1, 0)
  153. OpenButton.Size = UDim2.new(0, 136, 0, 35)
  154. OpenButton.Font = Enum.Font.Cartoon
  155. OpenButton.Text = "Click Me Noob"
  156. OpenButton.TextColor3 = Color3.new(0.745098, 0, 0)
  157. OpenButton.TextScaled = true
  158. OpenButton.TextSize = 20
  159. OpenButton.TextWrapped = true
  160. OpenButton.MouseButton1Click:connect(function()
  161. MainGUI.Visible = true
  162. OPENGUI.Visible = false
  163. end)
  164.  
  165. print("Working")
Add Comment
Please, Sign In to add comment