Skip to content

Commit

Permalink
update ddnet
Browse files Browse the repository at this point in the history
  • Loading branch information
k-i-o committed Nov 9, 2024
1 parent 0fb7d9a commit a2b259e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dperx-reborn",
"version": "1.1.0",
"version": "1.1.2",
"description": "An Electron application with Vue and TypeScript",
"main": "./out/main/index.js",
"author": "kiocode",
Expand Down
8 changes: 4 additions & 4 deletions src/main/models/singletons/Offsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export class Offsets {
loadAllDefaultOffsets() {
this.profiles["DDNet"] = {
exeName: "DDNet.exe",
staticServerAddr: BigInt(0x5C1900),
staticClientAddr: BigInt(0x463C20),
staticServerAddr: BigInt(0x5C24C0),
staticClientAddr: BigInt(0x469C80),
client: {
aimX: BigInt(0x10),
aimY: BigInt(0x14),
Expand Down Expand Up @@ -98,8 +98,8 @@ export class Offsets {
case "DDNet":
this.profiles["DDNet"] = {
exeName: "DDNet.exe",
staticServerAddr: BigInt(0x5C1900),
staticClientAddr: BigInt(0x463C20),
staticServerAddr: BigInt(0x5C24C0),
staticClientAddr: BigInt(0x469C80),
client: {
aimX: BigInt(0x10),
aimY: BigInt(0x14),
Expand Down

0 comments on commit a2b259e

Please sign in to comment.