Advertisement
proHDscirpts

Untitled

Jun 2nd, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 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 Combatwarriorsscript = Instance.new("TextButton")
  7. local Towerofhellscripttoh = Instance.new("TextButton")
  8. local WIP = Instance.new("TextButton")
  9. local jailbreakautorobscript = Instance.new("TextButton")
  10. local X = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. main.Name = "main"
  18. main.Parent = ScreenGui
  19. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  20. main.BorderColor3 = Color3.fromRGB(255, 255, 255)
  21. main.Position = UDim2.new(0.542303801, 0, 0.143958867, 0)
  22. main.Size = UDim2.new(0, 437, 0, 319)
  23. main.Active = true
  24. main.Draggable = true
  25.  
  26. label.Name = "label"
  27. label.Parent = main
  28. label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. label.BorderColor3 = Color3.fromRGB(0, 0, 0)
  30. label.Position = UDim2.new(0.0366132744, 0, 0.031347964, 0)
  31. label.Size = UDim2.new(0, 405, 0, 50)
  32. label.Font = Enum.Font.Code
  33. label.Text = "Scripts Page"
  34. label.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. label.TextSize = 47.000
  36.  
  37. Combatwarriorsscript.Name = "Combat warriors script"
  38. Combatwarriorsscript.Parent = main
  39. Combatwarriorsscript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  40. Combatwarriorsscript.Position = UDim2.new(0.0366132706, 0, 0.235109717, 0)
  41. Combatwarriorsscript.Size = UDim2.new(0, 155, 0, 69)
  42. Combatwarriorsscript.Font = Enum.Font.Fantasy
  43. Combatwarriorsscript.Text = "Combat warriors script"
  44. Combatwarriorsscript.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. Combatwarriorsscript.TextSize = 14.000
  46. Combatwarriorsscript.MouseButton1Down:connect(function()
  47. loadstring(game:HttpGet("https://projecthook.xyz/scripts/free.lua"))()
  48. end)
  49.  
  50. Towerofhellscripttoh.Name = "Tower of hell script (toh)"
  51. Towerofhellscripttoh.Parent = main
  52. Towerofhellscripttoh.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  53. Towerofhellscripttoh.Position = UDim2.new(0.608695686, 0, 0.476489007, 0)
  54. Towerofhellscripttoh.Size = UDim2.new(0, 155, 0, 69)
  55. Towerofhellscripttoh.Font = Enum.Font.Fantasy
  56. Towerofhellscripttoh.Text = "Tower of hell script (toh)"
  57. Towerofhellscripttoh.TextColor3 = Color3.fromRGB(0, 0, 0)
  58. Towerofhellscripttoh.TextSize = 14.000
  59. Towerofhellscripttoh.MouseButton1Down:connect(function()
  60. loadstring(game:HttpGet('https://pastebin.com/raw/BbVHjH56'))()
  61. end)
  62.  
  63. WIP.Name = "(WIP)"
  64. WIP.Parent = main
  65. WIP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. WIP.Position = UDim2.new(0.0366132706, 0, 0.476489007, 0)
  67. WIP.Size = UDim2.new(0, 155, 0, 69)
  68. WIP.Font = Enum.Font.Fantasy
  69. WIP.Text = "(WIP) work in progress"
  70. WIP.TextColor3 = Color3.fromRGB(0, 0, 0)
  71. WIP.TextSize = 14.000
  72.  
  73. jailbreakautorobscript.Name = "jailbreak autorob script "
  74. jailbreakautorobscript.Parent = main
  75. jailbreakautorobscript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. jailbreakautorobscript.Position = UDim2.new(0.608695686, 0, 0.235109717, 0)
  77. jailbreakautorobscript.Size = UDim2.new(0, 155, 0, 69)
  78. jailbreakautorobscript.Font = Enum.Font.Fantasy
  79. jailbreakautorobscript.Text = "jailbreak autorob script "
  80. jailbreakautorobscript.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. jailbreakautorobscript.TextSize = 14.000
  82. jailbreakautorobscript.MouseButton1Down:connect(function()
  83. loadstring(game:HttpGet("https://raw.githubusercontent.com/wawsdasdacx/ohascriptnrrewading/main/jbsaxcriptidk1"))()
  84. end)
  85.  
  86.  
  87. X.Name = "X"
  88. X.Parent = main
  89. X.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  90. X.BorderColor3 = Color3.fromRGB(255, 255, 255)
  91. X.Position = UDim2.new(0.416475981, 0, 0.188087776, 0)
  92. X.Size = UDim2.new(0, 73, 0, 30)
  93. X.Font = Enum.Font.SourceSans
  94. X.Text = "close gui"
  95. X.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. X.TextSize = 20.000
  97.  
  98. -- Scripts:
  99.  
  100. local function HRUBJX_fake_script() -- X.LocalScript
  101. local script = Instance.new('LocalScript', X)
  102.  
  103. script.Parent.MouseButton1Click:Connect(function()
  104. script.Parent.Parent.Visible = false
  105. end)
  106.  
  107. end
  108. coroutine.wrap(HRUBJX_fake_script)()
  109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement