Advertisement
Guest User

OP Strucid GUI

a guest
Jun 13th, 2020
12,311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.45 KB | None | 0 0
  1. -- Made by Chriss
  2.  
  3. local strucid = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local ChatSpam = Instance.new("TextButton")
  6. local bigheadall = Instance.new("TextButton")
  7. local revizadmin = Instance.new("TextButton")
  8. local godmodegui = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local exit = Instance.new("TextButton")
  11. local antikick = Instance.new("TextButton")
  12. local TextButton = Instance.new("TextButton")
  13.  
  14. -- Properties
  15.  
  16. strucid.Name = "strucid"
  17. strucid.Parent = game.CoreGui
  18. strucid.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. main.Name = "main"
  21. main.Parent = strucid
  22. main.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  23. main.BorderColor3 = Color3.new(0, 0, 0)
  24. main.Position = UDim2.new(0.792727292, 0, 0.367948711, 0)
  25. main.Size = UDim2.new(0, 197, 0, 402)
  26. main.Visible = false
  27.  
  28. ChatSpam.Name = "ChatSpam"
  29. ChatSpam.Parent = main
  30. ChatSpam.BackgroundColor3 = Color3.new(0.105882, 1, 1)
  31. ChatSpam.BorderColor3 = Color3.new(0, 0, 0)
  32. ChatSpam.Position = UDim2.new(0, 0, 0.560213089, 0)
  33. ChatSpam.Size = UDim2.new(0, 197, 0, 49)
  34. ChatSpam.Font = Enum.Font.SciFi
  35. ChatSpam.Text = "Chat Spam"
  36. ChatSpam.TextColor3 = Color3.new(0, 0, 0)
  37. ChatSpam.TextSize = 18
  38. ChatSpam.MouseButton1Down:connect(function()
  39. while true do wait(1)
  40.  
  41. local A_1 = "Buy Synapse" local A_2 = "All"
  42. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2) end
  43. end)
  44.  
  45. bigheadall.Name = "bigheadall"
  46. bigheadall.Parent = main
  47. bigheadall.BackgroundColor3 = Color3.new(0.105882, 1, 1)
  48. bigheadall.BorderColor3 = Color3.new(0, 0, 0)
  49. bigheadall.Position = UDim2.new(0, 0, 0.414541543, 0)
  50. bigheadall.Size = UDim2.new(0, 197, 0, 49)
  51. bigheadall.Font = Enum.Font.SciFi
  52. bigheadall.Text = "Big Head All [Aimbot]"
  53. bigheadall.TextColor3 = Color3.new(0, 0, 0)
  54. bigheadall.TextSize = 18
  55. bigheadall.MouseButton1Down:connect(function()
  56. S = Vector3.new(20, 20, 20)
  57. Players = game:GetService("Players")
  58. meta = getrawmetatable(game)
  59. id = meta.__index
  60. make_writeable(meta)
  61.  
  62. function GetF(Tab)
  63. return id(Tab.script, "Parent")
  64. end
  65. function GetThing(Par, Nam)
  66. return id(Par, Nam)
  67. end
  68.  
  69. meta.__index = newcclosure(function(rc, ...)
  70. args = {...}
  71. if GetF(getfenv(2)) == nil then
  72. return id(rc, unpack(args))
  73. end
  74. if rc:IsA("BasePart") and args[1] == "Size" and Players:FindFirstChild(tostring(GetThing(rc, "Parent"))) then
  75. return Vector3.new(0.1, 0.1, 0.1)
  76. end
  77. return id(rc, ...)
  78. end)
  79.  
  80. while wait(1) do
  81. for i, v in pairs(Players:GetPlayers()) do
  82. if v ~= Players.LocalPlayer and (Players.LocalPlayer.Team == nil or Players.LocalPlayer.Team ~= v.Team) and v.Character ~= nil then
  83. for a, b in pairs(v.Character:GetChildren()) do
  84. if b:IsA("BasePart") then
  85. b.Size = S
  86. end
  87. end
  88. end
  89. end
  90. end
  91. end)
  92.  
  93. revizadmin.Name = "revizadmin"
  94. revizadmin.Parent = main
  95. revizadmin.BackgroundColor3 = Color3.new(0.105882, 1, 1)
  96. revizadmin.BorderColor3 = Color3.new(0, 0, 0)
  97. revizadmin.Position = UDim2.new(0, 0, 0.275116831, 0)
  98. revizadmin.Size = UDim2.new(0, 197, 0, 49)
  99. revizadmin.Font = Enum.Font.SciFi
  100. revizadmin.Text = "Gun Mod"
  101. revizadmin.TextColor3 = Color3.new(0, 0, 0)
  102. revizadmin.TextSize = 18
  103. revizadmin.MouseButton1Down:connect(function()
  104. if getgenv().GunMod then
  105. return
  106. end
  107. local __namecall = getrawmetatable(game).__namecall
  108. setreadonly(getrawmetatable(game), false)
  109.  
  110. getrawmetatable(game).__namecall = newcclosure(function(Argument_1, Argument_2, Argument_3, ...)
  111. if Argument_2 == 1 and Argument_3 == 21 or Argument_2 == "Recoil" then
  112. return
  113. end
  114. return __namecall(Argument_1, Argument_2, Argument_3, ...)
  115. end)
  116.  
  117. local GlobalStuffTable = {}
  118. for a,b in pairs(require(game:GetService("ReplicatedStorage").GlobalStuff)) do
  119. GlobalStuffTable[a] = b
  120. end
  121. --No Spread
  122. GlobalStuffTable.ConeOfFire = function(Argument_1, Argument_2, Argument_3)
  123. return Argument_3
  124. end
  125.  
  126. game:GetService("RunService").RenderStepped:Connect(function()
  127. pcall(function()
  128. debug.setupvalue(getsenv(game:GetService("Players").LocalPlayer.PlayerGui.MainGui.MainLocal).Shoot, 36, GlobalStuffTable)
  129. --Firerate 1
  130. getfenv(getsenv(game:GetService("Players").LocalPlayer.PlayerGui.MainGui.MainLocal).Shoot).wait = function()
  131. return game:GetService("RunService").RenderStepped:Wait()
  132. end
  133. --Inf ammo
  134. require(game:GetService("ReplicatedStorage").NetworkModule):FireServer("Animate", "Reload", nil, math.huge)
  135. for a,b in pairs(debug.getupvalue(getsenv(game:GetService("Players").LocalPlayer.PlayerGui.MainGui.MainLocal).Reload, 7)) do
  136. if not debug.getupvalue(getsenv(game:GetService("Players").LocalPlayer.PlayerGui.MainGui.MainLocal).Reload, 3).Pickaxe then
  137. b[2] = math.huge
  138. --Firerate 2
  139. b[5] = 0
  140. end
  141. end
  142. -- No Recoil
  143. getsenv(game:GetService("Players").LocalPlayer.PlayerGui.MainGui.MainLocal).CameraRecoil = function() end
  144. end)
  145. end)
  146. getgenv().GunMod = true
  147. end)
  148.  
  149. godmodegui.Name = "godmodegui"
  150. godmodegui.Parent = main
  151. godmodegui.BackgroundColor3 = Color3.new(0.105882, 1, 1)
  152. godmodegui.BorderColor3 = Color3.new(0, 0, 0)
  153. godmodegui.Position = UDim2.new(0, 0, 0.136565819, 0)
  154. godmodegui.Size = UDim2.new(0, 197, 0, 49)
  155. godmodegui.Font = Enum.Font.SciFi
  156. godmodegui.Text = "God Mode GUI"
  157. godmodegui.TextColor3 = Color3.new(0, 0, 0)
  158. godmodegui.TextSize = 18
  159. godmodegui.MouseButton1Down:connect(function()
  160. loadstring(game:HttpGet("https://pastebin.com/raw/hcUpgG9X"))();
  161. end)
  162.  
  163. TextLabel.Parent = main
  164. TextLabel.BackgroundColor3 = Color3.new(0.105882, 1, 1)
  165. TextLabel.Size = UDim2.new(0, 197, 0, 50)
  166. TextLabel.Font = Enum.Font.SciFi
  167. TextLabel.Text = "Strucid GUI"
  168. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  169. TextLabel.TextSize = 20
  170.  
  171. exit.Name = "exit"
  172. exit.Parent = TextLabel
  173. exit.BackgroundColor3 = Color3.new(0.105882, 1, 1)
  174. exit.Position = UDim2.new(0.796954334, 0, 0.119999997, 0)
  175. exit.Size = UDim2.new(0, 33, 0, 33)
  176. exit.Font = Enum.Font.SciFi
  177. exit.Text = "X"
  178. exit.TextColor3 = Color3.new(0, 0, 0)
  179. exit.TextSize = 14
  180. exit.MouseButton1Down:connect(function()
  181. main.Visible = false
  182. TextButton.Visible = true
  183. end)
  184.  
  185. antikick.Name = "anti kick"
  186. antikick.Parent = main
  187. antikick.BackgroundColor3 = Color3.new(0.105882, 1, 1)
  188. antikick.BorderColor3 = Color3.new(0, 0, 0)
  189. antikick.Position = UDim2.new(0, 0, 0.71624136, 0)
  190. antikick.Size = UDim2.new(0, 197, 0, 49)
  191. antikick.Font = Enum.Font.SciFi
  192. antikick.Text = "Anti Kick"
  193. antikick.TextColor3 = Color3.new(0, 0, 0)
  194. antikick.TextSize = 18
  195. antikick.MouseButton1Down:connect(function()
  196. meta = getrawmetatable(game)
  197. nc = meta.__namecall
  198. make_writeable(meta)
  199.  
  200. meta.__namecall = newcclosure(function(rc, ...)
  201. args = {...}
  202. if tostring(rc) == "RemoteEvent" and getnamecallmethod() == "FireServer" and #args >= 6 and (args[2] == 1 or args[2] == 1.1) and args[3] == 5 and args[4] == 5 and args[5] == "Floor" and math.floor(args[6]*100)/100 == math.floor(math.pi/2*100)/100 then
  203. return
  204. end
  205. return nc(rc, ...)
  206. end)
  207. end)
  208.  
  209. TextButton.Parent = strucid
  210. TextButton.BackgroundColor3 = Color3.new(0.105882, 1, 1)
  211. TextButton.Position = UDim2.new(0.00945454556, 0, 0.917948663, 0)
  212. TextButton.Size = UDim2.new(0, 200, 0, 50)
  213. TextButton.Font = Enum.Font.SciFi
  214. TextButton.Text = "Open GUI"
  215. TextButton.TextColor3 = Color3.new(0, 0, 0)
  216. TextButton.TextSize = 20
  217. TextButton.MouseButton1Down:connect(function()
  218. main.Visible = true
  219. TextButton.Visible = false
  220. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement