Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local Label = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- main.Position = UDim2.new(0.226277381, 0, 0.238578647, 0)
- main.Size = UDim2.new(0, 524, 0, 309)
- main.Active = true
- main.Draggable = true
- Label.Name = "Label"
- Label.Parent = main
- Label.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
- Label.Size = UDim2.new(0, 524, 0, 50)
- Label.Font = Enum.Font.SourceSans
- Label.LineHeight = 1.060
- Label.Text = "Anomic Hub."
- Label.TextColor3 = Color3.fromRGB(0, 0, 0)
- Label.TextSize = 33.000
- TextButton.Parent = main
- TextButton.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
- TextButton.Position = UDim2.new(0.095419839, 0, 0.320388377, 0)
- TextButton.Size = UDim2.new(0, 168, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Rainbow Char"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 14.000
- TextButton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/SLhZsF24'))()
- end)
- TextButton_2.Parent = main
- TextButton_2.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
- TextButton_2.Position = UDim2.new(0.583969474, 0, 0.320388347, 0)
- TextButton_2.Size = UDim2.new(0, 168, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Pick up all dropped items"
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextSize = 14.000
- TextButton_2.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Shariiii/Anomic-Stuff/main/Pick%20all%20dropped%20tools.lua'))()
- end)
- TextButton_3.Parent = main
- TextButton_3.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
- TextButton_3.Position = UDim2.new(0.0954198465, 0, 0.699029148, 0)
- TextButton_3.Size = UDim2.new(0, 168, 0, 50)
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.Text = "Inf Stamina"
- TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_3.TextSize = 14.000
- TextButton_3.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Shariiii/Anomic-Stuff/main/Inf%20Stamina.lua'))()
- end)
- TextButton_4.Parent = main
- TextButton_4.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
- TextButton_4.Position = UDim2.new(0.583969474, 0, 0.699029148, 0)
- TextButton_4.Size = UDim2.new(0, 168, 0, 50)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "Claim all printers"
- TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_4.TextSize = 14.000
- TextButton_4.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Shariiii/Anomic-Stuff/main/Unlock%20and%20Cash%20Printers.lua'))()
- end)
Add Comment
Please, Sign In to add comment