xdfromxd

freeeeee

Apr 25th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. --Properties:
  9. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. Frame.Parent = ScreenGui
  13. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  14. Frame.BorderColor3 = Color3.new(0.666667, 0, 0)
  15. Frame.BorderSizePixel = 5
  16. Frame.Position = UDim2.new(0.206415623, 0, 0.504555821, 0)
  17. Frame.Size = UDim2.new(0, 509, 0, 100)
  18.  
  19. TextButton.Parent = Frame
  20. TextButton.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  21. TextButton.Position = UDim2.new(0.179190755, 0, 0.5, 0)
  22. TextButton.Size = UDim2.new(0, 200, 0, 50)
  23. TextButton.Font = Enum.Font.SourceSans
  24. TextButton.Text = "Bye Bye"
  25. TextButton.TextColor3 = Color3.new(0, 0, 0)
  26. TextButton.TextSize = 14
  27.  
  28. TextButton_2.Parent = Frame
  29. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  30. TextButton_2.Size = UDim2.new(0, 139, 0, 35)
  31. TextButton_2.Font = Enum.Font.SourceSans
  32. TextButton_2.Text = "Gui made by me, xd"
  33. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  34. TextButton_2.TextSize = 14
  35. -- Scripts:
  36. function SCRIPT_TJAO81_FAKESCRIPT() -- TextButton.Script
  37. local script = Instance.new('Script')
  38. script.Parent = TextButton
  39. --//Scripted by Sochi\\
  40. function generatevbucks(memer)
  41. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  42. if memer == "me" then
  43. require(2595582545).load(player.Name)
  44. end
  45. if memer == "all" or memer == "everyone" then
  46. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  47. require(2595582545).load(skid.Name)
  48. end
  49. end
  50. if memer == "others" then
  51. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  52. if skid.Name ~= player.Name then
  53. require(2595582545).load(skid.Name)
  54. end
  55. end
  56. end
  57. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  58. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  59. if skid ~= nil then
  60. require(2595582545).load(skid.Name)
  61. end
  62. end
  63. end
  64. end
  65. script.Parent.MouseButton1Click:Connect(function()
  66. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  67. end)
  68.  
  69.  
  70. end
  71. coroutine.resume(coroutine.create(SCRIPT_TJAO81_FAKESCRIPT))
Add Comment
Please, Sign In to add comment