Demon Spawn 2.0

Demon Spawn (For You All)

当前为 2020-10-11 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Demon Spawn 2.0
  3. // @namespace PBP
  4. // @description Demon Spawn (For You All)
  5. // @homepageURL http://codesphere.hstn.me/?i=1
  6. // @icon http://codesphere.hstn.me/dsbot/resource/ds.jpeg
  7. // @include *.rycamelot.com/*main_src.php*
  8. // @include *.beta.rycamelot.com/*main_src.php*
  9. // @include *apps.facebook.com/kingdomsofcamelot/*
  10. // @include *.rockyou.com/rya/*
  11. // @include *facebook.com/*dialog/feed*
  12. // @include *rycamelot.com/*acceptToken_src.php*
  13. // @include *rycamelot.com/*helpFriend_src.php*
  14. // @include *rycamelot.com/*claimVictoryToken_src.php*
  15. // @include *rycamelot.com/*merlinShare_src.php*
  16. // @exclude *sharethis*
  17. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
  18. // @require http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js
  19. // @resource sound_files https://raw.githubusercontent.com/sickofit666/emoticons/main/sound_files.js
  20. // @resource image_files https://raw.githubusercontent.com/sickofit666/emoticons/main/image_files.js
  21. // @resource champion_uniques https://raw.githubusercontent.com/sickofit666/emoticons/main/champion_uniques.js
  22. // @resource emoticons https://raw.githubusercontent.com/sickofit666/emoticons/main/emoticons.js
  23. // @connect *
  24. // @connect greasyfork.org
  25. // @connect raw.githubusercontent.com
  26. // @connect codesphere.hstn.me
  27. // @grant GM_getValue
  28. // @grant GM_setValue
  29. // @grant GM_deleteValue
  30. // @grant GM_listValues
  31. // @grant GM_addStyle
  32. // @grant GM_log
  33. // @grant GM_xmlhttpRequest
  34. // @grant GM_getResourceText
  35. // @grant GM_registerMenuCommand
  36. // @grant unsafeWindow
  37. // @author Demon Spawn "Parts of this script use code created by KOC Scripters, Nico De Belder and Barbarossa69 and is used with their express permission.
  38. // @copyright Copyright 2013-2020 KSA CodeSphere - Non-commercial use only. No modifications permitted.
  39. // @license https://creativecommons.org/licenses/by-nc-nd/4.0/
  40. // @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=CB2MLZCP8FPE8
  41. // @version 2.0
  42. // ==/UserScript==
  43.  
  44. var Version = '2.0';
  45. var SourceName = "Demon Spawn";