Lord Kayky Ramos

Results 22 comments of Lord Kayky Ramos

I am facing the same

@merbekta Did you succeeded on fixing this issue?

> Show the code you’re using to send messages Hello! My code? ```python def sendTextMessage(self, number, text): messageId = "3EB0"+binascii.hexlify(Random.get_random_bytes(8)).upper() messageTag = str(getTimestamp()) messageParams = {"key": {"fromMe": True, "remoteJid": number...

I am getting this message as well

Same here... Looks like WhatsApp is asking to update Google Chrome. :P

> [Above suggested solution](https://github.com/danielcardeenas/sulla/issues/299#issuecomment-619636010) still working fine for me. Note that in the solution by @iAnton you should replace `./session/` in the path with the actual name of your session....

> I think it has to do with whether you already have Chrome (the regular browser) running on your machine actually. If you don't have it running and you start...

I can confirm same issue here, even using both 3090/4090

Hi! I am following this topic as well. I am working on a Frida Script to bypass on iOS. If anybody interested, this is all I have so far: ```js...