Today I focused on a popular a paranormal hunting application called ParaTek . It uses random AI status bars, and magnetic field readings to show any fluctuations. Dictionary Type: -> Hard coded word list. ( View here ) Dictionary Source Used: -> Ovilus Word List. ( https://www.digitaldowsing.com/word-list/ ) Developed with: -> App Inventor. ( https://appinventor.mit.edu/ ) To keep this short, I'll refer to AppInventors main website, displaying examples of how you can use a list of words to be randomly selected from, then have it speak to you out loud. Here is the example: https://appinventor.mit.edu/explore/ai2/magic-8-ball . In this example tutorial, they demonstrate creating a "list" of words, and having it select random items from it and speak out the results to the users using a text to speech engine. Now, to the actual code that is decompiled. For the r...
Reverse engineering android apps for ghost hunting to find out if they are really just random or not.