Advertisement
JacksoMykalJunior

Untitled

Jun 7th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local KillGui = Instance.new("ScreenGui")
  5. local YE = Instance.new("Frame")
  6. local Frame = Instance.new("Frame")
  7. local Rainbower = Instance.new("Frame")
  8. local Player = Instance.new("TextBox")
  9. local Kill = Instance.new("TextButton")
  10. local Kick = Instance.new("TextButton")
  11. --Properties:
  12. KillGui.Name = "KillGui"
  13. KillGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. YE.Name = "YE"
  16. YE.Parent = KillGui
  17. YE.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  18. YE.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  19. YE.Position = UDim2.new(0.0590405911, 0, 0.318435758, 0)
  20. YE.Size = UDim2.new(0, 407, 0, 175)
  21.  
  22. Frame.Parent = YE
  23. Frame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  24. Frame.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  25. Frame.Size = UDim2.new(0, 407, 0, 38)
  26.  
  27. Rainbower.Name = "Rainbower"
  28. Rainbower.Parent = YE
  29. Rainbower.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Rainbower.Position = UDim2.new(0, 0, 0.21714285, 0)
  31. Rainbower.Size = UDim2.new(0, 407, 0, 6)
  32.  
  33. Player.Name = "Player"
  34. Player.Parent = YE
  35. Player.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  36. Player.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  37. Player.Position = UDim2.new(0.0171990171, 0, 0.308571428, 0)
  38. Player.Size = UDim2.new(0, 394, 0, 37)
  39. Player.ClearTextOnFocus = false
  40. Player.Font = Enum.Font.GothamBold
  41. Player.PlaceholderColor3 = Color3.new(1, 1, 1)
  42. Player.PlaceholderText = "Name Here"
  43. Player.Text = ""
  44. Player.TextColor3 = Color3.new(1, 1, 1)
  45. Player.TextSize = 25
  46. Player.TextStrokeColor3 = Color3.new(1, 1, 1)
  47.  
  48. Kill.Name = "Kill"
  49. Kill.Parent = YE
  50. Kill.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  51. Kill.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  52. Kill.Position = UDim2.new(0.0171990171, 0, 0.748571455, 0)
  53. Kill.Size = UDim2.new(0, 158, 0, 28)
  54. Kill.Font = Enum.Font.GothamBold
  55. Kill.Text = "Kill"
  56. Kill.TextColor3 = Color3.new(1, 1, 1)
  57. Kill.TextScaled = true
  58. Kill.TextSize = 14
  59. Kill.TextStrokeColor3 = Color3.new(1, 1, 1)
  60. Kill.TextWrapped = true
  61.  
  62. Kick.Name = "Kick"
  63. Kick.Parent = YE
  64. Kick.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  65. Kick.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  66. Kick.Position = UDim2.new(0.57002455, 0, 0.748571455, 0)
  67. Kick.Size = UDim2.new(0, 169, 0, 28)
  68. Kick.Font = Enum.Font.GothamBold
  69. Kick.Text = "Kick"
  70. Kick.TextColor3 = Color3.new(1, 1, 1)
  71. Kick.TextScaled = true
  72. Kick.TextSize = 14
  73. Kick.TextStrokeColor3 = Color3.new(1, 1, 1)
  74. Kick.TextWrapped = true
  75. -- Scripts:
  76. function SCRIPT_JLTL71_FAKESCRIPT() -- Rainbower.Rainbower
  77. local script = Instance.new('LocalScript')
  78. script.Parent = Rainbower
  79. while wait() do
  80. script.Parent.BackgroundColor3 = Color3.new(1,0,0)
  81. for i=1,30 do
  82. game:GetService("RunService").RenderStepped:wait()
  83. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g+(17/255),script.Parent.BackgroundColor3.b)
  84. end
  85. for i=1,30 do
  86. game:GetService("RunService").RenderStepped:wait()
  87. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r-(17/255),script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b)
  88. end
  89. for i=1,30 do
  90. game:GetService("RunService").RenderStepped:wait()
  91. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b+(17/255))
  92. end
  93. for i=1,30 do
  94. game:GetService("RunService").RenderStepped:wait()
  95. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g-(17/255),script.Parent.BackgroundColor3.b)
  96. end
  97. for i=1,30 do
  98. game:GetService("RunService").RenderStepped:wait()
  99. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r+(17/255),script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b)
  100. end
  101. for i=1,30 do
  102. game:GetService("RunService").RenderStepped:wait()
  103. script.Parent.BackgroundColor3 = Color3.new(script.Parent.BackgroundColor3.r,script.Parent.BackgroundColor3.g,script.Parent.BackgroundColor3.b-(17/255))
  104. end
  105. end
  106.  
  107. end
  108. coroutine.resume(coroutine.create(SCRIPT_JLTL71_FAKESCRIPT))
  109. function SCRIPT_RGLW76_FAKESCRIPT() -- Kill.LocalScript
  110. local script = Instance.new('LocalScript')
  111. script.Parent = Kill
  112. script.Parent.MouseButton1Click:Connect(function()
  113. game.Players:FindFirstChild(script.Parent.Parent.Player.Text).Character.Humanoid.Health = 0
  114. end)
  115.  
  116. end
  117. coroutine.resume(coroutine.create(SCRIPT_RGLW76_FAKESCRIPT))
  118. function SCRIPT_STHV70_FAKESCRIPT() -- Kick.LocalScript
  119. local script = Instance.new('LocalScript')
  120. script.Parent = Kick
  121. script.Parent.MouseButton1Click:Connect(function()
  122. game.Players:WaitForChild(script.Parent.Parent.Player.Text):Kick("Unsuspicious Reason")
  123. end)
  124.  
  125. end
  126. coroutine.resume(coroutine.create(SCRIPT_STHV70_FAKESCRIPT))
  127. function SCRIPT_PRQX83_FAKESCRIPT() -- YE.LocalScript
  128. local script = Instance.new('LocalScript')
  129. script.Parent = YE
  130. script.Parent.Parent.YE.Draggable = true
  131.  
  132. end
  133. coroutine.resume(coroutine.create(SCRIPT_PRQX83_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement