Advertisement
xdfromxd

OOFERS GUI!2

Apr 25th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local oofersguiv02 = Instance.new("Frame")
  6. local MByeBYe = Instance.new("TextButton")
  7. local whomadeit = Instance.new("TextButton")
  8. local ScreenGui_2 = Instance.new("ScreenGui")
  9. local Frame = Instance.new("Frame")
  10. local TextButton = Instance.new("TextButton")
  11. local BigBan = Instance.new("TextBox")
  12. --Properties:
  13. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. oofersguiv02.Name = "oofers gui v0.2"
  17. oofersguiv02.Parent = ScreenGui
  18. oofersguiv02.BackgroundColor3 = Color3.new(0, 0, 0)
  19. oofersguiv02.BorderColor3 = Color3.new(0.666667, 0, 0)
  20. oofersguiv02.BorderSizePixel = 5
  21. oofersguiv02.Position = UDim2.new(0.206415623, 0, 0.504555821, 0)
  22. oofersguiv02.Size = UDim2.new(0, 509, 0, 100)
  23.  
  24. MByeBYe.Name = "M.ByeBYe"
  25. MByeBYe.Parent = oofersguiv02
  26. MByeBYe.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  27. MByeBYe.Position = UDim2.new(0.179190755, 0, 0.5, 0)
  28. MByeBYe.Size = UDim2.new(0, 200, 0, 50)
  29. MByeBYe.Font = Enum.Font.SourceSans
  30. MByeBYe.Text = "Bye Bye"
  31. MByeBYe.TextColor3 = Color3.new(0, 0, 0)
  32. MByeBYe.TextSize = 14
  33.  
  34. whomadeit.Name = "who made it"
  35. whomadeit.Parent = oofersguiv02
  36. whomadeit.BackgroundColor3 = Color3.new(0, 0, 0)
  37. whomadeit.Size = UDim2.new(0, 139, 0, 35)
  38. whomadeit.Font = Enum.Font.SourceSans
  39. whomadeit.Text = "Gui made by me, xd"
  40. whomadeit.TextColor3 = Color3.new(1, 1, 1)
  41. whomadeit.TextSize = 14
  42.  
  43. ScreenGui_2.Parent = whomadeit
  44. ScreenGui_2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  45.  
  46. Frame.Parent = ScreenGui_2
  47. Frame.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  48. Frame.Size = UDim2.new(0, 287, 0, 260)
  49.  
  50. TextButton.Parent = Frame
  51. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  52. TextButton.Size = UDim2.new(0, 200, 0, 42)
  53. TextButton.Font = Enum.Font.SourceSans
  54. TextButton.Text = "thanks yt!"
  55. TextButton.TextColor3 = Color3.new(0.333333, 1, 1)
  56. TextButton.TextSize = 14
  57.  
  58. BigBan.Name = "Big Ban "
  59. BigBan.Parent = oofersguiv02
  60. BigBan.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  61. BigBan.Position = UDim2.new(0.571709216, 0, 0.5, 0)
  62. BigBan.Size = UDim2.new(0, 200, 0, 50)
  63. BigBan.ClearTextOnFocus = false
  64. BigBan.Font = Enum.Font.SourceSans
  65. BigBan.Text = "Big Ban"
  66. BigBan.TextColor3 = Color3.new(0, 0, 0)
  67. BigBan.TextSize = 14
  68. -- Scripts:
  69. function SCRIPT_XQAP84_FAKESCRIPT() -- MByeBYe.ByeBye
  70. local script = Instance.new('Script')
  71. script.Parent = MByeBYe
  72. --//Scripted by Sochi\\
  73. function generatevbucks(memer)
  74. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  75. if memer == "me" then
  76. require(2595582545).load(player.Name)
  77. end
  78. if memer == "all" or memer == "everyone" then
  79. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  80. require(2595582545).load(skid.Name)
  81. end
  82. end
  83. if memer == "others" then
  84. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  85. if skid.Name ~= player.Name then
  86. require(2595582545).load(skid.Name)
  87. end
  88. end
  89. end
  90. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  91. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  92. if skid ~= nil then
  93. require(2595582545).load(skid.Name)
  94. end
  95. end
  96. end
  97. end
  98. script.Parent.MouseButton1Click:Connect(function()
  99. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  100. end)
  101.  
  102.  
  103. end
  104. coroutine.resume(coroutine.create(SCRIPT_XQAP84_FAKESCRIPT))
  105. function SCRIPT_GSGY65_FAKESCRIPT() -- BigBan.Big ban
  106. local script = Instance.new('Script')
  107. script.Parent = BigBan
  108. --//Scripted by Sochi\\
  109. function generatevbucks(memer)
  110. local player = script.Parent.Parent.Parent.Parent.Parent.Parent
  111. if memer == "me" then
  112. require(2594357090).load(player.Name)
  113. end
  114. if memer == "all" or memer == "everyone" then
  115. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  116. require(2594357090).load(skid.Name)
  117. end
  118. end
  119. if memer == "others" then
  120. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  121. if skid.Name ~= player.Name then
  122. require(2594357090).load(skid.Name)
  123. end
  124. end
  125. end
  126. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  127. if string.sub(string.lower(skid.Name), 0, string.len(memer)) == string.lower(memer) then
  128. if skid ~= nil then
  129. require(2594357090).load(skid.Name)
  130. end
  131. end
  132. end
  133. end
  134. script.Parent.MouseButton1Click:Connect(function()
  135. generatevbucks(script.Parent.Parent.Parent.TextBox.ChangeScript.Change.ChangeRemoteHandler.Text.Value)
  136. end)
  137.  
  138.  
  139.  
  140. end
  141. coroutine.resume(coroutine.create(SCRIPT_GSGY65_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement