NxtB

Unkown Hub

Dec 4th, 2021
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local Label = Instance.new("TextLabel")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. main.Name = "main"
  16. main.Parent = ScreenGui
  17. main.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  18. main.Position = UDim2.new(0.226277381, 0, 0.238578647, 0)
  19. main.Size = UDim2.new(0, 524, 0, 309)
  20. main.Active = true
  21. main.Draggable = true
  22.  
  23. Label.Name = "Label"
  24. Label.Parent = main
  25. Label.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  26. Label.Size = UDim2.new(0, 524, 0, 50)
  27. Label.Font = Enum.Font.SourceSans
  28. Label.LineHeight = 1.060
  29. Label.Text = "Anomic Hub."
  30. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  31. Label.TextSize = 33.000
  32.  
  33. TextButton.Parent = main
  34. TextButton.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  35. TextButton.Position = UDim2.new(0.095419839, 0, 0.320388377, 0)
  36. TextButton.Size = UDim2.new(0, 168, 0, 50)
  37. TextButton.Font = Enum.Font.SourceSans
  38. TextButton.Text = "Rainbow Char"
  39. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  40. TextButton.TextSize = 14.000
  41. TextButton.MouseButton1Down:connect(function()
  42. loadstring(game:HttpGet('https://pastebin.com/raw/SLhZsF24'))()
  43.  
  44. end)
  45.  
  46. TextButton_2.Parent = main
  47. TextButton_2.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  48. TextButton_2.Position = UDim2.new(0.583969474, 0, 0.320388347, 0)
  49. TextButton_2.Size = UDim2.new(0, 168, 0, 50)
  50. TextButton_2.Font = Enum.Font.SourceSans
  51. TextButton_2.Text = "Pick up all dropped items"
  52. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. TextButton_2.TextSize = 14.000
  54. TextButton_2.MouseButton1Down:connect(function()
  55. loadstring(game:HttpGet('https://raw.githubusercontent.com/Shariiii/Anomic-Stuff/main/Pick%20all%20dropped%20tools.lua'))()
  56.  
  57. end)
  58.  
  59.  
  60. TextButton_3.Parent = main
  61. TextButton_3.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  62. TextButton_3.Position = UDim2.new(0.0954198465, 0, 0.699029148, 0)
  63. TextButton_3.Size = UDim2.new(0, 168, 0, 50)
  64. TextButton_3.Font = Enum.Font.SourceSans
  65. TextButton_3.Text = "Inf Stamina"
  66. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. TextButton_3.TextSize = 14.000
  68. TextButton_3.MouseButton1Down:connect(function()
  69. loadstring(game:HttpGet('https://raw.githubusercontent.com/Shariiii/Anomic-Stuff/main/Inf%20Stamina.lua'))()
  70.  
  71. end)
  72.  
  73. TextButton_4.Parent = main
  74. TextButton_4.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  75. TextButton_4.Position = UDim2.new(0.583969474, 0, 0.699029148, 0)
  76. TextButton_4.Size = UDim2.new(0, 168, 0, 50)
  77. TextButton_4.Font = Enum.Font.SourceSans
  78. TextButton_4.Text = "Claim all printers"
  79. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. TextButton_4.TextSize = 14.000
  81. TextButton_4.MouseButton1Down:connect(function()
  82. loadstring(game:HttpGet('https://raw.githubusercontent.com/Shariiii/Anomic-Stuff/main/Unlock%20and%20Cash%20Printers.lua'))()
  83.  
  84. end)
Add Comment
Please, Sign In to add comment