Skip to content

Instantly share code, notes, and snippets.

@aamiaa
Last active May 18, 2024 10:39
Show Gist options
  • Save aamiaa/204cd9d42013ded9faf646fae7f89fbb to your computer and use it in GitHub Desktop.
Save aamiaa/204cd9d42013ded9faf646fae7f89fbb to your computer and use it in GitHub Desktop.
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

Note

This no longer works if you're alone in vc! Somebody else has to join you!

How to use this script:

  1. Accept the quest under User Settings -> Gift Inventory
  2. Join a vc
  3. Join the same vc on an alt
  4. Stream any window (can be notepad or something)
  5. Press Ctrl+Shift+I to open DevTools
  6. Go to the Console tab
  7. Paste the following code and hit enter:
let wpRequire;
window.webpackChunkdiscord_app.push([[ Math.random() ], {}, (req) => { wpRequire = req; }]);

let ApplicationStreamingStore = Object.values(wpRequire.c).find(x => x?.exports?.default?.getStreamerActiveStreamMetadata).exports.default;
let QuestsStore = Object.values(wpRequire.c).find(x => x?.exports?.default?.getQuest).exports.default;
let FluxDispatcher = Object.values(wpRequire.c).find(x => x?.exports?.default?.flushWaitQueue).exports.default;

let quest = [...QuestsStore.quests.values()].find(x => x.userStatus?.enrolledAt && !x.userStatus?.completedAt && new Date(x.config.expiresAt).getTime() > Date.now())
let isApp = navigator.userAgent.includes("Electron/")
if(!isApp) {
	console.log("This no longer works in browser. Use the desktop app!")
} else if(!quest) {
	console.log("You don't have any uncompleted quests!")
} else {
	let pid = Math.floor(Math.random() * 30000) + 1000
	ApplicationStreamingStore.getStreamerActiveStreamMetadata = () => ({
		id: quest.config.applicationId,
		pid,
		sourceName: null
	})
	
	let secondsNeeded = quest.config.streamDurationRequirementMinutes * 60
	let fn = data => {
		let progress = data.userStatus.streamProgressSeconds
		console.log(`Quest progress: ${progress}/${secondsNeeded}`)
		
		if(progress >= secondsNeeded) {
			console.log("Quest completed!")
			FluxDispatcher.unsubscribe("QUESTS_SEND_HEARTBEAT_SUCCESS", fn)
		}
	}
	FluxDispatcher.subscribe("QUESTS_SEND_HEARTBEAT_SUCCESS", fn)
	
	console.log(`Spoofed your stream to ${quest.config.applicationName}. Stay in vc for ${Math.ceil(quest.config.streamDurationRequirementMinutes - (quest.userStatus?.streamProgressSeconds ?? 0) / 60)} more minutes.`)
	console.log("Remember that you need at least 1 other person to be in the vc!")
}
  1. Keep the stream running for 15 minutes
  2. You can now claim the reward in User Settings -> Gift Inventory!

You can track the progress by looking at the Quest progress: prints in the Console tab, or by reopening the Gift Inventory tab in settings. The progress should update every 30s.

FAQ

Q: Ctrl + Shift + I doesn't work

A: Either download the ptb client, or use this to enable DevTools on stable

Q: I get an error saying "Unauthorized"

A: Discord has patched the script from working in browsers. Use the desktop app, or alternatively find some extension which lets you change your User-Agent and append the string Electron/ anywhere in it.

They have also started checking how many people are in the vc, so make sure you join it on at least 1 other account.

Q: I get a different error

A: Make sure you're copy/pasting the script correctly and that you've have done all the steps.

@L3-M
Copy link

L3-M commented May 4, 2024

Was this Patched on browser?

image

@L3-M
Copy link

L3-M commented May 4, 2024

most of the codes aren't even working

you guys know those codes are for Genshin Impact!?
i saw a lot trying to redeem it here
image
if you are here for the badge you need to complete the quest yourself

@L3-M
Copy link

L3-M commented May 4, 2024

here is another one:
LSKCHKK64G3D

@dsiofugyrehijguht
Copy link

PT2CGH2GFCNZ

@NotDragonek
Copy link

it still works?

@Spigey
Copy link

Spigey commented May 4, 2024

Захват32323232

please kill me

@Loona21
Copy link

Loona21 commented May 4, 2024

image
Why like this?

@Lev1fe
Copy link

Lev1fe commented May 4, 2024

Here: "EBKCZY5MN5S5" :D

@soulnlmb
Copy link

soulnlmb commented May 4, 2024

8S2CGHLLCHVZ

@unseensnick
Copy link

it still works?

it does, but for me it only worked when I did it on the discord desktop app (same steps as mentioned above)

@Xrm0s
Copy link

Xrm0s commented May 4, 2024

unseensnick

how do u do it on desktop app?

@L3-M
Copy link

L3-M commented May 5, 2024

unseensnick

how do u do it on desktop app?

OMG WHY YOU TOO LAZY TO READ

Q: Ctrl + Shift + I doesn't work

A: Either download the ptb client, or use this to enable DevTools on stable

@lollilol
Copy link

lollilol commented May 5, 2024

unseensnick

how do u do it on desktop app?

OMG WHY YOU TOO LAZY TO READ

Q: Ctrl + Shift + I doesn't work

A: Either download the ptb client, or use this to enable DevTools on stable

you can also use vencord and enable the option to be able to open the dev console

@lollilol
Copy link

lollilol commented May 5, 2024

UAJUGZLCRR9H

@lollilol
Copy link

lollilol commented May 5, 2024

btw i added some improvements: https://gist.github.com/lollilol/3bb618a6581dda75514d388bcc902653
Strg+Shift+I doesn't work: use vencord to enable dev tools

also maybe add the information that after pasting the script it doesn't work, you need to execute allow pasting in the console and then paste the code block again.

@JxxIT
Copy link

JxxIT commented May 5, 2024

TBJVZZMA67EV

@jarvis09-yann
Copy link

2T2DH7YF3ZMR

@EviclyBoss
Copy link

3T2DHY4FXNNR

@aamiaa
Copy link
Author

aamiaa commented May 5, 2024

btw i added some improvements: https://gist.github.com/lollilol/3bb618a6581dda75514d388bcc902653 Strg+Shift+I doesn't work: use vencord to enable dev tools

also maybe add the information that after pasting the script it doesn't work, you need to execute allow pasting in the console and then paste the code block again.

Honestly if people can't read the text in the console then they won't read the instructions saying the same thing either.

Btw you don't have to tick "Enable React Devtools" in vencord. That toggle only adds 2 extra tabs which aren't relevant here.

@kopa-github
Copy link

Thank you @aamiaa for the codework and the simple guide.

My Reward Code: RBKCYY74W73V

@LunarGalaxyX
Copy link

XSJCYZ6JJVRR

@ExtbhiteEAS
Copy link

So, since that I don't play this game because I got a life and playing on HSR(help). I'll share with you my reward code: LSJDZYN3462R. Here it is, enjoy guys.

@Switch-modder
Copy link

My code is:
YA3CG6LGQCM9

@HunterGodX
Copy link

ABJVZZ779C9H

@Geekberk3
Copy link

SA3CZG6NFJK5

@Anim-osity
Copy link

ETKCYY7UJRWZ

@OnePunchMan2718
Copy link

PSKUGZ63QBWD

@SiriusVegas
Copy link

YB3CHY6WQJD5

@fredi-python
Copy link

4AKCYZ8LRWCD

@Uxifly
Copy link

Uxifly commented May 6, 2024

FB3VZGRRJEF5 here you go

@VeDoxe
Copy link

VeDoxe commented May 6, 2024

3B3UGZQ8QZFH

@ItzGosho
Copy link

ItzGosho commented May 6, 2024

3AKCHY9RFYPR

@CheeseyPlayz
Copy link

i dont play genshin impact, so heres the code, enjoy
MS3DZZ97NPV9

@thisforest
Copy link

Thank you for this,

anyone wanting to redeem in Genshin heres mine

QT2UZYR7TET9

@panthercheats
Copy link

its not even working
image

@kzndotsh
Copy link

kzndotsh commented May 7, 2024

3TKDHGQVWFX5

@TheTrueShadow
Copy link

DAJDZZQCYBHM

@mi9khin12
Copy link

MTJVZGRW5A5V
Thx for this script

@RoyWillems137
Copy link

4BKDHHRFABR9

@mikoprimeb
Copy link

its not even working image

well now you just use desktop app, cant you read

@IshankShankerCodes
Copy link

its not even working image

well now you just use desktop app, cant you read

how to do it on desktop app :-:

@DELTA293
Copy link

DELTA293 commented May 7, 2024

This no longer works in browser. Use the desktop app!

@CamberWTF
Copy link

i dont play genshin impact so if you cant do it and want the code there it is: AS2UGXSVM4ZR

@arHSM
Copy link

arHSM commented May 8, 2024

IIFE version for vencord

(() => {
    const ApplicationStreamingStore = Vencord.Webpack.findStore(
        "ApplicationStreamingStore"
    );
    const QuestsStore = Vencord.Webpack.findStore("QuestsStore");
    const { FluxDispatcher } = Vencord.Webpack.Common;

    let quest = [...QuestsStore.quests.values()].find(
        x =>
            x.userStatus?.enrolledAt &&
            !x.userStatus?.completedAt &&
            new Date(x.config.expiresAt).getTime() > Date.now()
    );

    let isApp = navigator.userAgent.includes("Electron/");
    if (!isApp) {
        console.log("This no longer works in browser. Use the desktop app!");
    } else if (!quest) {
        console.log("You don't have any uncompleted quests!");
    } else {
        let pid = Math.floor(Math.random() * 30000) + 1000;
        ApplicationStreamingStore.getStreamerActiveStreamMetadata = () => ({
            id: quest.config.applicationId,
            pid,
            sourceName: null,
        });

        let secondsNeeded = quest.config.streamDurationRequirementMinutes * 60;
        let fn = data => {
            let progress = data.userStatus.streamProgressSeconds;
            console.log(`Quest progress: ${progress}/${secondsNeeded}`);

            if (progress >= secondsNeeded) {
                console.log("Quest completed!");
                FluxDispatcher.unsubscribe("QUESTS_SEND_HEARTBEAT_SUCCESS", fn);
            }
        };
        FluxDispatcher.subscribe("QUESTS_SEND_HEARTBEAT_SUCCESS", fn);

        console.log(
            `Spoofed your stream to ${
                quest.config.applicationName
            }. Stay in vc for ${Math.ceil(
                quest.config.streamDurationRequirementMinutes -
                    (quest.userStatus?.streamProgressSeconds ?? 0) / 60
            )} more minutes.`
        );
        console.log(
            "Remember that you need at least 1 other person to be in the vc!"
        );
    }
})();

@goat865
Copy link

goat865 commented May 8, 2024

2SKCGMHL738R (genshin)

@lastlament
Copy link

works with hsr! thx

@omarAtef101
Copy link

GT2SWJSXFY4F

@goat865
Copy link

goat865 commented May 8, 2024

CT2AX2SX2Z47 (honkai)

@Redblazer27
Copy link

i have 2 codes ( i have a life):

  1. ETJAWJBDA6BK
  2. US3AF3A6DWSK (from my friend)
    enjoy it broskys!

@famesxd
Copy link

famesxd commented May 8, 2024

9S2BW3TJDCCX honkai

@famesxd
Copy link

famesxd commented May 8, 2024

LSKDH6ZMXCXZ genshin

@OptioniaI
Copy link

Honkai

KSKSE48XDW3K

@BatchQuick
Copy link

my code is 8A3UG6C26TRV

@XenusDev
Copy link

XenusDev commented May 8, 2024

6S2BW59ZF63P Honkai !

@TwoPointInfinity
Copy link

TwoPointInfinity commented May 8, 2024

This works for me, the other person in vc doesnt even have to "watch stream" they can be afk or just a public server. (if you dont have an alt)

@NullDev
Copy link

NullDev commented May 8, 2024

Thanks! PT3TEM6AKJCT Honkai

@Shroomisle
Copy link

For those who want the genshin code: JSKCYGQBCGAM

For those who want the honkai code: 3T3TE5NU5R2X

Enjoy!

@corp14x3
Copy link

corp14x3 commented May 9, 2024

KS3AWMMSFGAX for honkai

@SpookZorp
Copy link

how do I do it on desktop app?

@4rvx
Copy link

4rvx commented May 9, 2024

Genshin Code: 7B2CGHJXWSUZ
Honkai code: PAJBELJY2XBK

@Higuyshowisitgoing
Copy link

Genshin Code: 7B2CGHJXWSUZ Honkai code: PAJBELJY2XBK

Do u get a new badge with honkai or it’s the same?

@0zul
Copy link

0zul commented May 9, 2024

Honkai Star Rail Code: AS3SXMJQPW9X

@akylaj2
Copy link

akylaj2 commented May 9, 2024

ST2SXMGHLC2B

@daerea
Copy link

daerea commented May 9, 2024

TS2SF4HVCCL7

@t0g3pii
Copy link

t0g3pii commented May 9, 2024

Genshin Code: 7B2CGHJXWSUZ Honkai code: PAJBELJY2XBK

Do u get a new badge with honkai or it’s the same?

It should be the same since before the Genshin one there was a Lost Ark one (where you got a pfp border) and doing both quests gave the same badge.

@cleverwasp24
Copy link

cleverwasp24 commented May 9, 2024

Honkai: 6AJBXLC8KAQB

@Gogagra
Copy link

Gogagra commented May 9, 2024

Can someone give me honkai code?

@svayp1337
Copy link

Honkai: 3A3SF4VR6A6X

@hmhainkiller
Copy link

patched?

Badge Isn't obtainable anymore

@ekstraabdi
Copy link

honkai : HS3SFLT8MGTF

@Zis-ter
Copy link

Zis-ter commented May 9, 2024

HSR: 2A2AE69EG75B

@obamajoebidens1
Copy link

honkai PS3SFPR7WHZ7

@NyaShinn1204
Copy link

HSR: 9AJBWNQ4AY8X
HSR: ZB2AEP94ALQK

@L3-M
Copy link

L3-M commented May 9, 2024

ET2SFN5MF8SF

@zxcqirara
Copy link

ZB2SX62EXWZB

@zxcqirara
Copy link

patched?

Badge Isn't obtainable anymore

Why do u think so?

@dx9scope
Copy link

dx9scope commented May 9, 2024

honkai XBJBX62PLPUT

@savoie7304
Copy link

ZAJAX7HAMVJF Honkai
CB3CZZVQZRT9 Genshin

Enjoy !

@playgamesgo
Copy link

WT3UHPT5BAQV Genshin
ZS2TEPFNBZ2P Honkai

@17YL3
Copy link

17YL3 commented May 9, 2024

Honkai - PBJBFNWRCV23
Genshin - CS2UH4B5MFMD

@MarblezGas
Copy link

genshin: XAKDGPVV2BF5
honkai: MAJSWNDFGA4F

@Kennyz-McCormick
Copy link

Code for The Finals..?

@OnePunchMan2718
Copy link

OnePunchMan2718 commented May 9, 2024

Honkai: TT3AFPKZ4NTX

@0m3g4Dev
Copy link

0m3g4Dev commented May 9, 2024

This no longer works in browser. Use the desktop app!

@hoyazin
Copy link

hoyazin commented May 9, 2024

This no longer works in browser. Use the desktop app!

how??

@EmK530
Copy link

EmK530 commented May 9, 2024

how??

in the FAQ they have linked this as one of the methods
check the top comment to see how you can enable dev console

@hoyazin
Copy link

hoyazin commented May 9, 2024

how??

in the FAQ they have linked this as one of the methods check the top comment to see how you can enable dev console

im using arch linux tho

@bestcoderboy
Copy link

how is this working for everyone on desktop app? i'm getting the initial messages but not the Quest progress: in the console

@ternera
Copy link

ternera commented May 9, 2024

Not going to use it, so here is a Honkai key for someone: ZAKSTVK92GB7

@pofaknamak
Copy link

genshin: JT2DHR97MRN5
honkai: QTKATVGHYGTK

@Wasim-jr
Copy link

Wasim-jr commented May 9, 2024

Hello, how do u use the desktop app for this? can someone help me, my discord is @wasim

@kaizen141
Copy link

honkai: BBJSAUNC4BSB

@kaizen141
Copy link

honkai: HTJATVNNE9LX

@DanceTillPee
Copy link

honkai: 2BKBTUPPBB9P

@DanceTillPee
Copy link

honkai: BBJTSC78SLMT

@enderx0n
Copy link

does this work for honkai also?

@aamiaa
Copy link
Author

aamiaa commented May 10, 2024

yes

@micro2547
Copy link

is there ANY way i can remove the badge i changed my mind really quick lmao

@aamiaa
Copy link
Author

aamiaa commented May 10, 2024

Not at the moment

@DuolaD
Copy link

DuolaD commented May 10, 2024

Thanks you,you save my life.

@a2hg
Copy link

a2hg commented May 10, 2024

its not working, i did everything that it said to do

@heychris04
Copy link

Who has the code?

@heychris04
Copy link

is there ANY way i can remove the badge i changed my mind really quick lmao

Do you have the code I want that badge

@LifelikeRylie
Copy link

7A2TTU46YGVT Honkai

@DuolaD
Copy link

DuolaD commented May 10, 2024

its not working, i did everything that it said to do

See FAQ

@soulvlrt
Copy link

anyone got a code?

@soulvlrt
Copy link

honkai: BBJTSC78SLMT

do you have another code? for honkai

@Not-A-Bird-07
Copy link

honkai: MT2ABC5MHCCX

@FilipBoe
Copy link

honkai: GBKT9RWH7TSX

@YannickFuereder
Copy link

honkai: 2BJA88WBYWY3

@Merbuz
Copy link

Merbuz commented May 10, 2024

honkai: 4TKS98WAVRNT
thanks you, author

@ant4536
Copy link

ant4536 commented May 10, 2024

Honkai: QTJARRESN22P
I'm sure someone wants it

@ssaeza
Copy link

ssaeza commented May 10, 2024

Genshin :
5A3DZKW7GX7D
7S3CG3WPQVXM

Honkai :
QBKTR9XCFPHT
RB3T88XT7LEX

@Variable1485
Copy link

honkai: RAJA98WA2AE7

@kaizen141
Copy link

honkai: BBJTSC78SLMT

do you have another code? for honkai

nope

@rorixpatrick
Copy link

Honkai : 8AJSAU2W2LBP

@RizzyD
Copy link

RizzyD commented May 10, 2024

Honkai Codes for Humans: 8B3BTDKH2PM7

@EJoyi221
Copy link

Does anyone still have the code for honkai? I can't do it!!! Helpppp

@lopyo-art
Copy link

Does anyone still have the code for honkai? I can't do it!!! Helpppp

there you go : YSJSTD2UDMZ7

@EJoyi221
Copy link

Does anyone still have the code for honkai? I can't do it!!! Helpppp

there you go : YSJSTD2UDMZ7

Thank you but maybe the code is wrong so I can't enter it😭

@heychris04
Copy link

Does anyone still have the code for honkai for me

@nixielectra
Copy link

Honkai: HSJTQQ8TS9V3

@yahyaa0
Copy link

yahyaa0 commented May 10, 2024

pls i want code honkai

@heychris04
Copy link

Honkai: HSJTQQ8TS9V3

Thanks

@Sandvic1
Copy link

Does anyone still have the code for honkai for me ?

@Conkley
Copy link

Conkley commented May 10, 2024

Does anyone still have the code for honkai for me ?

3B2STU4KTL6T

And Genshin one:

LB3UH2R3KUTD

@yahyaa0
Copy link

yahyaa0 commented May 10, 2024

DOESNT WORK

@OniorR
Copy link

OniorR commented May 10, 2024

Can someone give me a code for honkai?

@gsjfj
Copy link

gsjfj commented May 10, 2024

Honkai: BA3TTVGPUJVB

@OniorR
Copy link

OniorR commented May 10, 2024

why does it says invalid

@headxrc
Copy link

headxrc commented May 10, 2024

Honkai: 9B3TBVH8NU5K

@OniorR
Copy link

OniorR commented May 10, 2024

how do i redeem this bro?
its says invalid

@apt9002
Copy link

apt9002 commented May 10, 2024

still work?

@OniorR
Copy link

OniorR commented May 10, 2024

still work?

not anymore

@apt9002
Copy link

apt9002 commented May 10, 2024

why it says undefined

@apt9002
Copy link

apt9002 commented May 10, 2024

still work?

not anymore

sad

@Blackberrii
Copy link

Blackberrii commented May 10, 2024

still work?

not anymore

sad

I just used it and it's working fine.
got the badge no problem

Code for Honkai: 5SKSAVH43VNK
for whoever wants it

@AverageBum
Copy link

Code for Honkai: LT3TSCEWSVZP
And I never gave away my Genshin code so heres that one too: QA2VZPSW4XPV

@Skijearz
Copy link

Honkai: 4TJABVWW9JH7

@Jo3sDX
Copy link

Jo3sDX commented May 10, 2024

honkai code for the nerds ZS2AR8NENCVT

@Arsh-Arnav
Copy link

Arsh-Arnav commented May 10, 2024

anyone want honkai code the here it is plz thank me:- RSJTQR7HXAGK

@awangelo
Copy link

genshin: GS3VY62A8HGR

@MementoDaMori
Copy link

I cant do it, Anybody got a Honkai code?

@Arsh-Arnav
Copy link

I cant do it, Anybody got a Honkai code?

RSJTQR7HXAGK

@AushrewIsBae
Copy link

Honaki: VTJB9QPTC3VP

@MementoDaMori
Copy link

These are both invalid tho

@Sharmaps1757
Copy link

MAJTBUWSRK3B reply if you claim :)

@soulvlrt
Copy link

bro the code doesnt give youy the badge yall are stupid

@soulvlrt
Copy link

it gives u ingame rewards

@23ovii
Copy link

23ovii commented May 10, 2024

LBJBQQPT9TZP

@Rusiokas
Copy link

6TJTAUFCY7AP

@Toskan4134
Copy link

5BKTR8PT4DE3

@1CM
Copy link

1CM commented May 10, 2024

Honkai:
US2BQ9NUWAPT

@Oligaming
Copy link

Honkai code : 2A3T9Q66243F

@PleaseHelp758474293
Copy link

for anyone who cant open the DevTools on mac. (if you did all the previous steps) turns out that the keyboard shortcut is command+option+i and not command+shift+i

@Arsh-Arnav
Copy link

for anyone who cant open the DevTools on mac. (if you did all the previous steps) turns out that the keyboard shortcut is command+option+i and not command+shift+i

https://www.youtube.com/watch?v=MV33-XB0gss
you can check his pinned comments

@Phinknz
Copy link

Phinknz commented May 10, 2024

Genshin Impact:
3BJVHG8VN8NR

Honkai Star Rail:
YT3T98638RGX

@DimKonta
Copy link

Honkai code
:WBJTACW4TDZB

@apt9002
Copy link

apt9002 commented May 11, 2024

code works?

@hypenage
Copy link

free honkai code: KA2T8Q5FRUZB
go crazy

@Insomniac05
Copy link

Insomniac05 commented May 11, 2024

Honkai Codes : GA3BR8LZ4Z3P, XB2SR94YK5RF

@8bitblock
Copy link

still work?

i litterly just used it

  1. you need someone in a vc with you watching your steam play a game if it doesnt show up at first
  2. wait 15 mins
  3. get badge
  4. prey no one saw that you where "playing" honki (or the other cringe games they pick)

@nolucid
Copy link

nolucid commented May 11, 2024

free honkai hooray: CBJS98MASE2K

@SARJC72752
Copy link

Honkai Star rail code

XA2SRRLTKE4K :)

@searinminecraft
Copy link

Here you go degenerates: UA2TQR5DREFF

- Ryo :3

@khalil-hamidani
Copy link

Honkai : DBJS8R5P5DT7

@TazeXL
Copy link

TazeXL commented May 11, 2024

patched?

nop still working im doing it rn

@RetroDogo
Copy link

for some reason every time i do it, it keeps saying "undefined" right after the warning text telling you to join on an alt wtfff

@8bitblock
Copy link

for some reason every time i do it, it keeps saying "undefined" right after the warning text telling you to join on an alt wtfff

its doing that because the code you input isnt defined in the code orignaly it will still work and make sure you have an alt in the call to "watch" the stream

@xPapy
Copy link

xPapy commented May 11, 2024

'' This no longer works in browser. Use the desktop app!'' how i use this code

@dreyware
Copy link

Honkai code for you: FBJTQRKSD7Y7

@8bitblock
Copy link

'' This no longer works in browser. Use the desktop app!'' how i use this code

have developer options on in discord app then hit ctrl+shift+i and do it then

@galaxyaiclub
Copy link

7B2STVC95EXX

@emrcaca
Copy link

emrcaca commented May 12, 2024

Honkai code 1: CAJBSVU8RUBF
Honkai code 2: JSJTQRHT3RQT
Honkai code 3: VA3BRQYS3DKP
Honkai code 4: TA2TSDC9LVNX
Honkai code 5: DTKSBUD3G797
Honkai code 6: VT2ABVUJC32B

@YousseffAB
Copy link

yo, also works with the new mission? for me it doesnt.

@Ma110w
Copy link

Ma110w commented May 12, 2024

yeah, i guess they patched it again, as currently even though im using the discord app, it claims im in the browser

@Ma110w
Copy link

Ma110w commented May 12, 2024

if you had my issue just swap to PTB, it seems to work flawlessly

@YousseffAB
Copy link

YousseffAB commented May 12, 2024 via email

@putmeinagrave
Copy link

Honkai: RB3BSVTZNVN3

@asxtroz
Copy link

asxtroz commented May 12, 2024

honkai: XSJBRQGCC28B

@SmartGuy09
Copy link

For Honkai
RSKA9RGD59T7

but seriously who tf play this game

@MrPiggy105
Copy link

This works (if you follow the instructions). For those badge goblins, the badge has been discontinued :(

The JavaScript works by spoofing the stream so make sure you are on the Desktop App and are streaming any window. (does not have to be named anything).

@apt9002
Copy link

apt9002 commented May 12, 2024

This works (if you follow the instructions). For those badge goblins, the badge has been discontinued :(

The JavaScript works by spoofing the stream so make sure you are on the Desktop App and are streaming any window. (does not have to be named anything).

thank you so much man, it worked!

@vmprs
Copy link

vmprs commented May 12, 2024

idk who plays this game but here
FBJA8RGQZE5P

@apt9002
Copy link

apt9002 commented May 12, 2024

Honkai code:
2B3ARRY74YW3
3SKT98G73MC7

@R-udren
Copy link

R-udren commented May 12, 2024

Honkai: QA3S8QGR5J6B

@R-udren
Copy link

R-udren commented May 12, 2024

'' This no longer works in browser. Use the desktop app!'' how i use this code

Try some discord clients such as Vencord where you can turn on developer console

@ahmedhoosam
Copy link

RBKSR9G2X9QT
LTKB9QH2W6BK

@omegion3
Copy link

Honkai: SAKB89ZJVQ3K

@Anonim-Anonim
Copy link

Now it always shows that I am streaming this game. How to remove it? Help me please.

@aamiaa
Copy link
Author

aamiaa commented May 12, 2024

Now it always shows that I am streaming this game. How to remove it? Help me please.

Restart discord

@azurexxxx
Copy link

Honkai code for u <3
3T3BBDBBJ9V7

@xm4r1us
Copy link

xm4r1us commented May 12, 2024

i pasted and didnt get any err but not responding after 15min. Im using ubuntu version of discord.

@GSaelor
Copy link

GSaelor commented May 12, 2024

You are welcome
LBJSBVSNF8NK

@MythicHH
Copy link

Honkai code: QB2TTUSQCSQF

@123SONIC321
Copy link

Honkai code: 3AJABUA2AWXB

@p4n-dev
Copy link

p4n-dev commented May 12, 2024

Dropping my code here since I dont play the game:
XSJCHFSY6S9Z

@Benlu-ca
Copy link

Honkai code: 9A2BBHAVCJU3

@BoomBoomMushroom
Copy link

Honkai code: UBKB9RX3NKHT

@Shrapnel-118
Copy link

RA3AR9VFSJAT

@Qusaidsaidsoadioa
Copy link

I'm really tired and I don't know how to take the badge
('' This no longer works in browser. Use the desktop app!'')
If someone can help me, please provide the information in detail so that I can apply them in order.

@aix05
Copy link

aix05 commented May 13, 2024

@Qusaidsaidsoadioa This no longer works in browser! You can download "Discord PTB".
Click:View >Developer >Toggle Developer Tools

@Qusaidsaidsoadioa
Copy link

@Qusaidsaidsoadioa This no longer works in browser! You can download "Discord PTB". Click:View >Developer >Toggle Developer Tools
man ty now i have it <3

@Qusaidsaidsoadioa
Copy link

ZAKASE8CEV2B

@Tr0llie
Copy link

Tr0llie commented May 13, 2024

HonKai_Star_Rail_Code = "HA2SSY5T6MBP"

@zeff9801
Copy link

Honkai code: VAJSQ9CBHD4P

@itzL1m4k
Copy link

ABKA9RCCVD97

@Glan51
Copy link

Glan51 commented May 13, 2024

Honkai: GT2ATZ5NYU5B

@XenusDev
Copy link

If someone can help me, please provide the information in detail so that I can apply them in order.

use this way on Client Version

@GamingWubba93
Copy link

Here are the following codes:

  • Genshin Impact: GB2VYKLTMSJZ
  • Honkai Star Rail: XT3S99C6NNCF

@ardaltunel
Copy link

ardaltunel commented May 14, 2024

Honkai Star Rail: 5T2SQRDRYP93
PUBG: U01743-0ZF5-3IJU-1I0PZ

@CIuttch
Copy link

CIuttch commented May 14, 2024

ZA2TR8D8DP7F

Honkai Star Rail Code!!!

@UniWest
Copy link

UniWest commented May 14, 2024

DT3TTZLJXTHP honkai code

@hidudes1232
Copy link

How do i do this on the app cuz it says it dosent work on the browser anymore. Ive tried the browser and dosnet work. How am i supposed to do this on the desktop app?

@candestan
Copy link

Honkai: 9B2SSH3E2WBF

@8venn
Copy link

8venn commented May 14, 2024

if it doesnt work for anyone:
(THIS IS PC)

  1. i think you have to download vencord to get it in app but im not sure.
  2. when in the discord app, make sure to have 1 alt together with you in the vc, which is watching the stream.
  3. click ctrl + shift + i to open console.
  4. paste the code. if the code doesnt work, paste the raw code, this worked for me. (to get the raw code click "raw" on the top of the code)
  5. then wait 15 minutes!
    NOTE: this worked for me, it might not work for everyone.

@xPapy
Copy link

xPapy commented May 14, 2024

hepinizin amına koyim

noldu la

@Novakym
Copy link

Novakym commented May 14, 2024

free genshin impact code : 5TKUZ25AL5AH

@Novakym
Copy link

Novakym commented May 14, 2024

Honkai: PAKBSGKPG89X

@Novakym
Copy link

Novakym commented May 14, 2024

PUBG : U01743-00GL-20V0-30K5G

@Abelkrijgtalles
Copy link

Honkai: CB3BTYJ687YF

@ZuhuInc
Copy link

ZuhuInc commented May 14, 2024

i just checked if it could be done with a bot instead of a alt and that works 2

@playgamesgo
Copy link

PUBG: U01743-0606-ARKC-PQERQ

@luxima-dev
Copy link

Honkai Impact Star Rail code: FAJTQ9CSX8KT

Enjoy it ❤️✨

@luxima-dev
Copy link

PUBG code: U01743-0BLF-BX1L-5VO69

Enjoy!

@TheSrBig
Copy link

Honkai Code: QAKSBGK8KXBF

@chadexe
Copy link

chadexe commented May 14, 2024

I have tried every discord client, and betterdiscord, vencord and cant get the dev console/element inspect opened (Ctrl + Shift + I)

@ccsimplyspolit
Copy link

I have tried every discord client, and betterdiscord, vencord and cant get the dev console/element inspect opened (Ctrl + Shift + I)
use this to enable DevTools on stable

@TwoPointInfinity
Copy link

pubg "og is back" pack
code: U01743-0Y27-1ECE-V6VAU

@MkevinF
Copy link

MkevinF commented May 14, 2024

Thanks, it really works.

Honkai Code: 2SKTSY32L863

Genshin Impact: GB2UG74WNXD5

PUBG: U01743-13I9-R8EJ-8ZZZM

@Icee1
Copy link

Icee1 commented May 14, 2024

HSR Code: 9B2ASZ24GS4P
thanks for the thingy!

@ZanoxQc
Copy link

ZanoxQc commented May 15, 2024

@ZanoxQc
Copy link

ZanoxQc commented May 15, 2024

How to make it work on Discord App

Do Win + R then type %appdata%

Then Open :
discord/settings.json with a text editor or VSC

In Settings add
"DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true

Reboot Ur Client ( Close completely discord then open it back )

Claim the quest et start a stream with at least another Friends or alt ( They Don't Need to watch it )

Hit Ctrl + Shift + I

Go in console then paste the code ( Make sure you copied all of it )

Wait t'ill it complete then ur good to go for all of the oder quest

@GarnishBoi
Copy link

Honkai Star Rail code: EBJABGKL35ST

@chadexe
Copy link

chadexe commented May 15, 2024

I have tried every discord client, and betterdiscord, vencord and cant get the dev console/element inspect opened (Ctrl + Shift + I)
use this to enable DevTools on stable

Done that already over 15th times

@Faris0520
Copy link

Just download Discord PTB / Beta. It will works

@se2ndDude
Copy link

PUBG: U01743-1WSD-8W0U-GLGNT

@Shroomisle
Copy link

Pubg code: U01743-1XBT-I73N-RF1WS

@MahmoudAli96505
Copy link

Pubg code: U01743-210P-4UYP-QHVNF

@asxtroz
Copy link

asxtroz commented May 15, 2024

Pubg : U01743-21IF-EYBZ-GX74P

@TracGlader
Copy link

HONKAI: STJBBXG2AE87

@aceyx3
Copy link

aceyx3 commented May 15, 2024

U01743-299L-GE4H-EOH0B - PUBG

@soldierguy
Copy link

PUBG code if anyone wants it U01743-2QO7-LSX7-3UCJE

@dx9scope
Copy link

pubg U01743-3538-QQPU-EH8KV

@Conkley
Copy link

Conkley commented May 15, 2024

PUBG U01743-3918-JBF7-T4S0H

@pofaknamak
Copy link

PUBG : U01743-4494-U7FC-OQLD4

@Abelkrijgtalles
Copy link

PUBG: U01743-4GO6-YVB7-WMJZV

@pleasegiverocket
Copy link

PUBG: U01743-5191-8VWW-STXK6

@valentineu0
Copy link

It's really great that this code works in all quests.

@atouu
Copy link

atouu commented May 15, 2024

PUBG: U01743-5AX4-PQ0V-WCMPP

@Glan51
Copy link

Glan51 commented May 15, 2024

PUBG: U01743-5N4Y-2XM6-U0SG7

@vmprs
Copy link

vmprs commented May 15, 2024

U01743-5NAZ-CZV9-JJCHD - PUBG

@Speedyu
Copy link

Speedyu commented May 15, 2024

I have tried every discord client, and betterdiscord, vencord and cant get the dev console/element inspect opened (Ctrl + Shift + I)

If you have AMD probably the shortcut for screenshot is interfering with the console shortcut. Try and disable the hotkey

@Dadan2002
Copy link

I would be the happiest dude if anyone could help me make the pubg quest, pleasee
here is my discord : justfullofsecrets with cat pfp

@ItsDevilCrossy69
Copy link

U01743-6104-LPD1-LHSKF PUBG

@ItsDevilCrossy69
Copy link

And Honkai: STJTRRD4D6BK

@AxB2002
Copy link

AxB2002 commented May 15, 2024

I have tried every discord client, and betterdiscord, vencord and cant get the dev console/element inspect opened (Ctrl + Shift + I)

Its working for me:

  • Completely close discord via the task manager
  • Win+R -> %appdata%\discord
  • Find settings.json and open it
  • Delete everything, add the following lines:
    {
    "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true,
    "chromiumSwitches": {}
    }
  • Relaucnh discord app and press Ctrl+Shift+I

Voilà :)

@Shakiozz
Copy link

Honkai Code: RBKS9QBY8MHT

@blackrider6066
Copy link

blackrider6066 commented May 16, 2024

Will it still work if I accept 2 quests together?

also, this isn't working even though I'm using discord clinet
if (!isApp) {
console.log("This no longer works in browser. Use the desktop app!")

@AxB2002
Copy link

AxB2002 commented May 16, 2024

Will it still work if I accept 2 quests together?

It will not do all the quest at the same time.
Finish one and then reload the script for the second quest

@OnePunchMan2718
Copy link

Pubg: U01743-74SX-Q4WM-SCG3O

@aix05
Copy link

aix05 commented May 16, 2024

PUBG: U01743-7GVF-ERL2-BYE18

@JosamX
Copy link

JosamX commented May 16, 2024

Honkai: 9S2ATZYH38RF

@TBTech205
Copy link

Honkai Star Rail code: 9TJATYGAP2BB

@Tr0llie
Copy link

Tr0llie commented May 16, 2024

Note

if im not wrong, discord recently fix it so that u can't do it with a music bot anymore, you need an alt that is watching the stream for it to progress.
If it does still work, please correct me, but as far as i know, someone needs to be watching the stream

@blakewitha4
Copy link

it still works if you do it in discord. for people having problems what i did was just delete
(its at the very end of the code) and make sure to add back the "}" so the code works
console.log(Spoofed your stream to ${quest.config.applicationName}. Stay in vc for ${Math.ceil(quest.config.streamDurationRequirementMinutes - (quest.userStatus?.streamProgressSeconds ?? 0) / 60)} more minutes.)
console.log("Remember that you need at least 1 other person to be in the vc!")
}

@Tr0llie
Copy link

Tr0llie commented May 17, 2024

it still works if you do it in discord. for people having problems what i did was just delete (its at the very end of the code) and make sure to add back the "}" so the code works console.log(Spoofed your stream to ${quest.config.applicationName}. Stay in vc for ${Math.ceil(quest.config.streamDurationRequirementMinutes - (quest.userStatus?.streamProgressSeconds ?? 0) / 60)} more minutes.) console.log("Remember that you need at least 1 other person to be in the vc!") }

per your comment, i am not sure what you're tryn to imply, it still work with a music bot? because i tried it on multiple account and it does not work anymore

@x-xhai
Copy link

x-xhai commented May 17, 2024

HONKAI:

HSKT8RAA6FTF

@nixielectra
Copy link

PUBG: U01743-9V5K-P5ZM-C8N84

@WilkorPLYT
Copy link

WilkorPLYT commented May 17, 2024

Genshin:

MA3TTWQ8YKFB

@arpan-khan
Copy link

PUBG: U01743-A6WL-S6SY-MT9HB

@MrBaconHat
Copy link

how do i use this script on desktop? can anyone guide me?

@TropicalBeach
Copy link

U01743-AO3C-51B7-1LYVI pubg reward

@aamiaa
Copy link
Author

aamiaa commented May 17, 2024

how do i use this script on desktop? can anyone guide me?

Yes. You'll find a guide at the top of the page.

@truja000
Copy link

not workin??

@BubblzxD
Copy link

How do i disable this from my console its making my discord slow dm me on discord B3bblz @aamiaa

@aamiaa
Copy link
Author

aamiaa commented May 17, 2024

what
it can't make your discord slow, it just overwrites an existing function

@Abd1lle
Copy link

Abd1lle commented May 18, 2024

Honkai: RAKATFNF3ZHX

@sealldeveloper
Copy link

Working great, thank you!

@misike12
Copy link

Honkai: YBKSSAJ38TEK

@sealldeveloper
Copy link

Honkai Star Rail: 5SKBBB32DJMK
PUBG: U01743-BPMD-AA8M-VJ51M

@searinminecraft
Copy link

searinminecraft commented May 18, 2024

I don't have any friends that play PUBG so here: U01743-BPD2-WX42-711VR

- Ryo again :3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment