Advertisement
Graizy

Untitled

Oct 24th, 2022
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. --instruction spawn cletus in then execute the script
  2. game.Players.LocalPlayer.Character.LastDamagedTick:Destroy()
  3. wait(0.01)
  4. getgenv().hi = true -- set to false to turn it off
  5. while hi == true and task.wait() do
  6.  
  7. --variables
  8. local HID = "5899156129"
  9. local HPV = "550"
  10.  
  11. if tostring(game.PlaceId) == tostring(HID) and tostring(game.PlaceVersion) == HPV then
  12. print("Safe To Use")
  13. end
  14. if tostring(game.PlaceId) == tostring(HID) and tostring(game.PlaceVersion) ~= HPV then
  15. game.Players.LocalPlayer:Kick("Game Updated, Dont use!")
  16. end
  17. local remotename = "rtpfduig/rqvbUsTuvIPidigta" --put the remote name here *to get it open remote spy hit a mob and get the name of the remote*
  18. game:GetService("Workspace").spawnPrefabs.WildIslands.hub["Halloween_assets"]:WaitForChild("CletusGrave")
  19. game:GetService("Workspace").WildernessIsland.Entities:WaitForChild("cletusHalloween")
  20. game:GetService("Workspace").spawnPrefabs.WildEventTriggers["cletus_boss_spawn"]:WaitForChild("ProximityPrompt")
  21.  
  22. local grave = game:GetService("Workspace").spawnPrefabs.WildIslands.hub["Halloween_assets"].CletusGrave.Part.Part.Position
  23. local spawn = game:GetService("Workspace").spawnPrefabs.WildEventTriggers["cletus_boss_spawn"].ProximityPrompt
  24. local health = game:GetService("Workspace").WildernessIsland.Entities.cletusHalloween.CurrentHealth.Value
  25. local cletus = game:GetService("Workspace").WildernessIsland.Entities.cletusHalloween.HumanoidRootPart.Position
  26. local CFrameEnd = CFrame.new(cletus) + Vector3.new(0,5,0)
  27. local Time = 0
  28. local tween = game:GetService("TweenService"):Create(game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(Time), {CFrame = CFrameEnd})
  29. tween:Play()
  30. tween.Completed:Wait()
  31.  
  32. --kill aura
  33.  
  34. task.spawn(function()
  35. local args = {
  36. [1] = "2FD3AD01-AAB8-450B-AAFE-E78727CE94DB",
  37. [2] = {
  38. [1] = {
  39. ["crit"] = true,
  40. ["hitUnit"] = workspace.WildernessIsland.Entities.cletusHalloween
  41. }
  42. }
  43. }
  44.  
  45. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged:FindFirstChild(remotename):FireServer(unpack(args))
  46.  
  47. -- health check
  48.  
  49. if health < 50 then
  50. wait(7)
  51. local CFrameEnd = CFrame.new(grave) + Vector3.new(0,7,0)
  52. local Time = 5
  53. local tween = game:GetService("TweenService"):Create(game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(Time), {CFrame = CFrameEnd})
  54. tween:Play()
  55. tween.Completed:Wait()
  56. fireproximityprompt(spawn,5)
  57. end
  58. end)
  59. end
  60.  
  61.  
  62.  
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement