dats-scythe

Halloween Simulator best Gui

Oct 20th, 2019
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local peil = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Collect = Instance.new("TextButton")
  10. local Range = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. peil.Name = "peil"
  15. peil.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. peil.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Frame.Parent = peil
  19. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  20. Frame.Position = UDim2.new(0.018153118, 0, 0.00859950855, 0)
  21. Frame.Size = UDim2.new(0, 222, 0, 201)
  22. Frame.Style = Enum.FrameStyle.DropShadow
  23.  
  24. TextLabel.Parent = Frame
  25. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  26. TextLabel.BackgroundTransparency = 1
  27. TextLabel.Position = UDim2.new(0.00450450182, 0, -0.0447761193, 0)
  28. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  29. TextLabel.Font = Enum.Font.SourceSans
  30. TextLabel.Text = "Made by DDi"
  31. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  32. TextLabel.TextSize = 14
  33.  
  34. Collect.Name = "Collect"
  35. Collect.Parent = Frame
  36. Collect.BackgroundColor3 = Color3.new(1, 1, 1)
  37. Collect.Position = UDim2.new(0.0802445933, 0, 0.203122064, 0)
  38. Collect.Size = UDim2.new(0, 71, 0, 125)
  39. Collect.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  40. Collect.Font = Enum.Font.SourceSans
  41. Collect.Text = "Collect hack"
  42. Collect.TextColor3 = Color3.new(0, 0, 0)
  43. Collect.TextSize = 14
  44.  
  45. Range.Name = "Range"
  46. Range.Parent = Frame
  47. Range.BackgroundColor3 = Color3.new(1, 1, 1)
  48. Range.Position = UDim2.new(0.581827223, 0, 0.203122064, 0)
  49. Range.Size = UDim2.new(0, 71, 0, 129)
  50. Range.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  51. Range.Font = Enum.Font.SourceSans
  52. Range.Text = "Range hack"
  53. Range.TextColor3 = Color3.new(0, 0, 0)
  54. Range.TextSize = 14
  55.  
  56. -- Scripts:
  57.  
  58. local function IKULZX_fake_script() -- Collect.Script
  59. local script = Instance.new('Script', Collect)
  60.  
  61. game.Players.LocalPlayer.PlayerGui.peil.Frame.Collect.MouseButton1Click:connect(function()
  62. game.Players.LocalPlayer.CollectMulti.Value = 10000000000000
  63. end)
  64. end
  65. coroutine.wrap(IKULZX_fake_script)()
  66. local function EBJKXBI_fake_script() -- Range.Script
  67. local script = Instance.new('Script', Range)
  68.  
  69. game.Players.LocalPlayer.PlayerGui.peil.Frame.Range.MouseButton1Click:connect(function()
  70. game.Players.LocalPlayer.Range.Value = 10000000000000
  71. end)
  72. end
  73. coroutine.wrap(EBJKXBI_fake_script)()
Add Comment
Please, Sign In to add comment