Facebook
From PF HAXX, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 2104
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local openmain = Instance.new("Frame")
  3. local open = Instance.new("TextButton")
  4. local Main = Instance.new("Frame")
  5. local title = Instance.new("TextLabel")
  6. local aimbot = Instance.new("TextButton")
  7. local ESP = Instance.new("TextButton")
  8. local silentaim = Instance.new("TextButton")
  9. local Close = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Risky = Instance.new("TextLabel")
  12. local GunMods = Instance.new("TextButton")
  13. local Fullbright = Instance.new("TextButton")
  14. local Infjump = Instance.new("TextButton")
  15. local ComingSoon = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20.  
  21. openmain.Name = "openmain"
  22. openmain.Parent = ScreenGui
  23. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  24. openmain.Position = UDim2.new(0.0103030298, 0, 0.457276285, 0)
  25. openmain.Size = UDim2.new(0, 67, 0, 25)
  26. openmain.Active = true
  27. openmain.Draggable = true
  28.  
  29. open.Name = "open"
  30. open.Parent = openmain
  31. open.BackgroundColor3 = Color3.fromRGB(188, 125, 0)
  32. open.Size = UDim2.new(0, 67, 0, 25)
  33. open.Font = Enum.Font.Cartoon
  34. open.Text = "OPEN"
  35. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. open.TextSize = 18.000
  37. open.MouseButton1Down:connect(function()
  38. openmain.Visible = false
  39. Main.Visible = true    
  40. end)
  41.  
  42. Main.Name = "Main"
  43. Main.Parent = ScreenGui
  44. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  45. Main.Position = UDim2.new(0.203636378, 0, 0.273030668, 0)
  46. Main.Size = UDim2.new(0, 307, 0, 383)
  47. Main.Visible = false
  48. Main.Active = true
  49. Main.Draggable = true
  50.  
  51. title.Name = "title"
  52. title.Parent = Main
  53. title.BackgroundColor3 = Color3.fromRGB(179, 119, 0)
  54. title.Size = UDim2.new(0, 305, 0, 41)
  55. title.Font = Enum.Font.Cartoon
  56. title.Text = "Mac N' Chez   "
  57. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  58. title.TextSize = 40.000
  59.  
  60. aimbot.Name = "aimbot"
  61. aimbot.Parent = title
  62. aimbot.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  63. aimbot.Position = UDim2.new(0.0295081958, 0, 1.37069559, 0)
  64. aimbot.Size = UDim2.new(0, 120, 0, 51)
  65. aimbot.Font = Enum.Font.Cartoon
  66. aimbot.Text = "Aimbot (Alt)"
  67. aimbot.TextColor3 = Color3.fromRGB(189, 126, 0)
  68. aimbot.TextSize = 23.000
  69. aimbot.MouseButton1Down:connect(function()
  70. loadstring(game:HttpGet("https://pastebin.com/raw/figMHMj0",true))()
  71. end)
  72.  
  73. ESP.Name = "ESP"
  74. ESP.Parent = title
  75. ESP.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  76. ESP.Position = UDim2.new(0.573770523, 0, 1.37069559, 0)
  77. ESP.Size = UDim2.new(0, 120, 0, 51)
  78. ESP.Font = Enum.Font.Cartoon
  79. ESP.Text = "ESP"
  80. ESP.TextColor3 = Color3.fromRGB(193, 129, 0)
  81. ESP.TextSize = 28.000
  82. ESP.MouseButton1Down:connect(function()
  83. loadstring(game:HttpGet("https://pastebin.com/raw/BUZiqqs0"))()
  84. end)
  85.  
  86. silentaim.Name = "silentaim"
  87. silentaim.Parent = title
  88. silentaim.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  89. silentaim.Position = UDim2.new(0.144262299, 0, 2.63898826, 0)
  90. silentaim.Size = UDim2.new(0, 202, 0, 67)
  91. silentaim.Font = Enum.Font.Cartoon
  92. silentaim.Text = "Silent-Aim"
  93. silentaim.TextColor3 = Color3.fromRGB(208, 139, 0)
  94. silentaim.TextSize = 27.000
  95. silentaim.MouseButton1Down:connect(function()
  96. loadstring(game:HttpGet("https://pastebin.com/raw/1McuqKm7"))()
  97. end)
  98.  
  99. Close.Name = "Close"
  100. Close.Parent = Main
  101. Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  102. Close.Position = UDim2.new(0.855737686, 0, 0, 0)
  103. Close.Size = UDim2.new(0, 44, 0, 41)
  104. Close.Font = Enum.Font.GothamBlack
  105. Close.Text = "X"
  106. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  107. Close.TextScaled = true
  108. Close.TextSize = 25.000
  109. Close.TextWrapped = true
  110. Close.MouseButton1Down:connect(function()
  111. Main.Visible = false
  112. openmain.Visible = true
  113. end)
  114.  
  115. TextLabel.Parent = Main
  116. TextLabel.BackgroundColor3 = Color3.fromRGB(180, 120, 0)
  117. TextLabel.Position = UDim2.new(0.172638446, 0, 0.926675498, 0)
  118. TextLabel.Size = UDim2.new(0, 200, 0, 27)
  119. TextLabel.Font = Enum.Font.Cartoon
  120. TextLabel.Text = "Kamz#1337 and egglord2235#9323"
  121. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  122. TextLabel.TextSize = 13.000
  123.  
  124. Risky.Name = "Risky"
  125. Risky.Parent = Main
  126. Risky.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  127. Risky.Position = UDim2.new(0.00651465775, 0, 0.457796633, 0)
  128. Risky.Size = UDim2.new(0, 305, 0, 41)
  129. Risky.Font = Enum.Font.Cartoon
  130. Risky.Text = "Risky/Miscallenous"
  131. Risky.TextColor3 = Color3.fromRGB(180, 120, 0)
  132. Risky.TextSize = 30.000
  133.  
  134. GunMods.Name = "GunMods"
  135. GunMods.Parent = Risky
  136. GunMods.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  137. GunMods.Position = UDim2.new(0.0262295082, 0, 1.24390233, 0)
  138. GunMods.Size = UDim2.new(0, 120, 0, 50)
  139. GunMods.Font = Enum.Font.Cartoon
  140. GunMods.Text = "Gun Mods"
  141. GunMods.TextColor3 = Color3.fromRGB(180, 120, 0)
  142. GunMods.TextSize = 28.000
  143. GunMods.MouseButton1Down:connect(function()
  144. loadstring(game:HttpGet("https://pastebin.com/raw/rPbJcqbK", true))()
  145. end)
  146.  
  147. Fullbright.Name = "Fullbright"
  148. Fullbright.Parent = Risky
  149. Fullbright.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  150. Fullbright.Position = UDim2.new(0.567213118, 0, 1.24390244, 0)
  151. Fullbright.Size = UDim2.new(0, 120, 0, 50)
  152. Fullbright.Font = Enum.Font.Cartoon
  153. Fullbright.Text = "Fullbright"
  154. Fullbright.TextColor3 = Color3.fromRGB(179, 119, 0)
  155. Fullbright.TextSize = 23.000
  156. Infjump.MouseButton1Down:connect(function()
  157. loadstring(game:HttpGet("https://pastebin.com/raw/06iG6YkU", true))()
  158. end)
  159.  
  160. Infjump.Name = "Infjump"
  161. Infjump.Parent = Risky
  162. Infjump.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  163. Infjump.Position = UDim2.new(0.0262295082, 0, 2.46341467, 0)
  164. Infjump.Size = UDim2.new(0, 120, 0, 50)
  165. Infjump.Font = Enum.Font.Cartoon
  166. Infjump.Text = "Infjump"
  167. Infjump.TextColor3 = Color3.fromRGB(180, 120, 0)
  168. Infjump.TextSize = 28.000
  169. Infjump.MouseButton1Down:connect(function()
  170. loadstring(game:HttpGet('https://pastebin.com/raw/1BHXDVtq'))()
  171. end)
  172.        
  173. ComingSoon.Name = "Coming Soon"
  174. ComingSoon.Parent = Risky
  175. ComingSoon.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  176. ComingSoon.Position = UDim2.new(0.567213118, 0, 2.46341467, 0)
  177. ComingSoon.Size = UDim2.new(0, 120, 0, 50)
  178. ComingSoon.Font = Enum.Font.Cartoon
  179. ComingSoon.Text = "Coming Soon"
  180. ComingSoon.TextColor3 = Color3.fromRGB(179, 119, 0)
  181. ComingSoon.TextSize = 22.000

Replies to Phantom Forces GUI rss

Title Name Language When
Re: Phantom Forces GUI Lousy Bat text 1 Year ago.
Re: Phantom Forces GUI Denim Rhinoceros text 2 Years ago.
Re: Phantom Forces GUI Gracious Echidna text 3 Years ago.