Advertisement
pp_God

DA HOOD GUI (SILENT AIM, ARCTIC) MADE BY ME!

Dec 15th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local label = Instance.new("TextLabel")
  9. local astolfossilentaim = Instance.new("TextButton")
  10. local artic = Instance.new("TextButton")
  11. local label2 = Instance.new("TextLabel")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. ScreenGui.ResetOnSpawn = false
  17.  
  18. Frame.Parent = ScreenGui
  19. Frame.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  20. Frame.Position = UDim2.new(0.12660028, 0, 0.330376923, 0)
  21. Frame.Size = UDim2.new(0, 524, 0, 243)
  22. Frame.Active = true
  23. Frame.Draggable = true
  24.  
  25. label.Name = "label"
  26. label.Parent = Frame
  27. label.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  28. label.Size = UDim2.new(0, 524, 0, 46)
  29. label.Font = Enum.Font.Gotham
  30. label.Text = "DEMISE v1.5"
  31. label.TextColor3 = Color3.fromRGB(255, 255, 255)
  32. label.TextSize = 20.000
  33.  
  34. astolfossilentaim.Name = "astolfossilentaim"
  35. astolfossilentaim.Parent = Frame
  36. astolfossilentaim.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  37. astolfossilentaim.Position = UDim2.new(0.0381679386, 0, 0.263374507, 0)
  38. astolfossilentaim.Size = UDim2.new(0, 212, 0, 39)
  39. astolfossilentaim.Font = Enum.Font.Arial
  40. astolfossilentaim.Text = "Astolfo's Silent Aim"
  41. astolfossilentaim.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. astolfossilentaim.TextSize = 16.000
  43. astolfossilentaim.MouseButton1Down:connect(function()
  44. loadstring(game:HttpGet('https://raw.githubusercontent.com/ebay-rblx/cacadoofixedbyme/main/kittencracked'))()
  45. end)
  46.  
  47. artic.Name = "artic"
  48. artic.Parent = Frame
  49. artic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. artic.Position = UDim2.new(0.532442808, 0, 0.263374478, 0)
  51. artic.Size = UDim2.new(0, 224, 0, 39)
  52. artic.Font = Enum.Font.Arial
  53. artic.Text = "Artic Script"
  54. artic.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. artic.TextSize = 16.000
  56. artic.MouseButton1Down:connect(function()
  57. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/PolarWasHere/Arctic/main/Arctic"))()
  58. end)
  59.  
  60. label2.Name = "label2"
  61. label2.Parent = Frame
  62. label2.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  63. label2.Position = UDim2.new(0, 0, 0.897119343, 0)
  64. label2.Size = UDim2.new(0, 524, 0, 25)
  65. label2.Font = Enum.Font.Gotham
  66. label2.Text = "Made by ! M'#4912 | h4tedsinz"
  67. label2.TextColor3 = Color3.fromRGB(255, 255, 255)
  68. label2.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement