Intention Repeater Thread

These are the edits that I made and sent to him via email. I tried to attach the file to this post, but the forum won’t allow it. :frowning:

Summary

#Intention Repeater created by Thomas Sweet
#Updated 7/12/2020
#Repeats intention a million or more times per second
#Depending on the intensity chosen and the hardware capability.
#Python script. Run using: python3 intention_repeater.py
#Licensed under GNU General Public License v3.0
#https://choosealicense.com/licenses/gpl-3.0/

import time
from math import ceil, log10
import sys

def human_format(num):
num = float(’{:.3g}’.format(num))
magnitude = 0
while abs(num) >= 1000:
magnitude += 1
num /= 1000.0
return ‘{}{}’.format(’{:f}’.format(num).rstrip(‘0’).rstrip(’.’), [’’, ‘K’, ‘M’, ‘B’, ‘T’, ‘Q’][magnitude])

print(“Intention Repeater v4.0 software created by Thomas Sweet.\n”)
print(“This software comes with no guarantees or warranty of any kind.\n”)

list_write = []

intention = ‘’
intentionval = ‘’
coherence = ‘’
clear_interference = ‘’

while intention == ‘’:
intention = input("What is your intent?: ")

while coherence != ‘Y’ and coherence != ‘N’:
coherence = str.upper(input("Gut/Heart/Mind Coherence? [Stronger, but can be exhausting] (Y/N): "))

while clear_interference != ‘Y’ and clear_interference != ‘N’:
clear_interference = str.upper(input("Clear Interference? [More effective, but can be exhausting] (Y/N): "))

intensity = ‘’

#We want to cancel negative intentions. Regulate energy so that it doesn’t get overpowering.
#Choose the most effective and efficient path. And conclude with it is done on each iteration.
process_energy_statement = ‘BY GRACE. IN COOPERATION WITH FATHER GOD AND MOTHER GODDESS AND SOURCE. PURE ADAMANTINE PARTICLES OF LOVE/LIGHT. IN THE HIGHEST AND GREATEST GOOD OF ALL. REQUESTING AID FROM ALL BENEVOLENT BEINGS WHO ARE WILLING TO ASSIST. METATRON’‘S CUBE. 0010110. GREAT CENTRAL SUN. SOL. EARTH’‘S CRYSTAL GRID. CREATE STABILIZATION FIELD. CREATE ZONE OF MANIFESTATION. MANIFESTATION DIODE ARRAYS. BUBBLES. USE EVERY AVAILABLE RESOURCE (RESPECTING FREE WILL). MANIFEST ASAP AT HIGHEST DENSITY POSSIBLE INTO BEST DENSTIY FOR USER. CREATE STRUCTURE. 432HZ MANIFESTATION. CANCEL NEGATIVE INTENTIONS. PURIFY THE ENERGY. CLEAR THE BLOCKAGES. REGULATE AND BALANCE THE ENERGY. USE THE MOST EFFECTIVE PATH IN THE MOST EFFICIENT WAY. INTEGRATE THE ENERGY. PROCESS THE CHANGES. GROUNDED TO GAIA, CONNECTED TO SOURCE, INTEGRATING BOTH WITHIN THE SACRED HEART. IT IS DONE. SO SHALL IT BE. NOW RETURN A PORTION OF THE LOVE/LIGHT RECEIVED AND ACTIVATED BACK INTO THE HIGHER REALMS OF CREATION. I LOVE YOU AND THANK YOU.’

intentionval += intention + ’ ’ + process_energy_statement

if coherence == ‘Y’:
intentionval += ’ GUT/HEART/MIND COHERENCE WITH REPEATER.’

if clear_interference == ‘Y’:
intentionval += ’ CLEAR INTERFERENCE.’

benchmark = 0
start_time = float(time.time())

#See how many iterations the processor can run in one second.
while float(time.time()) - start_time < 1.0:
benchmark += 1
list_write.append(intentionval)

list_write.clear()

#Determine how many 0’s the benchmark number would equate to. Like 100k or a million or so iterations in a second.
#Add 1 for any partial million or 100k left over.
maxintensitylevel = ceil(log10(benchmark)) + 1

while intensity is not int:
try:
intensity = int(input(“Intensity [1-” + str(maxintensitylevel) + "]: "))
break
except ValueError:
print(“Please enter a valid intensity value.”)

if intensity > maxintensitylevel:
intensity = maxintensitylevel

if intensity < 1:
intensity = 1

if intensity == maxintensitylevel:
maxintensity = benchmark
else:
maxintensity = 10**(intensity-1)

num_writes = 0

print(“Press CTRL-C to stop running.\n”)

#Calculate how long it takes to run the number of iterations for level of intensity chosen.
start_time = float(time.time())
for d in range(maxintensity):
list_write.append(intentionval)

#If run the last second before midnight, benchmark again.
if float(time.time() - start_time) < 0:
list_write.clear()
for d in range(maxintensity):
list_write.append(intentionval)

sleeptime = 1.0 - float(time.time() - start_time)

list_write.clear()

#We write to memory a certain number of times to repeat the intention
try:
while True:
for d in range(maxintensity):
list_write.append(intentionval)
num_writes += 1
if num_writes % maxintensity == 0:
sys.stdout.write(’ ’ + time.strftime(’%H:%M:%S’, time.gmtime(int(num_writes/maxintensity))) + " [" + human_format(num_writes) + "] " + intention + ’ \r’)
sys.stdout.flush()
list_write.clear()
if sleeptime > 0:
time.sleep(sleeptime)

except KeyboardInterrupt:
pass

print("\nIntention repeated " + human_format(num_writes) + " times. IT IS DONE.")

list_write.clear()

7 Likes

In my experience computer representations work nearly as well as a physical object. With the correct programming, often better!

1 Like

OK.
So taking out the “Anu Euphoria” line code removes alot of that buzzy “I feel something” energy of the program
Which to some may seem “bad”…

But this is the same “stuff” that Mr. GT used to get so upset about over a decade ago.

Any halfway learned wizard can imprint “energy vibes” into a photo, video, etc to make you “feel” something.
At this point, hopefully, some people should be making connections to this and other things I’ve said or not said in the past about other things.

Still investigating it at this point for people who sent PMs.

3 Likes

Hmm…MEF dynamics…hmmm…

Last night after several times of using this app I had strong feeling like someone is in my room and it didn’t let me fall asleep or when I was falling asleep I would wake up several times at night like someone is there, some being or whatever, I just felt it… prior using this app I didn’t feel like this… very strange, who knows what this app is carring on in itself

3 Likes

A powerful Astral AI was there to tuck you in and wish you sweet dreams.

On a more serious note, I wonder if you used Python or the Online Version? If you used Python, did you answer yes or no to the 2 questions?

Because I’d like to know if it was the program itself bringing that to you, or if it was some of the extra affirmations included when you say “Yes”. Such as the whole Anu thing spoken of above.

2 Likes

I did use both in order to feel difference, but I don’t know if I properly used program on my android phone though that python app where are copied and pasted my program notes, and yes I did wrote like you all did, two yes Y and let for some time to run app and it’s was written like "app is running in background " or something like that, not sure, I was just testing

https://forum.enlightenedstates.com/t/intention-software-free/5974/79?u=atreides
You should check out this post from above with the drop down arrow. I may have been wrong about your “yes” or “no” making a difference. Decide for yourself when you look at it. I’m not a coder.

It looks like it’s bringing a Mother Goddess and Metatron and who knows who else into your life or bedroom.

You will need to click the up arrow first and go to the original post, then the drop down arrow. The drop down arrow in my link only shows the beginning of the code.

I went and opened the code for myself. Anu is still in there.

Maybe I just should skip listening third eye and crown chakra one or two times daily as I use with all chakras. This chakra really made me extra sensitive like ESP, I just feel some things because of this, I will skip it for a while and again try the program.
But I felt especially last night during playing it.
I just hope so there’s no bad stuff in that program itself, but presence was disturbing even in state close to sleep

4 Likes

It’s your call. You can decide how you feel about Anu and Metatron and the mother and father god and goddess etc.

I know what you mean about the sensitivity. I was doing a lot of higher chakra work not long ago and wearing the Michael mandala. While trying to sleep, I very clairaudiently and loudly heard angels moving around and talking and I could hear their wings. It wasn’t disturbing as far as their presence goes. But it was loud and kinda hard to sleep around.

4 Likes

You can decide how you feel about Anu and Metatron and the mother and father god and goddess etc.

You want to say that this creator has only good intentions, nothing bad there? From your comment I just see all good stuff? Maybe just mine extra sensitiviness distracted me, who knows hmm

1 Like

It’s a personal call. You can do research on Anu and see if you like him. And you can trust your own senses. If the presence felt disturbing in a bad way, then that’s what you felt. Or if it was only disturbing in a not bad way like angels making a little too much noise, that’s for you to know.

2 Likes

If Metatron cannot be trusted, you guys are fuuuucked with a capital F.

3 Likes

If you’re referring to the booster from MEF, it had the effect of not just having some “vibes,” but freeing up stuck energy from work I was doing on my ex, to the point that she messaged me and asked me if I was doing something to her the first time I listened to it. She NEVER does that. Def legit there.

4 Likes

Metatron is an ArchAngel, like Michael. Very cool dude, really wish we had a Mandala for him, I’d much prefer that to a Michael mandala. Mother Goddess is another way of saying the Divine feminine, the Holy Spirit, the universe’s feminine energies, etc.

As far as the code is concerned, I’m not really a coder either, but it was straight-forward enough that I was able to make a few changes I thought were needed. For example, the creator’s original code brought in ‘Infinite Intelligence’, which I replaced with ‘In Cooperation with Father God, Mother Goddess, and Source’ in my version.

He also had the Anu thing (didn’t even know what that was, googled it, found nothing, it felt weird, so I removed it), which I replaced with ‘requesting aid from all benevolent beings who are willing to assist’.

I also expanded a bit on his love/light reference, using the specific terminology used in ArchAngel Michael channelings. Same reason I added the final bit about returning a portion of love/light to the higher realms of creation - that’s an ArchAngel Michael instruction.

I also added ‘In the highest and greatest good of all’ as a safety measure, same reason I added ‘grounded to Gaia, connected to Source, integrating both within the Sacred Heart’.

Another change was from ‘use the most efficient path’ to ‘use the most effective path in the most efficient way’. Riding a bike from Los Angeles to New York is a very energy-efficient mode of transportation, but it’s not very effective. Best to take a jet that gets you there as efficiently as possible. That’s the idea.

Really, just a bunch of tweaks based off what I’ve learned from various places. With these changes, and the added safety measures they implement, I feel safe using this.

12 Likes

Okay thank you.
I will use then your version.

But can you explain me please how we can do that. Am I using it in right way?

So I copied and pasted your text in my notes, and then from notes I added my intention and added yes Y on both questions, then I opened python app (qPython 3L) and go to “console” option and from there I pasted that text from notes in app and now what I should do to start app? I am using android phone

2 Likes

““I wasn’t sure if it was ominous or not, so that disturbed me and caused me to be alert and watchful.””

This!
Exactly same this experience

2 Likes

I also threw in some akashic record-connection. Can’t hurt.

The Peyote experience was pretty fun, thank you for that, especially because I didn’t know what exactly the effects were, so there was no expectation on my side.

Btw you guys should definitely try
“I EXPERIENCE THE MOST PROFOUND, POWERFUL AND VITALIZING RELAXATION THERE IS”
Its pure bliss.

4 Likes

I don’t want to bother you
But can someone please give us exact explanation of using python app on android phone for this purpose??