Skip to content

Commit

Permalink
support old version, bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated committed Dec 30, 2020
1 parent 2eec595 commit 23a6e02
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crewlink",
"version": "1.2.0",
"version": "1.2.1",
"license": "GPL-3.0-or-later",
"description": "Free, open, Among Us proximity voice chat",
"repository": {
Expand Down
84 changes: 84 additions & 0 deletions src/main/offsetStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,90 @@ export interface IOffsets {
}

export default {
'lagz++MaYU+z5QoxU9US54EQe9HVGPo9rZ8DTisw8tc=': {
versionNumber: '2020.10.22',
versionSource: 'steam',
offsets: {
meetingHud: [21280716, 92, 0],
meetingHudCachePtr: [8],
meetingHudState: [132],
gameState: [21281584, 92, 0, 100],
hostId: [21281584, 92, 0, 68],
clientId: [21281584, 92, 0, 72],
allPlayersPtr: [21281328, 92, 0, 36],
allPlayers: [8],
playerCount: [12],
playerAddrPtr: 16,
exiledPlayerId: [255, 21280716, 92, 0, 148, 8],
gameCode: [20607324, 92, 0, 32, 40],
player: {
struct: [
{
type: 'SKIP',
skip: 8,
name: 'unused',
},
{
type: 'UINT',
name: 'id',
},
{
type: 'UINT',
name: 'name',
},
{
type: 'UINT',
name: 'color',
},
{
type: 'UINT',
name: 'hat',
},
{
type: 'UINT',
name: 'pet',
},
{
type: 'UINT',
name: 'skin',
},
{
type: 'UINT',
name: 'disconnected',
},
{
type: 'UINT',
name: 'taskPtr',
},
{
type: 'BYTE',
name: 'impostor',
},
{
type: 'BYTE',
name: 'dead',
},
{
type: 'SKIP',
skip: 2,
name: 'unused',
},
{
type: 'UINT',
name: 'objectPtr',
},
],
isLocal: [84],
localX: [96, 80],
localY: [96, 84],
remoteX: [96, 60],
remoteY: [96, 64],
bufferLength: 56,
offsets: [0, 0],
inVent: [49],
},
},
},
'CwEL0xldOcCJ3AGNg0suvSa6Z9L0nE6+pgioBPwJdbc=': {
versionNumber: '2020.12.9',
versionSource: 'steam',
Expand Down

0 comments on commit 23a6e02

Please sign in to comment.