Advertisement
DarKSI

How to get Stickers in discord

Feb 15th, 2021 (edited)
1,339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. STEP 1:
  2. Copy and paste the following code into the discord console by pressing CTRL + SHIFT + I
  3.  
  4. STEP 2:
  5. const DI = window.DiscordInternals;
  6. const hasLib = !!(DI && DI.versionCompare && DI.versionCompare(DI.version || "", "1.9") >= 0);
  7. const WebpackModules = hasLib && DI.WebpackModules || (() => {
  8.  
  9. const req = typeof(webpackJsonp) == "function" ? webpackJsonp([], {
  10. '__extra_id__': (module, exports, req) => exports.default = req
  11. }, ['__extra_id__']).default : webpackJsonp.push([[], {
  12. '__extra_id__': (module, exports, req) => module.exports = req
  13. }, [['__extra_id__']]]);
  14. delete req.m['__extra_id__'];
  15. delete req.c['__extra_id__'];
  16. const find = (filter, options = {}) => {
  17. const {cacheOnly = false} = options;
  18. for (let i in req.c) {
  19. if (req.c.hasOwnProperty(i)) {
  20. let m = req.c[i].exports;
  21. if (m && m.__esModule && m.default && filter(m.default))
  22. return m.default;
  23. if (m && filter(m))
  24. return m;
  25. }
  26. }
  27. if (cacheOnly) {
  28. console.warn('Cannot find loaded module in cache');
  29. return null;
  30. }
  31. console.warn('Cannot find loaded module in cache. Loading all modules may have unexpected side effects');
  32. for (let i = 0; i < req.m.length; ++i) {
  33. let m = req(i);
  34. if (m && m.__esModule && m.default && filter(m.default))
  35. return m.default;
  36. if (m && filter(m))
  37. return m;
  38. }
  39. console.warn('Cannot find module');
  40. return null;
  41. };
  42. const findByUniqueProperties = (propNames, options) => find(module => propNames.every(prop => module[prop] !== undefined), options);
  43. const findByDisplayName = (displayName, options) => find(module => module.displayName === displayName, options);
  44. return {find, findByUniqueProperties, findByDisplayName};
  45. })();
  46. t = WebpackModules.findByUniqueProperties(["isDeveloper"]);
  47. Object.defineProperty(t,"isDeveloper",{get:_=>1,set:_=>_,configurable:true});
  48.  
  49. STEP 3:
  50. Head over to your user settings, and you should see a new secret 'Experiments' tab near the bottom of your settings
  51.  
  52. STEP 4:
  53. Click the tab and click the search bar in experiments, search for 'stickers', you should see these 3 options https://i.imgur.com/nrKxq6Q.png
  54. for each option, click the dropdown menu and select 'Treatment 1' for each option.
  55.  
  56. STEP 5:
  57. Exit the settings tab, now click on a server, preferably the Curry Munchers :D
  58.  
  59. STEP 6:
  60. You should see a new shiny "sticker" button in the chat bar, click the icon, then click the shop at the bottom left and you can now buy the sticker packs and keep them permanantly.
  61.  
  62. Alternative method:
  63. open a vpn, select canada and refresh discord, disable vpn
  64. not gonna write an actual guide on how to use a VPN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement