Advertisement
robloxhaxs

roblox best ss gui script

Mar 18th, 2020
33,938
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.54 KB | None | 0 0
  1. gime script
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. nope. not leaking it.
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. stop.
  16.  
  17.  
  18.  
  19.  
  20. gime it the script
  21.  
  22.  
  23.  
  24.  
  25.  
  26. pls.
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. ok fine enjoy dumb
  34.  
  35. -- Farewell Infortality.
  36. -- Version: 2.82
  37. -- Instances:
  38. local Executor = Instance.new("ScreenGui")
  39. local Main = Instance.new("Frame")
  40. local ExecGuiV2ShadowLabel = Instance.new("TextLabel")
  41. local Scroll = Instance.new("ScrollingFrame")
  42. local CodeBox = Instance.new("TextBox")
  43. local Execute = Instance.new("TextButton")
  44. local Clear = Instance.new("TextButton")
  45. local HideCodeLabel = Instance.new("TextLabel")
  46. local HideCodeBox = Instance.new("TextButton")
  47. local ExecGuiV2Label = Instance.new("TextLabel")
  48. local Close = Instance.new("TextButton")
  49. local QE = Instance.new("TextButton")
  50. local Quick = Instance.new("Frame")
  51. local Side = Instance.new("Frame")
  52. local Maps = Instance.new("TextButton")
  53. local Titans = Instance.new("TextButton")
  54. local Scripts = Instance.new("TextButton")
  55. local Maps_2 = Instance.new("Frame")
  56. local KFC = Instance.new("TextButton")
  57. --Properties:
  58. Executor.Name = "Executor"
  59. Executor.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  60. Executor.ResetOnSpawn = false
  61.  
  62. Main.Name = "Main"
  63. Main.Parent = Executor
  64. Main.Active = true
  65. Main.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  66. Main.BorderSizePixel = 0
  67. Main.Position = UDim2.new(0.0214220583, 0, 0.467940927, 0)
  68. Main.Size = UDim2.new(0.376690984, 0, 0.278626025, 0)
  69.  
  70. ExecGuiV2ShadowLabel.Name = "ExecGuiV2ShadowLabel"
  71. ExecGuiV2ShadowLabel.Parent = Main
  72. ExecGuiV2ShadowLabel.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  73. ExecGuiV2ShadowLabel.BorderColor3 = Color3.new(0.666667, 1, 1)
  74. ExecGuiV2ShadowLabel.BorderSizePixel = 0
  75. ExecGuiV2ShadowLabel.Position = UDim2.new(0, 0, 0.127103388, 0)
  76. ExecGuiV2ShadowLabel.Size = UDim2.new(1, 0, 0.076127328, 0)
  77. ExecGuiV2ShadowLabel.Font = Enum.Font.SourceSansLight
  78. ExecGuiV2ShadowLabel.Text = ""
  79. ExecGuiV2ShadowLabel.TextColor3 = Color3.new(1, 1, 1)
  80. ExecGuiV2ShadowLabel.TextScaled = true
  81. ExecGuiV2ShadowLabel.TextSize = 20
  82. ExecGuiV2ShadowLabel.TextWrapped = true
  83.  
  84. Scroll.Name = "Scroll"
  85. Scroll.Parent = Main
  86. Scroll.BackgroundColor3 = Color3.new(0.796079, 0.513726, 0.164706)
  87. Scroll.BackgroundTransparency = 0.69999998807907
  88. Scroll.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  89. Scroll.BorderSizePixel = 2
  90. Scroll.Position = UDim2.new(0.0166438818, 0, 0.203230724, 0)
  91. Scroll.Size = UDim2.new(0.961256504, 0, 0.638848126, 0)
  92. Scroll.ScrollBarThickness = 5
  93.  
  94. CodeBox.Name = "CodeBox"
  95. CodeBox.Parent = Scroll
  96. CodeBox.BackgroundColor3 = Color3.new(0, 0, 0)
  97. CodeBox.BackgroundTransparency = 1
  98. CodeBox.BorderSizePixel = 0
  99. CodeBox.Position = UDim2.new(0.0158930533, 0, -4.9078443e-07, 0)
  100. CodeBox.Size = UDim2.new(0.957883418, 0, 10.1010714, 0)
  101. CodeBox.ClearTextOnFocus = false
  102. CodeBox.Font = Enum.Font.SourceSansLight
  103. CodeBox.MultiLine = true
  104. CodeBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  105. CodeBox.PlaceholderText = "Require here"
  106. CodeBox.Text = ""
  107. CodeBox.TextColor3 = Color3.new(1, 1, 1)
  108. CodeBox.TextSize = 18
  109. CodeBox.TextWrapped = true
  110. CodeBox.TextXAlignment = Enum.TextXAlignment.Left
  111. CodeBox.TextYAlignment = Enum.TextYAlignment.Top
  112.  
  113. Execute.Name = "Execute"
  114. Execute.Parent = Main
  115. Execute.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  116. Execute.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  117. Execute.BorderSizePixel = 2
  118. Execute.Position = UDim2.new(0.0166438818, 0, 0.851975858, 0)
  119. Execute.Size = UDim2.new(0.185082927, 0, 0.133825406, 0)
  120. Execute.Font = Enum.Font.SciFi
  121. Execute.Text = "Execute"
  122. Execute.TextColor3 = Color3.new(0.666667, 1, 1)
  123. Execute.TextScaled = true
  124. Execute.TextSize = 18
  125. Execute.TextStrokeColor3 = Color3.new(0.666667, 1, 1)
  126. Execute.TextWrapped = true
  127.  
  128. Clear.Name = "Clear"
  129. Clear.Parent = Main
  130. Clear.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  131. Clear.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  132. Clear.BorderSizePixel = 2
  133. Clear.Position = UDim2.new(0.229436591, 0, 0.858825207, 0)
  134. Clear.Size = UDim2.new(0.157458708, 0, 0.120126776, 0)
  135. Clear.Font = Enum.Font.SciFi
  136. Clear.Text = "Clear"
  137. Clear.TextColor3 = Color3.new(0.666667, 1, 1)
  138. Clear.TextScaled = true
  139. Clear.TextSize = 18
  140. Clear.TextWrapped = true
  141.  
  142. HideCodeLabel.Name = "HideCodeLabel"
  143. HideCodeLabel.Parent = Main
  144. HideCodeLabel.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  145. HideCodeLabel.BackgroundTransparency = 1
  146. HideCodeLabel.BorderColor3 = Color3.new(0, 0, 0)
  147. HideCodeLabel.BorderSizePixel = 0
  148. HideCodeLabel.Position = UDim2.new(0.748303592, 0, 0.842078984, 0)
  149. HideCodeLabel.Size = UDim2.new(0.168823421, 0, 0.157920912, 0)
  150. HideCodeLabel.Font = Enum.Font.SciFi
  151. HideCodeLabel.Text = "Hide Require"
  152. HideCodeLabel.TextColor3 = Color3.new(0, 0, 0)
  153. HideCodeLabel.TextScaled = true
  154. HideCodeLabel.TextSize = 18
  155. HideCodeLabel.TextStrokeColor3 = Color3.new(0.666667, 1, 1)
  156. HideCodeLabel.TextWrapped = true
  157.  
  158. HideCodeBox.Name = "HideCodeBox"
  159. HideCodeBox.Parent = Main
  160. HideCodeBox.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  161. HideCodeBox.BorderColor3 = Color3.new(0.380392, 0.552941, 0.827451)
  162. HideCodeBox.BorderSizePixel = 3
  163. HideCodeBox.Position = UDim2.new(0.942754149, 0, 0.851975858, 0)
  164. HideCodeBox.Size = UDim2.new(0.0517208874, 0, 0.126976073, 0)
  165. HideCodeBox.Font = Enum.Font.SourceSansLight
  166. HideCodeBox.Text = ""
  167. HideCodeBox.TextColor3 = Color3.new(0.666667, 1, 1)
  168. HideCodeBox.TextScaled = true
  169. HideCodeBox.TextSize = 14
  170. HideCodeBox.TextWrapped = true
  171.  
  172. ExecGuiV2Label.Name = "ExecGuiV2Label"
  173. ExecGuiV2Label.Parent = Main
  174. ExecGuiV2Label.Active = true
  175. ExecGuiV2Label.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  176. ExecGuiV2Label.BorderSizePixel = 0
  177. ExecGuiV2Label.Position = UDim2.new(0, 0, 1.04512232e-07, 0)
  178. ExecGuiV2Label.Size = UDim2.new(0.999999821, 0, 0.127103299, 0)
  179. ExecGuiV2Label.Font = Enum.Font.GothamSemibold
  180. ExecGuiV2Label.Text = "ASTROX SS"
  181. ExecGuiV2Label.TextColor3 = Color3.new(1, 1, 1)
  182. ExecGuiV2Label.TextScaled = true
  183. ExecGuiV2Label.TextSize = 20
  184. ExecGuiV2Label.TextWrapped = true
  185.  
  186. Close.Name = "Close"
  187. Close.Parent = Main
  188. Close.BackgroundColor3 = Color3.new(0.658824, 0.423529, 0.458824)
  189. Close.BackgroundTransparency = 1
  190. Close.BorderSizePixel = 0
  191. Close.Position = UDim2.new(0.941988945, 0, -0.00684905052, 0)
  192. Close.Size = UDim2.new(0, 19, 0, 19)
  193. Close.Font = Enum.Font.SciFi
  194. Close.Text = "X"
  195. Close.TextColor3 = Color3.new(1, 1, 1)
  196. Close.TextScaled = true
  197. Close.TextSize = 14
  198. Close.TextWrapped = true
  199.  
  200. QE.Name = "QE"
  201. QE.Parent = Main
  202. QE.BackgroundColor3 = Color3.new(0.658824, 0.423529, 0.458824)
  203. QE.BackgroundTransparency = 1
  204. QE.BorderSizePixel = 0
  205. QE.Position = UDim2.new(0.0165746808, 0, -0.00684905052, 0)
  206. QE.Size = UDim2.new(0, 19, 0, 19)
  207. QE.Font = Enum.Font.SciFi
  208. QE.Text = "QE"
  209. QE.TextColor3 = Color3.new(1, 1, 1)
  210. QE.TextScaled = true
  211. QE.TextSize = 14
  212. QE.TextWrapped = true
  213.  
  214. Quick.Name = "Quick"
  215. Quick.Parent = Executor
  216. Quick.Active = true
  217. Quick.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  218. Quick.Position = UDim2.new(0.0208116621, 0, 0.211832061, 0)
  219. Quick.Size = UDim2.new(0.301768959, 0, 0.23854959, 0)
  220.  
  221. Side.Name = "Side"
  222. Side.Parent = Quick
  223. Side.Active = true
  224. Side.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  225. Side.Position = UDim2.new(0.996321976, 0, 0, 0)
  226. Side.Size = UDim2.new(0.254942745, 0, 0.999999702, 0)
  227.  
  228. Maps.Name = "Maps"
  229. Maps.Parent = Side
  230. Maps.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  231. Maps.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  232. Maps.BorderSizePixel = 0
  233. Maps.Position = UDim2.new(0.0550042503, 0, 0.048000019, 0)
  234. Maps.Size = UDim2.new(0.873578489, 0, 0.17095162, 0)
  235. Maps.Font = Enum.Font.SciFi
  236. Maps.Text = "Maps"
  237. Maps.TextColor3 = Color3.new(0.666667, 1, 1)
  238. Maps.TextScaled = true
  239. Maps.TextSize = 18
  240. Maps.TextWrapped = true
  241.  
  242. Titans.Name = "Titans"
  243. Titans.Parent = Side
  244. Titans.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  245. Titans.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  246. Titans.BorderSizePixel = 0
  247. Titans.Position = UDim2.new(0.0550042503, 0, 0.288000107, 0)
  248. Titans.Size = UDim2.new(0.873578489, 0, 0.17095162, 0)
  249. Titans.Font = Enum.Font.SciFi
  250. Titans.Text = "Chars"
  251. Titans.TextColor3 = Color3.new(0.666667, 1, 1)
  252. Titans.TextScaled = true
  253. Titans.TextSize = 18
  254. Titans.TextWrapped = true
  255.  
  256. Scripts.Name = "Scripts"
  257. Scripts.Parent = Side
  258. Scripts.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  259. Scripts.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  260. Scripts.BorderSizePixel = 0
  261. Scripts.Position = UDim2.new(0.0550042503, 0, 0.528000236, 0)
  262. Scripts.Size = UDim2.new(0.873578489, 0, 0.17095162, 0)
  263. Scripts.Font = Enum.Font.SciFi
  264. Scripts.Text = "Scripts"
  265. Scripts.TextColor3 = Color3.new(0.666667, 1, 1)
  266. Scripts.TextScaled = true
  267. Scripts.TextSize = 18
  268. Scripts.TextWrapped = true
  269.  
  270. Maps_2.Name = "Maps"
  271. Maps_2.Parent = Quick
  272. Maps_2.Active = true
  273. Maps_2.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  274. Maps_2.BackgroundTransparency = 0.30000001192093
  275. Maps_2.Position = UDim2.new(0.0208116751, 0, 0.0480001271, 0)
  276. Maps_2.Size = UDim2.new(0.939700127, 0, 0.887999833, 0)
  277.  
  278. KFC.Name = "KFC"
  279. KFC.Parent = Maps_2
  280. KFC.BackgroundColor3 = Color3.new(0.909804, 0.537255, 0.164706)
  281. KFC.BorderColor3 = Color3.new(0.27451, 0.596078, 0.686275)
  282. KFC.BorderSizePixel = 0
  283. KFC.Position = UDim2.new(0.0256478339, 0, 0.0570090525, 0)
  284. KFC.Size = UDim2.new(0.19297035, 0, 0.33311379, 0)
  285. KFC.Font = Enum.Font.SciFi
  286. KFC.Text = "KFC"
  287. KFC.TextColor3 = Color3.new(0.666667, 1, 1)
  288. KFC.TextScaled = true
  289. KFC.TextSize = 18
  290. KFC.TextWrapped = true
  291. -- Scripts:
  292. function SCRIPT_OMUC66_FAKESCRIPT() -- Main.Handle
  293. local script = Instance.new('LocalScript')
  294. script.Parent = Main
  295. local Hiding = false
  296. local close = false
  297. script.Parent.Draggable = true
  298. script.Parent.Close.MouseButton1Down:Connect(function()
  299. if close == false then
  300. close = true
  301. script.Parent.Clear.Visible = false
  302. script.Parent.Execute.Visible = false
  303. script.Parent.HideCodeBox.Visible = false
  304. script.Parent.HideCodeLabel.Visible = false
  305. script.Parent.Scroll.Visible = false
  306. script.Parent.ExecGuiV2ShadowLabel.Visible = false
  307. script.Parent.BackgroundTransparency = 1
  308. script.Parent.Close.Text = "-"
  309. else
  310. close = false
  311. script.Parent.Clear.Visible = true
  312. script.Parent.Execute.Visible = true
  313. script.Parent.HideCodeBox.Visible = true
  314. script.Parent.HideCodeLabel.Visible = true
  315. script.Parent.Scroll.Visible = true
  316. script.Parent.ExecGuiV2ShadowLabel.Visible = true
  317. script.Parent.BackgroundTransparency = 0
  318. script.Parent.Close.Text = "+"
  319. end
  320.  
  321. end)
  322. script.Parent.Execute.MouseButton1Down:Connect(function()
  323. script.Parent.Parent.Remote:FireServer(script.Parent.Scroll.CodeBox.Text)
  324. end)
  325. script.Parent.HideCodeBox.MouseButton1Down:Connect(function()
  326. if Hiding == false then
  327. script.Parent.HideCodeBox.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
  328. for i=1,10 do
  329. script.Parent.Scroll.CodeBox.TextTransparency = (i/10)
  330. wait()
  331. end
  332. Hiding = true
  333. elseif Hiding == true then
  334. Hiding = false
  335. script.Parent.HideCodeBox.BackgroundColor3 = Color3.fromRGB(49,49,49)
  336. for i=1,10 do
  337. script.Parent.Scroll.CodeBox.TextTransparency = 1-(i/10)
  338. wait()
  339. end
  340. end
  341. end)
  342. script.Parent.Clear.MouseButton1Down:Connect(function()
  343. script.Parent.Scroll.CodeBox.Text = ""
  344. end)
  345.  
  346. script.Parent.Run.MouseButton1Down:Connect(function()
  347. script.Parent.Parent.Remote:FireServer('require('.. tonumber(script.Parent.Load.Text) ..').load('.. _G.test ..')')
  348. end)
  349.  
  350. local clickshowing = false
  351. script.Parent.QE.MouseButton1Down:Connect(function()
  352. if clickshowing == false then
  353. script.Parent.Parent.Quick.Visible = true
  354. clickshowing = true
  355. else
  356. script.Parent.Parent.Quick.Visible = false
  357. clickshowing = false
  358. end
  359. end)
  360.  
  361. end
  362. coroutine.resume(coroutine.create(SCRIPT_OMUC66_FAKESCRIPT))
  363. function SCRIPT_WSGB90_FAKESCRIPT() -- Executor.RemoteHandle
  364. local script = Instance.new('Script')
  365. script.Parent = Executor
  366. script.Parent.Remote.OnServerEvent:Connect(function(wow,yes)
  367. loadstring=require(script.Loadstring)
  368. loadstring(yes)()
  369. end)
  370.  
  371. end
  372. coroutine.resume(coroutine.create(SCRIPT_WSGB90_FAKESCRIPT))
  373. function SCRIPT_LTPW87_FAKESCRIPT() -- Quick.Handle
  374. local script = Instance.new('LocalScript')
  375. script.Parent = Quick
  376. script.Parent.Draggable = true
  377.  
  378. script.Parent.Side.Maps.MouseButton1Down:Connect(function()
  379. script.Parent.Maps.Visible = true
  380. end)
  381.  
  382. script.Parent.Maps.KFC.MouseButton1Down:Connect((function()
  383. script.Parent.Parent.Remote:FireServer('require(3124362032).load("")')
  384. end))
  385.  
  386. end
  387. coroutine.resume(coroutine.create(SCRIPT_LTPW87_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement