Advertisement
Guest User

DQ Dupe Script

a guest
Jun 11th, 2020
1,285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. --DUNGEON QUEST DUPE SCRIPT--
  2.  
  3. --INSTRUCTIONS--
  4.  
  5. --Step 1: Edit _G.ItemReceiver to The Name Of Ur Alt Which Would Get The Items Your Main Traded You--
  6.  
  7. --Step 2: Configure the Settings In _G.TypesToDupe To Choose What You Would Like To Dupe--
  8.  
  9. --Step 3: Put The Script In Autoexec, And Turn On Auto Attach/Auto Launch (Whichever You Prefer)--
  10.  
  11. --Step 4: Download Roblox From Microsoft Store--
  12.  
  13. --Step 5: Join Dungeon Quest On Your Alt Using Roblox From Microsoft Store
  14. (I recommend waiting like 5 sec before joining on ur main cuz of autoexe)--
  15.  
  16. --Step 6: Join Dungeon Quest On Your Main Using The Website (Normal Roblox)--
  17.  
  18. --Step 7: Wait For The Trade On Your Alt, Then Press Accept--
  19.  
  20. --Step 8: Once Ur Main Is In The Dungeon, Unequip/Requip Any Item--
  21.  
  22. --SCRIPT--
  23.  
  24. _G.ItemReceiver = "SynapseTesting0001"
  25.  
  26. _G.TypesToDupe = {
  27. ["Weapons"] = true,
  28. ["Helmets"] = false,
  29. ["Chests"] = false,
  30. ["Spells"] = false
  31. }
  32.  
  33. loadstring(game:HttpGet('https://pastebin.com/raw/MEHPs1Xf', true))()
  34. --also disclaimer: this dupe has a success rate, there is a small chance that the duplicated items will be deleted (but not the originals)--
  35. -- DO NOT DUPE ORBITAL OUTPOST ITEMS!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement