Skip to content

Commit

Permalink
ALTV-469 (#107)
Browse files Browse the repository at this point in the history
* ALTV-469 fixed "i" to "I"

ALTV-469 fixed "h" to "H"

ALTV-469 changed GetHwidProtHash() to Gethwid3()

ALTV-469 fixed GetHwIdProtHash

ALTV-469 fixed build

ALTV-469 Add interface for protected HWID

* ALTV-469 set GetHwId3 to GetHwid3

---------

Co-authored-by: Oleg Trofimov <[email protected]>
Co-authored-by: OlegT <[email protected]>
  • Loading branch information
3 people authored Dec 26, 2024
1 parent adde7a8 commit 5507727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions objects/IPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ namespace alt
virtual std::string GetSocialClubName() const = 0;
virtual uint64_t GetHwidHash() const = 0;
virtual uint64_t GetHwidExHash() const = 0;
virtual std::string GetHwid3() const = 0;
virtual std::string GetAuthToken() const = 0;
virtual int64_t GetDiscordId() const = 0;

Expand Down
1 change: 1 addition & 0 deletions script-objects/IConnectionInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ namespace alt
virtual std::string GetSocialName() const = 0;
virtual uint64_t GetHwIdHash() const = 0;
virtual uint64_t GetHwIdExHash() const = 0;
virtual std::string GetHwid3() const = 0;
virtual std::string GetAuthToken() const = 0;
virtual bool GetIsDebug() const = 0;
virtual std::string GetBranch() const = 0;
Expand Down

0 comments on commit 5507727

Please sign in to comment.