Advertisement
turrtle

Phoenix Hub v0.2 alpha

Nov 3rd, 2018
1,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.77 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Phoenix = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local top = Instance.new("Frame")
  7. local name = Instance.new("TextLabel")
  8. local close = Instance.new("TextButton")
  9. local gamescripts = Instance.new("TextButton")
  10. local guis = Instance.new("TextButton")
  11. local otherscripts = Instance.new("TextButton")
  12. local motd = Instance.new("TextBox")
  13. local ImageLabel = Instance.new("ImageLabel")
  14. local scriptstab = Instance.new("Frame")
  15. local top_2 = Instance.new("Frame")
  16. local close_2 = Instance.new("TextButton")
  17. local name_2 = Instance.new("TextLabel")
  18. local ScrollingFrame = Instance.new("ScrollingFrame")
  19. local Cbro = Instance.new("TextButton")
  20. local PhantomForces = Instance.new("TextButton")
  21. local MurderMystery = Instance.new("TextButton")
  22. local Minershaven = Instance.new("TextButton")
  23. local vechailsim = Instance.new("TextButton")
  24. local guistab = Instance.new("Frame")
  25. local top_3 = Instance.new("Frame")
  26. local close_3 = Instance.new("TextButton")
  27. local name_3 = Instance.new("TextLabel")
  28. local ScrollingFrame_2 = Instance.new("ScrollingFrame")
  29. local topk3k = Instance.new("TextButton")
  30. local StickGui = Instance.new("TextButton")
  31. local Legohax69 = Instance.new("TextButton")
  32. local Epixsgui = Instance.new("TextButton")
  33. local Dex30 = Instance.new("TextButton")
  34. local coolgui = Instance.new("TextButton")
  35. local Brackhub = Instance.new("TextButton")
  36. local InfYield = Instance.new("TextButton")
  37. local othertab = Instance.new("Frame")
  38. local top_4 = Instance.new("Frame")
  39. local close_4 = Instance.new("TextButton")
  40. local name_4 = Instance.new("TextLabel")
  41. local ScrollingFrame_3 = Instance.new("ScrollingFrame")
  42. local RtoTp = Instance.new("TextButton")
  43. --Properties:
  44. Phoenix.Name = "Phoenix"
  45. Phoenix.Parent = game.CoreGui
  46.  
  47. main.Name = "main"
  48. main.Parent = Phoenix
  49. main.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  50. main.BorderSizePixel = 0
  51. main.Position = UDim2.new(0.395069242, 0, 0.289926291, 0)
  52. main.Size = UDim2.new(0, 364, 0, 369)
  53. main.Active = true
  54. main.Draggable = true
  55.  
  56. top.Name = "top"
  57. top.Parent = main
  58. top.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  59. top.BorderSizePixel = 0
  60. top.Position = UDim2.new(0, 0, -0.111111112, 0)
  61. top.Size = UDim2.new(0, 364, 0, 41)
  62.  
  63. name.Name = "name"
  64. name.Parent = top
  65. name.BackgroundColor3 = Color3.new(1, 1, 1)
  66. name.BackgroundTransparency = 1
  67. name.Position = UDim2.new(0.0274725277, 0, 0, 0)
  68. name.Size = UDim2.new(0, 200, 0, 41)
  69. name.Font = Enum.Font.SourceSansBold
  70. name.Text = "Phoenix Hub | Home"
  71. name.TextColor3 = Color3.new(1, 1, 1)
  72. name.TextSize = 24
  73. name.TextXAlignment = Enum.TextXAlignment.Left
  74.  
  75. close.Name = "close"
  76. close.Parent = top
  77. close.BackgroundColor3 = Color3.new(1, 1, 1)
  78. close.BackgroundTransparency = 1
  79. close.Position = UDim2.new(0.870879114, 0, 0, 0)
  80. close.Size = UDim2.new(0, 47, 0, 41)
  81. close.Font = Enum.Font.SourceSansBold
  82. close.Text = "X"
  83. close.TextColor3 = Color3.new(1, 1, 1)
  84. close.TextSize = 22
  85. close.MouseButton1Down:connect(function()
  86. main.Visible = false
  87. end)
  88.  
  89. gamescripts.Name = "gamescripts"
  90. gamescripts.Parent = main
  91. gamescripts.BackgroundColor3 = Color3.new(1, 1, 1)
  92. gamescripts.BackgroundTransparency = 0.69999998807907
  93. gamescripts.BorderSizePixel = 0
  94. gamescripts.Position = UDim2.new(0.225274727, 0, 0.113821141, 0)
  95. gamescripts.Size = UDim2.new(0, 200, 0, 50)
  96. gamescripts.ZIndex = 2
  97. gamescripts.Font = Enum.Font.SourceSansBold
  98. gamescripts.Text = "Game Scripts"
  99. gamescripts.TextColor3 = Color3.new(1, 1, 1)
  100. gamescripts.TextSize = 18
  101. gamescripts.TextStrokeColor3 = Color3.new(1, 1, 1)
  102. gamescripts.MouseButton1Down:connect(function()
  103. scriptstab.Visible = true
  104. end)
  105.  
  106. guis.Name = "guis"
  107. guis.Parent = main
  108. guis.BackgroundColor3 = Color3.new(1, 1, 1)
  109. guis.BackgroundTransparency = 0.69999998807907
  110. guis.BorderSizePixel = 0
  111. guis.Position = UDim2.new(0.222527474, 0, 0.37940383, 0)
  112. guis.Size = UDim2.new(0, 200, 0, 50)
  113. guis.ZIndex = 2
  114. guis.Font = Enum.Font.SourceSansBold
  115. guis.Text = "GUIs"
  116. guis.TextColor3 = Color3.new(1, 1, 1)
  117. guis.TextSize = 18
  118. guis.TextStrokeColor3 = Color3.new(1, 1, 1)
  119. guis.MouseButton1Down:connect(function()
  120. guistab.Visible = true
  121. end)
  122.  
  123. otherscripts.Name = "other scripts"
  124. otherscripts.Parent = main
  125. otherscripts.BackgroundColor3 = Color3.new(1, 1, 1)
  126. otherscripts.BackgroundTransparency = 0.69999998807907
  127. otherscripts.BorderSizePixel = 0
  128. otherscripts.Position = UDim2.new(0.225274727, 0, 0.655826569, 0)
  129. otherscripts.Size = UDim2.new(0, 200, 0, 50)
  130. otherscripts.ZIndex = 2
  131. otherscripts.Font = Enum.Font.SourceSansBold
  132. otherscripts.Text = "Other Scripts"
  133. otherscripts.TextColor3 = Color3.new(1, 1, 1)
  134. otherscripts.TextSize = 18
  135. otherscripts.TextStrokeColor3 = Color3.new(1, 1, 1)
  136. otherscripts.MouseButton1Down:connect(function()
  137. othertab.Visible = true
  138. end)
  139.  
  140. motd.Name = "motd"
  141. motd.Parent = main
  142. motd.BackgroundColor3 = Color3.new(1, 1, 1)
  143. motd.BackgroundTransparency = 1
  144. motd.Position = UDim2.new(0, 0, 0.845528483, 0)
  145. motd.Size = UDim2.new(0, 364, 0, 57)
  146. motd.ZIndex = 2
  147. motd.Font = Enum.Font.SourceSansBold
  148. motd.Text = "Version 0.2 is ok, I guess. BUT I NEED SCRIPTS. join the discord and give me the scripts thanks"
  149. motd.TextColor3 = Color3.new(1, 1, 1)
  150. motd.TextSize = 14
  151.  
  152. ImageLabel.Parent = main
  153. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  154. ImageLabel.BackgroundTransparency = 1
  155. ImageLabel.Position = UDim2.new(-0.00274725282, 0, 0, 0)
  156. ImageLabel.Size = UDim2.new(0, 365, 0, 369)
  157. ImageLabel.Visible = false
  158. ImageLabel.Image = "rbxassetid://950898941"
  159.  
  160. scriptstab.Name = "scriptstab"
  161. scriptstab.Parent = Phoenix
  162. scriptstab.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  163. scriptstab.BorderSizePixel = 0
  164. scriptstab.Position = UDim2.new(0.646765709, 0, 0.289926291, 0)
  165. scriptstab.Size = UDim2.new(0, 364, 0, 369)
  166. scriptstab.Visible = false
  167. scriptstab.Active = true
  168. scriptstab.Draggable = true
  169.  
  170. top_2.Name = "top"
  171. top_2.Parent = scriptstab
  172. top_2.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  173. top_2.BorderSizePixel = 0
  174. top_2.Position = UDim2.new(0, 0, -0.111111112, 0)
  175. top_2.Size = UDim2.new(0, 364, 0, 41)
  176.  
  177. close_2.Name = "close"
  178. close_2.Parent = top_2
  179. close_2.BackgroundColor3 = Color3.new(1, 1, 1)
  180. close_2.BackgroundTransparency = 1
  181. close_2.Position = UDim2.new(0.870879114, 0, 0, 0)
  182. close_2.Size = UDim2.new(0, 47, 0, 41)
  183. close_2.Font = Enum.Font.SourceSansBold
  184. close_2.Text = "X"
  185. close_2.TextColor3 = Color3.new(1, 1, 1)
  186. close_2.TextSize = 22
  187. close_2.MouseButton1Down:connect(function()
  188. scriptstab.Visible = false
  189. end)
  190.  
  191.  
  192. name_2.Name = "name"
  193. name_2.Parent = top_2
  194. name_2.BackgroundColor3 = Color3.new(1, 1, 1)
  195. name_2.BackgroundTransparency = 1
  196. name_2.Position = UDim2.new(0.0274725277, 0, 0, 0)
  197. name_2.Size = UDim2.new(0, 200, 0, 41)
  198. name_2.Font = Enum.Font.SourceSansBold
  199. name_2.Text = "Phoenix Hub | Game Scripts"
  200. name_2.TextColor3 = Color3.new(1, 1, 1)
  201. name_2.TextSize = 24
  202. name_2.TextXAlignment = Enum.TextXAlignment.Left
  203.  
  204. ScrollingFrame.Parent = scriptstab
  205. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  206. ScrollingFrame.BackgroundTransparency = 0.69999998807907
  207. ScrollingFrame.BorderSizePixel = 0
  208. ScrollingFrame.Position = UDim2.new(0.0604395606, 0, 0.0352303535, 0)
  209. ScrollingFrame.Size = UDim2.new(0, 322, 0, 342)
  210. ScrollingFrame.BottomImage = ""
  211. ScrollingFrame.MidImage = ""
  212. ScrollingFrame.TopImage = ""
  213.  
  214. Cbro.Name = "Cbro"
  215. Cbro.Parent = ScrollingFrame
  216. Cbro.BackgroundColor3 = Color3.new(1, 1, 1)
  217. Cbro.BackgroundTransparency = 0.69999998807907
  218. Cbro.BorderSizePixel = 0
  219. Cbro.Position = UDim2.new(0.0420448855, 0, 0.012307697, 0)
  220. Cbro.Size = UDim2.new(0, 292, 0, 19)
  221. Cbro.ZIndex = 2
  222. Cbro.Font = Enum.Font.SourceSansBold
  223. Cbro.Text = "CBRO Aimbot & Esp"
  224. Cbro.TextColor3 = Color3.new(1, 1, 1)
  225. Cbro.TextSize = 18
  226. Cbro.TextStrokeColor3 = Color3.new(1, 1, 1)
  227.  
  228. PhantomForces.Name = "Phantom Forces"
  229. PhantomForces.Parent = ScrollingFrame
  230. PhantomForces.BackgroundColor3 = Color3.new(1, 1, 1)
  231. PhantomForces.BackgroundTransparency = 0.69999998807907
  232. PhantomForces.BorderSizePixel = 0
  233. PhantomForces.Position = UDim2.new(0.0419999994, 0, 0.0480000004, 0)
  234. PhantomForces.Size = UDim2.new(0, 292, 0, 19)
  235. PhantomForces.ZIndex = 2
  236. PhantomForces.Font = Enum.Font.SourceSansBold
  237. PhantomForces.Text = "Phantom Forces LX 4.0"
  238. PhantomForces.TextColor3 = Color3.new(1, 1, 1)
  239. PhantomForces.TextSize = 18
  240. PhantomForces.TextStrokeColor3 = Color3.new(1, 1, 1)
  241.  
  242. MurderMystery.Name = "Murder Mystery"
  243. MurderMystery.Parent = ScrollingFrame
  244. MurderMystery.BackgroundColor3 = Color3.new(1, 1, 1)
  245. MurderMystery.BackgroundTransparency = 0.69999998807907
  246. MurderMystery.BorderSizePixel = 0
  247. MurderMystery.Position = UDim2.new(0.0419999994, 0, 0.0829999968, 0)
  248. MurderMystery.Size = UDim2.new(0, 292, 0, 19)
  249. MurderMystery.ZIndex = 2
  250. MurderMystery.Font = Enum.Font.SourceSansBold
  251. MurderMystery.Text = "Murder Mystery LX 2.0.0"
  252. MurderMystery.TextColor3 = Color3.new(1, 1, 1)
  253. MurderMystery.TextSize = 18
  254. MurderMystery.TextStrokeColor3 = Color3.new(1, 1, 1)
  255.  
  256. Minershaven.Name = "Miners haven"
  257. Minershaven.Parent = ScrollingFrame
  258. Minershaven.BackgroundColor3 = Color3.new(1, 1, 1)
  259. Minershaven.BackgroundTransparency = 0.69999998807907
  260. Minershaven.BorderSizePixel = 0
  261. Minershaven.Position = UDim2.new(0.0419999994, 0, 0.116999999, 0)
  262. Minershaven.Size = UDim2.new(0, 292, 0, 19)
  263. Minershaven.ZIndex = 2
  264. Minershaven.Font = Enum.Font.SourceSansBold
  265. Minershaven.Text = "Rephlo's Miners Haven Gui"
  266. Minershaven.TextColor3 = Color3.new(1, 1, 1)
  267. Minershaven.TextSize = 18
  268. Minershaven.TextStrokeColor3 = Color3.new(1, 1, 1)
  269.  
  270. vechailsim.Name = "vechailsim"
  271. vechailsim.Parent = ScrollingFrame
  272. vechailsim.BackgroundColor3 = Color3.new(1, 1, 1)
  273. vechailsim.BackgroundTransparency = 0.69999998807907
  274. vechailsim.BorderSizePixel = 0
  275. vechailsim.Position = UDim2.new(0.0419999994, 0, 0.152999997, 0)
  276. vechailsim.Size = UDim2.new(0, 292, 0, 19)
  277. vechailsim.ZIndex = 2
  278. vechailsim.Font = Enum.Font.SourceSansBold
  279. vechailsim.Text = "Vehicle Simulator Speed"
  280. vechailsim.TextColor3 = Color3.new(1, 1, 1)
  281. vechailsim.TextSize = 18
  282. vechailsim.TextStrokeColor3 = Color3.new(1, 1, 1)
  283.  
  284. guistab.Name = "guistab"
  285. guistab.Parent = Phoenix
  286. guistab.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  287. guistab.BorderSizePixel = 0
  288. guistab.Position = UDim2.new(0.646765709, 0, 0.289926291, 0)
  289. guistab.Size = UDim2.new(0, 364, 0, 369)
  290. guistab.Visible = false
  291. guistab.Active = true
  292. guistab.Draggable = true
  293.  
  294. top_3.Name = "top"
  295. top_3.Parent = guistab
  296. top_3.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  297. top_3.BorderSizePixel = 0
  298. top_3.Position = UDim2.new(0, 0, -0.111111112, 0)
  299. top_3.Size = UDim2.new(0, 364, 0, 41)
  300.  
  301. close_3.Name = "close"
  302. close_3.Parent = top_3
  303. close_3.BackgroundColor3 = Color3.new(1, 1, 1)
  304. close_3.BackgroundTransparency = 1
  305. close_3.Position = UDim2.new(0.870879114, 0, 0, 0)
  306. close_3.Size = UDim2.new(0, 47, 0, 41)
  307. close_3.Font = Enum.Font.SourceSansBold
  308. close_3.Text = "X"
  309. close_3.TextColor3 = Color3.new(1, 1, 1)
  310. close_3.TextSize = 22
  311. close_3.MouseButton1Down:connect(function()
  312. guistab.Visible = false
  313. end)
  314.  
  315. name_3.Name = "name"
  316. name_3.Parent = top_3
  317. name_3.BackgroundColor3 = Color3.new(1, 1, 1)
  318. name_3.BackgroundTransparency = 1
  319. name_3.Position = UDim2.new(0.0274725277, 0, 0, 0)
  320. name_3.Size = UDim2.new(0, 200, 0, 41)
  321. name_3.Font = Enum.Font.SourceSansBold
  322. name_3.Text = "Phoenix Hub | Gui Scripts"
  323. name_3.TextColor3 = Color3.new(1, 1, 1)
  324. name_3.TextSize = 24
  325. name_3.TextXAlignment = Enum.TextXAlignment.Left
  326.  
  327. ScrollingFrame_2.Parent = guistab
  328. ScrollingFrame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  329. ScrollingFrame_2.BackgroundTransparency = 0.69999998807907
  330. ScrollingFrame_2.BorderSizePixel = 0
  331. ScrollingFrame_2.Position = UDim2.new(0.0604395606, 0, 0.0352303535, 0)
  332. ScrollingFrame_2.Size = UDim2.new(0, 322, 0, 342)
  333. ScrollingFrame_2.BottomImage = ""
  334. ScrollingFrame_2.MidImage = ""
  335. ScrollingFrame_2.TopImage = ""
  336.  
  337. topk3k.Name = "topk3k"
  338. topk3k.Parent = ScrollingFrame_2
  339. topk3k.BackgroundColor3 = Color3.new(1, 1, 1)
  340. topk3k.BackgroundTransparency = 0.69999998807907
  341. topk3k.BorderSizePixel = 0
  342. topk3k.Position = UDim2.new(0.0420448855, 0, 0.012307697, 0)
  343. topk3k.Size = UDim2.new(0, 292, 0, 19)
  344. topk3k.ZIndex = 2
  345. topk3k.Font = Enum.Font.SourceSansBold
  346. topk3k.Text = "Topk3k 4.0"
  347. topk3k.TextColor3 = Color3.new(1, 1, 1)
  348. topk3k.TextSize = 18
  349. topk3k.TextStrokeColor3 = Color3.new(1, 1, 1)
  350.  
  351. StickGui.Name = "Stick Gui"
  352. StickGui.Parent = ScrollingFrame_2
  353. StickGui.BackgroundColor3 = Color3.new(1, 1, 1)
  354. StickGui.BackgroundTransparency = 0.69999998807907
  355. StickGui.BorderSizePixel = 0
  356. StickGui.Position = UDim2.new(0.0419999994, 0, 0.0480000004, 0)
  357. StickGui.Size = UDim2.new(0, 292, 0, 19)
  358. StickGui.ZIndex = 2
  359. StickGui.Font = Enum.Font.SourceSansBold
  360. StickGui.Text = "Stick V1"
  361. StickGui.TextColor3 = Color3.new(1, 1, 1)
  362. StickGui.TextSize = 18
  363. StickGui.TextStrokeColor3 = Color3.new(1, 1, 1)
  364.  
  365. Legohax69.Name = "Legohax 6.9"
  366. Legohax69.Parent = ScrollingFrame_2
  367. Legohax69.BackgroundColor3 = Color3.new(1, 1, 1)
  368. Legohax69.BackgroundTransparency = 0.69999998807907
  369. Legohax69.BorderSizePixel = 0
  370. Legohax69.Position = UDim2.new(0.0419999994, 0, 0.0829999968, 0)
  371. Legohax69.Size = UDim2.new(0, 292, 0, 19)
  372. Legohax69.ZIndex = 2
  373. Legohax69.Font = Enum.Font.SourceSansBold
  374. Legohax69.Text = "Legohax 6.9"
  375. Legohax69.TextColor3 = Color3.new(1, 1, 1)
  376. Legohax69.TextSize = 18
  377. Legohax69.TextStrokeColor3 = Color3.new(1, 1, 1)
  378.  
  379. Epixsgui.Name = "Epixsgui"
  380. Epixsgui.Parent = ScrollingFrame_2
  381. Epixsgui.BackgroundColor3 = Color3.new(1, 1, 1)
  382. Epixsgui.BackgroundTransparency = 0.69999998807907
  383. Epixsgui.BorderSizePixel = 0
  384. Epixsgui.Position = UDim2.new(0.0419999994, 0, 0.116999999, 0)
  385. Epixsgui.Size = UDim2.new(0, 292, 0, 19)
  386. Epixsgui.ZIndex = 2
  387. Epixsgui.Font = Enum.Font.SourceSansBold
  388. Epixsgui.Text = "Epix Fe Gui V1.1"
  389. Epixsgui.TextColor3 = Color3.new(1, 1, 1)
  390. Epixsgui.TextSize = 18
  391. Epixsgui.TextStrokeColor3 = Color3.new(1, 1, 1)
  392.  
  393. Dex30.Name = "Dex 3.0"
  394. Dex30.Parent = ScrollingFrame_2
  395. Dex30.BackgroundColor3 = Color3.new(1, 1, 1)
  396. Dex30.BackgroundTransparency = 0.69999998807907
  397. Dex30.BorderSizePixel = 0
  398. Dex30.Position = UDim2.new(0.0419999994, 0, 0.151999995, 0)
  399. Dex30.Size = UDim2.new(0, 292, 0, 19)
  400. Dex30.ZIndex = 2
  401. Dex30.Font = Enum.Font.SourceSansBold
  402. Dex30.Text = "Dex 2.0"
  403. Dex30.TextColor3 = Color3.new(1, 1, 1)
  404. Dex30.TextSize = 18
  405. Dex30.TextStrokeColor3 = Color3.new(1, 1, 1)
  406.  
  407. coolgui.Name = "coolgui"
  408. coolgui.Parent = ScrollingFrame_2
  409. coolgui.BackgroundColor3 = Color3.new(1, 1, 1)
  410. coolgui.BackgroundTransparency = 0.69999998807907
  411. coolgui.BorderSizePixel = 0
  412. coolgui.Position = UDim2.new(0.0419999994, 0, 0.187999994, 0)
  413. coolgui.Size = UDim2.new(0, 292, 0, 19)
  414. coolgui.ZIndex = 2
  415. coolgui.Font = Enum.Font.SourceSansBold
  416. coolgui.Text = "C00lgui"
  417. coolgui.TextColor3 = Color3.new(1, 1, 1)
  418. coolgui.TextSize = 18
  419. coolgui.TextStrokeColor3 = Color3.new(1, 1, 1)
  420.  
  421. Brackhub.Name = "Brackhub"
  422. Brackhub.Parent = ScrollingFrame_2
  423. Brackhub.BackgroundColor3 = Color3.new(1, 1, 1)
  424. Brackhub.BackgroundTransparency = 0.69999998807907
  425. Brackhub.BorderSizePixel = 0
  426. Brackhub.Position = UDim2.new(0.0419999994, 0, 0.224000007, 0)
  427. Brackhub.Size = UDim2.new(0, 292, 0, 19)
  428. Brackhub.ZIndex = 2
  429. Brackhub.Font = Enum.Font.SourceSansBold
  430. Brackhub.Text = "Brackhub"
  431. Brackhub.TextColor3 = Color3.new(1, 1, 1)
  432. Brackhub.TextSize = 18
  433. Brackhub.TextStrokeColor3 = Color3.new(1, 1, 1)
  434.  
  435. InfYield.Name = "InfYield"
  436. InfYield.Parent = ScrollingFrame_2
  437. InfYield.BackgroundColor3 = Color3.new(1, 1, 1)
  438. InfYield.BackgroundTransparency = 0.69999998807907
  439. InfYield.BorderSizePixel = 0
  440. InfYield.Position = UDim2.new(0.0419999994, 0, 0.259000003, 0)
  441. InfYield.Size = UDim2.new(0, 292, 0, 19)
  442. InfYield.ZIndex = 2
  443. InfYield.Font = Enum.Font.SourceSansBold
  444. InfYield.Text = "Infinite Yield"
  445. InfYield.TextColor3 = Color3.new(1, 1, 1)
  446. InfYield.TextSize = 18
  447. InfYield.TextStrokeColor3 = Color3.new(1, 1, 1)
  448.  
  449. othertab.Name = "othertab"
  450. othertab.Parent = Phoenix
  451. othertab.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  452. othertab.BorderSizePixel = 0
  453. othertab.Position = UDim2.new(0.646765709, 0, 0.289926291, 0)
  454. othertab.Size = UDim2.new(0, 364, 0, 369)
  455. othertab.Visible = false
  456.  
  457. top_4.Name = "top"
  458. top_4.Parent = othertab
  459. top_4.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  460. top_4.BorderSizePixel = 0
  461. top_4.Position = UDim2.new(0, 0, -0.111111112, 0)
  462. top_4.Size = UDim2.new(0, 364, 0, 41)
  463.  
  464. close_4.Name = "close"
  465. close_4.Parent = top_4
  466. close_4.BackgroundColor3 = Color3.new(1, 1, 1)
  467. close_4.BackgroundTransparency = 1
  468. close_4.Position = UDim2.new(0.870879114, 0, 0, 0)
  469. close_4.Size = UDim2.new(0, 47, 0, 41)
  470. close_4.Font = Enum.Font.SourceSansBold
  471. close_4.Text = "X"
  472. close_4.TextColor3 = Color3.new(1, 1, 1)
  473. close_4.TextSize = 22
  474. close_4.MouseButton1Down:connect(function()
  475. othertab.Visible = false
  476. end)
  477.  
  478. name_4.Name = "name"
  479. name_4.Parent = top_4
  480. name_4.BackgroundColor3 = Color3.new(1, 1, 1)
  481. name_4.BackgroundTransparency = 1
  482. name_4.Position = UDim2.new(0.0274725277, 0, 0, 0)
  483. name_4.Size = UDim2.new(0, 200, 0, 41)
  484. name_4.Font = Enum.Font.SourceSansBold
  485. name_4.Text = "Phoenix Hub | Other Scripts"
  486. name_4.TextColor3 = Color3.new(1, 1, 1)
  487. name_4.TextSize = 24
  488. name_4.TextXAlignment = Enum.TextXAlignment.Left
  489.  
  490. ScrollingFrame_3.Parent = othertab
  491. ScrollingFrame_3.BackgroundColor3 = Color3.new(1, 1, 1)
  492. ScrollingFrame_3.BackgroundTransparency = 0.69999998807907
  493. ScrollingFrame_3.BorderSizePixel = 0
  494. ScrollingFrame_3.Position = UDim2.new(0.0604395606, 0, 0.0352303535, 0)
  495. ScrollingFrame_3.Size = UDim2.new(0, 322, 0, 342)
  496. ScrollingFrame_3.BottomImage = ""
  497. ScrollingFrame_3.MidImage = ""
  498. ScrollingFrame_3.TopImage = ""
  499.  
  500. RtoTp.Name = "RtoTp"
  501. RtoTp.Parent = ScrollingFrame_3
  502. RtoTp.BackgroundColor3 = Color3.new(1, 1, 1)
  503. RtoTp.BackgroundTransparency = 0.69999998807907
  504. RtoTp.BorderSizePixel = 0
  505. RtoTp.Position = UDim2.new(0.0420448855, 0, 0.012307697, 0)
  506. RtoTp.Size = UDim2.new(0, 292, 0, 19)
  507. RtoTp.ZIndex = 2
  508. RtoTp.Font = Enum.Font.SourceSansBold
  509. RtoTp.Text = "R to teleport to mouse"
  510. RtoTp.TextColor3 = Color3.new(1, 1, 1)
  511. RtoTp.TextSize = 18
  512. RtoTp.TextStrokeColor3 = Color3.new(1, 1, 1)
  513. -- Scripts:
  514. -- Game Scripts:
  515. Cbro.MouseButton1Down:connect(function()
  516. loadstring(game:HttpGet(('https://pastebin.com/raw/QGRFUddK'),true))()
  517. end)
  518.  
  519. MurderMystery.MouseButton1Down:connect(function()
  520. loadstring(game:HttpGet(('https://pastebin.com/raw/VFpMNMye'),true))()
  521. end)
  522.  
  523. PhantomForces.MouseButton1Down:connect(function()
  524. loadstring(game:GetObjects('rbxassetid://2174390318')[1].Source)()
  525. end)
  526.  
  527. Minershaven.MouseButton1Down:connect(function()
  528. loadstring(game:HttpGet(('https://pastebin.com/raw/kd44NX8c'),true))()
  529. end)
  530.  
  531. vechailsim.MouseButton1Down:connect(function()
  532. loadstring(game:HttpGet(('https://pastebin.com/raw/r80qiXwk'),true))()
  533. end)
  534.  
  535. -- Gui Scripts:
  536.  
  537. Legohax69.MouseButton1Down:connect(function()
  538. loadstring(game:HttpGet(('https://pastebin.com/raw/qcWefuvY'),true))()
  539. end)
  540.  
  541. topk3k.MouseButton1Down:connect(function()
  542. loadstring(game:HttpGet(('https://pastebin.com/raw/r2LqpfyV'),true))()
  543. end)
  544.  
  545. StickGui.MouseButton1Down:connect(function()
  546. loadstring(game:HttpGet(('https://pastebin.com/raw/rH0TjrdA'),true))()
  547. end)
  548.  
  549. Epixsgui.MouseButton1Down:connect(function()
  550. loadstring(game:HttpGet(('https://pastebin.com/raw/iggFJ0an'),true))()
  551. end)
  552.  
  553. Dex30.MouseButton1Down:connect(function()
  554. loadstring(game:HttpGet(('https://pastebin.com/raw/Ht4zRXj8'),true))()
  555. end)
  556.  
  557. coolgui.MouseButton1Down:connect(function()
  558. loadstring(game:HttpGet(('https://pastebin.com/raw/Xt0S28mx'),true))()
  559. end)
  560.  
  561. Brackhub.MouseButton1Down:connect(function()
  562. loadstring(game:HttpGet(('https://pastebin.com/raw/D1mFrZ3w'),true))()
  563. end)
  564.  
  565. InfYield.MouseButton1Down:connect(function()
  566. loadstring(game:HttpGet(('https://pastebin.com/raw/x9bpg73s'),true))()
  567. end)
  568.  
  569. -- Other Scripts:
  570.  
  571.  
  572. RtoTp.MouseButton1Down:connect(function()
  573. loadstring(game:HttpGet(('https://pastebin.com/raw/zKRBZLWA'),true))()
  574. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement