Advertisement
77Scar

Untitled

Mar 28th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. _G.idk = {
  2. ["GetDaily"] = false, --Will auto get daily reward
  3. autopoints = {
  4. ["Enabled"] = false,
  5. ["Point"] = "spellPower" --Types: physicalPower, spellPower, stamina
  6. }
  7. }
  8.  
  9. _G.shit = { --Normal dungeon autofarm
  10. ["Enabled"] = false, --Turn off / on normal autofarm
  11. ["AutoDungeon"] = false, --Will find the best dungeon
  12. moarshit = {
  13. ["Enabled"] = false, --Custom dungeon settings
  14. ["CustomDungeon"] = "The Underworld",
  15. },
  16. ["Difficulty"] = "Nightmare", --This will change if you uh have auto dungeon on
  17. ["Hardcore"] = false,
  18. ["Name_Protect"] = false,
  19. namesettings = {
  20. ["CustomName"] = "Example Name",
  21. ["CustomLevel"] = "69",
  22. ["CustomExp"] = "69",
  23. ["CustomHp"] = "69",
  24. ["CustomMoney"] = "69",
  25. ["CustomImage"] = "https://www.roblox.com/asset-thumbnail/image?assetId=2833845574&width=420&height=420&format=png"
  26. }
  27. }
  28.  
  29. _G.Raid = { --Raid autofarm
  30. ["Enabled"] = false,
  31. ["Auto"] = false, --Will auto find your best key
  32. ["Tier"] = 20, --Does not matter what you put in here if you have auto set 2 true.
  33. ["wait_time"] = 0 --If you have good gear, just leave this at 0, if you have bad gear read this:
  34. --The more time you wait = more damage.
  35. --READ THIS OKAY: Only spells that has 4 seconds of cooldown, or less will work with the spell spammer.
  36. }
  37.  
  38. _G.test = { --Autosell
  39. ["Common"] = false,
  40. ["Uncommon"] = false,
  41. ["Rare"] = false,
  42. ["Epic"] = false,
  43. ["Legendary"] = false,
  44. }
  45.  
  46. loadstring(game:HttpGet("https://pastebin.com/raw/Xu80eZAE", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement