Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Update utilities.py #3

Merged
merged 1 commit into from
Aug 6, 2016
Merged

Update utilities.py #3

merged 1 commit into from
Aug 6, 2016

Conversation

cheesynoob
Copy link
Contributor

Added functions to generate the hashes and hashArray required for u6

Added functions to generate the hashes and hashArray required for u6
@cheesynoob cheesynoob merged commit d3d84df into master Aug 6, 2016

def generateRequests(requests): #u24
firstHash = xxhash.xxh64(bytearray(authticket), seed=0x1B845238).intdigest() #Hashing the auth ticket using static seed 0x1B845238
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

authticket is not defined here, did you mean to pass it as an argument?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

@cheesynoob cheesynoob deleted the cheesynoob-patch-1 branch August 6, 2016 19:14
Noctem referenced this pull request in Noctem/aiopogo Nov 6, 2016
Added FreeBSD. Visibly deprecated activate_signature so people can see they need to comment it out.
Noctem referenced this pull request in Noctem/aiopogo Nov 6, 2016
Added FreeBSD. Visibly deprecated activate_signature so people can see they need to comment it out.
davidakachaos referenced this pull request in davidakachaos/pgoapi Jul 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants