Advertisement
NukeVsCity

COMBAT RIFT HACK

Apr 25th, 2021
9,864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. shared.Settings = {
  2. Autofarm = {
  3. PrioritizeStrongestMobs = true,
  4. RangeReduction = 0.5 -- Make this higher if you are not able to hit mobs (not recommended to go below 0.5, the higher you make this the more you will get hit)
  5. },
  6.  
  7. Autosell = {
  8. Enabled = false,
  9.  
  10. KeepLocked = true,
  11.  
  12. KeepRarities = {
  13. "Rare",
  14. "Legendary",
  15. "Exotic",
  16. "Mythic",
  17. "Celestial"
  18. },
  19.  
  20. KeepItems = {
  21. "Corrupted Red-Diamond Sickle"
  22. }
  23. },
  24.  
  25. AutoEquip = {
  26. Enabled = true
  27. },
  28.  
  29. AutoHatch = {
  30. Enabled = false,
  31.  
  32. Sell = {
  33. Enabled = true,
  34.  
  35. KeepLocked = true,
  36.  
  37. KeepRarities = {
  38. "Rare",
  39. "Legendary",
  40. "Exotic",
  41. "Mythic",
  42. "Celestial"
  43. }
  44. },
  45.  
  46. Equip = {
  47. Enabled = true
  48. },
  49.  
  50. Evolve = {
  51. Enabled = true
  52. },
  53. },
  54.  
  55. LagReduce = {
  56. BadGraphics = true,
  57. CleanScreen = true
  58. },
  59.  
  60. Misc = {
  61. AutoUpgradeSoulStorage = false
  62. }
  63. }
  64.  
  65. loadstring(game:HttpGet("https://raw.githubusercontent.com/Introvert1337/SpooderScripts/main/CombatRift/MainScript.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement