forgetfuldingo

PhantomForcesFINAL

Aug 7th, 2020 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. -- GUI Developed by Sweaty Chungus
  2. -- Instances:
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local GUIBody = Instance.new("Frame")
  6. local ImageLabel = Instance.new("ImageLabel")
  7. local Aimbot = Instance.new("TextButton")
  8. local NoRecoil = Instance.new("TextButton")
  9. local ESP = Instance.new("TextButton")
  10. local Close = Instance.new("TextButton")
  11. local OpenMain = Instance.new("Frame")
  12. local OpenButton = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. GUIBody.Name = "GUIBody"
  19. GUIBody.Parent = ScreenGui
  20. GUIBody.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  21. GUIBody.Position = UDim2.new(0.247040257, 0, 0.205159709, 0)
  22. GUIBody.Size = UDim2.new(0, 640, 0, 480)
  23. GUIBody.Active = true
  24. GUIBody.Draggable = true
  25.  
  26. ImageLabel.Parent = GUIBody
  27. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. ImageLabel.Size = UDim2.new(0, 640, 0, 480)
  29. ImageLabel.Image = "rbxassetid://5515980362"
  30.  
  31. Aimbot.Name = "Aimbot"
  32. Aimbot.Parent = GUIBody
  33. Aimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. Aimbot.Position = UDim2.new(0.34375, 0, 0.208333328, 0)
  35. Aimbot.Size = UDim2.new(0, 200, 0, 50)
  36. Aimbot.Font = Enum.Font.ArialBold
  37. Aimbot.Text = "Aimbot"
  38. Aimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. Aimbot.TextSize = 25.000
  40. Aimbot.TextWrapped = true
  41. Aimbot.MouseButton1Down:connect(function()
  42. loadstring(game:HttpGet("https://pastebin.com/raw/1McuqKm7"))()
  43. end)
  44.  
  45. NoRecoil.Name = "NoRecoil"
  46. NoRecoil.Parent = GUIBody
  47. NoRecoil.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. NoRecoil.Position = UDim2.new(0.34375, 0, 0.416666657, 0)
  49. NoRecoil.Size = UDim2.new(0, 200, 0, 50)
  50. NoRecoil.Font = Enum.Font.ArialBold
  51. NoRecoil.Text = "No Recoil"
  52. NoRecoil.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. NoRecoil.TextSize = 25.000
  54. NoRecoil.MouseButton1Down:connect(function()
  55. loadstring(game:HttpGet("https://pastebin.com/raw/RbFHqiWr"))()
  56. end)
  57.  
  58. ESP.Name = "ESP"
  59. ESP.Parent = GUIBody
  60. ESP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. ESP.Position = UDim2.new(0.34375, 0, 0.625, 0)
  62. ESP.Size = UDim2.new(0, 200, 0, 50)
  63. ESP.Font = Enum.Font.ArialBold
  64. ESP.Text = "ESP"
  65. ESP.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. ESP.TextSize = 25.000
  67. ESP.MouseButton1Down:connect(function()
  68. loadstring(game:HttpGet("https://pastebin.com/raw/BUZiqqs0"))()
  69. end)
  70.  
  71. Close.Name = "Close"
  72. Close.Parent = GUIBody
  73. Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  74. Close.Position = UDim2.new(0.953125, 0, 0, 0)
  75. Close.Size = UDim2.new(0, 30, 0, 30)
  76. Close.Font = Enum.Font.SourceSans
  77. Close.Text = "X"
  78. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. Close.TextScaled = true
  80. Close.TextSize = 14.000
  81. Close.TextWrapped = true
  82. Close.MouseButton1Down:connect(function()
  83. GUIBody.Visible = false
  84. OpenMain.Visible = true
  85. end)
  86.  
  87. OpenMain.Name = "OpenMain"
  88. OpenMain.Parent = ScreenGui
  89. OpenMain.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
  90. OpenMain.Position = UDim2.new(0, 0, 0.444717467, 0)
  91. OpenMain.Size = UDim2.new(0, 80, 0, 60)
  92. OpenMain.Draggable = true
  93. OpenMain.Active = true
  94.  
  95. OpenButton.Name = "OpenButton"
  96. OpenButton.Parent = OpenMain
  97. OpenButton.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  98. OpenButton.Size = UDim2.new(0, 80, 0, 40)
  99. OpenButton.Font = Enum.Font.SourceSans
  100. OpenButton.Text = "Open"
  101. OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. OpenButton.TextSize = 14.000
  103. OpenButton.MouseButton1Down:connect(function()
  104. GUIBody.Visible = true
  105. OpenMain.Visible = false
  106. end)
Add Comment
Please, Sign In to add comment