TeamSpeak 5.0.0-beta.12.offline

fyfywka

TeamSpeak Developer
Contributor
Joined
Sep 10, 2015
Messages
147
Reaction score
140
Points
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
    main-e69f192deef7751667c5.zip
    362.9 KB · Views: 417
Last edited:

jorge007

Member
Joined
Sep 13, 2016
Messages
26
Reaction score
32
Points
60
going to try

btw are u god?

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

fyfywka

TeamSpeak Developer
Contributor
Joined
Sep 10, 2015
Messages
147
Reaction score
140
Points
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
Joined
Sep 10, 2015
Messages
147
Reaction score
140
Points
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
Joined
Oct 28, 2015
Messages
411
Reaction score
253
Points
178
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
Seems its patched rn gonna check it
 

kalle

high minded
Contributor
Joined
Oct 28, 2015
Messages
411
Reaction score
253
Points
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
Joined
Sep 10, 2015
Messages
147
Reaction score
140
Points
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
 

BIOS

Knowledge Seeker
VIP
Joined
Oct 10, 2015
Messages
447
Reaction score
848
Points
208
Update 5.0.0-beta.3 released
 

erzix

Member
Joined
Sep 1, 2016
Messages
0
Reaction score
0
Points
33
does this beta-2 offline work for you?

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

Update 5.0.0-beta.3 released

does this beta-2 offline work for you?
 
Last edited:

EdisonJwa

CipherSpeak Developer
Joined
Aug 26, 2018
Messages
7
Reaction score
1
Points
36
it works but seems cannot connect to the server
 

BIOS

Knowledge Seeker
VIP
Joined
Oct 10, 2015
Messages
447
Reaction score
848
Points
208
does this beta-2 offline work for you?

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



does this beta-2 offline work for you?

i dont know

i have an beta badge
 
Top