Advertisement
trixade

Untitled

Nov 10th, 2021
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 14.66 KB | None | 0 0
  1. -- Converted using UItify private-build 1.0
  2. -- Fork of Gui2Lua for modern UI.
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local SunCollectorFrame = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local TopContent = Instance.new("Frame")
  10. local TextLabel = Instance.new("TextLabel")
  11. local UIListLayout = Instance.new("UIListLayout")
  12. local Frame = Instance.new("Frame")
  13. local CenterContent = Instance.new("Frame")
  14. local UIListLayout_2 = Instance.new("UIListLayout")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local TextButton = Instance.new("TextButton")
  17. local UICorner_2 = Instance.new("UICorner")
  18. local UIListLayout_3 = Instance.new("UIListLayout")
  19. local BottomContent = Instance.new("Frame")
  20. local UIListLayout_4 = Instance.new("UIListLayout")
  21. local TextButton_2 = Instance.new("TextButton")
  22. local UICorner_3 = Instance.new("UICorner")
  23. local UIStroke_1 = Instance.new("UIStroke")
  24.  
  25. --Properties:
  26.  
  27. ScreenGui.Parent = game:GetService("CoreGui")
  28. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. SunCollectorFrame.Name = "SunCollectorFrame"
  31. SunCollectorFrame.Parent = ScreenGui
  32. SunCollectorFrame.BackgroundColor3 = Color3.fromRGB(35, 37, 39)
  33. SunCollectorFrame.Position = UDim2.new(0.224924013, 0, 0.408199638, 0)
  34. SunCollectorFrame.Size = UDim2.new(0, 430, 0, 300)
  35.  
  36. UICorner.CornerRadius = UDim.new(0, 12)
  37. UICorner.Parent = SunCollectorFrame
  38.  
  39. TopContent.Name = "TopContent"
  40. TopContent.Parent = SunCollectorFrame
  41. TopContent.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. TopContent.BackgroundTransparency = 0.900
  43. TopContent.BorderSizePixel = 0
  44. TopContent.Size = UDim2.new(0, 430, 0, 60)
  45.  
  46. TextLabel.Parent = TopContent
  47. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. TextLabel.BackgroundTransparency = 1.000
  49. TextLabel.Position = UDim2.new(0.267441869, 0, 0.0583333336, 0)
  50. TextLabel.Size = UDim2.new(0, 200, 0, 48)
  51. TextLabel.Font = Enum.Font.GothamSemibold
  52. TextLabel.Text = "Tai Verdes Sun Collector"
  53. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  54. TextLabel.TextSize = 20.000
  55.  
  56. UIListLayout.Parent = TopContent
  57. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  58. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  59. UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Center
  60.  
  61. Frame.Parent = TopContent
  62. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. Frame.BackgroundTransparency = 0.800
  64. Frame.BorderSizePixel = 0
  65. Frame.Position = UDim2.new(0.383720934, 0, 0.0833333358, 0)
  66. Frame.Size = UDim2.new(0.899999976, 0, 0, 1)
  67.  
  68. CenterContent.Name = "CenterContent"
  69. CenterContent.Parent = SunCollectorFrame
  70. CenterContent.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. CenterContent.BackgroundTransparency = 0.900
  72. CenterContent.Position = UDim2.new(0, 0, 0.200000003, 0)
  73. CenterContent.Size = UDim2.new(0, 430, 0, 180)
  74.  
  75. UIListLayout_2.Parent = CenterContent
  76. UIListLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center
  77. UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  78. UIListLayout_2.VerticalAlignment = Enum.VerticalAlignment.Center
  79. UIListLayout_2.Padding = UDim.new(0, 25)
  80.  
  81. TextLabel_2.Parent = CenterContent
  82. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  83. TextLabel_2.BackgroundTransparency = 1.000
  84. TextLabel_2.Position = UDim2.new(-0.0906976759, 0, 0.361111104, 0)
  85. TextLabel_2.Size = UDim2.new(0, 354, 0, 50)
  86. TextLabel_2.Font = Enum.Font.Gotham
  87. TextLabel_2.Text = "Press the button to begin collecting all suns.<br/>Reminder to do this on an account with no suns already collected."
  88. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  89. TextLabel_2.TextSize = 16.000
  90. TextLabel_2.TextTransparency = 0.300
  91. TextLabel_2.TextWrapped = true
  92. TextLabel_2.RichText = true
  93.  
  94. TextButton.Parent = CenterContent
  95. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  96. TextButton.Position = UDim2.new(0.267441869, 0, 0.638888896, 0)
  97. TextButton.Size = UDim2.new(0, 200, 0, 37)
  98. TextButton.Font = Enum.Font.GothamSemibold
  99. TextButton.Text = "Begin Collecting"
  100. TextButton.TextColor3 = Color3.fromRGB(57, 59, 61)
  101. TextButton.TextSize = 16.000
  102.  
  103. UICorner_2.Parent = TextButton
  104.  
  105. UIListLayout_3.Parent = SunCollectorFrame
  106. UIListLayout_3.SortOrder = Enum.SortOrder.LayoutOrder
  107.  
  108. BottomContent.Name = "BottomContent"
  109. BottomContent.Parent = SunCollectorFrame
  110. BottomContent.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  111. BottomContent.BackgroundTransparency = 0.900
  112. BottomContent.Position = UDim2.new(0, 0, 0.800000012, 0)
  113. BottomContent.Size = UDim2.new(0, 430, 0, 60)
  114.  
  115. UIListLayout_4.Parent = BottomContent
  116. UIListLayout_4.HorizontalAlignment = Enum.HorizontalAlignment.Center
  117. UIListLayout_4.SortOrder = Enum.SortOrder.LayoutOrder
  118. UIListLayout_4.VerticalAlignment = Enum.VerticalAlignment.Center
  119.  
  120. TextButton_2.Parent = BottomContent
  121. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  122. TextButton_2.BackgroundTransparency = 1.000
  123. TextButton_2.Position = UDim2.new(0.372093022, 0, 0.191666663, 0)
  124. TextButton_2.Size = UDim2.new(0, 110, 0, 32)
  125. TextButton_2.Font = Enum.Font.GothamSemibold
  126. TextButton_2.Text = "Close UI"
  127. TextButton_2.TextColor3 = Color3.fromRGB(239, 247, 255)
  128. TextButton_2.TextSize = 16.000
  129. TextButton_2.TextTransparency = 0.250
  130.  
  131. UICorner_3.Parent = TextButton_2
  132.  
  133. UIStroke_1.ApplyStrokeMode = "Border"
  134. UIStroke_1.Color = Color3.fromRGB(255, 255, 255)
  135. UIStroke_1.LineJoinMode = "Round"
  136. UIStroke_1.Thickness = 1
  137. UIStroke_1.Transparency = 0.5
  138.  
  139. UIStroke_1.Parent = TextButton_2
  140. -- Scripts:
  141.  
  142. local function IGII_fake_script() -- TextButton.CollectScript
  143.     local script = Instance.new('LocalScript', TextButton)
  144.  
  145.     script.Parent.MouseButton1Click:Connect(function()
  146.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["1"].CFrame
  147.         wait(0.1)
  148.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["2"].CFrame
  149.         wait(0.1)
  150.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["3"].CFrame
  151.         wait(0.1)
  152.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["4"].CFrame
  153.         wait(0.1)
  154.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["5"].CFrame
  155.         wait(0.1)
  156.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["6"].CFrame
  157.         wait(0.1)
  158.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["7"].CFrame
  159.         wait(0.1)
  160.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["8"].CFrame
  161.         wait(0.1)
  162.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["9"].CFrame
  163.         wait(0.1)
  164.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["10"].CFrame
  165.         wait(0.1)
  166.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["11"].CFrame
  167.         wait(0.1)
  168.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["12"].CFrame
  169.         wait(0.1)
  170.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["13"].CFrame
  171.         wait(0.1)
  172.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["14"].CFrame
  173.         wait(0.1)
  174.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["15"].CFrame
  175.         wait(0.1)
  176.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["16"].CFrame
  177.         wait(0.1)
  178.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["17"].CFrame
  179.         wait(0.1)
  180.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["18"].CFrame
  181.         wait(0.1)
  182.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["19"].CFrame
  183.         wait(0.1)
  184.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["20"].CFrame
  185.         wait(0.1)
  186.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["21"].CFrame
  187.         wait(0.1)
  188.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["22"].CFrame
  189.         wait(0.1)
  190.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["23"].CFrame
  191.         wait(0.1)
  192.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["24"].CFrame
  193.         wait(0.1)
  194.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["25"].CFrame
  195.         wait(0.1)
  196.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["26"].CFrame
  197.         wait(0.1)
  198.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["27"].CFrame
  199.         wait(0.1)
  200.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["28"].CFrame
  201.         wait(0.1)
  202.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["29"].CFrame
  203.         wait(0.1)
  204.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["30"].CFrame
  205.         wait(0.1)
  206.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["31"].CFrame
  207.         wait(0.1)
  208.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["32"].CFrame
  209.         wait(0.1)
  210.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["33"].CFrame
  211.         wait(0.1)
  212.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["34"].CFrame
  213.         wait(0.1)
  214.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["35"].CFrame
  215.         wait(0.1)
  216.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["36"].CFrame
  217.         wait(0.1)
  218.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["37"].CFrame
  219.         wait(0.1)
  220.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["38"].CFrame
  221.         wait(0.1)
  222.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["39"].CFrame
  223.         wait(0.1)
  224.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["40"].CFrame
  225.         wait(0.1)
  226.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["41"].CFrame
  227.         wait(0.1)
  228.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["42"].CFrame
  229.         wait(0.1)
  230.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["43"].CFrame
  231.         wait(0.1)
  232.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["44"].CFrame
  233.         wait(0.1)
  234.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["45"].CFrame
  235.         wait(0.1)
  236.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["46"].CFrame
  237.         wait(0.1)
  238.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["47"].CFrame
  239.         wait(0.1)
  240.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["48"].CFrame
  241.         wait(0.1)
  242.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["49"].CFrame
  243.         wait(0.1)
  244.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["50"].CFrame
  245.         wait(0.1)
  246.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["51"].CFrame
  247.         wait(0.1)
  248.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["52"].CFrame
  249.         wait(0.1)
  250.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["53"].CFrame
  251.         wait(0.1)
  252.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["54"].CFrame
  253.         wait(0.1)
  254.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["54"].CFrame
  255.         wait(0.1)
  256.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["55"].CFrame
  257.         wait(0.1)
  258.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["56"].CFrame
  259.         wait(0.1)
  260.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["57"].CFrame
  261.         wait(0.1)
  262.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["58"].CFrame
  263.         wait(0.1)
  264.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["59"].CFrame
  265.         wait(0.1)
  266.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Map.SunCollectables["60"].CFrame
  267.     end)
  268. end
  269. coroutine.wrap(IGII_fake_script)()
  270. local function ZQVFS_fake_script() -- TextButton_2.CloseScript
  271.     local script = Instance.new('LocalScript', TextButton_2)
  272.  
  273.     script.Parent.MouseButton1Click:Connect(function()
  274.     script.Parent.Parent.Parent.Parent.Parent.ScreenGui:Destroy()
  275.     end)
  276. end
  277. coroutine.wrap(ZQVFS_fake_script)()
  278. local function NHGWMR_fake_script() --ScreenGui.Dragify
  279.     local script = Instance.new('LocalScript', SunCollectorFrame)
  280.    
  281.     local UIS = game:GetService("UserInputService")
  282. function dragify(Frame)
  283.     dragToggle = nil
  284.     local dragSpeed = 0
  285.     dragInput = nil
  286.     dragStart = nil
  287.     local dragPos = nil
  288.     function updateInput(input)
  289.         local Delta = input.Position - dragStart
  290.         local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  291.         game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  292.     end
  293.     Frame.InputBegan:Connect(function(input)
  294.         if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  295.             dragToggle = true
  296.             dragStart = input.Position
  297.             startPos = Frame.Position
  298.             input.Changed:Connect(function()
  299.                 if input.UserInputState == Enum.UserInputState.End then
  300.                     dragToggle = false
  301.                 end
  302.             end)
  303.         end
  304.     end)
  305.     Frame.InputChanged:Connect(function(input)
  306.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  307.             dragInput = input
  308.         end
  309.     end)
  310.     game:GetService("UserInputService").InputChanged:Connect(function(input)
  311.         if input == dragInput and dragToggle then
  312.             updateInput(input)
  313.         end
  314.     end)
  315. end
  316.  
  317. dragify(script.Parent)
  318. end
  319. coroutine.wrap(NHGWMR_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement