Advertisement
SemiAuto

Anomic Script

Aug 21st, 2024 (edited)
1,769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.73 KB | Source Code | 0 0
  1. -- loadstring(game:HttpGet("https://pastebin.com/raw/1Vme4e0r"))()
  2.  
  3. --// Good Anomic Script
  4.  
  5. local AnomissPopup = Instance.new("ScreenGui")
  6. local MainFrame = Instance.new("Frame")
  7. local UICorner = Instance.new("UICorner")
  8. local TextButton = Instance.new("TextButton")
  9. local UICorner_2 = Instance.new("UICorner")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local TextButton_2 = Instance.new("TextButton")
  13. local UICorner_3 = Instance.new("UICorner")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15.  
  16. --Properties:
  17.  
  18. AnomissPopup.Name = "AnomissPopup"
  19. AnomissPopup.Parent = game:GetService("CoreGui")
  20. AnomissPopup.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. MainFrame.Name = "MainFrame"
  23. MainFrame.Parent = AnomissPopup
  24. MainFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  25. MainFrame.BackgroundTransparency = 0.500
  26. MainFrame.BorderColor3 = Color3.fromRGB(255, 255, 0)
  27. MainFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  28. MainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  29. MainFrame.Size = UDim2.new(0, 677, 0, 278)
  30.  
  31. UICorner.Parent = MainFrame
  32.  
  33. TextButton.Parent = MainFrame
  34. TextButton.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  35. TextButton.BackgroundTransparency = 0.300
  36. TextButton.BorderColor3 = Color3.fromRGB(50, 50, 50)
  37. TextButton.Position = UDim2.new(0.0960118175, 0, 0.272108763, 0)
  38. TextButton.Size = UDim2.new(0, 229, 0, 180)
  39. TextButton.Font = Enum.Font.SourceSans
  40. TextButton.Text = ""
  41. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. TextButton.TextSize = 14.000
  43.  
  44. UICorner_2.Parent = TextButton
  45.  
  46. TextLabel.Parent = TextButton
  47. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. TextLabel.BackgroundTransparency = 1.000
  49. TextLabel.Position = UDim2.new(0.0611353703, 0, 0.361111134, 0)
  50. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  51. TextLabel.Font = Enum.Font.SourceSans
  52. TextLabel.Text = "Anomiss Main"
  53. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 0)
  54. TextLabel.TextSize = 40.000
  55.  
  56. TextLabel_2.Parent = MainFrame
  57. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. TextLabel_2.BackgroundTransparency = 1.000
  59. TextLabel_2.Position = UDim2.new(0.107828654, 0, 0.0390544757, 0)
  60. TextLabel_2.Size = UDim2.new(0, 532, 0, 50)
  61. TextLabel_2.Font = Enum.Font.Ubuntu
  62. TextLabel_2.Text = "Which script would you like to load?"
  63. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 0)
  64. TextLabel_2.TextScaled = true
  65. TextLabel_2.TextSize = 40.000
  66. TextLabel_2.TextStrokeTransparency = 0.800
  67. TextLabel_2.TextWrapped = true
  68.  
  69. TextButton_2.Parent = MainFrame
  70. TextButton_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  71. TextButton_2.BackgroundTransparency = 0.300
  72. TextButton_2.BorderColor3 = Color3.fromRGB(50, 50, 50)
  73. TextButton_2.Position = UDim2.new(0.555391431, 0, 0.272108763, 0)
  74. TextButton_2.Size = UDim2.new(0, 229, 0, 180)
  75. TextButton_2.Font = Enum.Font.SourceSans
  76. TextButton_2.Text = ""
  77. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. TextButton_2.TextSize = 14.000
  79.  
  80. UICorner_3.Parent = TextButton_2
  81.  
  82. TextLabel_3.Parent = TextButton_2
  83. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. TextLabel_3.BackgroundTransparency = 1.000
  85. TextLabel_3.Position = UDim2.new(0.0611353703, 0, 0.161111116, 0)
  86. TextLabel_3.Size = UDim2.new(0, 200, 0, 122)
  87. TextLabel_3.Font = Enum.Font.SourceSans
  88. TextLabel_3.Text = "Anomiss Lite (Anomic V)"
  89. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 0)
  90. TextLabel_3.TextSize = 40.000
  91. TextLabel_3.TextWrapped = true
  92.  
  93. local function Close()
  94.     AnomissPopup:Destroy()
  95. end
  96.  
  97. TextButton.MouseButton1Click:Connect(function()
  98.     Close()
  99.     loadstring(game:HttpGet("https://anomiss.in/Scripts/Anomic.lua"))()    
  100. end)
  101.  
  102. TextButton_2.MouseButton1Click:Connect(function()
  103.     Close()
  104.     loadstring(game:HttpGet("https://anomiss.in/Scripts/AnomicA2.lua"))()
  105. end)
  106.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement