Advertisement
Sharkkkkkk

Script Hub | Sona X

Jul 11th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 KB | None | 0 0
  1.  
  2. -- Instances:
  3.  
  4. local ScriptHubSonaX = Instance.new("ScreenGui")
  5. local TopFrameScriptHub = Instance.new("Frame")
  6. local ScriptFrame = Instance.new("Frame")
  7. local ScriptChoose = Instance.new("ImageButton")
  8. local OwlHubChoose = Instance.new("ImageButton")
  9. local OwlText = Instance.new("TextLabel")
  10. local InfiniteYeildChoose = Instance.new("ImageButton")
  11. local InfiniteText = Instance.new("TextLabel")
  12. local StreamSniperChoose = Instance.new("ImageButton")
  13. local SniperText = Instance.new("TextLabel")
  14. local Icon = Instance.new("ImageButton")
  15. local OwlHub = Instance.new("ImageLabel")
  16. local OwlHubInformation = Instance.new("TextLabel")
  17. local ExecuteOwlHub = Instance.new("ImageButton")
  18. local ExecuteOwlHub_2 = Instance.new("TextLabel")
  19. local SonaImageLabel = Instance.new("ImageLabel")
  20. local Console = Instance.new("TextLabel")
  21. local Exit = Instance.new("TextButton")
  22. local InfiniteYeild = Instance.new("ImageLabel")
  23. local InfiniteYeildInformation = Instance.new("TextLabel")
  24. local ExecuteInfiniteYeild = Instance.new("ImageButton")
  25. local ExecuteInfiniteYeildb = Instance.new("TextLabel")
  26. local StreamSniper = Instance.new("ImageLabel")
  27. local StreamInformation = Instance.new("TextLabel")
  28. local ExecuteStreamSniper = Instance.new("ImageButton")
  29. local ExecuteStreamSniper2 = Instance.new("TextLabel")
  30.  
  31. --[[
  32. Properties:
  33. --]]
  34.  
  35. ScriptHubSonaX.Name = "ScriptHubSonaX"
  36. ScriptHubSonaX.Parent = game.CoreGui
  37.  
  38. TopFrameScriptHub.Name = "TopFrameScriptHub"
  39. TopFrameScriptHub.Parent = ScriptHubSonaX
  40. TopFrameScriptHub.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  41. TopFrameScriptHub.BorderSizePixel = 0
  42. TopFrameScriptHub.Position = UDim2.new(0.700165927, 0, 0.0799335837, 0)
  43. TopFrameScriptHub.Size = UDim2.new(0, 297, 0, 29)
  44. TopFrameScriptHub.Active = true
  45. TopFrameScriptHub.Draggable = true
  46.  
  47. ScriptFrame.Name = "ScriptFrame"
  48. ScriptFrame.Parent = TopFrameScriptHub
  49. ScriptFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  50. ScriptFrame.BorderSizePixel = 0
  51. ScriptFrame.Position = UDim2.new(0, 0, 0.931034505, 0)
  52. ScriptFrame.Size = UDim2.new(0, 297, 0, 272)
  53.  
  54. ScriptChoose.Name = "ScriptChoose"
  55. ScriptChoose.Parent = ScriptFrame
  56. ScriptChoose.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  57. ScriptChoose.BackgroundTransparency = 1
  58. ScriptChoose.Position = UDim2.new(0.0303030312, 0, 0.033088237, 0)
  59. ScriptChoose.Size = UDim2.new(0, 101, 0, 256)
  60. ScriptChoose.Image = "rbxassetid://2790382281"
  61. ScriptChoose.ImageColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  62. ScriptChoose.ScaleType = Enum.ScaleType.Slice
  63. ScriptChoose.SliceCenter = Rect.new(4, 4, 252, 252)
  64.  
  65. OwlHubChoose.Name = "OwlHubChoose"
  66. OwlHubChoose.Parent = ScriptChoose
  67. OwlHubChoose.BackgroundColor3 = Color3.new(1, 1, 1)
  68. OwlHubChoose.BackgroundTransparency = 1
  69. OwlHubChoose.Position = UDim2.new(0.0990099013, 0, 0.02734375, 0)
  70. OwlHubChoose.Size = UDim2.new(0, 79, 0, 25)
  71. OwlHubChoose.Image = "rbxassetid://2790382281"
  72. OwlHubChoose.ImageColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  73. OwlHubChoose.ScaleType = Enum.ScaleType.Slice
  74. OwlHubChoose.SliceCenter = Rect.new(4, 4, 252, 252)
  75. OwlHubChoose.MouseButton1Down:connect(function()
  76. OwlHub.Visible = true
  77. end)
  78.  
  79. OwlText.Name = "OwlText"
  80. OwlText.Parent = OwlHubChoose
  81. OwlText.AnchorPoint = Vector2.new(0.5, 0.5)
  82. OwlText.BackgroundColor3 = Color3.new(1, 1, 1)
  83. OwlText.BackgroundTransparency = 1
  84. OwlText.BorderSizePixel = 0
  85. OwlText.Position = UDim2.new(0.5, 0, 0.5, 0)
  86. OwlText.Size = UDim2.new(1, -5, 1, -5)
  87. OwlText.Font = Enum.Font.GothamSemibold
  88. OwlText.Text = "Owl Hub"
  89. OwlText.TextColor3 = Color3.new(1, 1, 1)
  90. OwlText.TextSize = 14
  91.  
  92. InfiniteYeildChoose.Name = "InfiniteYeildChoose"
  93. InfiniteYeildChoose.Parent = ScriptChoose
  94. InfiniteYeildChoose.BackgroundColor3 = Color3.new(1, 1, 1)
  95. InfiniteYeildChoose.BackgroundTransparency = 1
  96. InfiniteYeildChoose.Position = UDim2.new(0.118811883, 0, 0.1875, 0)
  97. InfiniteYeildChoose.Size = UDim2.new(0, 79, 0, 25)
  98. InfiniteYeildChoose.Image = "rbxassetid://2790382281"
  99. InfiniteYeildChoose.ImageColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  100. InfiniteYeildChoose.ScaleType = Enum.ScaleType.Slice
  101. InfiniteYeildChoose.SliceCenter = Rect.new(4, 4, 252, 252)
  102. InfiniteYeildChoose.MouseButton1Down:connect(function()
  103. InfiniteYeild.Visible = true
  104. end)
  105.  
  106. InfiniteText.Name = "InfiniteText"
  107. InfiniteText.Parent = InfiniteYeildChoose
  108. InfiniteText.AnchorPoint = Vector2.new(0.5, 0.5)
  109. InfiniteText.BackgroundColor3 = Color3.new(1, 1, 1)
  110. InfiniteText.BackgroundTransparency = 1
  111. InfiniteText.BorderSizePixel = 0
  112. InfiniteText.Position = UDim2.new(0.5, 0, 0.5, 0)
  113. InfiniteText.Size = UDim2.new(1, -5, 1, -5)
  114. InfiniteText.Font = Enum.Font.GothamSemibold
  115. InfiniteText.Text = "Infinite Yeild"
  116. InfiniteText.TextColor3 = Color3.new(1, 1, 1)
  117. InfiniteText.TextSize = 11
  118.  
  119. StreamSniperChoose.Name = "StreamSniperChoose"
  120. StreamSniperChoose.Parent = ScriptChoose
  121. StreamSniperChoose.BackgroundColor3 = Color3.new(1, 1, 1)
  122. StreamSniperChoose.BackgroundTransparency = 1
  123. StreamSniperChoose.Position = UDim2.new(0.118811883, 0, 0.328125, 0)
  124. StreamSniperChoose.Size = UDim2.new(0, 79, 0, 25)
  125. StreamSniperChoose.Image = "rbxassetid://2790382281"
  126. StreamSniperChoose.ImageColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  127. StreamSniperChoose.ScaleType = Enum.ScaleType.Slice
  128. StreamSniperChoose.SliceCenter = Rect.new(4, 4, 252, 252)
  129. StreamSniperChoose.MouseButton1Down:connect(function()
  130. StreamSniper.Visible = true
  131. end)
  132.  
  133. SniperText.Name = "SniperText"
  134. SniperText.Parent = StreamSniperChoose
  135. SniperText.AnchorPoint = Vector2.new(0.5, 0.5)
  136. SniperText.BackgroundColor3 = Color3.new(1, 1, 1)
  137. SniperText.BackgroundTransparency = 1
  138. SniperText.BorderSizePixel = 0
  139. SniperText.Position = UDim2.new(0.5, 0, 0.5, 0)
  140. SniperText.Size = UDim2.new(1, -5, 1, -5)
  141. SniperText.Font = Enum.Font.GothamSemibold
  142. SniperText.Text = "Stream Sniper"
  143. SniperText.TextColor3 = Color3.new(1, 1, 1)
  144. SniperText.TextSize = 11
  145.  
  146. Icon.Name = "Icon"
  147. Icon.Parent = ScriptFrame
  148. Icon.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  149. Icon.BackgroundTransparency = 1
  150. Icon.Position = UDim2.new(0.393939406, 0, 0.033088237, 0)
  151. Icon.Size = UDim2.new(0, 173, 0, 130)
  152. Icon.Image = "rbxassetid://2790382281"
  153. Icon.ImageColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  154. Icon.ScaleType = Enum.ScaleType.Slice
  155. Icon.SliceCenter = Rect.new(4, 4, 252, 252)
  156.  
  157. OwlHub.Name = "OwlHub"
  158. OwlHub.Parent = ScriptFrame
  159. OwlHub.BackgroundColor3 = Color3.new(1, 1, 1)
  160. OwlHub.BackgroundTransparency = 1
  161. OwlHub.Position = UDim2.new(0.515151501, 0, 0.0882352963, 0)
  162. OwlHub.Size = UDim2.new(0, 100, 0, 100)
  163. OwlHub.Visible = false
  164. OwlHub.Image = "http://www.roblox.com/asset/?id=5330764830"
  165.  
  166. OwlHubInformation.Name = "OwlHubInformation"
  167. OwlHubInformation.Parent = OwlHub
  168. OwlHubInformation.BackgroundColor3 = Color3.new(1, 1, 1)
  169. OwlHubInformation.BackgroundTransparency = 1
  170. OwlHubInformation.Position = UDim2.new(-0.243510664, 0, 1.25393856, 0)
  171. OwlHubInformation.Size = UDim2.new(0, 159, 0, 109)
  172. OwlHubInformation.Font = Enum.Font.Arial
  173. OwlHubInformation.Text = "Owl Hub does not work in all games BACKWOODS, will be adding the rest of the functions in the future."
  174. OwlHubInformation.TextColor3 = Color3.new(1, 1, 1)
  175. OwlHubInformation.TextSize = 14
  176. OwlHubInformation.TextWrapped = true
  177. OwlHubInformation.TextXAlignment = Enum.TextXAlignment.Left
  178. OwlHubInformation.TextYAlignment = Enum.TextYAlignment.Top
  179.  
  180. ExecuteOwlHub.Name = "ExecuteOwlHub"
  181. ExecuteOwlHub.Parent = OwlHub
  182. ExecuteOwlHub.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  183. ExecuteOwlHub.BackgroundTransparency = 1
  184. ExecuteOwlHub.Position = UDim2.new(-0.25, 0, 2.0999999, 0)
  185. ExecuteOwlHub.Size = UDim2.new(0, 105, 0, 30)
  186. ExecuteOwlHub.Image = "rbxassetid://2790389767"
  187. ExecuteOwlHub.ImageColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  188. ExecuteOwlHub.ScaleType = Enum.ScaleType.Slice
  189. ExecuteOwlHub.SliceCenter = Rect.new(8, 8, 248, 248)
  190. ExecuteOwlHub.MouseButton1Down:connect(function()
  191. loadstring(game:HttpGet("https://pastebin.com/raw/DEWTBNGA",true))()
  192. end)
  193.  
  194. ExecuteOwlHub_2.Name = "ExecuteOwlHub"
  195. ExecuteOwlHub_2.Parent = ExecuteOwlHub
  196. ExecuteOwlHub_2.AnchorPoint = Vector2.new(0.5, 0.5)
  197. ExecuteOwlHub_2.BackgroundColor3 = Color3.new(1, 1, 1)
  198. ExecuteOwlHub_2.BackgroundTransparency = 1
  199. ExecuteOwlHub_2.BorderSizePixel = 0
  200. ExecuteOwlHub_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  201. ExecuteOwlHub_2.Size = UDim2.new(1, -5, 1, -5)
  202. ExecuteOwlHub_2.Font = Enum.Font.GothamSemibold
  203. ExecuteOwlHub_2.Text = "Execute"
  204. ExecuteOwlHub_2.TextColor3 = Color3.new(1, 1, 1)
  205. ExecuteOwlHub_2.TextSize = 14
  206.  
  207. SonaImageLabel.Name = "SonaImageLabel"
  208. SonaImageLabel.Parent = TopFrameScriptHub
  209. SonaImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  210. SonaImageLabel.BackgroundTransparency = 1
  211. SonaImageLabel.Position = UDim2.new(-0.0327787548, 0, -0.275862068, 0)
  212. SonaImageLabel.Size = UDim2.new(0, 49, 0, 43)
  213. SonaImageLabel.Image = "http://www.roblox.com/asset/?id=5232924677"
  214.  
  215. Console.Name = "Console"
  216. Console.Parent = TopFrameScriptHub
  217. Console.BackgroundColor3 = Color3.new(1, 1, 1)
  218. Console.BackgroundTransparency = 1
  219. Console.Position = UDim2.new(0.162164181, 0, 0.0381773449, 0)
  220. Console.Size = UDim2.new(0, 200, 0, 26)
  221. Console.Font = Enum.Font.Arial
  222. Console.Text = "Sona X - Script Hub"
  223. Console.TextColor3 = Color3.new(1, 1, 1)
  224. Console.TextSize = 15
  225.  
  226. Exit.Name = "Exit"
  227. Exit.Parent = TopFrameScriptHub
  228. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  229. Exit.BackgroundTransparency = 1
  230. Exit.Position = UDim2.new(0.92592591, 0, 0.00786003843, 0)
  231. Exit.Size = UDim2.new(0, 22, 0, 26)
  232. Exit.Font = Enum.Font.Arial
  233. Exit.Text = "X"
  234. Exit.TextColor3 = Color3.new(1, 1, 1)
  235. Exit.TextSize = 14
  236.  
  237. InfiniteYeild.Name = "InfiniteYeild"
  238. InfiniteYeild.Parent = TopFrameScriptHub
  239. InfiniteYeild.BackgroundColor3 = Color3.new(1, 1, 1)
  240. InfiniteYeild.BackgroundTransparency = 1
  241. InfiniteYeild.Position = UDim2.new(0.417508423, 0, 1.48275852, 0)
  242. InfiniteYeild.Size = UDim2.new(0, 158, 0, 108)
  243. InfiniteYeild.Visible = false
  244. InfiniteYeild.Image = "http://www.roblox.com/asset/?id=5335389205"
  245.  
  246. InfiniteYeildInformation.Name = "InfiniteYeildInformation"
  247. InfiniteYeildInformation.Parent = InfiniteYeild
  248. InfiniteYeildInformation.BackgroundColor3 = Color3.new(1, 1, 1)
  249. InfiniteYeildInformation.BackgroundTransparency = 1
  250. InfiniteYeildInformation.Position = UDim2.new(-0.0443037972, 0, 1.13888884, 0)
  251. InfiniteYeildInformation.Size = UDim2.new(0, 180, 0, 50)
  252. InfiniteYeildInformation.Font = Enum.Font.Arial
  253. InfiniteYeildInformation.Text = "Infinite Yeild will have everything you need in your game. For an e.x fly, noclip & infinite jump!"
  254. InfiniteYeildInformation.TextColor3 = Color3.new(1, 1, 1)
  255. InfiniteYeildInformation.TextSize = 14
  256. InfiniteYeildInformation.TextWrapped = true
  257.  
  258. ExecuteInfiniteYeild.Name = "ExecuteInfiniteYeild"
  259. ExecuteInfiniteYeild.Parent = InfiniteYeild
  260. ExecuteInfiniteYeild.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  261. ExecuteInfiniteYeild.BackgroundTransparency = 1
  262. ExecuteInfiniteYeild.Position = UDim2.new(-0.0474683493, 0, 2.02592587, 0)
  263. ExecuteInfiniteYeild.Size = UDim2.new(0, 105, 0, 30)
  264. ExecuteInfiniteYeild.Image = "rbxassetid://2790389767"
  265. ExecuteInfiniteYeild.ImageColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  266. ExecuteInfiniteYeild.ScaleType = Enum.ScaleType.Slice
  267. ExecuteInfiniteYeild.SliceCenter = Rect.new(8, 8, 248, 248)
  268.  
  269. ExecuteInfiniteYeildb.Name = "ExecuteInfiniteYeildb"
  270. ExecuteInfiniteYeildb.Parent = ExecuteInfiniteYeild
  271. ExecuteInfiniteYeildb.AnchorPoint = Vector2.new(0.5, 0.5)
  272. ExecuteInfiniteYeildb.BackgroundColor3 = Color3.new(1, 1, 1)
  273. ExecuteInfiniteYeildb.BackgroundTransparency = 1
  274. ExecuteInfiniteYeildb.BorderSizePixel = 0
  275. ExecuteInfiniteYeildb.Position = UDim2.new(0.5, 0, 0.5, 0)
  276. ExecuteInfiniteYeildb.Size = UDim2.new(1, -5, 1, -5)
  277. ExecuteInfiniteYeildb.Font = Enum.Font.GothamSemibold
  278. ExecuteInfiniteYeildb.Text = "Execute"
  279. ExecuteInfiniteYeildb.TextColor3 = Color3.new(1, 1, 1)
  280. ExecuteInfiniteYeildb.TextSize = 14
  281.  
  282. StreamSniper.Name = "StreamSniper"
  283. StreamSniper.Parent = TopFrameScriptHub
  284. StreamSniper.BackgroundColor3 = Color3.new(1, 1, 1)
  285. StreamSniper.Position = UDim2.new(0.427609414, 0, 1.58620691, 0)
  286. StreamSniper.Size = UDim2.new(0, 152, 0, 99)
  287. StreamSniper.Visible = false
  288. StreamSniper.Image = "http://www.roblox.com/asset/?id=5335398425"
  289.  
  290. StreamInformation.Name = "StreamInformation"
  291. StreamInformation.Parent = StreamSniper
  292. StreamInformation.BackgroundColor3 = Color3.new(1, 1, 1)
  293. StreamInformation.BackgroundTransparency = 2
  294. StreamInformation.Position = UDim2.new(-0.0723684207, 0, 1.2093941, 0)
  295. StreamInformation.Size = UDim2.new(0, 173, 0, 96)
  296. StreamInformation.Font = Enum.Font.Arial
  297. StreamInformation.Text = "Synapse X Stream Sniper can bring you to any players and basically stream snipe them with no problem you can go ahead and annoy them why not?"
  298. StreamInformation.TextColor3 = Color3.new(1, 1, 1)
  299. StreamInformation.TextSize = 14
  300. StreamInformation.TextWrapped = true
  301.  
  302. ExecuteStreamSniper.Name = "ExecuteStreamSniper"
  303. ExecuteStreamSniper.Parent = StreamSniper
  304. ExecuteStreamSniper.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  305. ExecuteStreamSniper.BackgroundTransparency = 1
  306. ExecuteStreamSniper.Position = UDim2.new(-0.065789476, 0, 2.17070699, 0)
  307. ExecuteStreamSniper.Size = UDim2.new(0, 105, 0, 30)
  308. ExecuteStreamSniper.Image = "rbxassetid://2790389767"
  309. ExecuteStreamSniper.ImageColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  310. ExecuteStreamSniper.ScaleType = Enum.ScaleType.Slice
  311. ExecuteStreamSniper.SliceCenter = Rect.new(8, 8, 248, 248)
  312. ExecuteStreamSniper.MouseButton1Down:connect(function()
  313. loadstring(game:HttpGet("https://pastebin.com/raw/VwVeLeWK",true))()
  314. end)
  315.  
  316. ExecuteStreamSniper2.Name = "ExecuteStreamSniper2"
  317. ExecuteStreamSniper2.Parent = ExecuteStreamSniper
  318. ExecuteStreamSniper2.AnchorPoint = Vector2.new(0.5, 0.5)
  319. ExecuteStreamSniper2.BackgroundColor3 = Color3.new(1, 1, 1)
  320. ExecuteStreamSniper2.BackgroundTransparency = 1
  321. ExecuteStreamSniper2.BorderSizePixel = 0
  322. ExecuteStreamSniper2.Position = UDim2.new(0.5, 0, 0.5, 0)
  323. ExecuteStreamSniper2.Size = UDim2.new(1, -5, 1, -5)
  324. ExecuteStreamSniper2.Font = Enum.Font.GothamSemibold
  325. ExecuteStreamSniper2.Text = "Execute"
  326. ExecuteStreamSniper2.TextColor3 = Color3.new(1, 1, 1)
  327. ExecuteStreamSniper2.TextSize = 14
  328. ExecuteStreamSniper2.MouseButton1Down:connect(function()
  329. loadstring(game:HttpGet("https://pastebin.com/raw/nwjCnkbk",true))()
  330. end)
  331.  
  332. --[[
  333. Scripts:
  334. --]]
  335.  
  336. local function SRWLW_fake_script() -- Exit.LocalScript
  337. local script = Instance.new('LocalScript', Exit)
  338.  
  339. script.Parent.MouseButton1Click:Connect(function()
  340. script.Parent.Parent.Visible = false
  341. end)
  342. end
  343. coroutine.wrap(SRWLW_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement