TeamSpeak 5.0.0-beta.12.offline

fyfywka

TeamSpeak Developer
Contributor
Sep 10, 2015
147
140
158
You will not be able to access the server, add or write to friends and everything else that is connected to the Internet.

1. Install clinet
TeamSpeak 5 Client Windows:
TeamSpeak 5 Client Mac
TeamSpeak 5 Client Linux

2. Log in and disable the client
3. Edit \TeamSpeak\html\client_ui\main-*.js
delete line ~28655-28661
Code:
const e = _.default.account.status.value === p.a.connected && _.default.account.state !== _.AccountState.SetupRequired,
t = _.default.account.status.value === p.a.disconnected && _.default.account.state !== _.AccountState.SetupRequired,
n = _.default.account.status.value === p.a.pseudo_connected && _.default.account.state !== _.AccountState.SetupRequired;
(null === _.default.account.data || !_.default.account.data.permissions.includes("beta")) && (t || n || e) ? this.pushFullscreenQueueItem({
identifier: "beta-badge-required",
component: z
}): w.info("Not presenting beta badge interface")

5.0.0-beta.12 main-e69f192deef7751667c5.zip
4. Run client
 

Attachments

  • s-19-10-5fdiy1qYQnMtRiS5LMd4.png
    s-19-10-5fdiy1qYQnMtRiS5LMd4.png
    104.7 KB · Views: 1,763
  • s-19-10-G7jlulfwQG6rWN71t0qU.png
    s-19-10-G7jlulfwQG6rWN71t0qU.png
    48.8 KB · Views: 1,593
  • main-e69f192deef7751667c5.zip
    362.9 KB · Views: 415
Last edited:

jorge007

Member
Sep 13, 2016
26
32
60
going to try

btw are u god?

edit: works but can't connect to servers
 
Last edited:

fyfywka

TeamSpeak Developer
Contributor
Sep 10, 2015
147
140
158
it may be possible to do online but this is not accurate, since the client processing on the server side
Code:
Server permission denied
 

fyfywka

TeamSpeak Developer
Contributor
Sep 10, 2015
147
140
158
maybe this is due to today's update, I'll check it out soon

---- Automatically Merged Double Post ----

I updated for 5.0.0-beta.2
 
Last edited:

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
I got stuck on some point in ur new file so when I click login nothing happened. Just edited lines 22091 with this and it works.
JavaScript:
            LoginAccount(e, t) {
                return new Promise((n, i) => {
                    tsclient_internal.loginAccount(e, t, (e, t) => {
                        e === r.c.LoginOk ? (0 !== t.length && (this.backup_key.value = t), n()) : (0 !== t.length && (this.backup_key.value = t), n())
                    })
                })
            }
 

fyfywka

TeamSpeak Developer
Contributor
Sep 10, 2015
147
140
158
I got stuck on some point in ur new file so when I click login nothing happened. Just edited lines 22091 with this and it works.
JavaScript:
            LoginAccount(e, t) {
                return new Promise((n, i) => {
                    tsclient_internal.loginAccount(e, t, (e, t) => {
                        e === r.c.LoginOk ? (0 !== t.length && (this.backup_key.value = t), n()) : (0 !== t.length && (this.backup_key.value = t), n())
                    })
                })
            }
maybe it's because I logged in first and then fixed the file
 
Top