|
|
Post by AnthroHeart on 3 hours ago
I encoded the following Python script into the following QR Code. The intention is "I am a 5D Light Being." The QR Code with the Python code encoded is stronger than just encoding the intention, but it's not as strong as running ServitorConnect.
So if you want a static QR Code image that is like running the ServitorConnect, you can use QR Code Monkey
It's like the Universe runs it in the image. After about 5 mins it's about 7/10 strength. ServitorConnect CLIv3 hits 9/10 strength.
Text encoded into QR Code:
import time
intention = "I am a 5D Light Being." repeats = 88888888
while True: for _ in range(repeats): intention_value = intention time.sleep(3600)
QR Code:
|
|
|
|
Post by AnthroHeart on 3 hours ago
I tested by creating a QR Code that removes the one-hour pause and it got significantly weaker.
So somehow the Universe is running the Python code that's encoded in the QR Code.
|
|
|
|
Post by AnthroHeart on 3 hours ago
A Multihashed QR Code when done enough is like the Python QR Code.
This one on the left is for Amethyst. On the right is the Python QR Code. The Amethyst feels about as strong as the Python QR Code.
They go back and forth about which one feels stronger.
But it takes a few mins to encode the hash for this for the Amethyst one. If I recall this was 100k reps @ 1000 Hash Levels.
|
|
|
|
Post by AnthroHeart on about an hour ago
I made some small modifications to my Python code, and now the QR Code feels stronger than running the Python code. I'm now using a mantra and the infinity and the Om (Absolute) symbols.
Python Code:
import time
intention = "I am a 5D Light Being." mantra = "Om Mani Padme Hum" symbol = "∞ॐ"
repeats = 88888888
while True: for _ in range(repeats): amplified_intention = f"{intention} {symbol} {mantra}" intention_value = amplified_intention time.sleep(3600)
QR Code:
The ServitorConnect feels like 9/10 and this feels like 8/10 strength.
The intention is now "I am a 5D Light Being. ∞ॐ Om Mani Padme Hum"
It's strong enough that I can't look at it for too long.
|
|