@antanasdiscord said in I bought bass premium and fingerprint changer but it is not defined to collections:
@dnurullah5834 I have the same issue, did you find a fix to it?
answered in PM
Hey, I have code from this page:
new Fingerprint2().get(function(result, components) {
console.log(result) // a hash, representing your device fingerprint
console.log(components) // an array of FP components
})
And error in console: "Thread #1 : ReferenceError: Fingerprint2 is not defined"
What`s wrong?