Advertisement
Homebrews

hm

Dec 24th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.53 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Open2 = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local frame_2 = Instance.new("Frame")
  8. local DoNotTouch = Instance.new("TextLabel")
  9. local DoNotTouch_2 = Instance.new("TextLabel")
  10. local OpenKillGui = Instance.new("TextButton")
  11. local AddSnowToSnowman = Instance.new("TextButton")
  12. local BothCombined = Instance.new("TextButton")
  13. local X = Instance.new("TextButton")
  14. local frame_3 = Instance.new("Frame")
  15. local DoNotTouch_3 = Instance.new("TextLabel")
  16. local level3 = Instance.new("TextButton")
  17. local Level2 = Instance.new("TextButton")
  18. local level1 = Instance.new("TextButton")
  19. local X2 = Instance.new("TextButton")
  20. local level4 = Instance.new("TextButton")
  21. local level5 = Instance.new("TextButton")
  22. local tptocan = Instance.new("TextButton")
  23. --Properties:
  24. ScreenGui.Parent = game.CoreGui
  25.  
  26. Open2.Parent = ScreenGui
  27. Open2.BackgroundColor3 = Color3.new(1, 1, 1)
  28. Open2.BackgroundTransparency = 1
  29. Open2.Position = UDim2.new(-2.98023224e-08, 0, 0.450160772, 0)
  30. Open2.Size = UDim2.new(0, 98, 0, 32)
  31.  
  32. Open.Name = "Open"
  33. Open.Parent = Open2
  34. Open.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  35. Open.BackgroundTransparency = 0.5
  36. Open.Position = UDim2.new(0.0123269605, 0, 0.194787979, 0)
  37. Open.Size = UDim2.new(0, 94, 0, 26)
  38. Open.Font = Enum.Font.Gotham
  39. Open.Text = "Open"
  40. Open.TextColor3 = Color3.new(0, 0, 0)
  41. Open.TextSize = 14
  42. Open.MouseButton1Down:connect(function()
  43. local Imput = game:GetService("UserInputService")
  44. local Plr = game.Players.LocalPlayer
  45. local Mouse = Plr:GetMouse()
  46.  
  47. function To(position)
  48. local Chr = Plr.Character
  49. if Chr ~= nil then
  50. Chr:MoveTo(position)
  51. end
  52. end
  53.  
  54. Imput.InputBegan:Connect(function(input)
  55. if input.UserInputType == Enum.UserInputType.MouseButton1 and Imput:IsKeyDown(Enum.KeyCode.LeftControl) then
  56. To(Mouse.Hit.p)
  57. end
  58. end)
  59. frame_2.Visible = true
  60. Open2.Visible = false
  61. end)
  62.  
  63.  
  64. frame_2.Name = "frame"
  65. frame_2.Parent = ScreenGui
  66. frame_2.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  67. frame_2.BackgroundTransparency = 0.5
  68. frame_2.Position = UDim2.new(0.42153284, 0, 0.0932475924, 0)
  69. frame_2.Size = UDim2.new(0, 246, 0, 200)
  70. frame_2.Visible = false
  71. frame_2.Active = true
  72. frame_2.Draggable = true
  73.  
  74. DoNotTouch.Name = "DoNotTouch"
  75. DoNotTouch.Parent = frame_2
  76. DoNotTouch.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  77. DoNotTouch.BackgroundTransparency = 0.5
  78. DoNotTouch.Position = UDim2.new(0.0934959352, 0, 0, 0)
  79. DoNotTouch.Size = UDim2.new(0, 200, 0, 24)
  80. DoNotTouch.Font = Enum.Font.SourceSans
  81. DoNotTouch.Text = "Stupid Snowman Sim GUI"
  82. DoNotTouch.TextColor3 = Color3.new(0, 0, 0)
  83. DoNotTouch.TextSize = 14
  84.  
  85. DoNotTouch_2.Name = "DoNotTouch"
  86. DoNotTouch_2.Parent = frame_2
  87. DoNotTouch_2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  88. DoNotTouch_2.BackgroundTransparency = 0.5
  89. DoNotTouch_2.Position = UDim2.new(0.0934959352, 0, 0.879999995, 0)
  90. DoNotTouch_2.Size = UDim2.new(0, 200, 0, 24)
  91. DoNotTouch_2.Font = Enum.Font.SourceSans
  92. DoNotTouch_2.Text = "Made by Homebrew#1098"
  93. DoNotTouch_2.TextColor3 = Color3.new(0, 0, 0)
  94. DoNotTouch_2.TextSize = 14
  95.  
  96. OpenKillGui.Name = "OpenKillGui"
  97. OpenKillGui.Parent = frame_2
  98. OpenKillGui.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  99. OpenKillGui.BackgroundTransparency = 0.5
  100. OpenKillGui.Position = UDim2.new(0.0934959352, 0, 0.654999912, 0)
  101. OpenKillGui.Size = UDim2.new(0, 200, 0, 38)
  102. OpenKillGui.Font = Enum.Font.SourceSans
  103. OpenKillGui.Text = "Kill Snowmen"
  104. OpenKillGui.TextColor3 = Color3.new(0, 0, 0)
  105. OpenKillGui.TextSize = 20
  106. OpenKillGui.MouseButton1Down:connect(function()
  107. frame_2.Visible = false
  108. frame_3.Visible = true
  109. end)
  110.  
  111. AddSnowToSnowman.Name = "AddSnowToSnowman"
  112. AddSnowToSnowman.Parent = frame_2
  113. AddSnowToSnowman.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  114. AddSnowToSnowman.BackgroundTransparency = 0.5
  115. AddSnowToSnowman.Position = UDim2.new(0.0934959352, 0, 0.405000001, 0)
  116. AddSnowToSnowman.Size = UDim2.new(0, 200, 0, 38)
  117. AddSnowToSnowman.Font = Enum.Font.SourceSans
  118. AddSnowToSnowman.Text = "Add storage snow to snowman"
  119. AddSnowToSnowman.TextColor3 = Color3.new(0, 0, 0)
  120. AddSnowToSnowman.TextSize = 17
  121. AddSnowToSnowman.MouseButton1Down:connect(function()
  122. game:GetService("ReplicatedStorage").ThisGame.Calls.snowballController:FireServer("addToSnowman")
  123. end)
  124.  
  125. BothCombined.Name = "BothCombined"
  126. BothCombined.Parent = frame_2
  127. BothCombined.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  128. BothCombined.BackgroundTransparency = 0.5
  129. BothCombined.Position = UDim2.new(0.0934959352, 0, 0.154999927, 0)
  130. BothCombined.Size = UDim2.new(0, 200, 0, 38)
  131. BothCombined.Font = Enum.Font.SourceSans
  132. BothCombined.Text = "Grow ball and sell"
  133. BothCombined.TextColor3 = Color3.new(0, 0, 0)
  134. BothCombined.TextSize = 20
  135. BothCombined.MouseButton1Down:connect(function()
  136. game:GetService("ReplicatedStorage").ThisGame.Calls.collectSnow:FireServer()
  137. game:GetService("ReplicatedStorage").ThisGame.Calls.snowballController:FireServer("addToSnowman")
  138. while true do wait()
  139. game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper:FireServer("minionHit", workspace.minionsHolder["2"])
  140. end
  141. end)
  142.  
  143. X.Name = "X"
  144. X.Parent = frame_2
  145. X.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  146. X.BackgroundTransparency = 0.5
  147. X.Position = UDim2.new(0.930894375, 0, 0, 0)
  148. X.Size = UDim2.new(0, 17, 0, 24)
  149. X.Font = Enum.Font.SourceSans
  150. X.Text = "X"
  151. X.TextColor3 = Color3.new(0, 0, 0)
  152. X.TextSize = 20
  153. X.MouseButton1Down:connect(function()
  154. frame_2.Visible = false
  155. Open2.Visible = true
  156. end)
  157.  
  158. frame_3.Name = "frame"
  159. frame_3.Parent = ScreenGui
  160. frame_3.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  161. frame_3.BackgroundTransparency = 0.5
  162. frame_3.Position = UDim2.new(0.315797806, 0, 0.228295818, 0)
  163. frame_3.Size = UDim2.new(0, 246, 0, 282)
  164. frame_3.Visible = false
  165. frame_3.Active = true
  166. frame_3.Draggable = true
  167.  
  168. DoNotTouch_3.Name = "DoNotTouch"
  169. DoNotTouch_3.Parent = frame_3
  170. DoNotTouch_3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  171. DoNotTouch_3.BackgroundTransparency = 0.5
  172. DoNotTouch_3.Position = UDim2.new(0.0934959352, 0, 0, 0)
  173. DoNotTouch_3.Size = UDim2.new(0, 200, 0, 24)
  174. DoNotTouch_3.Font = Enum.Font.SourceSans
  175. DoNotTouch_3.Text = "Stupid Snowman Sim GUI"
  176. DoNotTouch_3.TextColor3 = Color3.new(0, 0, 0)
  177. DoNotTouch_3.TextSize = 14
  178.  
  179. level3.Name = "level 3"
  180. level3.Parent = frame_3
  181. level3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  182. level3.BackgroundTransparency = 0.5
  183. level3.Position = UDim2.new(0.0934959352, 0, 0.430685163, 0)
  184. level3.Size = UDim2.new(0, 200, 0, 38)
  185. level3.Font = Enum.Font.SourceSans
  186. level3.Text = "Kill level 3 (150health)"
  187. level3.TextColor3 = Color3.new(0, 0, 0)
  188. level3.TextSize = 20
  189. level3.MouseButton1Down:connect(function()
  190. while true do wait()
  191. game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper:FireServer("minionHit", workspace.minionsHolder["3"])
  192. end
  193. end)
  194.  
  195. Level2.Name = "Level2"
  196. Level2.Parent = frame_3
  197. Level2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  198. Level2.BackgroundTransparency = 0.5
  199. Level2.Position = UDim2.new(0.0934959352, 0, 0.268187702, 0)
  200. Level2.Size = UDim2.new(0, 200, 0, 38)
  201. Level2.Font = Enum.Font.SourceSans
  202. Level2.Text = "Kill level 2 (25health)"
  203. Level2.TextColor3 = Color3.new(0, 0, 0)
  204. Level2.TextSize = 20
  205. Level2.MouseButton1Down:connect(function()
  206. while true do wait()
  207. game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper:FireServer("minionHit", workspace.minionsHolder["2"])
  208. end
  209. end)
  210.  
  211. level1.Name = "level1"
  212. level1.Parent = frame_3
  213. level1.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  214. level1.BackgroundTransparency = 0.5
  215. level1.Position = UDim2.new(0.0934959352, 0, 0.108900636, 0)
  216. level1.Size = UDim2.new(0, 200, 0, 38)
  217. level1.Font = Enum.Font.SourceSans
  218. level1.Text = "Kill level 1 (4health)"
  219. level1.TextColor3 = Color3.new(0, 0, 0)
  220. level1.TextSize = 20
  221. level1.MouseButton1Down:connect(function()
  222. while true do wait()
  223. game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper:FireServer("minionHit", workspace.minionsHolder["1"])
  224. end
  225. end)
  226.  
  227. X2.Name = "X2"
  228. X2.Parent = frame_3
  229. X2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  230. X2.BackgroundTransparency = 0.5
  231. X2.Position = UDim2.new(0.930894375, 0, 0, 0)
  232. X2.Size = UDim2.new(0, 17, 0, 24)
  233. X2.Font = Enum.Font.SourceSans
  234. X2.Text = "X"
  235. X2.TextColor3 = Color3.new(0, 0, 0)
  236. X2.TextSize = 20
  237. X2.MouseButton1Down:connect(function()
  238. frame_3.Visible = false
  239. frame_2.Visible = true
  240. end)
  241.  
  242.  
  243. level4.Name = "level 4"
  244. level4.Parent = frame_3
  245. level4.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  246. level4.BackgroundTransparency = 0.5
  247. level4.Position = UDim2.new(0.0934959352, 0, 0.589972079, 0)
  248. level4.Size = UDim2.new(0, 200, 0, 38)
  249. level4.Font = Enum.Font.SourceSans
  250. level4.Text = "Kill level 4 (1khealth)"
  251. level4.TextColor3 = Color3.new(0, 0, 0)
  252. level4.TextSize = 20
  253. level4.MouseButton1Down:connect(function()
  254. while true do wait()
  255. game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper:FireServer("minionHit", workspace.minionsHolder["4"])
  256. end
  257. end)
  258.  
  259. level5.Name = "level 5"
  260. level5.Parent = frame_3
  261. level5.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  262. level5.BackgroundTransparency = 0.5
  263. level5.Position = UDim2.new(0.0934959352, 0, 0.749258995, 0)
  264. level5.Size = UDim2.new(0, 200, 0, 38)
  265. level5.Font = Enum.Font.SourceSans
  266. level5.Text = "Kill level 5 (50khealth"
  267. level5.TextColor3 = Color3.new(0, 0, 0)
  268. level5.TextSize = 20
  269. level5.MouseButton1Down:connect(function()
  270. while true do wait()
  271. game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper:FireServer("minionHit", workspace.minionsHolder["5"])
  272. end
  273. end)
  274.  
  275. tptocan.Name = "tptocan"
  276. tptocan.Parent = frame_3
  277. tptocan.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  278. tptocan.BackgroundTransparency = 0.5
  279. tptocan.Position = UDim2.new(0.0934959352, 0, 0.915925682, 0)
  280. tptocan.Size = UDim2.new(0, 200, 0, 23)
  281. tptocan.Font = Enum.Font.SourceSans
  282. tptocan.Text = "Teleport to Canes"
  283. tptocan.TextColor3 = Color3.new(0, 0, 0)
  284. tptocan.TextSize = 20
  285. tptocan.MouseButton1Down:connect(function()
  286. local canes = {}
  287. for i,v in pairs(game.Workspace:GetDescendants()) do
  288. if string.lower(v.Name) == "cane" then
  289. table.insert(canes,v)
  290. end
  291. end
  292.  
  293. for i,v in pairs(canes) do
  294. if v ~= nil then
  295. --teleport to cane here, cane is v
  296. game.Players.LocalPlayer.Character:MoveTo(v.Position)
  297. wait(.5) --change this to however fast you want to teleport to the canes .5 is default
  298. end
  299. end
  300. end)
  301. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement