Advertisement
BINO2002

Untitled

Dec 16th, 2018
3,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.67 KB | None | 0 0
  1. --[[- You Will Need Snow Balls To Kill Minions,
  2. - When Your Bag Get Full Up It Will Then Add It To Snowman Else It Will Not.
  3. - Press 1 Before Farming Snowman And 2 Before Minions.]]
  4. local u = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local canes = Instance.new("TextButton")
  7. local canesoff = Instance.new("TextButton")
  8. local snowman = Instance.new("TextButton")
  9. local snowmanoff = Instance.new("TextButton")
  10. local minion = Instance.new("TextButton")
  11. local minionoff = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "FunTrat0r On V3rm", Text = "Steller Is A BITCH!"})
  15. u.Name = "u"
  16. u.Parent = game.CoreGui
  17. main.Name = "main"
  18. main.Parent = u
  19. main.Active = true
  20. main.BackgroundColor3 = Color3.new(0.176471, 0, 0.282353)
  21. main.BorderSizePixel = 0
  22. main.Position = UDim2.new(0.335015148, 0, 0.275280893, 0)
  23. main.Size = UDim2.new(0, 170, 0, 125)
  24. canes.Name = "canes"
  25. canes.Parent = main
  26. canes.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
  27. canes.BorderColor3 = Color3.new(0.972549, 0.976471, 0.976471)
  28. canes.Position = UDim2.new(0.0665118992, 0, 0.0774759352, 0)
  29. canes.Size = UDim2.new(0, 109, 0, 18)
  30. canes.Font = Enum.Font.Fantasy
  31. canes.Text = "Farm Canes"
  32. canes.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  33. canes.TextSize = 14
  34. canes.TextStrokeColor3 = Color3.new(1, 1, 1)
  35. canesoff.Name = "canesoff"
  36. canesoff.Parent = main
  37. canesoff.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
  38. canesoff.BorderColor3 = Color3.new(0.972549, 0.976471, 0.976471)
  39. canesoff.Position = UDim2.new(0.771508813, 0, 0.0774759352, 0)
  40. canesoff.Size = UDim2.new(0, 28, 0, 18)
  41. canesoff.Font = Enum.Font.Fantasy
  42. canesoff.Text = "OFF"
  43. canesoff.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  44. canesoff.TextSize = 14
  45. canesoff.TextStrokeColor3 = Color3.new(1, 1, 1)
  46. snowman.Name = "snowman"
  47. snowman.Parent = main
  48. snowman.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
  49. snowman.BorderColor3 = Color3.new(0.972549, 0.976471, 0.976471)
  50. snowman.Position = UDim2.new(0.0606295466, 0, 0.315208554, 0)
  51. snowman.Size = UDim2.new(0, 109, 0, 18)
  52. snowman.Font = Enum.Font.Fantasy
  53. snowman.Text = "Snowman Farm"
  54. snowman.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  55. snowman.TextSize = 14
  56. snowman.TextStrokeColor3 = Color3.new(1, 1, 1)
  57. snowmanoff.Name = "snowmanoff"
  58. snowmanoff.Parent = main
  59. snowmanoff.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
  60. snowmanoff.BorderColor3 = Color3.new(0.972549, 0.976471, 0.976471)
  61. snowmanoff.Position = UDim2.new(0.765626431, 0, 0.315208554, 0)
  62. snowmanoff.Size = UDim2.new(0, 28, 0, 18)
  63. snowmanoff.Font = Enum.Font.Fantasy
  64. snowmanoff.Text = "OFF"
  65. snowmanoff.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  66. snowmanoff.TextSize = 14
  67. snowmanoff.TextStrokeColor3 = Color3.new(1, 1, 1)
  68. minion.Name = "minion"
  69. minion.Parent = main
  70. minion.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
  71. minion.BorderColor3 = Color3.new(0.972549, 0.976471, 0.976471)
  72. minion.Position = UDim2.new(0.0606295466, 0, 0.54228878, 0)
  73. minion.Size = UDim2.new(0, 109, 0, 18)
  74. minion.Font = Enum.Font.Fantasy
  75. minion.Text = "Minion Kill Farm"
  76. minion.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  77. minion.TextSize = 14
  78. minion.TextStrokeColor3 = Color3.new(1, 1, 1)
  79. minionoff.Name = "minionoff"
  80. minionoff.Parent = main
  81. minionoff.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
  82. minionoff.BorderColor3 = Color3.new(0.972549, 0.976471, 0.976471)
  83. minionoff.Position = UDim2.new(0.771508813, 0, 0.54228884, 0)
  84. minionoff.Size = UDim2.new(0, 28, 0, 18)
  85. minionoff.Font = Enum.Font.Fantasy
  86. minionoff.Text = "OFF"
  87. minionoff.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  88. minionoff.TextSize = 14
  89. minionoff.TextStrokeColor3 = Color3.new(1, 1, 1)
  90. TextLabel.Parent = main
  91. TextLabel.BackgroundColor3 = Color3.new(0.0196078, 1, 0.411765)
  92. TextLabel.BackgroundTransparency = 1
  93. TextLabel.Position = UDim2.new(0.0588235334, 0, 0.895999968, 0)
  94. TextLabel.Size = UDim2.new(0, 147, 0, 13)
  95. TextLabel.Font = Enum.Font.Fantasy
  96. TextLabel.Text = "Credits: FunTrat0r - Dark Devs"
  97. TextLabel.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  98. TextLabel.TextSize = 10
  99. TextLabel_2.Parent = main
  100. TextLabel_2.BackgroundColor3 = Color3.new(0.0196078, 1, 0.411765)
  101. TextLabel_2.BackgroundTransparency = 1
  102. TextLabel_2.Position = UDim2.new(0.0588235334, 0, 0.743999958, 0)
  103. TextLabel_2.Size = UDim2.new(0, 147, 0, 13)
  104. TextLabel_2.Font = Enum.Font.Fantasy
  105. TextLabel_2.Text = "Need SnowBalls For Minions Kill"
  106. TextLabel_2.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  107. TextLabel_2.TextSize = 10
  108. main.Draggable = true
  109. canes.MouseButton1Down:connect(function()
  110. _G.canes = true
  111. canes.BackgroundColor3 = Color3.new(0.0196078, 1, 0.411765)
  112. while _G.canes do
  113. wait()
  114. local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
  115. local f = game.Workspace
  116. for i,v in pairs(f:GetDescendants()) do
  117. if v.Name == 'cane' then
  118. v.CFrame = plr.CFrame
  119. end
  120. end
  121. end
  122. end)
  123. canesoff.MouseButton1Down:connect(function()
  124. _G.canes = false
  125. canes.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
  126. end)
  127. snowman.MouseButton1Down:connect(function()
  128. _G.t = true
  129. snowman.BackgroundColor3 = Color3.new(0.0196078, 1, 0.411765)
  130. local path = game.Players.LocalPlayer.localData
  131. while _G.t do
  132. wait()
  133. game:GetService("ReplicatedStorage").ThisGame.Calls.collectSnow:FireServer()
  134. wait()
  135. if path.snowballs.Value == path.sackStorage.Value then
  136. local A_1 = "addToSnowman"
  137. local Event = game:GetService("ReplicatedStorage").ThisGame.Calls.snowballController
  138. Event:FireServer(A_1)
  139. end
  140. end
  141. end)
  142. snowmanoff.MouseButton1Down:connect(function()
  143. _G.t = true
  144. snowman.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
  145. end)
  146. minion.MouseButton1Down:connect(function()
  147. _G.f = true
  148. minion.BackgroundColor3 = Color3.new(0.0196078, 1, 0.411765)
  149. while _G.f do
  150. wait()
  151. local minion = game:GetService("Workspace").minionsHolder['3']
  152. for i,v in pairs (minion:GetChildren()) do
  153. if v.Name == 'head' then
  154. local A_1 = "throw"
  155. local A_2 = Vector3.new(v.Position)
  156. local A_3 = CFrame.new(v.Position)
  157. local Event = game:GetService("Workspace")[game.Players.LocalPlayer.Name].throwable.RemoteEvent
  158. Event:FireServer(A_1, A_2, A_3)
  159. wait()
  160. local A_1 = "minionHit"
  161. local A_2 = game:GetService("Workspace").minionsHolder['3']
  162. local Event = game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper
  163. Event:FireServer(A_1, A_2)
  164. end
  165. end
  166. end
  167. end)
  168. minionoff.MouseButton1Down:connect(function()
  169. _G.f = false
  170. minionoff.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
  171. end)
  172. -- Don't You Dare Skid This Off Bitch. If You Did Bloody Marry Will Kill You In Dreams.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement