Advertisement
DarkSerpent

dont even try

Aug 13th, 2021
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1.  
  2.  
  3. -- Instances:
  4.  
  5. local DraculaHub = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local draggable = Instance.new("TextLabel")
  8. local Credits = Instance.new("TextLabel")
  9. local Scripts = Instance.new("ScrollingFrame")
  10. local bypass = Instance.new("TextButton")
  11. local hitbox = Instance.new("TextButton")
  12. local helmet = Instance.new("TextButton")
  13. local armor = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. DraculaHub.Name = "Dracula Hub"
  18. DraculaHub.Parent = game.CoreGui
  19. DraculaHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Main.Name = "Main"
  22. Main.Parent = DraculaHub
  23. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  24. Main.BackgroundTransparency = 0.500
  25. Main.Position = UDim2.new(0.615757585, 0, 0.229681998, 0)
  26. Main.Size = UDim2.new(0, 276, 0, 315)
  27. Main.Active = true
  28. Main.Draggable = true
  29.  
  30. draggable.Name = "draggable"
  31. draggable.Parent = Main
  32. draggable.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  33. draggable.BorderColor3 = Color3.fromRGB(255, 0, 0)
  34. draggable.Position = UDim2.new(-0.00142288208, 0, -0.0249930024, 0)
  35. draggable.Size = UDim2.new(0, 276, 0, 51)
  36. draggable.Font = Enum.Font.Antique
  37. draggable.Text = "Dracula HUB"
  38. draggable.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. draggable.TextScaled = true
  40. draggable.TextSize = 14.000
  41. draggable.TextWrapped = true
  42.  
  43.  
  44. Credits.Name = "Credits"
  45. Credits.Parent = Main
  46. Credits.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  47. Credits.BorderColor3 = Color3.fromRGB(255, 0, 0)
  48. Credits.Position = UDim2.new(-0.00142288208, 0, 0.835167468, 0)
  49. Credits.Size = UDim2.new(0, 276, 0, 51)
  50. Credits.Font = Enum.Font.Antique
  51. Credits.Text = "Made by jaylonjones900"
  52. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. Credits.TextScaled = true
  54. Credits.TextSize = 14.000
  55. Credits.TextWrapped = true
  56.  
  57. Scripts.Name = "Scripts"
  58. Scripts.Parent = Main
  59. Scripts.Active = true
  60. Scripts.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  61. Scripts.BorderColor3 = Color3.fromRGB(170, 0, 0)
  62. Scripts.Position = UDim2.new(0.00362318847, 0, 0.136507943, 0)
  63. Scripts.Size = UDim2.new(0, 275, 0, 220)
  64. Scripts.Draggable = true
  65.  
  66. bypass.Name = "bypass"
  67. bypass.Parent = Scripts
  68. bypass.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  69. bypass.BorderColor3 = Color3.fromRGB(255, 0, 0)
  70. bypass.Position = UDim2.new(0.13454546, 0, 0.0380952395, 0)
  71. bypass.Size = UDim2.new(0, 200, 0, 50)
  72. bypass.Font = Enum.Font.SourceSans
  73. bypass.Text = "Anti Exploit Bypass"
  74. bypass.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. bypass.TextScaled = true
  76. bypass.TextSize = 14.000
  77. bypass.TextWrapped = true
  78. bypass.MouseButton1Down:connect(function()
  79.  
  80. hitbox.Name = "hitbox"
  81. hitbox.Parent = Scripts
  82. hitbox.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  83. hitbox.BorderColor3 = Color3.fromRGB(255, 0, 0)
  84. hitbox.Position = UDim2.new(0.138181821, 0, 0.141269848, 0)
  85. hitbox.Size = UDim2.new(0, 200, 0, 50)
  86. hitbox.Font = Enum.Font.SourceSans
  87. hitbox.Text = "Hitbox"
  88. hitbox.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. hitbox.TextScaled = true
  90. hitbox.TextSize = 14.000
  91. hitbox.TextWrapped = true
  92. hitbox.MouseButton1Down:connect(function()
  93.  
  94. helmet.Name = "helmet"
  95. helmet.Parent = Scripts
  96. helmet.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  97. helmet.BorderColor3 = Color3.fromRGB(255, 0, 0)
  98. helmet.Position = UDim2.new(0.138181821, 0, 0.246031761, 0)
  99. helmet.Size = UDim2.new(0, 200, 0, 50)
  100. helmet.Font = Enum.Font.SourceSans
  101. helmet.Text = "Helmet"
  102. helmet.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. helmet.TextScaled = true
  104. helmet.TextSize = 14.000
  105. helmet.TextWrapped = true
  106. helmet.MouseButton1Down:connect(function()
  107. armor.Name = "armor"
  108. armor.Parent = Scripts
  109. armor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  110. armor.BorderColor3 = Color3.fromRGB(255, 0, 0)
  111. armor.Position = UDim2.new(0.1309091, 0, 0.36190477, 0)
  112. armor.Size = UDim2.new(0, 200, 0, 50)
  113. armor.Font = Enum.Font.SourceSans
  114. armor.Text = "Armor"
  115. armor.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. armor.TextScaled = true
  117. armor.TextSize = 14.000
  118. armor.TextWrapped = true
  119. armor.MouseButton1Down:connect(function()
  120.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement