Advertisement
Guest User

Strucid Script OP

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