thegameplayer

Infect Smile script

Feb 12th, 2022
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.44 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local ScrollingFrame = Instance.new("ScrollingFrame")
  10. local AntiInfect = Instance.new("TextButton")
  11. local RemoveKillBrick = Instance.new("TextButton")
  12. local BringWeapons = Instance.new("TextButton")
  13. local Close = Instance.new("TextButton")
  14. local Infect = Instance.new("TextButton")
  15. local Dizzy = Instance.new("TextButton")
  16. local Faster = Instance.new("TextButton")
  17. local AHack = Instance.new("TextButton")
  18. local OPBat = Instance.new("TextButton")
  19. local TextLabel_2 = Instance.new("TextLabel")
  20.  
  21. --Properties:
  22.  
  23. ScreenGui.Parent = game.CoreGui
  24. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. Frame.Parent = ScreenGui
  27. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  29. Frame.BorderSizePixel = 100
  30. Frame.Position = UDim2.new(0.491947293, 0, 0.226069272, 0)
  31. Frame.Size = UDim2.new(0, 261, 0, 173)
  32. Frame.Style = Enum.FrameStyle.RobloxRound
  33. Frame.Active = true
  34. Frame.Draggable = true
  35.  
  36. TextLabel.Parent = Frame
  37. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. TextLabel.BackgroundTransparency = 1.000
  39. TextLabel.Position = UDim2.new(0.0842911899, 0, -0.0462427735, 0)
  40. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  41. TextLabel.Font = Enum.Font.SourceSans
  42. TextLabel.Text = "Infectious Smile GUI"
  43. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  44. TextLabel.TextScaled = true
  45. TextLabel.TextSize = 20.000
  46. TextLabel.TextWrapped = true
  47.  
  48. ScrollingFrame.Parent = Frame
  49. ScrollingFrame.Active = true
  50. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  51. ScrollingFrame.Position = UDim2.new(0.0867867321, 0, 0.270812541, 0)
  52. ScrollingFrame.Size = UDim2.new(0, 203, 0, 100)
  53. ScrollingFrame.CanvasPosition = Vector2.new(0, 150)
  54. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 5, 0)
  55. ScrollingFrame.ScrollBarThickness = 10
  56. ScrollingFrame.VerticalScrollBarInset = Enum.ScrollBarInset.ScrollBar
  57.  
  58. AntiInfect.Name = "AntiInfect"
  59. AntiInfect.Parent = ScrollingFrame
  60. AntiInfect.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  61. AntiInfect.Position = UDim2.new(0.0935960561, 0, 0.0123584419, 0)
  62. AntiInfect.Size = UDim2.new(0, 165, 0, 50)
  63. AntiInfect.Style = Enum.ButtonStyle.RobloxRoundButton
  64. AntiInfect.Font = Enum.Font.Ubuntu
  65. AntiInfect.Text = "Anti-Infect"
  66. AntiInfect.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. AntiInfect.TextSize = 20.000
  68. (AntiInfect).MouseButton1Down:connect(function()
  69. game.Players.LocalPlayer.Character.Stats.Infected:Destroy() game.Players.LocalPlayer.Character.Stats.Infected:Destroy()
  70. end)
  71.  
  72. OPBat.Name = "OPBat"
  73. OPBat.Parent = ScrollingFrame
  74. OPBat.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  75. OPBat.Position = UDim2.new(0.0935960561, 0, 0.43, 0)
  76. OPBat.Size = UDim2.new(0, 165, 0, 50)
  77. OPBat.Style = Enum.ButtonStyle.RobloxRoundButton
  78. OPBat.Font = Enum.Font.Ubuntu
  79. OPBat.Text = "OP Bat"
  80. OPBat.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. OPBat.TextSize = 20.000
  82. (OPBat).MouseButton1Down:connect(function()
  83. game.Players.LocalPlayer.Character.Bat.MaxUses:Destroy() game.Players.LocalPlayer.Character.Bat.Cooldown.Value = 0
  84. end)
  85.  
  86.  
  87. AHack.Name = "AHack"
  88. AHack.Parent = ScrollingFrame
  89. AHack.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  90. AHack.Position = UDim2.new(0.0935960561, 0, 0.37, 0)
  91. AHack.Size = UDim2.new(0, 165, 0, 50)
  92. AHack.Style = Enum.ButtonStyle.RobloxRoundButton
  93. AHack.Font = Enum.Font.Ubuntu
  94. AHack.Text = "Disable AntiHack"
  95. AHack.TextColor3 = Color3.fromRGB(0, 0, 0)
  96. AHack.TextSize = 20.000
  97. (AHack).MouseButton1Down:connect(function()
  98. workspace.Map.AntiHack:Destroy() game.Players.LocalPlayer.Character.AntiFly:Destroy()
  99. end)
  100.  
  101.  
  102. RemoveKillBrick.Name = "RemoveKillBrick"
  103. RemoveKillBrick.Parent = ScrollingFrame
  104. RemoveKillBrick.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  105. RemoveKillBrick.Position = UDim2.new(0.0935960561, 0, 0.0695839003, 0)
  106. RemoveKillBrick.Size = UDim2.new(0, 165, 0, 50)
  107. RemoveKillBrick.Style = Enum.ButtonStyle.RobloxRoundButton
  108. RemoveKillBrick.Font = Enum.Font.Ubuntu
  109. RemoveKillBrick.Text = "Remove KillBricks"
  110. RemoveKillBrick.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. RemoveKillBrick.TextSize = 20.000
  112. (RemoveKillBrick).MouseButton1Down:connect(function()
  113. workspace.Map.KillBricks:Destroy()
  114. end)
  115.  
  116. Infect.Name = "Infect"
  117. Infect.Parent = ScrollingFrame
  118. Infect.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  119. Infect.Position = UDim2.new(0.0935960561, 0, 0.19, 0)
  120. Infect.Size = UDim2.new(0, 165, 0, 50)
  121. Infect.Style = Enum.ButtonStyle.RobloxRoundButton
  122. Infect.Font = Enum.Font.Ubuntu
  123. Infect.Text = "Infect"
  124. Infect.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. Infect.TextSize = 20.000
  126. (Infect).MouseButton1Down:connect(function()
  127. workspace.Map.Infectors.Infector.Part.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  128. workspace.Map.Infectors.Infector.Part.CanCollide = false
  129. game.Players.LocalPlayer.Character.Infected.InfectedSpeed.Value = 0
  130. end)
  131.  
  132. Dizzy.Name = "Dizzy"
  133. Dizzy.Parent = ScrollingFrame
  134. Dizzy.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  135. Dizzy.Position = UDim2.new(0.0935960561, 0, 0.25, 0)
  136. Dizzy.Size = UDim2.new(0, 165, 0, 50)
  137. Dizzy.Style = Enum.ButtonStyle.RobloxRoundButton
  138. Dizzy.Font = Enum.Font.Ubuntu
  139. Dizzy.Text = "Speed"
  140. Dizzy.TextColor3 = Color3.fromRGB(0, 0, 0)
  141. Dizzy.TextSize = 20.000
  142. (Dizzy).MouseButton1Down:connect(function()
  143. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  144. end)
  145.  
  146. Faster.Name = "Faster"
  147. Faster.Parent = ScrollingFrame
  148. Faster.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  149. Faster.Position = UDim2.new(0.0935960561, 0, 0.31, 0)
  150. Faster.Size = UDim2.new(0, 165, 0, 50)
  151. Faster.Style = Enum.ButtonStyle.RobloxRoundButton
  152. Faster.Font = Enum.Font.Ubuntu
  153. Faster.Text = "Reset"
  154. Faster.TextColor3 = Color3.fromRGB(0, 0, 0)
  155. Faster.TextSize = 20.000
  156. (Faster).MouseButton1Down:connect(function()
  157. game.Players.LocalPlayer.Character.Head:Destroy()
  158. end)
  159.  
  160. BringWeapons.Name = "BringWeapons"
  161. BringWeapons.Parent = ScrollingFrame
  162. BringWeapons.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  163. BringWeapons.Position = UDim2.new(0.0935960561, 0, 0.128543437, 0)
  164. BringWeapons.Size = UDim2.new(0, 165, 0, 50)
  165. BringWeapons.Style = Enum.ButtonStyle.RobloxRoundButton
  166. BringWeapons.Font = Enum.Font.Ubuntu
  167. BringWeapons.Text = "Bring Weapons"
  168. BringWeapons.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. BringWeapons.TextSize = 20.000
  170. (BringWeapons).MouseButton1Down:connect(function()
  171. workspace.Map.Terrain.Vendor.BottleCollection.Bottle.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  172. workspace.Map.Terrain.Vendor.BatCollection.Bat.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  173. end)
  174.  
  175. Close.Name = "Close"
  176. Close.Parent = Frame
  177. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  178. Close.Position = UDim2.new(0.94081533, 0, -0.0352032557, 0)
  179. Close.Size = UDim2.new(0, 21, 0, 22)
  180. Close.Style = Enum.ButtonStyle.RobloxRoundButton
  181. Close.Font = Enum.Font.Ubuntu
  182. Close.Text = "X"
  183. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  184. Close.TextSize = 20.000
  185. (Close).MouseButton1Down:connect(function()
  186. game.CoreGui.ScreenGui:Destroy()
  187. end)
  188.  
  189. TextLabel_2.Parent = Frame
  190. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  191. TextLabel_2.BackgroundTransparency = 1.000
  192. TextLabel_2.Position = UDim2.new(0.0804597512, 0, -0.14450869, 0)
  193. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  194. TextLabel_2.Font = Enum.Font.SourceSans
  195. TextLabel_2.Text = "Witz#7727"
  196. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  197. TextLabel_2.TextSize = 15.000
  198. TextLabel_2.TextWrapped = true
Add Comment
Please, Sign In to add comment