Advertisement
Guest User

STRUCID FRICKER

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