Replies: 4 comments 15 replies
-
Spoofing desktop Not possible in safe way const client = new Client({
http: {
headers: {
'Accept-Language': 'en-US',
'User-Agent': 'Discord-Android/126021',
},
},
ws: {
properties: {
browser: 'Discord Android',
browser_user_agent: 'Discord-Android/126021',
client_build_number: 126021,
client_version: '126.21 - Stable',
device: 'sdk_gphone64_x86_64, sdk_gphone64_x86_64',
os: 'Android',
os_sdk_version: '33',
os_version: '13',
system_locale: 'en-US',
accessibility_support_enabled: false,
accessibility_features: 128,
client_performance_cpu: 11,
client_performance_memory: 246220,
cpu_core_count: 4,
},
},
}); |
Beta Was this translation helpful? Give feedback.
2 replies
-
We need that! |
Beta Was this translation helpful? Give feedback.
6 replies
-
Try this code. It works fine for me const client = new Client({
ws: {
properties: {
//* Discord iOS: Shows as mobile
//* Discord Client: Shows as desktop
browser: 'Discord iOS',
},
},
}); |
Beta Was this translation helpful? Give feedback.
3 replies
-
What about spoofing PS5 status? is that even possible? lol |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The ability to spoof your device so you are logged in on mobile, desktop. As of currently the default seems to be a chrome browser.
Beta Was this translation helpful? Give feedback.
All reactions