Advertisement
TigerManGamingYT

Ebola ScriptHub

Apr 16th, 2019
2,731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.00 KB | None | 0 0
  1. -- Ebola
  2. -- Version: 1
  3. -- Made by Anaxion on V3rm
  4.  
  5. VersionNum = '1.0.1'
  6.  
  7. -- Objects:
  8.  
  9. local Ebola = Instance.new("ScreenGui")
  10. local MainFrame = Instance.new("Frame")
  11. local Design1 = Instance.new("Frame")
  12. local Design2 = Instance.new("Frame")
  13. local ExitGuiButton = Instance.new("TextButton")
  14. local MinimiseGuiButton = Instance.new("TextButton")
  15. local TextHeader = Instance.new("TextLabel")
  16. local ImageLabel = Instance.new("ImageLabel")
  17. local ScrollingFrame = Instance.new("ScrollingFrame")
  18. local ChatBypassButton = Instance.new("TextButton")
  19. -- women
  20. local KholsAdminOPButton = Instance.new("TextButton")
  21. local PrisonLifeOPButton = Instance.new("TextButton")
  22. local LumberTycoon2Button = Instance.new("TextButton")
  23. local MurderMystery2Button = Instance.new("TextButton")
  24. local ProjectLazarusButton = Instance.new("TextButton")
  25. local StopItSlender2Button = Instance.new("TextButton")
  26. local InfiniteYieldFEButton = Instance.new("TextButton")
  27. local MadCityAutoarrestButton = Instance.new("TextButton")
  28. local TigerV2Button = Instance.new("TextButton")
  29. local SpamMessageButton = Instance.new("TextButton")
  30. local MessageFrame = Instance.new("Frame")
  31. local MessageText = Instance.new("TextLabel")
  32.  
  33. -- Object Properties :
  34.  
  35. Ebola.Name = "Ebola"
  36. Ebola.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37.  
  38. MainFrame.Name = "MainFrame"
  39. MainFrame.Parent = Ebola
  40. MainFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  41. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  42. MainFrame.BorderSizePixel = 4
  43. MainFrame.Position = UDim2.new(0.391577572, 0, 0.233415246, 0)
  44. MainFrame.Size = UDim2.new(0, 345, 0, 291)
  45.  
  46. Design1.Name = "Design1"
  47. Design1.Parent = MainFrame
  48. Design1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  49. Design1.BorderColor3 = Color3.new(0, 0, 0)
  50. Design1.BorderSizePixel = 0
  51. Design1.Size = UDim2.new(0, 345, 0, 38)
  52.  
  53. Design2.Name = "Design2"
  54. Design2.Parent = MainFrame
  55. Design2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  56. Design2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  57. Design2.BorderSizePixel = 0
  58. Design2.Position = UDim2.new(0, 0, 0.130584195, 0)
  59. Design2.Size = UDim2.new(0, 345, 0, 20)
  60.  
  61. ExitGuiButton.Name = "ExitGuiButton"
  62. ExitGuiButton.Parent = MainFrame
  63. ExitGuiButton.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  64. ExitGuiButton.BorderSizePixel = 0
  65. ExitGuiButton.Position = UDim2.new(0.878304422, 0, -0.00289607048, 0)
  66. ExitGuiButton.Size = UDim2.new(0, 34, 0, 30)
  67. ExitGuiButton.Font = Enum.Font.SourceSans
  68. ExitGuiButton.Text = "X"
  69. ExitGuiButton.TextColor3 = Color3.new(1, 1, 1)
  70. ExitGuiButton.TextSize = 14
  71.  
  72. MinimiseGuiButton.Name = "MinimiseGuiButton"
  73. MinimiseGuiButton.Parent = MainFrame
  74. MinimiseGuiButton.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  75. MinimiseGuiButton.BorderSizePixel = 0
  76. MinimiseGuiButton.Position = UDim2.new(0.779753685, 0, -0.00289607048, 0)
  77. MinimiseGuiButton.Size = UDim2.new(0, 34, 0, 30)
  78. MinimiseGuiButton.Font = Enum.Font.SourceSans
  79. MinimiseGuiButton.Text = "--"
  80. MinimiseGuiButton.TextColor3 = Color3.new(1, 1, 1)
  81. MinimiseGuiButton.TextSize = 14
  82.  
  83. TextHeader.Name = "TextHeader"
  84. TextHeader.Parent = MainFrame
  85. TextHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  86. TextHeader.BackgroundTransparency = 1
  87. TextHeader.BorderSizePixel = 0
  88. TextHeader.Position = UDim2.new(0.0347826108, 0, 0.0137457047, 0)
  89. TextHeader.Size = UDim2.new(0, 118, 0, 29)
  90. TextHeader.Font = Enum.Font.SourceSans
  91. TextHeader.Text = "Ebola"
  92. TextHeader.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  93. TextHeader.TextSize = 30
  94.  
  95. ImageLabel.Parent = MainFrame
  96. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  97. ImageLabel.Position = UDim2.new(0, 0, 0.199312717, 0)
  98. ImageLabel.Size = UDim2.new(0, 345, 0, 233)
  99. ImageLabel.Image = "rbxassetid://368233752"
  100.  
  101. ScrollingFrame.Parent = MainFrame
  102. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  103. ScrollingFrame.BackgroundTransparency = 0.5
  104. ScrollingFrame.Position = UDim2.new(0, 0, 0.199312717, 0)
  105. ScrollingFrame.Size = UDim2.new(0, 345, 0, 233)
  106. ScrollingFrame.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  107.  
  108. ChatBypassButton.Name = "ChatBypassButton"
  109. ChatBypassButton.Parent = ScrollingFrame
  110. ChatBypassButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  111. ChatBypassButton.Position = UDim2.new(0.0347826071, 0, 0, 0)
  112. ChatBypassButton.Size = UDim2.new(0, 333, 0, 31)
  113. ChatBypassButton.Font = Enum.Font.SourceSans
  114. ChatBypassButton.Text = "Chat Bypass"
  115. ChatBypassButton.TextColor3 = Color3.new(1, 1, 1)
  116. ChatBypassButton.TextSize = 14
  117.  
  118. KholsAdminOPButton.Name = "KholsAdminOPButton"
  119. KholsAdminOPButton.Parent = ScrollingFrame
  120. KholsAdminOPButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  121. KholsAdminOPButton.Position = UDim2.new(0.0347826071, 0, 0.053264603, 0)
  122. KholsAdminOPButton.Size = UDim2.new(0, 333, 0, 31)
  123. KholsAdminOPButton.Font = Enum.Font.SourceSans
  124. KholsAdminOPButton.Text = "OP Khols Admin Kick/Ban"
  125. KholsAdminOPButton.TextColor3 = Color3.new(1, 1, 1)
  126. KholsAdminOPButton.TextSize = 14
  127.  
  128. PrisonLifeOPButton.Name = "PrisonLifeOPButton"
  129. PrisonLifeOPButton.Parent = ScrollingFrame
  130. PrisonLifeOPButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  131. PrisonLifeOPButton.Position = UDim2.new(0.0347826071, 0, 0.106529206, 0)
  132. PrisonLifeOPButton.Size = UDim2.new(0, 333, 0, 31)
  133. PrisonLifeOPButton.Font = Enum.Font.SourceSans
  134. PrisonLifeOPButton.Text = "OP Prison Life Gui"
  135. PrisonLifeOPButton.TextColor3 = Color3.new(1, 1, 1)
  136. PrisonLifeOPButton.TextSize = 14
  137.  
  138. LumberTycoon2Button.Name = "LumberTycoon2Button"
  139. LumberTycoon2Button.Parent = ScrollingFrame
  140. LumberTycoon2Button.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  141. LumberTycoon2Button.Position = UDim2.new(0.0347826071, 0, 0.159793809, 0)
  142. LumberTycoon2Button.Size = UDim2.new(0, 333, 0, 31)
  143. LumberTycoon2Button.Font = Enum.Font.SourceSans
  144. LumberTycoon2Button.Text = "Lumber Tycoon 2 GUI"
  145. LumberTycoon2Button.TextColor3 = Color3.new(1, 1, 1)
  146. LumberTycoon2Button.TextSize = 14
  147.  
  148. MurderMystery2Button.Name = "MurderMystery2Button"
  149. MurderMystery2Button.Parent = ScrollingFrame
  150. MurderMystery2Button.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  151. MurderMystery2Button.Position = UDim2.new(0.0347826071, 0, 0.213058412, 0)
  152. MurderMystery2Button.Size = UDim2.new(0, 333, 0, 31)
  153. MurderMystery2Button.Font = Enum.Font.SourceSans
  154. MurderMystery2Button.Text = "Murder Mystery 2 GUI"
  155. MurderMystery2Button.TextColor3 = Color3.new(1, 1, 1)
  156. MurderMystery2Button.TextSize = 14
  157.  
  158. ProjectLazarusButton.Name = "ProjectLazarusButton"
  159. ProjectLazarusButton.Parent = ScrollingFrame
  160. ProjectLazarusButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  161. ProjectLazarusButton.Position = UDim2.new(0.0347826071, 0, 0.26632303, 0)
  162. ProjectLazarusButton.Size = UDim2.new(0, 333, 0, 31)
  163. ProjectLazarusButton.Font = Enum.Font.SourceSans
  164. ProjectLazarusButton.Text = "Project Lazarus Zombies Menu"
  165. ProjectLazarusButton.TextColor3 = Color3.new(1, 1, 1)
  166. ProjectLazarusButton.TextSize = 14
  167.  
  168. StopItSlender2Button.Name = "StopItSlender2Button"
  169. StopItSlender2Button.Parent = ScrollingFrame
  170. StopItSlender2Button.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  171. StopItSlender2Button.Position = UDim2.new(0.0347826071, 0, 0.319587648, 0)
  172. StopItSlender2Button.Size = UDim2.new(0, 333, 0, 31)
  173. StopItSlender2Button.Font = Enum.Font.SourceSans
  174. StopItSlender2Button.Text = "Stop it Slender! 2 Menu"
  175. StopItSlender2Button.TextColor3 = Color3.new(1, 1, 1)
  176. StopItSlender2Button.TextSize = 14
  177.  
  178. InfiniteYieldFEButton.Name = "InfiniteYieldFEButton"
  179. InfiniteYieldFEButton.Parent = ScrollingFrame
  180. InfiniteYieldFEButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  181. InfiniteYieldFEButton.Position = UDim2.new(0.0347826071, 0, 0.372852266, 0)
  182. InfiniteYieldFEButton.Size = UDim2.new(0, 333, 0, 31)
  183. InfiniteYieldFEButton.Font = Enum.Font.SourceSans
  184. InfiniteYieldFEButton.Text = "Infinite Yield FE"
  185. InfiniteYieldFEButton.TextColor3 = Color3.new(1, 1, 1)
  186. InfiniteYieldFEButton.TextSize = 14
  187.  
  188. MadCityAutoarrestButton.Name = "MadCityAutoarrestButton"
  189. MadCityAutoarrestButton.Parent = ScrollingFrame
  190. MadCityAutoarrestButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  191. MadCityAutoarrestButton.Position = UDim2.new(0.0347826071, 0, 0.426116884, 0)
  192. MadCityAutoarrestButton.Size = UDim2.new(0, 333, 0, 31)
  193. MadCityAutoarrestButton.Font = Enum.Font.SourceSans
  194. MadCityAutoarrestButton.Text = "Mad City Autoarrest"
  195. MadCityAutoarrestButton.TextColor3 = Color3.new(1, 1, 1)
  196. MadCityAutoarrestButton.TextSize = 14
  197.  
  198. TigerV2Button.Name = "TigerV2Button"
  199. TigerV2Button.Parent = ScrollingFrame
  200. TigerV2Button.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  201. TigerV2Button.Position = UDim2.new(0.0347826071, 0, 0.426116884, 0)
  202. TigerV2Button.Size = UDim2.new(0, 333, 0, 31)
  203. TigerV2Button.Font = Enum.Font.SourceSans
  204. TigerV2Button.Text = "Tiger V2 (Old Jailbreak GUI)"
  205. TigerV2Button.TextColor3 = Color3.new(1, 1, 1)
  206. TigerV2Button.TextSize = 14
  207.  
  208. SpamMessageButton.Name = "SpamMessageButton"
  209. SpamMessageButton.Parent = ScrollingFrame
  210. SpamMessageButton.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  211. SpamMessageButton.Position = UDim2.new(0.0347826071, 0, 0.479381502, 0)
  212. SpamMessageButton.Size = UDim2.new(0, 333, 0, 31)
  213. SpamMessageButton.Font = Enum.Font.SourceSans
  214. SpamMessageButton.Text = "Spam Message"
  215. SpamMessageButton.TextColor3 = Color3.new(1, 1, 1)
  216. SpamMessageButton.TextSize = 14
  217.  
  218. MessageFrame.Name = "MessageFrame"
  219. MessageFrame.Parent = Ebola
  220. MessageFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  221. MessageFrame.BorderColor3 = Color3.new(0.00392157, 0.00392157, 0.00392157)
  222. MessageFrame.BorderSizePixel = 2
  223. MessageFrame.Position = UDim2.new(0.180389702, 0, 0, 0)
  224. MessageFrame.Size = UDim2.new(0, 1015, 0, 54)
  225.  
  226. MessageText.Name = "MessageText"
  227. MessageText.Parent = MessageFrame
  228. MessageText.BackgroundColor3 = Color3.new(1, 1, 1)
  229. MessageText.BackgroundTransparency = 1
  230. MessageText.BorderSizePixel = 0
  231. MessageText.Position = UDim2.new(0.407881767, 0, 0.0370370373, 0)
  232. MessageText.Size = UDim2.new(0, 200, 0, 50)
  233. MessageText.Font = Enum.Font.SourceSans
  234. MessageText.Text = "If you are seeing this, the infomation system is broken."
  235. MessageText.TextColor3 = Color3.new(1, 1, 1)
  236. MessageText.TextSize = 25
  237.  
  238. -- Scripts:
  239.  
  240. firstclose = true
  241. MessageFrame.Position = UDim2.new(0,0.18,-0.5,0)
  242.  
  243. MainFrame.Active = true
  244. MainFrame.Draggable = true
  245.  
  246. game.StarterGui:SetCore("SendNotification", {
  247.     Title = "Ebola "..VersionNum;
  248.     Text = "Created by Anaxion on V3rmillion.";
  249.     Icon = "";
  250.     Duration = 5;
  251. })
  252.  
  253. local UIS = game:GetService('UserInputService')
  254.  
  255. UIS.InputBegan:Connect(function()
  256.     if UIS:IsKeyDown(Enum.KeyCode.RightControl) then
  257.         if MainFrame.Visible == true then
  258.             MainFrame.Visible = false
  259.             if firstclose == true then
  260.                 CustomMessageBody = 'To reopen the GUI, Press [RCONTROL]'
  261.                 cmessage()
  262.                 firstclose = false
  263.             end
  264.         elseif MainFrame.Visible == false then
  265.             MainFrame.Visible = true
  266.         end
  267.     end
  268. end)
  269.  
  270. function cmessage()
  271.     MessageText.Text = CustomMessageBody
  272.     MessageFrame:TweenPosition(UDim2.new(0.18, 0, 0, 0), 'In', 'Quint', 1)
  273.     wait(3)
  274.     MessageFrame:TweenPosition(UDim2.new(0.18, 0, -0.5, 0), 'Out', 'Quint', 1)
  275. end
  276.  
  277. ExitGuiButton.MouseButton1Down:connect(function()
  278.     CustomMessageBody = 'Vaccinating Ebola Victims, Goodbye.'
  279.     cmessage()
  280.     Ebola:Destroy()
  281.     print('Ebola has been cured.')
  282. end)
  283.  
  284. MinimiseGuiButton.MouseButton1Down:connect(function()
  285.     MainFrame.Visible = false
  286.     if firstclose == true then
  287.         CustomMessageBody = 'To reopen the GUI, Press [RCONTROL]'
  288.         cmessage()
  289.         firstclose = false
  290.     end
  291. end)
  292.  
  293. ChatBypassButton.MouseButton1Down:connect(function()
  294.     loadstring(game:HttpGet(('https://pastebin.com/raw/qtvWPQR7'),true))()
  295. end)
  296.  
  297. MadCityAutoarrestButton.MouseButton1Down:connect(function()
  298.     loadstring(game:HttpGet(('https://pastebin.com/raw/1V5QwmTT'),true))()
  299. end)
  300.  
  301. KholsAdminOPButton.MouseButton1Down:connect(function()
  302.     loadstring(game:HttpGet(('https://pastebin.com/raw/UeVEkWuz'),true))()
  303. end)
  304.  
  305. TigerV2Button.MouseButton1Down:connect(function()
  306.     loadstring(game:HttpGet(('https://pastebin.com/raw/vC5X2Gwk'),true))()
  307. end)
  308.  
  309. MurderMystery2Button.MouseButton1Down:connect(function()
  310.     loadstring(game:HttpGet(('https://pastebin.com/raw/azSugTUG'),true))()
  311. end)
  312.  
  313. ProjectLazarusButton.MouseButton1Down:connect(function()
  314.     loadstring(game:HttpGet(('https://pastebin.com/raw/xYHqyAcy'),true))()
  315. end)
  316.  
  317. PrisonLifeOPButton.MouseButton1Down:connect(function()
  318.     loadstring(game:HttpGet(('https://pastebin.com/raw/V0NpaMpQ'),true))()
  319.     game.Players.LocalPlayer.PlayerGui.Home.fadeFrame.Visible = false
  320. end)
  321.  
  322. LumberTycoon2Button.MouseButton1Down:connect(function()
  323.     loadstring(game:HttpGet(('https://pastebin.com/raw/3zrsRTwA'),true))()
  324. end)
  325.  
  326. StopItSlender2Button.MouseButton1Down:connect(function()
  327.     loadstring(game:HttpGet(('https://pastebin.com/raw/h0tPxWB1'),true))()
  328. end)
  329.  
  330. InfiniteYieldFEButton.MouseButton1Down:connect(function()
  331.     loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  332. end)
  333.  
  334. SpamMessageButton.MouseButton1Down:connect(function()
  335.     -- script here pls mah nigga
  336. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement