Difference between revisions of "SkibUserMacros:MindCleaning"

From Protoi Healing

Jump to: navigation, search
Line 17: Line 17:
 
'''<person(s)>'''
 
'''<person(s)>'''
  
Defines who this macro is used on. It might be used for a person (by name) or for a group of persons (for more than 1 names at the same time) or on oneself.
+
:Defines who this macro is used on. It might be used for a person (by name) or for a group of persons (for more than 1 names at the same time) or on oneself.
  
  

Revision as of 21:38, 9 February 2017

Skib User Macro
Name MindCleaning
Author Drack
Brief descr. Tries to get rid off mind-blockades and to clear up the mind.
Status public
Terms Usable on oneself and others
Resources for the UserMacro
1 00 10 00 100 00
1k 00 100k 00 1kk 00
10kk 00 Gmax 00 Omax 00
Resources with butterfly option
1 00 10 00 100 00
1k 00 100k 00 1kk 00
10kk 00 Gmax 00 Omax 00

Command syntax

MindCleaning <person(s)> {Use butterfly} {Use solver}







Description

This Macro tries to clear up everything blocking the mind or disturbing it.


<person(s)>

Defines who this macro is used on. It might be used for a person (by name) or for a group of persons (for more than 1 names at the same time) or on oneself.


{Use butterfly}

This option activates the use of the butterfly-method inside the macro algorithm. This gives much more power, but also needs a lot of resources from Skib. You should be aware of this!


Algorithm of User Macro


  1. All things used by this macro always have to be optimal protected.
  2. Definition of 'juridical person': <person(s)> with all parts and all other what juridical belongs to <person(s)>.
  3. Definition of 'Attachments': It's all, what is attached to <Person(s)>. Excluded from this is all, what got permission for the attachment from <Person(s)>.
  4. Definition of 'mindblocking- or disturbing': it´s all what actively or passively influences or manipulates or blocks or attacks the mind and everything to the mind of 'juridical person'.
  5. IF the option {Use butterfly} was given, DO:
    1. Use in the macro the butterfly-method for all soft blocked-things.
  6. IF-END
  7. Use DATABASE 'Malfunction'.
  8. Use DATABASE 'MindPerson'.
  9. Use DATABASE 'MindOrigins'.


Scan and identify loop

  1. LOOP <T:3seconds> until no more 'mindblocking- or disturbing' or 'mindblocking- or disturbing' origins or 'mindblocking- or disturbing' in the ambient of 'juridical person' identified.
    1. Scan and Scan-off-grid all 'juridical person' and the ambient of 'juridical person' and TRY to identify all kinds of 'mindblocking- or disturbing' in 'juridical person' and on 'juridical person' and in the ambient of 'juridical person' and store all found in the DATABASE 'MindPerson'
    2. TRY to identify all origins of 'mindblocking- or disturbing'.
    3. Trace all origins of 'mindblocking- or disturbing' and save all found by Trace in the DATABASE 'MindOrigins'

LOOP-END


creating remove procedures and execute

  1. Create an optimal procedure to remove all found 'mindblocking- or disturbing' origins in DATABASE 'MindOrigins' and name this procedure 'P1'.
  2. Create an optimal procedure to remove all found 'mindblocking- or disturbing' on 'juridical person' and in 'juridical person' in DATABASE 'MindPerson' and name this procedure 'P2'.
  3. Create an optimal procedure to remove all found 'mindblocking- or disturbing' in the ambient of 'juridical person' in DATABASE 'MindPerson' and name this procedure 'P3'.
  4. TRY to remove all found 'mindblocking- or disturbing' origins in DATABASE 'MindOrigins' by using the remove procedure 'P1'.
  5. TRY to remove all found 'mindblocking- or disturbing' on 'juridical person' and in 'juridical person' in DATABASE 'MindPerson' by using the remove procedure 'P2'.
  6. TRY to remove all found 'mindblocking- or disturbing' in the ambient of 'juridical person' in DATABASE 'MindPerson' by using the procedure 'P3'.
  7. Create an optimal procedure to block all found 'mindblocking- or disturbing' origins in DATABASE 'MindOrigins' and name this procedure 'B1'.
  8. Create an optimal procedure to block all found 'mindblocking- or disturbing' on 'juridical person' and in 'juridical person' in DATABASE 'MindPerson' and name this procedure 'B2'.
  9. Create an optimal procedure to block all found 'mindblocking- or disturbing' in the ambient of 'juridical person' in DATABASE 'MindPerson' and name this procedure 'B3'.
  10. TRY to block all found 'mindblocking- or disturbing' origins in DATABASE 'MindOrigins' by using the procedure 'B1'.
  11. TRY to block all found 'mindblocking- or disturbing' on 'juridical person' and in 'juridical person' in DATABASE 'MindPerson' by using the procedure 'B2'.
  12. TRY to block all found 'mindblocking- or disturbing' in the ambient of 'juridical person' in DATABASE 'MindPerson' by using the procedure 'B3'.

24/7 monitoring new for malfunctions and new stuff

  1. MONITOR 24/7 all 'mindblocking- or disturbing', all origins of 'mindblocking- or disturbing' and all 'mindblocking- or disturbing' in the ambient of 'juridical person' and all results of this macro.
    1. IF the monitoring shows still 'mindblocking- or disturbing' on 'juridical person' and in 'juridical person' or in the ambient of 'juridical person' taking place, DO:
      1. Scan and Scan-off-grid all 'juridical person' and the ambient of 'juridical person'.
      2. TRY to identify all 'mindblocking- or disturbing' origins and all own actions and all counter actions.
      3. TRY to identify all new kinds of 'mindblocking- or disturbing' in 'juridical person' and on 'juridical person' and in the ambient of 'juridical person'
      4. Trace all 'mindblocking- or disturbing' origins ,all 'mindblocking- or disturbing' on 'juridical person' and in 'juridical person' and all own actions and all counter actions.
      5. TRY to identify all malfunctions.
      6. IF malfunctions were found, DO:
        1. THREAD-START <1>
      7. IF-END
      8. IF new 'mindblocking- or disturbing' origins or new 'mindblocking- or disturbing' on 'juridical person' and in 'juridical person' or new in the ambient of 'juridical person' were identified, DO:
        1. THREAD-START <2>
      9. IF-END
    2. IF-END
  2. MONITOR-END

Try to find solutions for the malfunctions

  1. THREAD <1>
    1. IF option {Use solver} was not given, DO:
      1. THREAD-STOP <1>.
    2. IF-END
    3. SUBMACRO-START 'SolveMalfunctions' {Use butterfly}
  2. THREAD-END

caring about new found stuff

  1. THREAD <2>
    1. update DATABASE 'MindOrigins' with all new found 'mindblocking- or disturbing' origins in Trace.
    2. update DATABASE 'MindPerson' with all new found 'mindblocking- or disturbing' on 'juridical person' and in 'juridical person' and in the ambient of 'juridical person' in Trace.
    3. Create an optimal procedure to remove all new found 'mindblocking- or disturbing' origins in DATABASE 'MindOrigins' and name this procedure 'P3'.
    4. Create an optimal procedure to remove all new found 'mindblocking- or disturbing' on 'juridical person' and in 'juridical person' in DATABASE 'MindOrigins' and name this procedure 'P4'.
    5. Create an optimal procedure to remove all new found 'mindblocking- or disturbing' in the ambient of 'juridical person' in DATABASE 'MindPerson' and name this procedure 'P5'.
    6. TRY to remove all new found 'mindblocking- or disturbing' origins in DATABASE 'MindOrigins' by using the procedure 'P3'.
    7. TRY to remove all new found 'mindblocking- or disturbing' on 'juridical person' and in 'juridical person' in DATABASE 'MindOrigins' by using the procedure 'P4'.
    8. TRY to remove all new found 'mindblocking- or disturbing' in the ambient of 'juridical person' in DATABASE 'MindPerson' by using the procedure 'P5'.
    9. Create an optimal procedure to block all new found 'mindblocking- or disturbing' origins in DATABASE 'MindOrigins' and name this procedure 'B4'.
    10. Create an optimal procedure to block all new found 'mindblocking- or disturbing' on 'juridical person' and in 'juridical person' in DATABASE 'MindPerson' and name this procedure 'B5'.
    11. Create an optimal procedure to block all new found 'mindblocking- or disturbing' in the ambient of 'juridical person in DATABASE 'MindPerson' and name this procedure 'B6'.
    12. TRY to block all new found 'mindblocking- or disturbing' origins in DATABASE 'MindOrigins' by using the procedure 'B4'.
    13. TRY to block all new found 'mindblocking- or disturbing' on 'juridical person' and in 'juridical person' in DATABASE 'MindPerson' by using the procedure 'B5'.
    14. TRY to block all new found 'mindblocking- or disturbing' in the ambient of 'juridical person' in DATABASE 'MindPerson' by using the procedure 'B6'.
  1. THREAD-END