Advertisement
ScratchyBoyyoScripts

Untitled

Sep 21st, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.12 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Boyyo = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local TextBox_2 = Instance.new("TextBox")
  8. local TextBox_3 = Instance.new("TextBox")
  9. local TextBox_4 = Instance.new("TextBox")
  10. local TextButton = Instance.new("TextButton")
  11. local TextButton_2 = Instance.new("TextButton")
  12. --Properties:
  13. Boyyo.Name = "Boyyo"
  14. Boyyo.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. Boyyo.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Frame.Parent = Boyyo
  18. Frame.Active = true
  19. Frame.BackgroundColor3 = Color3.new(0, 1, 0.0666667)
  20. Frame.BackgroundTransparency = 0.40000000596046
  21. Frame.BorderColor3 = Color3.new(0, 0, 0)
  22. Frame.BorderSizePixel = 5
  23. Frame.Position = UDim2.new(0.640510917, 0, 0.0205047317, 0)
  24. Frame.Selectable = true
  25. Frame.Size = UDim2.new(0, 381, 0, 356)
  26.  
  27. TextBox.Parent = Frame
  28. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  29. TextBox.BackgroundTransparency = 1
  30. TextBox.Size = UDim2.new(0, 381, 0, 50)
  31. TextBox.Font = Enum.Font.SciFi
  32. TextBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  33. TextBox.Text = "Boyyo's FPS GUI"
  34. TextBox.TextColor3 = Color3.new(0, 0, 0)
  35. TextBox.TextSize = 30
  36.  
  37. TextBox_2.Parent = Frame
  38. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  39. TextBox_2.BackgroundTransparency = 1
  40. TextBox_2.Position = UDim2.new(0, 0, 0, 74)
  41. TextBox_2.Size = UDim2.new(0, 207, 0, 67)
  42. TextBox_2.Font = Enum.Font.SciFi
  43. TextBox_2.PlaceholderColor3 = Color3.new(0, 0, 0)
  44. TextBox_2.Text = "Press For ESP"
  45. TextBox_2.TextColor3 = Color3.new(0, 0, 0)
  46. TextBox_2.TextSize = 30
  47.  
  48. TextBox_3.Parent = Frame
  49. TextBox_3.BackgroundColor3 = Color3.new(1, 1, 1)
  50. TextBox_3.BackgroundTransparency = 1
  51. TextBox_3.Position = UDim2.new(0, 0, 0, 140)
  52. TextBox_3.Size = UDim2.new(0, 255, 0, 68)
  53. TextBox_3.Font = Enum.Font.SciFi
  54. TextBox_3.PlaceholderColor3 = Color3.new(0, 0, 0)
  55. TextBox_3.Text = "Press For Lock On"
  56. TextBox_3.TextColor3 = Color3.new(0, 0, 0)
  57. TextBox_3.TextSize = 30
  58.  
  59. TextBox_4.Parent = Frame
  60. TextBox_4.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TextBox_4.BackgroundTransparency = 1
  62. TextBox_4.Position = UDim2.new(0, 65, 0, 196)
  63. TextBox_4.Size = UDim2.new(0, 273, 0, 130)
  64. TextBox_4.Font = Enum.Font.SciFi
  65. TextBox_4.PlaceholderColor3 = Color3.new(0, 0, 0)
  66. TextBox_4.Text = "MORE COMING SOON!!!!"
  67. TextBox_4.TextColor3 = Color3.new(0, 0, 0)
  68. TextBox_4.TextSize = 30
  69.  
  70. TextButton.Parent = Frame
  71. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  72. TextButton.Position = UDim2.new(0.664827466, 0, 0.427764714, 0)
  73. TextButton.Size = UDim2.new(0, 47, 0, 50)
  74. TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
  75. TextButton.Font = Enum.Font.SourceSans
  76. TextButton.Text = ""
  77. TextButton.TextColor3 = Color3.new(0, 0, 0)
  78. TextButton.TextSize = 14
  79.  
  80. TextButton_2.Parent = Frame
  81. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  82. TextButton_2.Position = UDim2.new(0.518619895, 0, 0.233523399, 0)
  83. TextButton_2.Size = UDim2.new(0, 47, 0, 50)
  84. TextButton_2.Style = Enum.ButtonStyle.RobloxRoundButton
  85. TextButton_2.Font = Enum.Font.SourceSans
  86. TextButton_2.Text = ""
  87. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  88. TextButton_2.TextSize = 14
  89. -- Scripts:
  90. function SCRIPT_YPQF78_FAKESCRIPT() -- TextButton_2.LocalScript
  91.     local script = Instance.new('LocalScript')
  92.     script.Parent = TextButton_2
  93.     button.MouseButton1Down:connect(fuction()
  94.         local gui = Instance.new("BillboardGui");
  95.     gui.Name = "";
  96.     gui.AlwaysOnTop = true;
  97.     gui.LightInfluence = 0;
  98.     gui.Size = UDim2.new(1.75, 0, 1.75, 0);
  99.     local frame = Instance.new("Frame", gui);
  100.     frame.BackgroundColor3 = Color3.fromRGB(170, 0, 0);
  101.     frame.Size = UDim2.new(1, 0, 1, 0);
  102.     frame.BorderSizePixel = 4;
  103.     frame.BorderColor3 = Color3.fromRGB(0, 0, 0);
  104.     local gi = gui:Clone();
  105.     local body = frame:Clone();
  106.     body.Parent = gi;
  107.     body.BackgroundColor3 = Color3.fromRGB(0, 170, 170);
  108.    
  109.     for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  110.         if v.Name ~= game:GetService("Players").LocalPlayer.Name and v.Character and v.Character:FindFirstChild("Head") then
  111.             gui:Clone().Parent = v.Character.Head;
  112.         end
  113.     end
  114.     )
  115.  
  116. end
  117. coroutine.resume(coroutine.create(SCRIPT_YPQF78_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement