noobsad

Popular Scripts Gui

Feb 16th, 2021 (edited)
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. --Gui made By (Roblox user) Honerdtohave
  2.  
  3. --Gui made By (Discord user) S̶w̶o̶r̶d̶M̶a̶n̶#7699
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local Net = Instance.new("TextButton")
  9. local Sonic = Instance.new("TextButton")
  10. local Hathub = Instance.new("TextButton")
  11. local OwlHub = Instance.new("TextButton")
  12. local Linorix = Instance.new("TextButton")
  13. local Close = Instance.new("TextButton")
  14. local Openmain = Instance.new("Frame")
  15. local Open = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. Main.Name = "Main"
  23. Main.Parent = ScreenGui
  24. Main.BackgroundColor3 = Color3.fromRGB(0, 110, 255)
  25. Main.Position = UDim2.new(0.362794608, 0, 0.334261835, 0)
  26. Main.Size = UDim2.new(0, 318, 0, 250)
  27. Main.Visible = false
  28. Main.Active = true
  29. Main.Draggable = true
  30.  
  31. Title.Name = "Title"
  32. Title.Parent = Main
  33. Title.BackgroundColor3 = Color3.fromRGB(115, 115, 115)
  34. Title.Position = UDim2.new(-0.0019852519, 0, -0.00173816085, 0)
  35. Title.Size = UDim2.new(0, 318, 0, 32)
  36. Title.Font = Enum.Font.SourceSans
  37. Title.Text = "Rare scripts"
  38. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. Title.TextSize = 31.000
  40.  
  41. Net.Name = "Net"
  42. Net.Parent = Main
  43. Net.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  44. Net.Position = UDim2.new(0.0187885165, 0, 0.157972157, 0)
  45. Net.Size = UDim2.new(0, 306, 0, 35)
  46. Net.Font = Enum.Font.SourceSans
  47. Net.Text = "Net"
  48. Net.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. Net.TextSize = 31.000
  50. Net.MouseButton1Down:connect(function()
  51. game["Run Service"].RenderStepped:connect(function()
  52. settings().Physics.AllowSleep = false
  53. setsimulationradius(math.huge* math.huge,math.huge* math.huge)
  54. end)
  55. end)
  56.  
  57. Sonic.Name = "Sonic"
  58. Sonic.Parent = Main
  59. Sonic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. Sonic.Position = UDim2.new(0.0187885165, 0, 0.323075235, 0)
  61. Sonic.Size = UDim2.new(0, 306, 0, 35)
  62. Sonic.Font = Enum.Font.SourceSans
  63. Sonic.Text = "Sonic"
  64. Sonic.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. Sonic.TextSize = 31.000
  66. Sonic.MouseButton1Down:connect(function()
  67. loadstring(game:HttpGetAsync("https://pastebin.com/raw/SyF5t70A"))()
  68. end)
  69.  
  70. Hathub.Name = "Hathub"
  71. Hathub.Parent = Main
  72. Hathub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. Hathub.Position = UDim2.new(0.015643809, 0, 0.493571043, 0)
  74. Hathub.Size = UDim2.new(0, 306, 0, 35)
  75. Hathub.Font = Enum.Font.SourceSans
  76. Hathub.Text = "Hathub"
  77. Hathub.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. Hathub.TextSize = 31.000
  79. Hathub.MouseButton1Down:connect(function()
  80. loadstring(game:HttpGet(('https://pastebin.com/raw/DZwBEeTA'),true))()
  81. end)
  82.  
  83. OwlHub.Name = "Owl Hub"
  84. OwlHub.Parent = Main
  85. OwlHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  86. OwlHub.Position = UDim2.new(0.0187885165, 0, 0.668066859, 0)
  87. OwlHub.Size = UDim2.new(0, 306, 0, 35)
  88. OwlHub.Font = Enum.Font.SourceSans
  89. OwlHub.Text = "Owl hub"
  90. OwlHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. OwlHub.TextSize = 31.000
  92. OwlHub.MouseButton1Down:connect(function()
  93. loadstring(game:HttpGet("https://raw.githubusercontent.com/ZinityDrops/OwlHubLink/master/OwlHubBack.lua"))();
  94. end)
  95.  
  96. Linorix.Name = "Linorix"
  97. Linorix.Parent = Main
  98. Linorix.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. Linorix.Position = UDim2.new(0.0187885016, 0, 0.834562719, 0)
  100. Linorix.Size = UDim2.new(0, 306, 0, 35)
  101. Linorix.Font = Enum.Font.SourceSans
  102. Linorix.Text = "Linorix"
  103. Linorix.TextColor3 = Color3.fromRGB(0, 0, 0)
  104. Linorix.TextSize = 31.000
  105. Linorix.MouseButton1Down:connect(function()
  106. loadstring(game:HttpGet(('https://pastebin.com/raw/KumP53dH'),true))()
  107. end)
  108.  
  109. Close.Name = "Close"
  110. Close.Parent = Main
  111. Close.BackgroundColor3 = Color3.fromRGB(115, 115, 115)
  112. Close.Position = UDim2.new(0.974763274, 0, 0, 0)
  113. Close.Size = UDim2.new(0, 7, 0, 8)
  114. Close.Font = Enum.Font.SourceSans
  115. Close.Text = "X"
  116. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. Close.TextSize = 13.000
  118. Close.MouseButton1Down:connect(function()
  119. Main.Visible = false
  120. Openmain.Visible = false
  121. end)
  122.  
  123. Openmain.Name = "Openmain"
  124. Openmain.Parent = ScreenGui
  125. Openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  126. Openmain.Position = UDim2.new(0, 0, 0.487465173, 0)
  127. Openmain.Size = UDim2.new(0, 63, 0, 18)
  128. Openmain.Active = true
  129. Openmain.Draggable = true
  130.  
  131. Open.Name = "Open"
  132. Open.Parent = Openmain
  133. Open.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  134. Open.Size = UDim2.new(0, 63, 0, 18)
  135. Open.Font = Enum.Font.SourceSans
  136. Open.Text = "Open Gui"
  137. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  138. Open.TextSize = 14.000
  139. Open.MouseButton1Down:connect(function()
  140. Openmain.Visible = false
  141. Main.Visible = true
  142. end)
Add Comment
Please, Sign In to add comment