Advertisement
CaptinLeet

Untitled

May 20th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.18 KB | None | 0 0
  1. -- Instances:
  2. local Beetus = Instance.new("ScreenGui")
  3. local MainFrame = Instance.new("ImageLabel")
  4. local MainMinimizeBut2 = Instance.new("TextButton")
  5. local SScroll = Instance.new("ScrollingFrame")
  6. local Input = Instance.new("TextBox")
  7. local MainTitle = Instance.new("TextLabel")
  8. local MainTitle_Roundify_16px = Instance.new("ImageLabel")
  9. local ExecuteBut = Instance.new("TextButton")
  10. local ExecuteBut_Roundify_16px = Instance.new("ImageLabel")
  11. local ExecuteBut_Roundify_16px_2 = Instance.new("ImageLabel")
  12. local ClearBut = Instance.new("TextButton")
  13. local ClearBut_Roundify_16px = Instance.new("ImageLabel")
  14. local MainMinimizeBut = Instance.new("TextButton")
  15. local MainMinimizeBut_Roundify_25px = Instance.new("ImageLabel")
  16. local MainThing2 = Instance.new("ImageLabel")
  17. local OpenBut = Instance.new("TextButton")
  18. local OpenBut_Roundify_16px = Instance.new("ImageLabel")
  19. local SSHubFrame = Instance.new("ImageLabel")
  20. local SSHubTitle = Instance.new("TextLabel")
  21. local SSHubTitle_Roundify_16px = Instance.new("ImageLabel")
  22. local CloseBut = Instance.new("TextButton")
  23. local CloseBut_Roundify_25px = Instance.new("ImageLabel")
  24. local SSHMinimiteHub = Instance.new("TextButton")
  25. local CloseBut_Roundify_25px_2 = Instance.new("ImageLabel")
  26. local SSGrabV4But = Instance.new("TextButton")
  27. local SSGrabV4But_Roundify_16px = Instance.new("ImageLabel")
  28. local SSHellDoorBut = Instance.new("TextButton")
  29. local SSHellDoorBut_Roundify_16px = Instance.new("ImageLabel")
  30. local SSGrabV3But = Instance.new("TextButton")
  31. local SSGrabV3But_Roundify_16px = Instance.new("ImageLabel")
  32. local TrapRifleBut = Instance.new("TextButton")
  33. local TrapRifleBut_Roundify_16px = Instance.new("ImageLabel")
  34. local SSJohnDoeBut = Instance.new("TextButton")
  35. local SSJohnDoeBut_Roundify_16px = Instance.new("ImageLabel")
  36. local SSStarBut = Instance.new("TextButton")
  37. local SSStarBut_Roundify_16px = Instance.new("ImageLabel")
  38. --Properties:
  39. Beetus.Name = "Beetus"
  40. Beetus.Parent = game.CoreGui
  41.  
  42. MainFrame.Name = "MainFrame"
  43. MainFrame.Parent = Beetus
  44. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  45. MainFrame.BackgroundTransparency = 1
  46. MainFrame.Position = UDim2.new(0, 0, 0.159392789, 0)
  47. MainFrame.Size = UDim2.new(0, 378, 0, 380)
  48. MainFrame.Visible = true
  49. MainFrame.Image = "rbxassetid://2851924619"
  50. MainFrame.ImageColor3 = Color3.new(0, 0.639216, 0.309804)
  51. MainFrame.ScaleType = Enum.ScaleType.Slice
  52. MainFrame.SliceCenter = Rect.new(16, 16, 16, 16)
  53. MainFrame.Active = true
  54. MainFrame.Draggable = true
  55.  
  56. SScroll.Name = "SScroll"
  57. SScroll.Parent = MainFrame
  58. SScroll.BackgroundColor3 = Color3.new(0, 0.545098, 0.262745)
  59. SScroll.BorderSizePixel = 0
  60. SScroll.Position = UDim2.new(0.0185185187, 0, 0.097826086, 0)
  61. SScroll.Size = UDim2.new(0, 363, 0, 296)
  62.  
  63. Input.Name = "Input"
  64. Input.Parent = SScroll
  65. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Input.BackgroundTransparency = 1
  67. Input.Selectable = true
  68. Input.Size = UDim2.new(0, 348, 0, 999)
  69. Input.Font = Enum.Font.GothamBlack
  70. Input.PlaceholderColor3 = Color3.new(1, 1, 1)
  71. Input.PlaceholderText = "Enter your server sided script here."
  72. Input.Text = ""
  73. Input.TextColor3 = Color3.new(1, 1, 1)
  74. Input.TextSize = 20
  75. Input.TextXAlignment = Enum.TextXAlignment.Left
  76. Input.TextYAlignment = Enum.TextYAlignment.Top
  77.  
  78. MainTitle.Name = "MainTitle"
  79. MainTitle.Parent = MainFrame
  80. MainTitle.BackgroundColor3 = Color3.new(0.909804, 0, 0)
  81. MainTitle.BackgroundTransparency = 1
  82. MainTitle.BorderSizePixel = 0
  83. MainTitle.Position = UDim2.new(0.0185185187, 0, 0.021739129, 0)
  84. MainTitle.Size = UDim2.new(0, 363, 0, 22)
  85. MainTitle.ZIndex = 2
  86. MainTitle.Font = Enum.Font.GothamBlack
  87. MainTitle.Text = "Beetus SS Executor"
  88. MainTitle.TextColor3 = Color3.new(1, 1, 1)
  89. MainTitle.TextSize = 23
  90.  
  91. MainTitle_Roundify_16px.Name = "MainTitle_Roundify_16px"
  92. MainTitle_Roundify_16px.Parent = MainTitle
  93. MainTitle_Roundify_16px.BackgroundColor3 = Color3.new(1, 1, 1)
  94. MainTitle_Roundify_16px.BackgroundTransparency = 1
  95. MainTitle_Roundify_16px.Size = UDim2.new(1, 0, 1, 0)
  96. MainTitle_Roundify_16px.Image = "rbxassetid://2851924619"
  97. MainTitle_Roundify_16px.ImageColor3 = Color3.new(0.909804, 0, 0)
  98. MainTitle_Roundify_16px.ScaleType = Enum.ScaleType.Slice
  99. MainTitle_Roundify_16px.SliceCenter = Rect.new(16, 16, 16, 16)
  100.  
  101. ExecuteBut.Name = "ExecuteBut"
  102. ExecuteBut.Parent = MainFrame
  103. ExecuteBut.BackgroundColor3 = Color3.new(0, 0.392157, 0.188235)
  104. ExecuteBut.BackgroundTransparency = 1
  105. ExecuteBut.BorderSizePixel = 0
  106. ExecuteBut.Position = UDim2.new(0.0185185187, 0, 0.897597194, 0)
  107. ExecuteBut.Size = UDim2.new(0, 152, 0, 32)
  108. ExecuteBut.ZIndex = 2
  109. ExecuteBut.Font = Enum.Font.GothamBlack
  110. ExecuteBut.Text = "Execute"
  111. ExecuteBut.TextColor3 = Color3.new(1, 1, 1)
  112. ExecuteBut.TextSize = 23
  113. ExecuteBut.MouseButton1Down:connect(function()
  114.  
  115. end)
  116.  
  117. ExecuteBut_Roundify_16px.Name = "ExecuteBut_Roundify_16px"
  118. ExecuteBut_Roundify_16px.Parent = ExecuteBut
  119. ExecuteBut_Roundify_16px.BackgroundColor3 = Color3.new(1, 1, 1)
  120. ExecuteBut_Roundify_16px.BackgroundTransparency = 1
  121. ExecuteBut_Roundify_16px.Size = UDim2.new(1, 0, 1, 0)
  122. ExecuteBut_Roundify_16px.Image = "rbxassetid://2851924619"
  123. ExecuteBut_Roundify_16px.ImageColor3 = Color3.new(0, 0.392157, 0.188235)
  124. ExecuteBut_Roundify_16px.ScaleType = Enum.ScaleType.Slice
  125. ExecuteBut_Roundify_16px.SliceCenter = Rect.new(16, 16, 16, 16)
  126.  
  127. ExecuteBut_Roundify_16px_2.Name = "ExecuteBut_Roundify_16px"
  128. ExecuteBut_Roundify_16px_2.Parent = ExecuteBut
  129. ExecuteBut_Roundify_16px_2.BackgroundColor3 = Color3.new(1, 1, 1)
  130. ExecuteBut_Roundify_16px_2.BackgroundTransparency = 1
  131. ExecuteBut_Roundify_16px_2.Size = UDim2.new(1, 0, 1, 0)
  132. ExecuteBut_Roundify_16px_2.Image = "rbxassetid://2851924619"
  133. ExecuteBut_Roundify_16px_2.ImageColor3 = Color3.new(0, 0.392157, 0.188235)
  134. ExecuteBut_Roundify_16px_2.ScaleType = Enum.ScaleType.Slice
  135. ExecuteBut_Roundify_16px_2.SliceCenter = Rect.new(16, 16, 16, 16)
  136.  
  137. ClearBut.Name = "ClearBut"
  138. ClearBut.Parent = MainFrame
  139. ClearBut.BackgroundColor3 = Color3.new(0, 0.392157, 0.188235)
  140. ClearBut.BackgroundTransparency = 1
  141. ClearBut.BorderSizePixel = 0
  142. ClearBut.Position = UDim2.new(0.597883582, 0, 0.897597253, 0)
  143. ClearBut.Size = UDim2.new(0, 152, 0, 32)
  144. ClearBut.ZIndex = 3
  145. ClearBut.Font = Enum.Font.GothamBlack
  146. ClearBut.Text = "Clear"
  147. ClearBut.TextColor3 = Color3.new(1, 1, 1)
  148. ClearBut.TextSize = 23
  149. ClearBut.MouseButton1Down:connect(function()
  150. Input.Text = ""
  151. Input.PlaceholderText = "Enter your server sided script here."
  152. end)
  153.  
  154. ClearBut_Roundify_16px.Name = "ClearBut_Roundify_16px"
  155. ClearBut_Roundify_16px.Parent = ClearBut
  156. ClearBut_Roundify_16px.BackgroundColor3 = Color3.new(1, 1, 1)
  157. ClearBut_Roundify_16px.BackgroundTransparency = 1
  158. ClearBut_Roundify_16px.Size = UDim2.new(1, 0, 1, 0)
  159. ClearBut_Roundify_16px.ZIndex = 2
  160. ClearBut_Roundify_16px.Image = "rbxassetid://2851924619"
  161. ClearBut_Roundify_16px.ImageColor3 = Color3.new(0, 0.392157, 0.188235)
  162. ClearBut_Roundify_16px.ScaleType = Enum.ScaleType.Slice
  163. ClearBut_Roundify_16px.SliceCenter = Rect.new(16, 16, 16, 16)
  164.  
  165. MainMinimizeBut.Name = "MainMinimizeBut"
  166. MainMinimizeBut.Parent = MainFrame
  167. MainMinimizeBut.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  168. MainMinimizeBut.BackgroundTransparency = 1
  169. MainMinimizeBut.BorderSizePixel = 0
  170. MainMinimizeBut.Position = UDim2.new(0.444, 0,0.898, 0)
  171. MainMinimizeBut.Size = UDim2.new(0, 31, 0, 32)
  172. MainMinimizeBut.ZIndex = 3
  173. MainMinimizeBut.Font = Enum.Font.SourceSans
  174. MainMinimizeBut.Text = ""
  175. MainMinimizeBut.TextColor3 = Color3.new(0, 0, 0)
  176. MainMinimizeBut.TextSize = 14
  177. MainMinimizeBut.MouseButton1Down:connect(function()
  178. MainMinimizeBut2:TweenPosition(UDim2.new(0.458,0,0.424,0,"xd",2.10))
  179. MainFrame:TweenSize(UDim2.new(0, 378,0, 57,2.50))
  180. MainMinimizeBut:TweenPosition(UDim2.new(0.458,0,0.424,0,"xd",2.10))
  181. MainTitle:TweenPosition(UDim2.new(0.019,0.022,0,"xd",2.10))
  182. end)
  183.  
  184. MainMinimizeBut2.Name = "MainMinimizeBut2"
  185. MainMinimizeBut2.Parent = MainFrame
  186. MainMinimizeBut2.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  187. MainMinimizeBut2.BackgroundTransparency = 1
  188. MainMinimizeBut2.BorderSizePixel = 0
  189. MainMinimizeBut2.Position = UDim2.new(0.444, 0,0.898, 0)
  190. MainMinimizeBut2.Size = UDim2.new(0, 31, 0, 32)
  191. MainMinimizeBut2.ZIndex = 3
  192. MainMinimizeBut2.Font = Enum.Font.SourceSans
  193. MainMinimizeBut2.Text = ""
  194. MainMinimizeBut2.TextColor3 = Color3.new(0, 0, 0)
  195. MainMinimizeBut2.TextSize = 14
  196. MainMinimizeBut2.MouseButton1Down:connect(function()
  197. MainMinimizeBut2:TweenPositon(UDim2.new(0.444, 0,0.898, 0,"xdd",2.10))
  198. MainFrame:TweenSize(UDim2.new(0, 378,0, 57,2.50,"xdd",2.10))
  199. MainMinimizeBut:TweenPosition(UDim2.new(0.444, 0,0.898, 0,"xd",2.10))
  200. MainTitle:TweenPosition(UDim2.new(0.019,0.022,0,"xd",2.10))
  201. end)
  202.  
  203. MainMinimizeBut_Roundify_25px.Name = "MainMinimizeBut_Roundify_25px"
  204. MainMinimizeBut_Roundify_25px.Parent = MainMinimizeBut
  205. MainMinimizeBut_Roundify_25px.BackgroundColor3 = Color3.new(1, 1, 1)
  206. MainMinimizeBut_Roundify_25px.BackgroundTransparency = 1
  207. MainMinimizeBut_Roundify_25px.Size = UDim2.new(1, 0, 1, 0)
  208. MainMinimizeBut_Roundify_25px.ZIndex = 2
  209. MainMinimizeBut_Roundify_25px.Image = "rbxassetid://2851920938"
  210. MainMinimizeBut_Roundify_25px.ImageColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  211. MainMinimizeBut_Roundify_25px.ScaleType = Enum.ScaleType.Slice
  212. MainMinimizeBut_Roundify_25px.SliceCenter = Rect.new(25, 25, 25, 25)
  213.  
  214. MainThing2.Name = "MainThing2"
  215. MainThing2.Parent = MainFrame
  216. MainThing2.BackgroundColor3 = Color3.new(1, 1, 1)
  217. MainThing2.BackgroundTransparency = 1
  218. MainThing2.Position = UDim2.new(0.261904776, 0, 0.981578887, 0)
  219. MainThing2.Size = UDim2.new(0, 179, 0, 44)
  220. MainThing2.Image = "rbxassetid://2851924619"
  221. MainThing2.ImageColor3 = Color3.new(0, 0.639216, 0.309804)
  222. MainThing2.ScaleType = Enum.ScaleType.Slice
  223. MainThing2.SliceCenter = Rect.new(16, 16, 16, 16)
  224.  
  225. OpenBut.Name = "OpenBut"
  226. OpenBut.Parent = MainThing2
  227. OpenBut.BackgroundColor3 = Color3.new(0, 0.392157, 0.188235)
  228. OpenBut.BackgroundTransparency = 1
  229. OpenBut.BorderSizePixel = 0
  230. OpenBut.Position = UDim2.new(0.0670391098, 0, 0.159090906, 0)
  231. OpenBut.Size = UDim2.new(0, 153, 0, 30)
  232. OpenBut.ZIndex = 2
  233. OpenBut.Font = Enum.Font.GothamBlack
  234. OpenBut.Text = "Open SS Scripts"
  235. OpenBut.TextColor3 = Color3.new(1, 1, 1)
  236. OpenBut.TextSize = 20
  237. OpenBut.MouseButton1Down:connect(function()
  238. SSHubFrame:TweenPosition(UDim2.new(0.481, 0,0.38, 0,Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,2.50))
  239. MainFrame:TweenPosition(UDim2.new(0.08, 0,0.193, 0,Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,2.50))
  240. end)
  241.  
  242. OpenBut_Roundify_16px.Name = "OpenBut_Roundify_16px"
  243. OpenBut_Roundify_16px.Parent = OpenBut
  244. OpenBut_Roundify_16px.BackgroundColor3 = Color3.new(1, 1, 1)
  245. OpenBut_Roundify_16px.BackgroundTransparency = 1
  246. OpenBut_Roundify_16px.Size = UDim2.new(1, 0, 1, 0)
  247. OpenBut_Roundify_16px.Image = "rbxassetid://2851924619"
  248. OpenBut_Roundify_16px.ImageColor3 = Color3.new(0, 0.505882, 0.243137)
  249. OpenBut_Roundify_16px.ScaleType = Enum.ScaleType.Slice
  250. OpenBut_Roundify_16px.SliceCenter = Rect.new(16, 16, 16, 16)
  251.  
  252. SSHubFrame.Name = "SSHubFrame"
  253. SSHubFrame.Parent = Beetus
  254. SSHubFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  255. SSHubFrame.BackgroundTransparency = 1
  256. SSHubFrame.Position = UDim2.new(-1.368761539, 0, 0.0265654642, 0)
  257. SSHubFrame.Size = UDim2.new(0, 483, 0, 266)
  258. SSHubFrame.Visible = true
  259. SSHubFrame.Image = "rbxassetid://2851924619"
  260. SSHubFrame.ImageColor3 = Color3.new(0, 0.639216, 0.309804)
  261. SSHubFrame.ScaleType = Enum.ScaleType.Slice
  262. SSHubFrame.SliceCenter = Rect.new(16, 16, 16, 16)
  263. SSHubFrame.Active = true
  264. SSHubFrame.Draggable = true
  265.  
  266. SSHubTitle.Name = "SSHubTitle"
  267. SSHubTitle.Parent = SSHubFrame
  268. SSHubTitle.BackgroundColor3 = Color3.new(0.905882, 0, 0)
  269. SSHubTitle.BackgroundTransparency = 1
  270. SSHubTitle.BorderSizePixel = 0
  271. SSHubTitle.Position = UDim2.new(0.0144927539, 0, 0.0375939831, 0)
  272. SSHubTitle.Size = UDim2.new(0, 467, 0, 23)
  273. SSHubTitle.ZIndex = 2
  274. SSHubTitle.Font = Enum.Font.GothamBlack
  275. SSHubTitle.Text = "Server Sided Hub"
  276. SSHubTitle.TextColor3 = Color3.new(1, 1, 1)
  277. SSHubTitle.TextSize = 23
  278.  
  279. SSHubTitle_Roundify_16px.Name = "SSHubTitle_Roundify_16px"
  280. SSHubTitle_Roundify_16px.Parent = SSHubTitle
  281. SSHubTitle_Roundify_16px.BackgroundColor3 = Color3.new(1, 1, 1)
  282. SSHubTitle_Roundify_16px.BackgroundTransparency = 1
  283. SSHubTitle_Roundify_16px.Size = UDim2.new(1, 0, 1, 0)
  284. SSHubTitle_Roundify_16px.Image = "rbxassetid://2851924619"
  285. SSHubTitle_Roundify_16px.ImageColor3 = Color3.new(0.905882, 0, 0)
  286. SSHubTitle_Roundify_16px.ScaleType = Enum.ScaleType.Slice
  287. SSHubTitle_Roundify_16px.SliceCenter = Rect.new(16, 16, 16, 16)
  288.  
  289. CloseBut.Name = "CloseBut"
  290. CloseBut.Parent = SSHubFrame
  291. CloseBut.BackgroundColor3 = Color3.new(0.772549, 0, 0)
  292. CloseBut.BackgroundTransparency = 1
  293. CloseBut.BorderSizePixel = 0
  294. CloseBut.Position = UDim2.new(0.41614905, 0, 0.890977442, 0)
  295. CloseBut.Size = UDim2.new(0, 28, 0, 25)
  296. CloseBut.ZIndex = 2
  297. CloseBut.Font = Enum.Font.SourceSans
  298. CloseBut.Text = " "
  299. CloseBut.TextColor3 = Color3.new(0, 0, 0)
  300. CloseBut.TextSize = 14
  301. CloseBut.MouseButton1Down:Connect(function()
  302. SSHubFrame:TweenPosition(UDim2.new(-1.481, 0,0.38, 0,Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,2.50))
  303. MainFrame:TweenPosition(UDim2.new(0.08, 0,0.193, 0,Enum.EasingDirection.Out,Enum.EasingStyle.Bounce,2.50))
  304. end)
  305.  
  306. CloseBut_Roundify_25px.Name = "CloseBut_Roundify_25px"
  307. CloseBut_Roundify_25px.Parent = CloseBut
  308. CloseBut_Roundify_25px.BackgroundColor3 = Color3.new(1, 1, 1)
  309. CloseBut_Roundify_25px.BackgroundTransparency = 1
  310. CloseBut_Roundify_25px.Size = UDim2.new(1, 0, 1, 0)
  311. CloseBut_Roundify_25px.Image = "rbxassetid://2851920938"
  312. CloseBut_Roundify_25px.ImageColor3 = Color3.new(0.772549, 0, 0)
  313. CloseBut_Roundify_25px.ScaleType = Enum.ScaleType.Slice
  314. CloseBut_Roundify_25px.SliceCenter = Rect.new(25, 25, 25, 25)
  315.  
  316. SSHMinimiteHub.Name = "SSHMinimiteHub"
  317. SSHMinimiteHub.Parent = SSHubFrame
  318. SSHMinimiteHub.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  319. SSHMinimiteHub.BackgroundTransparency = 1
  320. SSHMinimiteHub.BorderSizePixel = 0
  321. SSHMinimiteHub.Position = UDim2.new(0.507246375, 0, 0.890977442, 0)
  322. SSHMinimiteHub.Size = UDim2.new(0, 28, 0, 25)
  323. SSHMinimiteHub.ZIndex = 2
  324. SSHMinimiteHub.Font = Enum.Font.SourceSans
  325. SSHMinimiteHub.Text = " "
  326. SSHMinimiteHub.TextColor3 = Color3.new(0, 0, 0)
  327. SSHMinimiteHub.TextSize = 14
  328.  
  329. CloseBut_Roundify_25px_2.Name = "CloseBut_Roundify_25px"
  330. CloseBut_Roundify_25px_2.Parent = SSHMinimiteHub
  331. CloseBut_Roundify_25px_2.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  332. CloseBut_Roundify_25px_2.BackgroundTransparency = 1
  333. CloseBut_Roundify_25px_2.Size = UDim2.new(1, 0, 1, 0)
  334. CloseBut_Roundify_25px_2.Image = "rbxassetid://2851920938"
  335. CloseBut_Roundify_25px_2.ImageColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  336. CloseBut_Roundify_25px_2.ScaleType = Enum.ScaleType.Slice
  337. CloseBut_Roundify_25px_2.SliceCenter = Rect.new(25, 25, 25, 25)
  338.  
  339. SSGrabV4But.Name = "SSGrabV4But"
  340. SSGrabV4But.Parent = SSHubFrame
  341. SSGrabV4But.BackgroundColor3 = Color3.new(0, 0.505882, 0.235294)
  342. SSGrabV4But.BackgroundTransparency = 1
  343. SSGrabV4But.BorderSizePixel = 0
  344. SSGrabV4But.Position = UDim2.new(0.0579710156, 0, 0.187969923, 0)
  345. SSGrabV4But.Size = UDim2.new(0, 125, 0, 28)
  346. SSGrabV4But.ZIndex = 2
  347. SSGrabV4But.Font = Enum.Font.GothamBlack
  348. SSGrabV4But.Text = "SS Grab knife V4"
  349. SSGrabV4But.TextColor3 = Color3.new(1, 1, 1)
  350. SSGrabV4But.TextScaled = true
  351. SSGrabV4But.TextSize = 23
  352. SSGrabV4But.TextWrapped = true
  353. SSGrabV4But.MouseButton1Down:Connect(function()
  354. game.ReplicatedStorage.OOF:FireServer([[require(2845928453).load(LocalPlayer)]])
  355. end)
  356.  
  357. SSGrabV4But_Roundify_16px.Name = "SSGrabV4But_Roundify_16px"
  358. SSGrabV4But_Roundify_16px.Parent = SSGrabV4But
  359. SSGrabV4But_Roundify_16px.BackgroundColor3 = Color3.new(1, 1, 1)
  360. SSGrabV4But_Roundify_16px.BackgroundTransparency = 1
  361. SSGrabV4But_Roundify_16px.Size = UDim2.new(1, 0, 1, 0)
  362. SSGrabV4But_Roundify_16px.Image = "rbxassetid://2851924619"
  363. SSGrabV4But_Roundify_16px.ImageColor3 = Color3.new(0, 0.505882, 0.235294)
  364. SSGrabV4But_Roundify_16px.ScaleType = Enum.ScaleType.Slice
  365. SSGrabV4But_Roundify_16px.SliceCenter = Rect.new(16, 16, 16, 16)
  366.  
  367. SSHellDoorBut.Name = "SSHellDoorBut"
  368. SSHellDoorBut.Parent = SSHubFrame
  369. SSHellDoorBut.BackgroundColor3 = Color3.new(0, 0.505882, 0.235294)
  370. SSHellDoorBut.BackgroundTransparency = 1
  371. SSHellDoorBut.BorderSizePixel = 0
  372. SSHellDoorBut.Position = UDim2.new(0.368530005, 0, 0.187969923, 0)
  373. SSHellDoorBut.Size = UDim2.new(0, 125, 0, 28)
  374. SSHellDoorBut.ZIndex = 3
  375. SSHellDoorBut.Font = Enum.Font.GothamBlack
  376. SSHellDoorBut.Text = "SS Hells Doors"
  377. SSHellDoorBut.TextColor3 = Color3.new(1, 1, 1)
  378. SSHellDoorBut.TextScaled = true
  379. SSHellDoorBut.TextSize = 23
  380. SSHellDoorBut.TextWrapped = true
  381.  
  382. SSHellDoorBut_Roundify_16px.Name = "SSHellDoorBut_Roundify_16px"
  383. SSHellDoorBut_Roundify_16px.Parent = SSHellDoorBut
  384. SSHellDoorBut_Roundify_16px.BackgroundColor3 = Color3.new(1, 1, 1)
  385. SSHellDoorBut_Roundify_16px.BackgroundTransparency = 1
  386. SSHellDoorBut_Roundify_16px.Size = UDim2.new(1, 0, 1, 0)
  387. SSHellDoorBut_Roundify_16px.ZIndex = 2
  388. SSHellDoorBut_Roundify_16px.Image = "rbxassetid://2851924619"
  389. SSHellDoorBut_Roundify_16px.ImageColor3 = Color3.new(0, 0.505882, 0.235294)
  390. SSHellDoorBut_Roundify_16px.ScaleType = Enum.ScaleType.Slice
  391. SSHellDoorBut_Roundify_16px.SliceCenter = Rect.new(16, 16, 16, 16)
  392.  
  393. SSGrabV3But.Name = "SSGrabV3But"
  394. SSGrabV3But.Parent = SSHubFrame
  395. SSGrabV3But.BackgroundColor3 = Color3.new(0, 0.505882, 0.235294)
  396. SSGrabV3But.BackgroundTransparency = 1
  397. SSGrabV3But.BorderSizePixel = 0
  398. SSGrabV3But.Position = UDim2.new(0.67908901, 0, 0.187969923, 0)
  399. SSGrabV3But.Size = UDim2.new(0, 125, 0, 28)
  400. SSGrabV3But.ZIndex = 3
  401. SSGrabV3But.Font = Enum.Font.GothamBlack
  402. SSGrabV3But.Text = "SS Grab Knife V3"
  403. SSGrabV3But.TextColor3 = Color3.new(1, 1, 1)
  404. SSGrabV3But.TextScaled = true
  405. SSGrabV3But.TextSize = 23
  406. SSGrabV3But.TextWrapped = true
  407.  
  408. SSGrabV3But_Roundify_16px.Name = "SSGrabV3But_Roundify_16px"
  409. SSGrabV3But_Roundify_16px.Parent = SSGrabV3But
  410. SSGrabV3But_Roundify_16px.BackgroundColor3 = Color3.new(1, 1, 1)
  411. SSGrabV3But_Roundify_16px.BackgroundTransparency = 1
  412. SSGrabV3But_Roundify_16px.Size = UDim2.new(1, 0, 1, 0)
  413. SSGrabV3But_Roundify_16px.ZIndex = 2
  414. SSGrabV3But_Roundify_16px.Image = "rbxassetid://2851924619"
  415. SSGrabV3But_Roundify_16px.ImageColor3 = Color3.new(0, 0.505882, 0.235294)
  416. SSGrabV3But_Roundify_16px.ScaleType = Enum.ScaleType.Slice
  417. SSGrabV3But_Roundify_16px.SliceCenter = Rect.new(16, 16, 16, 16)
  418.  
  419. TrapRifleBut.Name = "TrapRifleBut"
  420. TrapRifleBut.Parent = SSHubFrame
  421. TrapRifleBut.BackgroundColor3 = Color3.new(0, 0.505882, 0.235294)
  422. TrapRifleBut.BackgroundTransparency = 1
  423. TrapRifleBut.BorderSizePixel = 0
  424. TrapRifleBut.Position = UDim2.new(0.0579710156, 0, 0.345864654, 0)
  425. TrapRifleBut.Size = UDim2.new(0, 125, 0, 30)
  426. TrapRifleBut.ZIndex = 2
  427. TrapRifleBut.Font = Enum.Font.GothamBlack
  428. TrapRifleBut.Text = "SS Trap Rifle"
  429. TrapRifleBut.TextColor3 = Color3.new(1, 1, 1)
  430. TrapRifleBut.TextSize = 20
  431.  
  432. TrapRifleBut_Roundify_16px.Name = "TrapRifleBut_Roundify_16px"
  433. TrapRifleBut_Roundify_16px.Parent = TrapRifleBut
  434. TrapRifleBut_Roundify_16px.BackgroundColor3 = Color3.new(1, 1, 1)
  435. TrapRifleBut_Roundify_16px.BackgroundTransparency = 1
  436. TrapRifleBut_Roundify_16px.Size = UDim2.new(1, 0, 1, 0)
  437. TrapRifleBut_Roundify_16px.Image = "rbxassetid://2851924619"
  438. TrapRifleBut_Roundify_16px.ImageColor3 = Color3.new(0, 0.505882, 0.235294)
  439. TrapRifleBut_Roundify_16px.ScaleType = Enum.ScaleType.Slice
  440. TrapRifleBut_Roundify_16px.SliceCenter = Rect.new(16, 16, 16, 16)
  441.  
  442. SSJohnDoeBut.Name = "SSJohnDoeBut"
  443. SSJohnDoeBut.Parent = SSHubFrame
  444. SSJohnDoeBut.BackgroundColor3 = Color3.new(0, 0.505882, 0.235294)
  445. SSJohnDoeBut.BackgroundTransparency = 1
  446. SSJohnDoeBut.BorderSizePixel = 0
  447. SSJohnDoeBut.Position = UDim2.new(0.368530035, 0, 0.345864654, 0)
  448. SSJohnDoeBut.Size = UDim2.new(0, 125, 0, 30)
  449. SSJohnDoeBut.ZIndex = 2
  450. SSJohnDoeBut.Font = Enum.Font.GothamBlack
  451. SSJohnDoeBut.Text = "SS John Doe"
  452. SSJohnDoeBut.TextColor3 = Color3.new(1, 1, 1)
  453. SSJohnDoeBut.TextSize = 20
  454.  
  455. SSJohnDoeBut_Roundify_16px.Name = "SSJohnDoeBut_Roundify_16px"
  456. SSJohnDoeBut_Roundify_16px.Parent = SSJohnDoeBut
  457. SSJohnDoeBut_Roundify_16px.BackgroundColor3 = Color3.new(1, 1, 1)
  458. SSJohnDoeBut_Roundify_16px.BackgroundTransparency = 1
  459. SSJohnDoeBut_Roundify_16px.Size = UDim2.new(1, 0, 1, 0)
  460. SSJohnDoeBut_Roundify_16px.Image = "rbxassetid://2851924619"
  461. SSJohnDoeBut_Roundify_16px.ImageColor3 = Color3.new(0, 0.505882, 0.235294)
  462. SSJohnDoeBut_Roundify_16px.ScaleType = Enum.ScaleType.Slice
  463. SSJohnDoeBut_Roundify_16px.SliceCenter = Rect.new(16, 16, 16, 16)
  464.  
  465. SSStarBut.Name = "SSStarBut"
  466. SSStarBut.Parent = SSHubFrame
  467. SSStarBut.BackgroundColor3 = Color3.new(0, 0.505882, 0.235294)
  468. SSStarBut.BackgroundTransparency = 1
  469. SSStarBut.BorderSizePixel = 0
  470. SSStarBut.Position = UDim2.new(0.67908901, 0, 0.345864654, 0)
  471. SSStarBut.Size = UDim2.new(0, 125, 0, 30)
  472. SSStarBut.ZIndex = 2
  473. SSStarBut.Font = Enum.Font.GothamBlack
  474. SSStarBut.Text = "SS Star Glitch"
  475. SSStarBut.TextColor3 = Color3.new(1, 1, 1)
  476. SSStarBut.TextSize = 20
  477.  
  478. SSStarBut_Roundify_16px.Name = "SSStarBut_Roundify_16px"
  479. SSStarBut_Roundify_16px.Parent = SSStarBut
  480. SSStarBut_Roundify_16px.BackgroundColor3 = Color3.new(1, 1, 1)
  481. SSStarBut_Roundify_16px.BackgroundTransparency = 1
  482. SSStarBut_Roundify_16px.Size = UDim2.new(1, 0, 1, 0)
  483. SSStarBut_Roundify_16px.Image = "rbxassetid://2851924619"
  484. SSStarBut_Roundify_16px.ImageColor3 = Color3.new(0, 0.505882, 0.235294)
  485. SSStarBut_Roundify_16px.ScaleType = Enum.ScaleType.Slice
  486. SSStarBut_Roundify_16px.SliceCenter = Rect.new(16, 16, 16, 16)
  487. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement