Advertisement
NothingYT960

HROILLHACKYOU

Jul 22nd, 2024
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.83 KB | None | 0 0
  1. local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/FE/main/notificationtest"))();
  2. local Notify = Notification.Notify;
  3. if game.PlaceId ~= 18550498098 then
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(17944, -130, -3540)
  5. Notify({Description = "Go through the portal teleport to get into the boss fight!( Solo the boss to get nah i'd win badge)" ; Title = "cantExecuteHereSorry"; Duration = 5;});
  6. return
  7. end
  8.  
  9. Notify({Description = "Script made by NothingScripter" ; Title = "Script Credit!"; Duration = 5;});
  10.  
  11. local function GloveSlap()
  12. if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") == nil and game.Players.LocalPlayer.Backpack:FindFirstChildWhichIsA("Tool") ~= nil and game.Players.LocalPlayer.Backpack:FindFirstChildWhichIsA("Tool").Name == "Lantern" then game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Lantern) end
  13. wait()
  14. if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") ~= nil then game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool"):Activate() end
  15. end
  16.  
  17. local function AutoGolem(Value)
  18. Golem = Value
  19. while Golem == true do task.wait(.25)
  20. for i, v in pairs(workspace:GetChildren()) do
  21. if v.Name == "golem" then
  22. GloveSlap()
  23. local args = {
  24. [1] = "Hit",
  25. [2] = v:FindFirstChild("Hitbox")
  26. }
  27.  
  28. game:GetService("Players").LocalPlayer.Character.Lantern.Network:FireServer(unpack(args))
  29. end
  30. end
  31. end
  32. end
  33. local function AutoNPC(Value)
  34. NPC = Value
  35. while NPC == true do task.wait(.5)
  36. for i, v in pairs(workspace:GetChildren()) do
  37. if v.Name == "ReplicaNPC" then
  38. GloveSlap()
  39. local args = {
  40. [1] = "Hit",
  41. [2] = v:FindFirstChild("HumanoidRootPart")
  42. }
  43.  
  44. game:GetService("Players").LocalPlayer.Character.Lantern.Network:FireServer(unpack(args))
  45. end
  46. end
  47. end
  48. end
  49.  
  50. local function AutoRocket(Value)
  51. Rocket = Value
  52. while Rocket == true do task.wait(.5)
  53. for i, v in pairs(workspace:GetChildren()) do
  54. if v.Name == "TrackGloveMissile" then
  55. GloveSlap()
  56. local args = {
  57. [1] = "Hit",
  58. [2] = v
  59. }
  60.  
  61. game:GetService("Players").LocalPlayer.Character.Lantern.Network:FireServer(unpack(args))
  62. end
  63. end
  64. end
  65. end
  66.  
  67. local function AutoGuide(Value)
  68. Guide = Value
  69. while Guide == true do task.wait(.1)
  70. for i, v in pairs(workspace:GetChildren()) do
  71. if v.Name == "GuideNPC" then
  72. GloveSlap()
  73. local args = {
  74. [1] = "Hit",
  75. [2] = v:FindFirstChild("HumanoidRootPart")
  76. }
  77.  
  78. game:GetService("Players").LocalPlayer.Character.Lantern.Network:FireServer(unpack(args))
  79. end
  80. end
  81. end
  82. end
  83.  
  84. local oldGui = game.CoreGui:FindFirstChild("TheGuide")
  85. if oldGui then oldGui:Destroy() end
  86.  
  87. local gui = Instance.new("ScreenGui")
  88. gui.Name = "TheGuide"
  89. gui.Parent = game.CoreGui
  90.  
  91. local MainUi = Instance.new("Frame", gui)
  92. MainUi.Size = UDim2.new(0.25, 50, 0.6, 0)
  93. MainUi.Position = UDim2.new(0.1, 0, 0.2, 0)
  94. MainUi.BackgroundColor3 = Color3.new(1, 1, 1)
  95. MainUi.Active = true
  96. MainUi.Draggable = true
  97. local Title = Instance.new("TextLabel", MainUi)
  98. Title.Size = UDim2.new(1, 0, 0.1, 0)
  99. Title.BackgroundColor3 = Color3.new(1, 1 , 1)
  100. Title.Text = "The Guide Boss By Nothing"
  101. Title.TextColor3 = Color3.new(0, 0, 0)
  102. Title.TextSize = 10
  103.  
  104. local TPTo = Instance.new("TextButton", MainUi)
  105. TPTo.Size = UDim2.new(0.9, 0, 0.1, 0)
  106. TPTo.Position = UDim2.new(0.05, 0, 0.12, 0)
  107. TPTo.BackgroundColor3 = Color3.new(1, 1, 1)
  108. TPTo.Text = "Teleport to house)"
  109. TPTo.BackgroundTransparency = 0
  110. TPTo.TextColor3 = Color3.new(0, 0, 0)
  111.  
  112. local SAFE = Instance.new("TextButton", MainUi)
  113. SAFE.Size = UDim2.new(0.9, 0, 0.1, 0)
  114. SAFE.Position = UDim2.new(0.05, 0, 0.25, 0)
  115. SAFE.BackgroundColor3 = Color3.new(1, 1, 1)
  116. SAFE.Text = "goto SafeZone"
  117. SAFE.BackgroundTransparency = 0
  118. SAFE.TextColor3 = Color3.new(0, 0, 0)
  119.  
  120. local HITMINI = Instance.new("TextButton", MainUi)
  121. HITMINI.Size = UDim2.new(0.9, 0, 0.1, 0)
  122. HITMINI.Position = UDim2.new(0.05, 0, 0.38, 0)
  123. HITMINI.BackgroundColor3 = Color3.new(1, 1, 1)
  124. HITMINI.Text = "Auto Slap Minion "
  125. HITMINI.BackgroundTransparency = 0
  126. HITMINI.TextColor3 = Color3.new(0, 0, 0)
  127.  
  128. local HITGOLEM = Instance.new("TextButton", MainUi)
  129. HITGOLEM.Size = UDim2.new(0.9, 0, 0.1, 0)
  130. HITGOLEM.Position = UDim2.new(0.05, 0, 0.50, 0)
  131. HITGOLEM.BackgroundColor3 = Color3.new(1, 1, 1)
  132. HITGOLEM.Text = "Auto Slap Golem "
  133. HITGOLEM.BackgroundTransparency = 0
  134. HITGOLEM.TextColor3 = Color3.new(0, 0, 0)
  135.  
  136. local HITGUIDE = Instance.new("TextButton", MainUi)
  137. HITGUIDE.Size = UDim2.new(0.9, 0, 0.1, 0)
  138. HITGUIDE.Position = UDim2.new(0.05, 0, 0.62, 0)
  139. HITGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  140. HITGUIDE.Text = "Auto Slap Guide last"
  141. HITGUIDE.BackgroundTransparency = 0
  142. HITGUIDE.TextColor3 = Color3.new(0, 0, 0)
  143.  
  144. local HITROCKET = Instance.new("TextButton", MainUi)
  145. HITROCKET.Size = UDim2.new(0.9, 0, 0.1, 0)
  146. HITROCKET.Position = UDim2.new(0.05, 0, 0.74, 0)
  147. HITROCKET.BackgroundColor3 = Color3.new(1, 1, 1)
  148. HITROCKET.Text = "HitRocket "
  149. HITROCKET.BackgroundTransparency = 0
  150. HITROCKET.TextColor3 = Color3.new(0, 0, 0)
  151.  
  152. local SPARE = Instance.new("TextButton", MainUi)
  153. SPARE.Size = UDim2.new(0.45, 0, 0.1, 0)
  154. SPARE.Position = UDim2.new(0.05, 0, 0.86, 0)
  155. SPARE.BackgroundColor3 = Color3.new(1, 1, 1)
  156. SPARE.TextScaled = true
  157. SPARE.Text = "Spare Guide Relude"
  158. SPARE.BackgroundTransparency = 0
  159. SPARE.TextColor3 = Color3.new(0, 0, 0)
  160.  
  161. local UNSPARE = Instance.new("TextButton", MainUi)
  162. UNSPARE.Size = UDim2.new(0.45, 0, 0.1, 0)
  163. UNSPARE.Position = UDim2.new(0.5, 0, 0.86, 0)
  164. UNSPARE.BackgroundColor3 = Color3.new(1, 1, 1)
  165. UNSPARE.TextScaled = true
  166. UNSPARE.Text = "NoSpare Guide Hunter"
  167. UNSPARE.BackgroundTransparency = 0
  168. UNSPARE.TextColor3 = Color3.new(0, 0, 0)
  169.  
  170. local ExtraFrame = Instance.new("Frame", MainUi)
  171. ExtraFrame.Size = UDim2.new(0.8, 0, 0.85, 0)
  172. ExtraFrame.Position = UDim2.new(1.05, 0, 0.12, 0)
  173. ExtraFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  174. ExtraFrame.BackgroundTransparency = 0
  175. ExtraFrame.Visible = false
  176.  
  177. local InstantKill = Instance.new("TextButton", ExtraFrame)
  178. InstantKill.Size = UDim2.new(0.9, 0, 0.1, 0)
  179. InstantKill.Position = UDim2.new(0.05, 0, 0.05, 0)
  180. InstantKill.BackgroundColor3 = Color3.new(1, 1, 1)
  181. InstantKill.TextScaled = true
  182. InstantKill.Text = "Kill Guide Final"
  183. InstantKill.TextColor3 = Color3.new(0, 0, 0)
  184.  
  185. InstantKill.MouseButton1Down:Connect(function()
  186. for i, v in pairs(workspace:GetChildren()) do
  187. if v.Name == "GuideNPC" then
  188. local hum = GuideNPC:FindFirstChild("Humanoid")
  189. if hum then hum.Health = 0 end
  190. end
  191. end
  192. end)
  193. local Collect = Instance.new("TextButton", ExtraFrame)
  194. Collect.Size = UDim2.new(0.9, 0, 0.1, 0)
  195. Collect.Position = UDim2.new(0.05, 0, 0.18, 0)
  196. Collect.BackgroundColor3 = Color3.new(1, 1, 1)
  197. Collect.TextScaled = true
  198. Collect.Text = "Collect Health+Regeneration)"
  199. Collect.TextColor3 = Color3.new(0, 0, 0)
  200. Collect.MouseButton1Down:Connect(function()
  201. OgPlace = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  202. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3270, -228, 823)
  203. task.wait(2)
  204. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3287, -65, 823)
  205. task.wait(2)
  206. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = OgPlace
  207.  
  208. end)
  209.  
  210. local Extra = Instance.new("TextButton", MainUi)
  211. Extra.Size = UDim2.new(0.05, 0, 0.2, 0)
  212. Extra.Position = UDim2.new(1.05, 0, 0.12, 0)
  213. Extra.BackgroundColor3 = Color3.new(1, 1, 1)
  214. Extra.TextScaled = true
  215. Extra.Text = ">"
  216. Extra.BackgroundTransparency = 0.5
  217. Extra.TextColor3 = Color3.new(0, 0, 0)
  218. Extra.MouseButton1Down:Connect(function()
  219. if Extra.Text == ">" then
  220. Extra.Text = "<"
  221. Extra.Position = UDim2.new(1.9, 0, 0.12, 0)
  222. ExtraFrame.Visible = true
  223. else
  224. Extra.Text = ">"
  225. Extra.Position = UDim2.new(1.05, 0, 0.12, 0)
  226. ExtraFrame.Visible = false
  227. end
  228. end)
  229.  
  230. local TPTo = Instance.new("TextButton", MainUi)
  231. TPTo.Size = UDim2.new(0.9, 0, 0.1, 0)
  232. TPTo.Position = UDim2.new(0.05, 0, 0.12, 0)
  233. TPTo.BackgroundColor3 = Color3.new(1, 1, 1)
  234. TPTo.BorderColor3 = Color3.new(0, 0, 0)
  235. TPTo.BorderSizePixel = 1
  236. TPTo.Text = "Teleport to the house"
  237. TPTo.BackgroundTransparency = 0
  238. TPTo.TextColor3 = Color3.new(0, 0, 0)
  239.  
  240. local SAFE = Instance.new("TextButton", MainUi)
  241. SAFE.Size = UDim2.new(0.9, 0, 0.1, 0)
  242. SAFE.Position = UDim2.new(0.05, 0, 0.25, 0)
  243. SAFE.BackgroundColor3 = Color3.new(1, 1, 1)
  244. SAFE.BorderColor3 = Color3.new(0, 0, 0)
  245. SAFE.BorderSizePixel = 1
  246. SAFE.Text = "Teleport To The SafeZone"
  247. SAFE.BackgroundTransparency = 0
  248. SAFE.TextColor3 = Color3.new(0, 0, 0)
  249.  
  250. local HITMINI = Instance.new("TextButton", MainUi)
  251. HITMINI.Size = UDim2.new(0.9, 0, 0.1, 0)
  252. HITMINI.Position = UDim2.new(0.05, 0, 0.38, 0)
  253. HITMINI.BackgroundColor3 = Color3.new(1, 1, 1)
  254. HITMINI.BorderColor3 = Color3.new(0, 0, 0)
  255. HITMINI.BorderSizePixel = 1
  256. HITMINI.Text = "AutoSlap Minion "
  257. HITMINI.BackgroundTransparency = 0
  258. HITMINI.TextColor3 = Color3.new(0, 0, 0)
  259.  
  260. local HITGOLEM = Instance.new("TextButton", MainUi)
  261. HITGOLEM.Size = UDim2.new(0.9, 0, 0.1, 0)
  262. HITGOLEM.Position = UDim2.new(0.05, 0, 0.50, 0)
  263. HITGOLEM.BackgroundColor3 = Color3.new(1, 1, 1)
  264. HITGOLEM.BorderColor3 = Color3.new(0, 0, 0)
  265. HITGOLEM.BorderSizePixel = 1
  266. HITGOLEM.Text = "AutoSlamGolem "
  267. HITGOLEM.BackgroundTransparency = 0
  268. HITGOLEM.TextColor3 = Color3.new(0, 0, 0)
  269.  
  270. local HITGUIDE = Instance.new("TextButton", MainUi)
  271. HITGUIDE.Size = UDim2.new(0.9, 0, 0.1, 0)
  272. HITGUIDE.Position = UDim2.new(0.05, 0, 0.62, 0)
  273. HITGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  274. HITGUIDE.BorderColor3 = Color3.new(0, 0, 0)
  275. HITGUIDE.BorderSizePixel = 1
  276. HITGUIDE.Text = "AutoSlapGuide "
  277. HITGUIDE.BackgroundTransparency = 0
  278. HITGUIDE.TextColor3 = Color3.new(0, 0, 0)
  279.  
  280. local HITROCKET = Instance.new("TextButton", MainUi)
  281. HITROCKET.Size = UDim2.new(0.9, 0, 0.1, 0)
  282. HITROCKET.Position = UDim2.new(0.05, 0, 0.74, 0)
  283. HITROCKET.BackgroundColor3 = Color3.new(1, 1, 1)
  284. HITROCKET.BorderColor3 = Color3.new(0, 0, 0)
  285. HITROCKET.BorderSizePixel = 1
  286. HITROCKET.Text = "AutoRocket "
  287. HITROCKET.BackgroundTransparency = 0
  288. HITROCKET.TextColor3 = Color3.new(0, 0, 0)
  289.  
  290. local SPARE = Instance.new("TextButton", MainUi)
  291. SPARE.Size = UDim2.new(0.45, 0, 0.1, 0)
  292. SPARE.Position = UDim2.new(0.05, 0, 0.86, 0)
  293. SPARE.BackgroundColor3 = Color3.new(1, 1, 1)
  294. SPARE.BorderColor3 = Color3.new(0, 0, 0)
  295. SPARE.BorderSizePixel = 1
  296. SPARE.TextScaled = true
  297. SPARE.Text = "SpareGuideRelude"
  298. SPARE.BackgroundTransparency = 0
  299. SPARE.TextColor3 = Color3.new(0, 0, 0)
  300.  
  301. local UNSPARE = Instance.new("TextButton", MainUi)
  302. UNSPARE.Size = UDim2.new(0.45, 0, 0.1, 0)
  303. UNSPARE.Position = UDim2.new(0.5, 0, 0.86, 0)
  304. UNSPARE.BackgroundColor3 = Color3.new(1, 1, 1)
  305. UNSPARE.BorderColor3 = Color3.new(0, 0, 0)
  306. UNSPARE.BorderSizePixel = 1
  307. UNSPARE.TextScaled = true
  308. UNSPARE.Text = "No-Spare Guide Hunter"
  309. UNSPARE.BackgroundTransparency = 0
  310. UNSPARE.TextColor3 = Color3.new(0, 0, 0)
  311.  
  312. UNSPARE.MouseButton1Down:Connect(function()
  313. game:GetService("ReplicatedStorage").Remotes.Data.AnswerInCutscene:FireServer("Eliminate")
  314. end)
  315.  
  316. SPARE.MouseButton1Down:Connect(function()
  317. game:GetService("ReplicatedStorage").Remotes.Data.AnswerInCutscene:FireServer("Spare")
  318. end)
  319.  
  320. SAFE.MouseButton1Down:Connect(function()
  321. local SF = Instance.new("Part", workspace)
  322. SF.Size = Vector3.new(400,5,400)
  323. SF.Transparency = .8
  324. SF.Anchored = true
  325. SF.CanCollide = true
  326. SF.Position = Vector3.new(595, 146, -330)
  327. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(595, 150, -330)
  328. end)
  329.  
  330. local Tele = false
  331. TPTo.MouseButton1Down:Connect(function()
  332. if Tele == false then Tele = true
  333. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3273,-75,822)
  334. end
  335. end)
  336.  
  337. HITMINI.MouseButton1Down:Connect(function()
  338. if HITMINI.BackgroundColor3 == Color3.new(1, 1, 1) then
  339. HITMINI.BackgroundColor3 = Color3.new(0, 1, 0)
  340. GloveSlap()
  341. task.wait(.5)
  342. AutoNPC(true)
  343. else
  344. HITMINI.BackgroundColor3 = Color3.new(1, 1, 1)
  345. AutoNPC(false)
  346. end
  347. end)
  348.  
  349. HITGOLEM.MouseButton1Down:Connect(function()
  350. if HITGOLEM.BackgroundColor3 == Color3.new(1, 1, 1) then
  351. HITGOLEM.BackgroundColor3 = Color3.new(0, 1, 0)
  352. AutoGolem(true)
  353. else
  354. HITGOLEM.BackgroundColor3 = Color3.new(1, 1, 1)
  355. AutoGolem(false)
  356. end
  357. end)
  358.  
  359. HITGUIDE.MouseButton1Down:Connect(function()
  360. if HITGUIDE.BackgroundColor3 == Color3.new(1, 1, 1) then
  361. HITGUIDE.BackgroundColor3 = Color3.new(0, 1, 0)
  362. AutoGuide(true)
  363. else
  364. HITGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  365. AutoGuide(false)
  366. end
  367. end)
  368. HITROCKET.MouseButton1Down:Connect(function()
  369. if HITROCKET.BackgroundColor3 == Color3.new(1, 1, 1) then
  370. HITROCKET.BackgroundColor3 = Color3.new(0, 1, 0)
  371. AutoRocket(true)
  372. else
  373. HITROCKET.BackgroundColor3 = Color3.new(1, 1, 1)
  374. AutoRocket(false)
  375. end
  376. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement