Advertisement
NukeVsCity

Dungeon Quest Hack

Apr 14th, 2021 (edited)
15,827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.51 KB | None | 0 0
  1.  
  2. The script currently supports Aquatic Temple, Volcanic Chambers, Orbital Outpost, Steampunk Sewers, Ghastly Harbor, The Canals, Samurai Palace, The Underworld & Desert Temple
  3.  
  4. CHANGE DUNGEON NAME AT "" CustomDungeon "" LINE , LOOK AT THE SCRIPT!!!!!!!!!!!!!!!
  5.  
  6.  
  7. -------------------------------------------------------------------------------------------------------------------------------------
  8.  
  9.  
  10. getgenv().Settings = {
  11. Lobby = {
  12. Safety = {
  13. WalkEnabled = false,
  14. WalkTime = 10,
  15. HideNametag = false
  16. },
  17.  
  18. Misc = {
  19. WaitTime = 0, --Wait before script activates
  20. AutoCollectDaily = true
  21. }
  22. },
  23.  
  24. Dungeon = {
  25. HideNameplate = false,
  26.  
  27. Configuration = {
  28. Hardcore = false,
  29. AutoSelectHighest = false
  30. },
  31.  
  32. CustomDungeon = {
  33. Name = "Aquatic Temple",
  34. Difficulty = "Nightmare"
  35. },
  36. },
  37.  
  38. Autofarm = {
  39. Walkspeed = 30, -- Higher than 30 is sometimes risky
  40. DistanceFromMobs = 50,
  41. AttackRange = 55,
  42. SmallTeleports = true, -- Autofarm won't work well on aquatic with this disabled
  43. Instakill = true
  44. },
  45.  
  46. AutoSell = {
  47. Enabled = false,
  48. SellTriplicatedSpells = true,
  49. KeepItemsLevelRequirement = 999,
  50. RaritiesToKeep = {"legendary", "epic"},
  51. ItemsToKeep = {
  52. ["Desert Fury"] = {"legendary"},
  53. ["Crystalized Greatsword"] = {"legendary"},
  54. ["Staff of the Gods"] = {"legendary"},
  55. ["Soul Stealer Greatsword"] = {"legendary"},
  56. ["Beastmaster Spell Scythe"] = {"legendary"},
  57. ["Beastmaster War Scythe"] = {"legendary"},
  58. ["Dual Phoenix Daggers"] = {"legendary"},
  59. ["Phoenix Greatstaff"] = {"legendary"},
  60. ["Sakura Greatstaff"] = {"legendary"},
  61. ["Sakura Katana"] = {"legendary"},
  62. ["Overlord's Rageblade"] = {"legendary"},
  63. ["Overlord's Manablade"] = {"legendary"},
  64. ["Kraken Slayer"] = {"legendary"},
  65. ["Sea Serpent's Wings"] = {"legendary"},
  66. ["Inventor's Greatsword"] = {"legendary"},
  67. ["Inventor's Spellblade"] = {"legendary"},
  68. ["Hextech Overloaded Greatstaff +30"] = {"legendary"},
  69. ["Dual Bioforged Drills +30"] = {"legendary"},
  70. ["Dual Bioforged Drills +30"] = {"legendary"},
  71. ["Dual Godforged Blades +30"] = {"legendary"},
  72. ["Godforged Greatstaff +30"] = {"legendary"},
  73. ["Twisted Wood Greatstaff +30"] = {"legendary"},
  74. ["Twisted Wood Greatsword +30"] = {"legendary"},
  75. ["Galactic Pike"] = {"legendary"},
  76. ["Galactic Dual Blades"] = {"legendary"},
  77. ["Red Knight Helmet"] = {"epic"},
  78. ["Red Knight Armor"] = {"epic"},
  79. ["Templar Hood"] = {"epic"},
  80. ["Templar Robes"] = {"epic"},
  81. ["Ice King's Warrior Helmet"] = {"epic"},
  82. ["Ice King's Warrior Armor"] = {"epic"},
  83. ["Ice King's Mage Hood"] = {"epic"},
  84. ["Ice King's Mage Robes"] = {"epic"},
  85. ["Ice King's Guardian Helmet"] = {"epic"},
  86. ["Ice King's Guardian Armor"] = {"epic"},
  87. ["Godly Warrior Helmet"] = {"epic"},
  88. ["Godly Warrior Armor"] = {"epic"},
  89. ["Godly Mage Helmet"] = {"epic"},
  90. ["Godly Mage Robes"] = {"epic"},
  91. ["Godly Guardian Helmet"] = {"epic"},
  92. ["Godly Guardian Armor"] = {"epic"},
  93. ["Titan-forged Warrior Helmet"] = {"epic"},
  94. ["Titan-forged Warrior Armor"] = {"epic"},
  95. ["Titan-forged Mage Helmet"] = {"epic"},
  96. ["Titan-forged Mage Armor"] = {"epic"},
  97. ["Titan-forged Guardian Helmet"] = {"epic"},
  98. ["Titan-forged Guardian Armor"] = {"epic"},
  99. ["Glorious Warrior Helmet"] = {"epic"},
  100. ["Glorious Warrior Armor"] = {"epic"},
  101. ["Glorious Mage Hood"] = {"epic"},
  102. ["Glorious Mage Armor"] = {"epic"},
  103. ["Glorious Guardian Helmet"] = {"epic"},
  104. ["Glorious Guardian Armor"] = {"epic"},
  105. ["Ancestral Warrior Helmet"] = {"epic"},
  106. ["Ancestral Warrior Armor"] = {"epic"},
  107. ["Ancestral Mage Hood"] = {"epic"},
  108. ["Ancestral Mage Armor"] = {"epic"},
  109. ["Ancestral Guardian Helmet"] = {"epic"},
  110. ["Ancestral Guardian Armor"] = {"epic"},
  111. ["Overlord's Warrior Hat"] = {"epic"},
  112. ["Overlord's Warrior Armor"] = {"epic"},
  113. ["Overlord's Mage Hat"] = {"epic"},
  114. ["Overlord's Mage Robes"] = {"epic"},
  115. ["Overlord's Guardian Hat"] = {"epic"},
  116. ["Overlord's Guardian Armor"] = {"epic"},
  117. ["Mythical Warrior Helmet"] = {"epic"},
  118. ["Mythical Warrior Armor"] = {"epic"},
  119. ["Mythical Mage Helmet"] = {"epic"},
  120. ["Mythical Mage Armor"] = {"epic"},
  121. ["Mythical Guardian Helmet"] = {"epic"},
  122. ["Mythical Guardian Armor"] = {"epic"},
  123. ["War-forged Warrior Helmet"] = {"epic"},
  124. ["War-forged Warrior Armor"] = {"epic"},
  125. ["War-forged Mage Helmet"] = {"epic"},
  126. ["War-forged Mage Armor"] = {"epic"},
  127. ["War-forged Guardian Helmet"] = {"epic"},
  128. ["War-forged Guardian Armor"] = {"epic"},
  129. ["Alien Warrior Helmet"] = {"epic", "rare"},
  130. ["Alien Warrior Armor"] = {"epic", "rare"},
  131. ["Alien Mage Helmet"] = {"epic", "rare"},
  132. ["Alien Mage Armor"] = {"epic", "rare"},
  133. ["Alien Guardian Helmet"] = {"epic", "rare"},
  134. ["Alien Guardian Armor"] = {"epic", "rare"},
  135. ["Commander's Warrior Helmet"] = {"epic", "rare"},
  136. ["Commander's Warrior Armor"] = {"epic", "rare"},
  137. ["Commander's Mage Helmet"] = {"epic", "rare"},
  138. ["Commander's Mage Armor"] = {"epic", "rare"},
  139. ["Commander's Guardian Helmet"] = {"epic", "rare"},
  140. ["Commander's Guardian Armor"] = {"epic", "rare"},
  141. ["Inventor's Warrior Helmet +30"] = {"epic"},
  142. ["Inventor's Warrior Armor +30"] = {"epic"},
  143. ["Inventor's Mage Helmet +30"] = {"epic"},
  144. ["Inventor's Mage Armor +30"] = {"epic"},
  145. ["Inventor's Guardian Helmet +30"] = {"epic"},
  146. ["Inventor's Guardian Armor +30"] = {"epic"},
  147. ["Heavenly Warrior Helmet +30"] = {"epic"},
  148. ["Heavenly Warrior Armor +30"] = {"epic"},
  149. ["Heavenly Mage Helmet +30"] = {"epic"},
  150. ["Heavenly Mage Armor +30"] = {"epic"},
  151. ["Heavenly Guardian Helmet +30"] = {"epic"},
  152. ["Heavenly Guardian Armor +30"] = {"epic"},
  153. ["Nature Warrior Helmet +30"] = {"epic"},
  154. ["Nature Warrior Armor +30"] = {"epic"},
  155. ["Nature Mage Helmet +30"] = {"epic"},
  156. ["Nature Mage Armor +30"] = {"epic"},
  157. ["Nature Guardian Helmet +30"] = {"epic"},
  158. ["Nature Guardian Armor +30"] = {"epic"},
  159. ["Lava King's Warrior Helmet"] = {"rare", "epic"},
  160. ["Lava King's Warrior Armor"] = {"rare", "epic"},
  161. ["Lava King's Mage Helmet"] = {"rare", "epic"},
  162. ["Lava King's Mage Armor"] = {"rare", "epic"},
  163. ["Molten Forged Mage Helmet"] = {"epic"},
  164. ["Molten Forged Mage Armor"] = {"epic"},
  165. ["Molten Forged Warrior Helmet"] = {"epic"},
  166. ["Molten Forged Warrior Armor"] = {"epic"},
  167. ["Aquatic Warrior Helmet"] = {"rare", "epic", "uncommon", "common"},
  168. ["Aquatic Warrior Armor"] = {"rare", "epic", "uncommon", "common"},
  169. ["Aquatic Mage Helmet"] = {"rare", "epic", "uncommon", "common"},
  170. ["Aquatic Mage Armor"] = {"rare", "epic", "uncommon", "common"},
  171. ["Riptide Warrior Helmet"] = {"rare", "epic", "uncommon", "common"},
  172. ["Riptide Warrior Armor"] = {"rare", "epic", "uncommon", "common"},
  173. ["Riptide Mage Helmet"] = {"rare", "epic", "uncommon", "common"},
  174. ["Riptide Mage Armor"] = {"rare", "epic", "uncommon", "common"},
  175. ["Triton Warrior Helmet"] = {"rare", "epic", "uncommon", "common"},
  176. ["Triton Warrior Armor"] = {"rare", "epic", "uncommon", "common"},
  177. ["Triton Mage Armor"] = {"rare", "epic", "uncommon", "common"},
  178. ["Triton Mage Helmet"] = {"rare", "epic", "uncommon", "common"},
  179. ["Triton Guardian Helmet"] = {"rare", "epic", "uncommon", "common"},
  180. ["Triton Guardian Armor"] = {"rare", "epic", "uncommon", "common"},
  181. ["Serpent Pike"] = {"rare", "epic", "uncommon", "common"},
  182. ["Enchanted Sea Daggers"] = {"rare", "epic", "uncommon", "common"},
  183. ["Aquatic Spear"] = {"rare", "epic", "uncommon", "common"},
  184. ["Ocean Pearl Staff"] = {"rare", "epic", "uncommon", "common"},
  185. ["Oceanic Greatsword"] = {"rare", "epic", "uncommon", "common"},
  186. ["Enchanted Serpent Daggers"] = {"rare", "epic", "uncommon", "common"},
  187. ["Spear Strike"] = {"rare"},
  188. ["Water Orb"] = {"rare"},
  189. ["Ice Barrage"] = {"epic"},
  190. ["Ice Crash"] = {"epic"},
  191. ["Aquatic Smite"] = {"epic"},
  192. ["Ice Spikes"] = {"epic"},
  193. ["Twin Slash"] = {"epic"},
  194. ["Enhanced Inner Rage"] = {"legendary"},
  195. ["Lava Barrage"] = {"epic"},
  196. ["Blade Fall"] = {"epic"},
  197. ["Battle Shout"] = {"uncommon"},
  198. ["Innervate"] = {"epic"},
  199. ["Explosive Mine"] = {"epic"},
  200. ["Vortex Grenade"] = {"epic"},
  201. ["Electric Field"] = {"epic"},
  202. ["Energy Orb"] = {"epic"},
  203. ["Dual Magma Shields"] = {"epic"},
  204. ["Volcanic Greatsword"] = {"epic"},
  205. ["Magma Infused Waraxe"] = {"epic"},
  206. ["Shattered Magma Blade"] = {"epic"},
  207. ["Ancient Lava Axe"] = {"epic"},
  208. ["Dual Hellfire Blades"] = {"epic"}
  209. }
  210. },
  211.  
  212. AutoEquip = {
  213. Enabled = false,
  214. EquipType = "physical" -- "physical", "spell"
  215. },
  216.  
  217. AutoUpgrade = {
  218. Enabled = false,
  219. UpgradeType = "physicalPower" -- "physicalPower", "stamina", "spellPower"
  220. },
  221.  
  222. AutoSkill = {
  223. Enabled = false,
  224. SkillType = { -- Precentages to upgrade each skill point
  225. ["physicalPower"] = 100,
  226. ["spellPower"] = 0,
  227. ["stamina"] = 0
  228. }
  229. },
  230.  
  231. LagReductions = {
  232. BadGraphics = true,
  233. DestroyGear = true,
  234. DisableSpellEffects = true
  235. },
  236.  
  237. CustomUI = {
  238. Enabled = true,
  239. Name = "Spooder > MRob",
  240. Level = "1337",
  241. EXP = "1337",
  242. HP = "1337",
  243. Gold = "1337",
  244. Avatar = "https://www.roblox.com/asset-thumbnail/image?assetId=2833845574&width=420&height=420&format=png"
  245. },
  246.  
  247. WaitForJoiners = {
  248. Enabled = false,
  249. Host = "Account1",
  250. Joiners = {
  251. "Account2","Account3"
  252. }
  253. },
  254.  
  255. MultiFarm = {
  256. Enabled = false,
  257. Host = "Account1",
  258. Joiners = {
  259. "Account2","Account3"
  260. }
  261. },
  262.  
  263. Webhook = {
  264. Enabled = false,
  265. Url = "https://discord.com/api/webhooks/"
  266. }
  267. }
  268.  
  269. loadstring(game:HttpGet("https://raw.githubusercontent.com/Introvert1337/SpooderQuestRewritten/main/TextScript.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement