VincentYee

Infectionus Smile GUI

Feb 25th, 2021
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.18 KB | None | 0 0
  1. --Infectiouns Smile Gui
  2. --By HELPME_000000
  3. -- Instances:
  4.  
  5. local InfectionusSmileGUI = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local UICorner = Instance.new("UICorner")
  8. local Text = Instance.new("TextLabel")
  9. local Text_2 = Instance.new("TextLabel")
  10. local Infect = Instance.new("TextButton")
  11. local UICorner_2 = Instance.new("UICorner")
  12. local Speed = Instance.new("TextButton")
  13. local UICorner_3 = Instance.new("UICorner")
  14. local NoCooldownBat = Instance.new("TextButton")
  15. local UICorner_4 = Instance.new("UICorner")
  16. local AllWep = Instance.new("TextButton")
  17. local UICorner_5 = Instance.new("UICorner")
  18. local NoInfect = Instance.new("TextButton")
  19. local UICorner_6 = Instance.new("UICorner")
  20. local AD = Instance.new("TextLabel")
  21. local DelInfPart = Instance.new("TextButton")
  22. local UICorner_7 = Instance.new("UICorner")
  23. local DELETEMAP = Instance.new("TextButton")
  24. local UICorner_8 = Instance.new("UICorner")
  25.  
  26. --Properties:
  27.  
  28. InfectionusSmileGUI.Name = "Infectionus Smile GUI"
  29. InfectionusSmileGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  30. InfectionusSmileGUI.ResetOnSpawn = false
  31.  
  32. Frame.Parent = InfectionusSmileGUI
  33. Frame.BackgroundColor3 = Color3.fromRGB(203, 203, 203)
  34. Frame.Position = UDim2.new(0.464247584, 0, 0.561702132, 0)
  35. Frame.Size = UDim2.new(0, 502, 0, 206)
  36. Frame.Active = true
  37. Frame.Draggable = true
  38.  
  39. UICorner.CornerRadius = UDim.new(0, 15)
  40. UICorner.Parent = Frame
  41.  
  42. Text.Name = "Text"
  43. Text.Parent = Frame
  44. Text.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  45. Text.BackgroundTransparency = 1.000
  46. Text.BorderSizePixel = 0
  47. Text.Position = UDim2.new(-0.10358566, 0, -0.00078164041, 0)
  48. Text.Size = UDim2.new(0, 404, 0, 50)
  49. Text.Font = Enum.Font.PatrickHand
  50. Text.Text = "Infectiouns Smile GUI"
  51. Text.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. Text.TextScaled = true
  53. Text.TextSize = 14.000
  54. Text.TextWrapped = true
  55.  
  56. Text_2.Name = "Text"
  57. Text_2.Parent = Frame
  58. Text_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  59. Text_2.BackgroundTransparency = 1.000
  60. Text_2.BorderSizePixel = 0
  61. Text_2.Position = UDim2.new(-0.00117352605, 0, 0.123868681, 0)
  62. Text_2.Size = UDim2.new(0, 178, 0, 50)
  63. Text_2.Font = Enum.Font.PatrickHand
  64. Text_2.Text = "By HELPME_000000"
  65. Text_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. Text_2.TextScaled = true
  67. Text_2.TextSize = 14.000
  68. Text_2.TextWrapped = true
  69.  
  70. --Buttons:
  71.  
  72. Infect.Name = "Infect"
  73. Infect.Parent = Frame
  74. Infect.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  75. Infect.Position = UDim2.new(0.0519801974, 0, 0.427966088, 0)
  76. Infect.Size = UDim2.new(0, 149, 0, 27)
  77. Infect.Font = Enum.Font.PatrickHand
  78. Infect.Text = "Infect"
  79. Infect.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. Infect.TextScaled = true
  81. Infect.TextSize = 14.000
  82. Infect.TextWrapped = true
  83. (Infect).MouseButton1Down:connect(function()
  84. workspace.Map.Infectors.Infector.Part.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  85. workspace.Map.Infectors.Infector.Part.CanCollide = false
  86. end)
  87.  
  88. UICorner_2.CornerRadius = UDim.new(0, 15)
  89. UICorner_2.Parent = Infect
  90.  
  91. Speed.Name = "Speed"
  92. Speed.Parent = Frame
  93. Speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. Speed.Position = UDim2.new(0.0519801974, 0, 0.593220353, 0)
  95. Speed.Size = UDim2.new(0, 149, 0, 27)
  96. Speed.Font = Enum.Font.PatrickHand
  97. Speed.Text = "Speed (50)"
  98. Speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. Speed.TextScaled = true
  100. Speed.TextSize = 14.000
  101. Speed.TextWrapped = true
  102. (Speed).MouseButton1Down:connect(function()
  103. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  104. end)
  105.  
  106. UICorner_3.CornerRadius = UDim.new(0, 15)
  107. UICorner_3.Parent = Speed
  108.  
  109. NoCooldownBat.Name = "No Cooldown Bat"
  110. NoCooldownBat.Parent = Frame
  111. NoCooldownBat.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  112. NoCooldownBat.Position = UDim2.new(0.0519801974, 0, 0.762711883, 0)
  113. NoCooldownBat.Size = UDim2.new(0, 149, 0, 27)
  114. NoCooldownBat.Font = Enum.Font.PatrickHand
  115. NoCooldownBat.Text = "No Cooldown Bat"
  116. NoCooldownBat.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. NoCooldownBat.TextScaled = true
  118. NoCooldownBat.TextSize = 14.000
  119. NoCooldownBat.TextWrapped = true
  120. (NoCooldownBat).MouseButton1Down:connect(function()
  121. game.Players.LocalPlayer.Character.Bat.MaxUses:Destroy() game.Players.LocalPlayer.Character.Bat.Cooldown.Value = 0
  122. end)
  123.  
  124. UICorner_4.CornerRadius = UDim.new(0, 15)
  125. UICorner_4.Parent = NoCooldownBat
  126.  
  127. AllWep.Name = "AllWep"
  128. AllWep.Parent = Frame
  129. AllWep.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  130. AllWep.Position = UDim2.new(0.386020273, 0, 0.427966118, 0)
  131. AllWep.Size = UDim2.new(0, 149, 0, 27)
  132. AllWep.Font = Enum.Font.PatrickHand
  133. AllWep.Text = "All Weapons"
  134. AllWep.TextColor3 = Color3.fromRGB(0, 0, 0)
  135. AllWep.TextScaled = true
  136. AllWep.TextSize = 14.000
  137. AllWep.TextWrapped = true
  138. (AllWep).MouseButton1Down:connect(function()
  139. workspace.Map.Terrain.Vendor.BottleCollection.Bottle.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  140. workspace.Map.Terrain.Vendor.BatCollection.Bat.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  141. end)
  142.  
  143. UICorner_5.CornerRadius = UDim.new(0, 15)
  144. UICorner_5.Parent = AllWep
  145.  
  146. NoInfect.Name = "No Infect"
  147. NoInfect.Parent = Frame
  148. NoInfect.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  149. NoInfect.Position = UDim2.new(0.386020273, 0, 0.593014657, 0)
  150. NoInfect.Size = UDim2.new(0, 149, 0, 27)
  151. NoInfect.Font = Enum.Font.PatrickHand
  152. NoInfect.Text = "No Infect"
  153. NoInfect.TextColor3 = Color3.fromRGB(0, 0, 0)
  154. NoInfect.TextScaled = true
  155. NoInfect.TextSize = 14.000
  156. NoInfect.TextWrapped = true
  157. (NoInfect).MouseButton1Down:connect(function()
  158. game.Players.LocalPlayer.Character.Stats.Infected:Destroy() game.Players.LocalPlayer.Character.Stats.Infected:Destroy()
  159. end)
  160. UICorner_6.CornerRadius = UDim.new(0, 15)
  161. UICorner_6.Parent = NoInfect
  162.  
  163. DelInfPart.Name = "DelInfPart"
  164. DelInfPart.Parent = Frame
  165. DelInfPart.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  166. DelInfPart.Position = UDim2.new(0.386020273, 0, 0.758063197, 0)
  167. DelInfPart.Size = UDim2.new(0, 149, 0, 27)
  168. DelInfPart.Font = Enum.Font.PatrickHand
  169. DelInfPart.Text = "Delete Infections Part"
  170. DelInfPart.TextColor3 = Color3.fromRGB(0, 0, 0)
  171. DelInfPart.TextScaled = true
  172. DelInfPart.TextSize = 14.000
  173. DelInfPart.TextWrapped = true
  174. (DelInfPart).MouseButton1Down:connect(function()
  175. workspace.Map.Infectors.Infector:Destroy()
  176. end)
  177. UICorner_7.CornerRadius = UDim.new(0, 15)
  178. UICorner_7.Parent = DelInfPart
  179.  
  180. DELETEMAP.Name = "DELETE MAP"
  181. DELETEMAP.Parent = Frame
  182. DELETEMAP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  183. DELETEMAP.Position = UDim2.new(0.21931088, 0, 0.296692461, 0)
  184. DELETEMAP.Size = UDim2.new(0, 149, 0, 27)
  185. DELETEMAP.Font = Enum.Font.PatrickHand
  186. DELETEMAP.Text = "DELETE MAP"
  187. DELETEMAP.TextColor3 = Color3.fromRGB(0, 0, 0)
  188. DELETEMAP.TextScaled = true
  189. DELETEMAP.TextSize = 14.000
  190. DELETEMAP.TextWrapped = true
  191. (DELETEMAP).MouseButton1Down:connect(function()
  192. workspace.Map:Destroy()
  193. end)
  194.  
  195. --Others:
  196.  
  197. AD.Name = "AD"
  198. AD.Parent = Frame
  199. AD.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  200. AD.BorderSizePixel = 0
  201. AD.Position = UDim2.new(0.682833016, 0, 0.0331989788, 0)
  202. AD.Size = UDim2.new(0, 146, 0, 192)
  203. AD.Font = Enum.Font.PatrickHand
  204. AD.TextColor3 = Color3.fromRGB(0, 0, 0)
  205. AD.TextScaled = true
  206. AD.TextSize = 14.000
  207. AD.TextWrapped = true
  208. AD.Text = "Edit me"
Add Comment
Please, Sign In to add comment