Advertisement
SumitScripts

Untitled

Mar 17th, 2024 (edited)
826
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. -- Credits to Scripts Owner
  2. -- Gui By SumitScripts
  3.  
  4. wait(1.2)
  5.  
  6. game.StarterGui:SetCore("SendNotification", {
  7.  
  8. Title = "information"; -- the title (ofc)
  9.  
  10. Text = "Credits to owner And There total 18 Hunt Scripts So Enjoy,"; -- what the text says (ofc)
  11.  
  12. Icon = ""; -- the image if u want.
  13.  
  14. Duration = 5; -- how long the notification should in secounds
  15.  
  16. })
  17.  
  18. local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  19.  
  20. local Window = Library:NewWindow("The Hunt: First Edition")
  21.  
  22. local Section = Window:NewSection("🎆Hunts")
  23.  
  24. Section:CreateButton("🍎BrookheavenRP", function()
  25. loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/HUNTBrookhaven'))()
  26. print("Clicked")
  27. end)
  28.  
  29. Section:CreateButton("👻 Mimic", function()
  30. loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/HUNTTheMimic'))()
  31. print("Clicked")
  32. end)
  33.  
  34. Section:CreateButton("🌪 Natural disaster", function()
  35. loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/HUNTNDS'))()
  36. print("Clicked")
  37. end)
  38.  
  39. Section:CreateButton("🌋Bike of hell", function()
  40. loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/BikeofHell'))()
  41. print("Clicked")
  42. end)
  43.  
  44. Section:CreateButton("🔫 Arsenal", function()
  45. loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/HUNTArsenal'))()
  46. print("Clicked")
  47. end)
  48.  
  49. Section:CreateButton("🏃‍♂️Running Head", function()
  50. loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/HUNTRunningHead'))()
  51. print("Clicked")
  52. end)
  53.  
  54. Section:CreateButton("⏩Sonic Speed Simulator", function()
  55. local args = {
  56. [1] = "AddEventPodiumProgress",
  57. [2] = "CollectTimeStones",
  58. [3] = 100
  59. }
  60. game:GetService("ReplicatedStorage").Knit.Services.MapStateService.RE.OnStateAction:FireServer(unpack(args))
  61. print("Clicked")
  62. end)
  63.  
  64. Section:CreateButton("🍌Legends of Speed", function()
  65. while true do wait()
  66. local args = {
  67. [1] = "collectOrb",
  68. [2] = "Red Orb",
  69. [3] = "City"
  70. }
  71. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(args))
  72. end
  73. print("Clicked")
  74. end)
  75.  
  76. Section:CreateButton("🚲Obby but You Are a Bike", function()
  77. loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/ObbyBike'))();
  78. print("Clicked")
  79. end)
  80.  
  81. Section:CreateButton("🚓Car Dealership", function()
  82. loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/HUNTCarDealership'))()
  83. print("Clicked")
  84. end)
  85.  
  86. Section:CreateButton("👮‍♂️Escape Barry's Prison", function()
  87. loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/HUNTNDS'))()
  88. print("Clicked")
  89. end)
  90.  
  91. Section:CreateButton("👬Need More Friends", function()
  92. loadstring(game:HttpGet(('https://pastefy.app/O1TvLreD/raw'),true))()
  93. print("Clicked")
  94. end)
  95.  
  96. local Section = Window:NewSection("🎆Hunts (Because Mobile Players")
  97.  
  98. Section:CreateButton("🚪Doors", function()
  99. loadstring(game:HttpGet("https://raw.githubusercontent.com/FFJ1/Roblox-Exploits/main/scripts/Loader.lua"))()
  100. print("Clicked")
  101. end)
  102.  
  103. Section:CreateButton("🎒Carry A Friend", function()
  104. loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/HUNTCarry'))()
  105. print("Clicked")
  106. end)
  107.  
  108. Section:CreateButton("🎤Funky Friday _AutoPlayer_", function()
  109. loadstring(game:HttpGet('https://raw.githubusercontent.com/ToraScript/Script/main/HUNTNDS'))()
  110. print("Clicked")
  111. end)
  112.  
  113. Section:CreateButton("🌋The Floor is lava", function()
  114.  
  115. game:GetService("ReplicatedStorage").Remotes.AwardEvent2:FireServer()
  116. print("Clicked")
  117. end)
  118.  
  119. Section:CreateButton("💪Strongman Simulator", function()
  120.  
  121. game:GetService("ReplicatedStorage").Remotes.AwardEvent2:FireServer()
  122. print("Clicked")
  123. end)
  124.  
  125. Section:CreateButton("🍊Blox fruits", function()
  126. _G.Mode = "Eng"
  127. loadstring(game:HttpGet("https://raw.githubusercontent.com/AAwful/VectorHub/main/Loader.lua"))()
  128. print("Clicked")
  129. end)
  130.  
  131.  
  132. local Section = Window:NewSection("Credits")
  133.  
  134. Section:CreateButton("Scripts by itsme Tora / jh hh gaming", function()
  135. print("Clicked")
  136. end)
  137.  
  138. Section:CreateButton(" hunt Gui Hub by SumitScripts", function()
  139. print("Clicked")
  140. end)
  141.  
  142. Section:CreateButton("Coming Soon More", function()
  143. print("Clicked")
  144. end)
  145.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement