Advertisement
Crypzz

10+ Project slayer scripts

May 31st, 2023
5,426
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | Gaming | 1 0
  1. --Deniz script
  2.  
  3. loadstring(game:HttpGet("https://raw.githubusercontent.com/DenizAf4can/SomeScripts/main/Project_Slayers"))()
  4.  
  5.  
  6. --Auto Chest
  7.  
  8.  
  9. getgenv().AutoCollectChest = true
  10.  
  11. spawn(function()
  12. while task.wait() do
  13. if getgenv().AutoCollectChest then
  14. for _, v in pairs(game:GetService("Workspace").Debree:GetChildren()) do
  15. if v.Name == "LootChest" then
  16. for , c in pairs(v:FindFirstChild("Drops"):GetChildren()) do
  17. if game:GetService("ReplicatedStorage")["Player_Data"][game.Players.LocalPlayer.Name].Inventory.Items:FindFirstChild(c.Name) then
  18. v["Add_To_Inventory"]:InvokeServer(c.Name)
  19. delay(0.5, function()
  20. c:Destroy()
  21. end)
  22. end
  23. end
  24. end
  25. end
  26. end
  27. end
  28. end)
  29.  
  30.  
  31.  
  32.  
  33. --Auto farm Lily--------------------------------------------
  34.  
  35. getgenv().TP = true
  36. getgenv().speed = 250
  37. getgenv().AutoRejoin = true -- Automatically rejoins when you kicked
  38. getgenv().delay = 0.5
  39.  
  40. loadstring(game:HttpGet('https://raw.githubusercontent.com/DenizAf4can/SomeScripts/main/Project_Slayers_Lily'))()
  41.  
  42.  
  43. --Sylveon Hub---------------------------------------------------
  44.  
  45. local LoaderUrl = "https://raw.githubusercontent.com/ogamertv12/SylveonHub/main/NewLoader.lua"
  46. repeat wait() until game:IsLoaded()
  47. loadstring(game:HttpGet(LoaderUrl))()
  48.  
  49.  
  50. --Auto Dungeon Farm-----------------------------------------------
  51.  
  52. loadstring(game:HttpGetAsync("https://gist.github.com/NotHubris/16fbe2bf8d9563e09858c5cd2c6fafce/raw"))()
  53.  
  54.  
  55. --Phyoue Hub------------------------------------------------------------------
  56. loadstring(game:HttpGet("https://raw.githubusercontent.com/Phyoue/Wlymalfrr/main/Wlymalfrr"))()
  57.  
  58. --Not Hubris------------------------------------------------------------------------
  59.  
  60.  
  61. loadstring(game:HttpGetAsync("https://gist.github.com/NotHubris/16fbe2bf8d9563e09858c5cd2c6fafce/raw"))()
  62.  
  63.  
  64. --Oni Hub------------------------------------------------------------------
  65.  
  66. loadstring(game:HttpGet("https://raw.githubusercontent.com/Phyoue/Wlymalfrr/main/Wlymalfrr"))()
  67.  
  68.  
  69. --Sylveon Mobile---------------------------------------------------------------
  70.  
  71. local LoaderUrl = "https://raw.githubusercontent.com/ogamertv12/SylveonHub/main/Mobile.lua"
  72. repeat wait() until game:IsLoaded()
  73. loadstring(game:HttpGet(LoaderUrl))()
  74.  
  75.  
  76. --VG Hub--------------------------------------------------------------
  77.  
  78. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
  79.  
  80.  
  81. --NukeCity(has almost any script u can think of)-------------------------------------------------
  82.  
  83. loadstring(game:HttpGet("https://raw.githubusercontent.com/NukeVsCity/TheALLHACKLoader/main/NukeLoader",true))()
  84.  
  85.  
  86.  
  87. Get key: https://link-target.net/663059/skeered-hub (copy paste into search bar)-------------------------------------------------
  88.  
  89. loadstring(game:HttpGet('https://raw.githubusercontent.com/Skeereddo/name/main/krnl', true))()
  90.  
  91.  
  92.  
  93. Legend Handles Script----------------------------------------------------------------------
  94.  
  95. loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Project73/main/Slayers45"))()
  96.  
  97.  
  98. Sum autofarm script for dungeon and both worlds-------------------------------------------------------------------
  99.  
  100. loadstring(game:HttpGet("https://raw.githubusercontent.com/asterionnn/versaware/main/versaware.lua", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement