Advertisement
Guest User

HalloweenSimulatorFUCKERS

a guest
Oct 22nd, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.02 KB | None | 0 0
  1. --[[
  2. Skycloud-Exploit Foundation By Athoi21 LOL XD
  3. --]]
  4.  
  5. --Anti afk
  6. local VirtualUser=game:service'VirtualUser'
  7. game:service'Players'.LocalPlayer.Idled:connect(function()
  8. VirtualUser:CaptureController()
  9. VirtualUser:ClickButton2(Vector2.new())
  10. end)
  11.  
  12. --Var
  13. local newvar = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  14. local hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  15.  
  16. -- Loaded message
  17. game:GetService("StarterGui"):SetCore("SendNotification", {
  18. Title = "Skycloud-HS Haxx v0 Loaded";
  19. Text = "Founded by SkieHacker";
  20. Duration = 15;
  21. })
  22.  
  23.  
  24. local ScreenGui = Instance.new("ScreenGui")
  25. local MainFrameShit = Instance.new("ImageLabel")
  26. local Back = Instance.new("Frame")
  27. local Xs2 = Instance.new("Frame")
  28. local Xs2_2 = Instance.new("Frame")
  29. local Frame = Instance.new("Frame")
  30. local ACOFF = Instance.new("TextButton")
  31. local ASOFF = Instance.new("TextButton")
  32. local SROFF = Instance.new("TextButton")
  33. local CMOFF = Instance.new("TextButton")
  34. local Dclink = Instance.new("TextButton")
  35. local ACON = Instance.new("TextButton")
  36. local ASON = Instance.new("TextButton")
  37. local SRON = Instance.new("TextButton")
  38. local CMON = Instance.new("TextButton")
  39. local close = Instance.new("TextButton")
  40. local TextLabel = Instance.new("TextLabel")
  41. --Properties:
  42. ScreenGui.Parent = game.CoreGui
  43.  
  44. MainFrameShit.Name = "MainFrameShit"
  45. MainFrameShit.Parent = ScreenGui
  46. MainFrameShit.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  47. MainFrameShit.BackgroundTransparency = 1
  48. MainFrameShit.Position = UDim2.new(0.430685371, 0, 0.442944795, 0)
  49. MainFrameShit.Size = UDim2.new(0.138629273, 0, 0.025039766, 0)
  50. MainFrameShit.Image = "rbxassetid://2851926732"
  51. MainFrameShit.ImageColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  52. MainFrameShit.ScaleType = Enum.ScaleType.Slice
  53. MainFrameShit.SliceCenter = Rect.new(12, 12, 12, 12)
  54.  
  55. MainFrameShit.Active = true
  56. MainFrameShit.Draggable = true
  57.  
  58. Back.Name = "Back"
  59. Back.Parent = MainFrameShit
  60. Back.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  61. Back.BorderSizePixel = 0
  62. Back.Position = UDim2.new(1.71447084e-07, 0, 0.967601776, 0)
  63. Back.Size = UDim2.new(0.933708072, 0, 5.67151976, 0)
  64.  
  65. Xs2.Name = "Xs2"
  66. Xs2.Parent = Back
  67. Xs2.BackgroundColor3 = Color3.new(0, 0, 0)
  68. Xs2.BorderSizePixel = 0
  69. Xs2.Position = UDim2.new(-0.00047887984, 0, 0.00547592388, 0)
  70. Xs2.Size = UDim2.new(1.00047863, 0, 0.0223083124, 0)
  71.  
  72. Xs2_2.Name = "Xs2"
  73. Xs2_2.Parent = Back
  74. Xs2_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  75. Xs2_2.BorderSizePixel = 0
  76. Xs2_2.Position = UDim2.new(0.00199202751, 0, -0.0578201003, 0)
  77. Xs2_2.Size = UDim2.new(0.0723996013, 0, 0.0578200817, 0)
  78.  
  79. Frame.Parent = Back
  80. Frame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  81. Frame.BorderSizePixel = 0
  82. Frame.Position = UDim2.new(-0.000479063456, 0, 0.107882395, 0)
  83. Frame.Size = UDim2.new(0.998796463, 0, 0.984957576, 0)
  84.  
  85. ACOFF.Name = "AC OFF"
  86. ACOFF.Parent = Frame
  87. ACOFF.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  88. ACOFF.BorderSizePixel = 0
  89. ACOFF.Size = UDim2.new(1, 0, 0.184210524, 0)
  90. ACOFF.Visible = false
  91. ACOFF.Font = Enum.Font.Cartoon
  92. ACOFF.Text = " Auto Collect [OFF]"
  93. ACOFF.TextColor3 = Color3.new(1, 1, 1)
  94. ACOFF.TextSize = 20
  95. ACOFF.TextWrapped = true
  96. ACOFF.MouseButton1Down:connect(function()
  97. ACOFF.Visible = false
  98. ACON.Visible = true
  99. _G.AutoFarm = false
  100. while _G.AutoFarm == true do wait()
  101. local plr = game.Players.LocalPlayer
  102. for i,v in pairs(game.Workspace.CandySpawns.Starter:GetChildren()) do
  103. if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("MeshPart") then
  104. wait(0.2)
  105. plr.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(0,1,0)
  106. end
  107. end
  108. end
  109. end)
  110.  
  111. ASOFF.Name = "AS OFF"
  112. ASOFF.Parent = Frame
  113. ASOFF.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  114. ASOFF.BorderSizePixel = 0
  115. ASOFF.Position = UDim2.new(0, 0, 0.184210524, 0)
  116. ASOFF.Size = UDim2.new(1, 0, 0.184210524, 0)
  117. ASOFF.Visible = false
  118. ASOFF.Font = Enum.Font.Cartoon
  119. ASOFF.Text = "Auto Sell [OFF]"
  120. ASOFF.TextColor3 = Color3.new(1, 1, 1)
  121. ASOFF.TextSize = 20
  122. ASOFF.TextWrapped = true
  123. ASOFF.MouseButton1Down:connect(function()
  124.  
  125. ASOFF.Visible = false
  126. ASON.Visible = true
  127.  
  128. _G.ASSOFF = false
  129.  
  130. while _G.ASSOFF == true do wait()
  131.  
  132. wait(1)
  133. hum.CFrame = CFrame.new(-239.363998, 15.1949854, -80.0882339)
  134. wait(1)
  135. hum.CFrame = CFrame.new(-214.935974, 30.6918373, -12.0902872)
  136. end
  137. end)
  138.  
  139. SROFF.Name = "SR OFF"
  140. SROFF.Parent = Frame
  141. SROFF.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  142. SROFF.BorderSizePixel = 0
  143. SROFF.Position = UDim2.new(0, 0, 0.368421048, 0)
  144. SROFF.Size = UDim2.new(1, 0, 0.184210524, 0)
  145. SROFF.Visible = false
  146. SROFF.Font = Enum.Font.Cartoon
  147. SROFF.Text = "Super Range [OFF]"
  148. SROFF.TextColor3 = Color3.new(1, 1, 1)
  149. SROFF.TextSize = 20
  150. SROFF.TextWrapped = true
  151. SROFF.MouseButton1Down:connect(function()
  152.  
  153. SROFF.Visible = false
  154. SRON.Visible = true
  155. game.Players.LocalPlayer.Range.Value = 0
  156. end)
  157.  
  158. CMOFF.Name = "CM OFF"
  159. CMOFF.Parent = Frame
  160. CMOFF.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  161. CMOFF.BorderSizePixel = 0
  162. CMOFF.Position = UDim2.new(0, 0, 0.552631617, 0)
  163. CMOFF.Size = UDim2.new(1, 0, 0.184210524, 0)
  164. CMOFF.Visible = false
  165. CMOFF.Font = Enum.Font.Cartoon
  166. CMOFF.Text = "CollectMulti [OFF]"
  167. CMOFF.TextColor3 = Color3.new(1, 1, 1)
  168. CMOFF.TextSize = 20
  169. CMOFF.TextWrapped = true
  170. CMOFF.MouseButton1Down:connect(function()
  171. CMOFF.Visible = false
  172. CMON.Visible = true
  173.  
  174. _G.CM = true
  175. if _G.CM == true then
  176. game.Players.LocalPlayer.CollectMulti.Value = 1
  177. end
  178. end)
  179.  
  180. Dclink.Name = "Dc link"
  181. Dclink.Parent = Frame
  182. Dclink.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  183. Dclink.BorderSizePixel = 0
  184. Dclink.Position = UDim2.new(0, 0, 0.736842096, 0)
  185. Dclink.Size = UDim2.new(1, 0, 0.175438598, 0)
  186. Dclink.Font = Enum.Font.Cartoon
  187. Dclink.Text = "Click for DC Link"
  188. Dclink.TextColor3 = Color3.new(1, 1, 1)
  189. Dclink.TextSize = 20
  190. Dclink.TextWrapped = true
  191. Dclink.MouseButton1Down:connect(function()
  192. setclipboard("https://discordapp.com/invite/HCcYgPd")
  193. end)
  194.  
  195. ACON.Name = "AC ON"
  196. ACON.Parent = Frame
  197. ACON.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  198. ACON.BorderSizePixel = 0
  199. ACON.Size = UDim2.new(1, 0, 0.184210524, 0)
  200. ACON.Font = Enum.Font.Cartoon
  201. ACON.Text = " Auto Collect [ON]"
  202. ACON.TextColor3 = Color3.new(1, 1, 1)
  203. ACON.TextSize = 20
  204. ACON.TextWrapped = true
  205. ACON.MouseButton1Down:connect(function()
  206.  
  207. ACON.Visible = false
  208. ACOFF.Visible = true
  209.  
  210. _G.AutoFarm = true
  211. while _G.AutoFarm == true do wait()
  212. local plr = game.Players.LocalPlayer
  213. for i,v in pairs(game.Workspace.CandySpawns.Starter:GetChildren()) do
  214. if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("MeshPart") then
  215. wait(0.2)
  216. plr.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(0,1,0)
  217. end
  218. end
  219. end
  220. end)
  221.  
  222. ASON.Name = "AS ON"
  223. ASON.Parent = Frame
  224. ASON.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  225. ASON.BorderSizePixel = 0
  226. ASON.Position = UDim2.new(0, 0, 0.184210524, 0)
  227. ASON.Size = UDim2.new(1, 0, 0.184210524, 0)
  228. ASON.Font = Enum.Font.Cartoon
  229. ASON.Text = "Auto Sell [ON]"
  230. ASON.TextColor3 = Color3.new(1, 1, 1)
  231. ASON.TextSize = 20
  232. ASON.TextWrapped = true
  233. ASON.MouseButton1Down:connect(function()
  234.  
  235. ASON.Visible = false
  236. ASOFF.Visible = true
  237.  
  238. _G.ASSOFF = true
  239.  
  240. while _G.ASSOFF == true do wait()
  241.  
  242. wait(1)
  243. hum.CFrame = CFrame.new(-239.363998, 15.1949854, -80.0882339)
  244. wait(1)
  245. hum.CFrame = CFrame.new(-214.935974, 30.6918373, -12.0902872)
  246. end
  247. end)
  248.  
  249. SRON.Name = "SR ON"
  250. SRON.Parent = Frame
  251. SRON.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  252. SRON.BorderSizePixel = 0
  253. SRON.Position = UDim2.new(0, 0, 0.368421048, 0)
  254. SRON.Size = UDim2.new(1, 0, 0.184210524, 0)
  255. SRON.Font = Enum.Font.Cartoon
  256. SRON.Text = "Super Range [ON]"
  257. SRON.TextColor3 = Color3.new(1, 1, 1)
  258. SRON.TextSize = 20
  259. SRON.TextWrapped = true
  260. SRON.MouseButton1Down:connect(function()
  261.  
  262. SRON.Visible = false
  263. SROFF.Visible = true
  264.  
  265. game.Players.LocalPlayer.Range.Value = 10000000000000
  266. end)
  267.  
  268. CMON.Name = "CM ON"
  269. CMON.Parent = Frame
  270. CMON.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  271. CMON.BorderSizePixel = 0
  272. CMON.Position = UDim2.new(0, 0, 0.552631557, 0)
  273. CMON.Size = UDim2.new(1, 0, 0.184210524, 0)
  274. CMON.Font = Enum.Font.Cartoon
  275. CMON.Text = "CollectMulti [ON]"
  276. CMON.TextColor3 = Color3.new(1, 1, 1)
  277. CMON.TextSize = 20
  278. CMON.TextWrapped = true
  279. CMON.MouseButton1Down:connect(function()
  280.  
  281. CMON.Visible = false
  282. CMOFF.Visible = true
  283.  
  284. _G.CM = true
  285. if _G.CM == true then
  286. game.Players.LocalPlayer.CollectMulti.Value = 10000000000000
  287. end
  288. end)
  289.  
  290. close.Name = "close"
  291. close.Parent = MainFrameShit
  292. close.BackgroundColor3 = Color3.new(1, 0, 0)
  293. close.BackgroundTransparency = 1
  294. close.BorderSizePixel = 0
  295. close.Position = UDim2.new(0.888764083, 0, 0.0308265537, 0)
  296. close.Size = UDim2.new(0.095505625, 0, 0.931034386, 0)
  297. close.Font = Enum.Font.SourceSansBold
  298. close.Text = "X"
  299. close.TextColor3 = Color3.new(1, 0, 0)
  300. close.TextScaled = true
  301. close.TextSize = 14
  302. close.TextWrapped = true
  303. close.MouseButton1Down:connect(function()
  304. MainFrameShit:Destroy()
  305. end)
  306.  
  307. TextLabel.Parent = MainFrameShit
  308. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  309. TextLabel.BackgroundTransparency = 1
  310. TextLabel.BorderSizePixel = 0
  311. TextLabel.Position = UDim2.new(0.179775313, 0, 0.147005424, 0)
  312. TextLabel.Size = UDim2.new(0.57303375, 0, 0.784028947, 0)
  313. TextLabel.Font = Enum.Font.SourceSansBold
  314. TextLabel.Text = "HS Haxx v1 "
  315. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  316. TextLabel.TextSize = 20
  317. TextLabel.TextWrapped = true
  318. -- Scripts:
  319. function SCRIPT_DYHJ86_FAKESCRIPT() -- Xs2.LocalScript
  320. local script = Instance.new('LocalScript')
  321. script.Parent = Xs2
  322. repeat
  323. for hue = 0, 1, .01 do
  324. script.Parent.Parent.Xs2.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  325. wait(0.8)
  326. end
  327. for hue = 1, 0 -.01 do
  328. script.Parent.Parent.Xs2.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  329. wait(0.8)
  330. end
  331. until nil
  332.  
  333. end
  334. coroutine.resume(coroutine.create(SCRIPT_DYHJ86_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement