NikHacks

Strucid Reeker

Nov 25th, 2019
553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. local RobloxGUI = Instance.new("ScreenGui")
  2. local MainGUI = Instance.new("ImageLabel")
  3. local CREDITS = Instance.new("TextBox")
  4. local CLOSEGUI = Instance.new("TextButton")
  5. local StrucidAimbot = Instance.new("TextButton")
  6. local INFJump = Instance.new("TextButton")
  7. local Title = Instance.new("TextLabel")
  8. local DiscordShoutout = Instance.new("TextBox")
  9. local OPENGUI = Instance.new("Frame")
  10. local OpenButton = Instance.new("TextButton")
  11. --Properties:
  12. RobloxGUI.Name = "Roblox GUI"
  13. RobloxGUI.Parent = game.CoreGui
  14.  
  15. MainGUI.Active = true
  16. MainGUI.Draggable = true -- Makes GUI Draggable
  17.  
  18. MainGUI.Name = "Main GUI"
  19. MainGUI.Parent = RobloxGUI
  20. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  21. MainGUI.BackgroundTransparency = 1
  22. MainGUI.Position = UDim2.new(0.253940731, 0, 0.0637502819, 0)
  23. MainGUI.Size = UDim2.new(0, 661, 0, 467)
  24. MainGUI.Visible = false
  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. CLOSEGUI.Name = "CLOSE GUI"
  44. CLOSEGUI.Parent = MainGUI
  45. CLOSEGUI.BackgroundColor3 = Color3.new(0.913726, 0.262745, 1)
  46. CLOSEGUI.Position = UDim2.new(0.919818461, 0, 0, 0)
  47. CLOSEGUI.Size = UDim2.new(0, 53, 0, 50)
  48. CLOSEGUI.Font = Enum.Font.SourceSans
  49. CLOSEGUI.Text = "X"
  50. CLOSEGUI.TextColor3 = Color3.new(1, 0, 0)
  51. CLOSEGUI.TextScaled = true
  52. CLOSEGUI.TextSize = 14
  53. CLOSEGUI.TextWrapped = true
  54. CLOSEGUI.MouseButton1Click:connect(function() -- Closes GUI When Clicked
  55. MainGUI.Visible = false -- Makes The Main GUI Invisible
  56. OPENGUI.Visible = true -- Makes The Open Button Visible Again
  57. end)
  58.  
  59. StrucidAimbot.Name = "Strucid Aimbot"
  60. StrucidAimbot.Parent = MainGUI
  61. StrucidAimbot.BackgroundColor3 = Color3.new(1, 0.854902, 0.262745)
  62. StrucidAimbot.Position = UDim2.new(0.192133129, 0, 0.398286939, 0)
  63. StrucidAimbot.Size = UDim2.new(0, 406, 0, 65)
  64. StrucidAimbot.Font = Enum.Font.Cartoon
  65. StrucidAimbot.Text = "AIMBOT GUI"
  66. StrucidAimbot.TextColor3 = Color3.new(0.0352941, 0.164706, 0.890196)
  67. StrucidAimbot.TextScaled = true
  68. StrucidAimbot.TextSize = 14
  69. StrucidAimbot.TextWrapped = true
  70. StrucidAimbot.MouseButton1Click:connect(function()
  71. loadstring(game:HttpGet("https://pastebin.com/raw/61vdJN2e", true))()
  72.  
  73. print("Working")
  74.  
  75. -- Strucid Aimbot GUI
  76. end)
  77.  
  78. INFJump.Name = "INF Jump"
  79. INFJump.Parent = MainGUI
  80. INFJump.BackgroundColor3 = Color3.new(1, 0, 1)
  81. INFJump.Position = UDim2.new(0.192133129, 0, 0.655246258, 0)
  82. INFJump.Size = UDim2.new(0, 406, 0, 60)
  83. INFJump.Font = Enum.Font.Cartoon
  84. INFJump.Text = "INF JUMP"
  85. INFJump.TextColor3 = Color3.new(1, 1, 1)
  86. INFJump.TextScaled = true
  87. INFJump.TextSize = 14
  88. INFJump.TextWrapped = true
  89. INFJump.MouseButton1Click:connect(function()
  90. loadstring(game:HttpGet("https://pastebin.com/raw/KDjwLJhu", true))()
  91.  
  92. print("Working")
  93.  
  94. -- Inf Jump For Strucid
  95. end)
  96.  
  97. Title.Name = "Title"
  98. Title.Parent = MainGUI
  99. Title.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  100. Title.Size = UDim2.new(0, 608, 0, 50)
  101. Title.Font = Enum.Font.Cartoon
  102. Title.Text = "Strucid Recker V1"
  103. Title.TextColor3 = Color3.new(0, 1, 1)
  104. Title.TextScaled = true
  105. Title.TextSize = 14
  106. Title.TextWrapped = true
  107.  
  108. DiscordShoutout.Name = "Discord Shoutout"
  109. DiscordShoutout.Parent = MainGUI
  110. DiscordShoutout.BackgroundColor3 = Color3.new(1, 1, 1)
  111. DiscordShoutout.BackgroundTransparency = 3
  112. DiscordShoutout.Position = UDim2.new(0, 0, 0.445396155, 0)
  113. DiscordShoutout.Size = UDim2.new(0, 127, 0, 50)
  114. DiscordShoutout.Font = Enum.Font.Cartoon
  115. DiscordShoutout.Text = "DM Nikplayz#9606"
  116. DiscordShoutout.TextColor3 = Color3.new(0, 0, 0)
  117. DiscordShoutout.TextScaled = true
  118. DiscordShoutout.TextSize = 14
  119. DiscordShoutout.TextWrapped = true
  120.  
  121. OPENGUI.Name = "OPEN GUI"
  122. OPENGUI.Parent = RobloxGUI
  123. OPENGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  124. OPENGUI.Position = UDim2.new(0, 0, 0, 464)
  125. OPENGUI.Size = UDim2.new(0, 136, 0, 35)
  126.  
  127. OpenButton.Name = "Open Button"
  128. OpenButton.Parent = OPENGUI
  129. OpenButton.BackgroundColor3 = Color3.new(0.984314, 1, 0)
  130. OpenButton.Size = UDim2.new(0, 136, 0, 35)
  131. OpenButton.Font = Enum.Font.Cartoon
  132. OpenButton.Text = "OPEN"
  133. OpenButton.TextColor3 = Color3.new(0.745098, 0, 0)
  134. OpenButton.TextScaled = true
  135. OpenButton.TextSize = 20
  136. OpenButton.TextWrapped = true
  137. OpenButton.MouseButton1Click:connect(function()
  138. MainGUI.Visible = true
  139. OPENGUI.Visible = false
  140. end)
Advertisement
Add Comment
Please, Sign In to add comment