Reactor1967
New Member
To help clarify how to find files it is possible to take a sample of known files and using the weak and strong check-sums plot a line on a x,y chart. This line is called a regression line. Now, files that are like the files in the sample that I don't have their check-sums will be along that regression line. Now, when I don't have a sample of files to use I can take past regression lines that I have done and put them on a chart and move that line around up and down constructing random files until I find a file that is like the ones I want to find. Its like shooting in the dark but there is a method and madness to computer files and their check-sums. The secret is to get a regression line along a path on a chart that contains real computer files then construct those checlek-sums laying along the regression line. Here is a method to construct computer files without a binary counter.
0 + 2 + 0 + 8 + 16 = 26 This is a base power check-sum. No binary counter needed here to construct this.
1 2 4 8 16
2^1, 2^2, 2^3, 2^4
0 1 0 1 1
16 less than 26 so binary 1
26 - 16 = 10 and 8 is less than 10 so binary 1
8 - 10 = 2 so 2 is equal to 2 binary 1
In higher bases multiply the byte by its position in the number say (128 * (256 ^3)) + (60 * (256 ^ 4)) + (21 * (256^5) ...... = Check-sum
When decoding this at each place position take the highest possible byte and go down until the number is equal to or less than your current number. When you find the correct byte make sure to subtract it from the current number. Then repeat until the file is decoded.
Use a numerical base of 9999999999999999999 to do the math. Now use statistics to calculate the check-sums and use this algorithm to construct the files and your good. But you will have to learn how to use base math. To do what I do you need to be able to add subtract multiply and divide computer files as numbers. And you have to be able to do this in different numerical bases even if that numerical base goes unusually high. There is no computer file in space-time you can not find and get by doing this. A long time ago I started experimenting with this and I never took no for an answer that it could not be done even though people thought that it was just plain out crazy. And I have gotten very good at it over years. If you believe in something and no one else don't it is still ok to believe in it. That is how new science is discovered.
All computer files are is a list of numbers. So all one has to do to time travel with computers is get the list of numbers for a computer file belonging to a specific time-period. That period don't even have to have computers the file could be a video of that period even though in that time that video was never recorded physically.
This is because of the informational universe. In the informational universe all information exist whether or not it exist with matter or energy. Information can't be deleted it just changes from one form of information to another. It can't be deleted. It does not have to be physical to exist.
So hence the right combination of numbers in a computer file and you could be watching, reading, listening, or looking at something somewhere in space-time you did not expect to see. Like right now I am writing this and as far as I know there is no video of me being recorded. But in the informational universe there is a video of me writing this post.
So Time-Hacking is the process of using Statistics and check-sum hacking to search the informational universe. This is the best way I can explain it. And it is the most easiest way there is to time travel believe it or not.
0 + 2 + 0 + 8 + 16 = 26 This is a base power check-sum. No binary counter needed here to construct this.
1 2 4 8 16
2^1, 2^2, 2^3, 2^4
0 1 0 1 1
16 less than 26 so binary 1
26 - 16 = 10 and 8 is less than 10 so binary 1
8 - 10 = 2 so 2 is equal to 2 binary 1
In higher bases multiply the byte by its position in the number say (128 * (256 ^3)) + (60 * (256 ^ 4)) + (21 * (256^5) ...... = Check-sum
When decoding this at each place position take the highest possible byte and go down until the number is equal to or less than your current number. When you find the correct byte make sure to subtract it from the current number. Then repeat until the file is decoded.
Use a numerical base of 9999999999999999999 to do the math. Now use statistics to calculate the check-sums and use this algorithm to construct the files and your good. But you will have to learn how to use base math. To do what I do you need to be able to add subtract multiply and divide computer files as numbers. And you have to be able to do this in different numerical bases even if that numerical base goes unusually high. There is no computer file in space-time you can not find and get by doing this. A long time ago I started experimenting with this and I never took no for an answer that it could not be done even though people thought that it was just plain out crazy. And I have gotten very good at it over years. If you believe in something and no one else don't it is still ok to believe in it. That is how new science is discovered.
All computer files are is a list of numbers. So all one has to do to time travel with computers is get the list of numbers for a computer file belonging to a specific time-period. That period don't even have to have computers the file could be a video of that period even though in that time that video was never recorded physically.
This is because of the informational universe. In the informational universe all information exist whether or not it exist with matter or energy. Information can't be deleted it just changes from one form of information to another. It can't be deleted. It does not have to be physical to exist.
So hence the right combination of numbers in a computer file and you could be watching, reading, listening, or looking at something somewhere in space-time you did not expect to see. Like right now I am writing this and as far as I know there is no video of me being recorded. But in the informational universe there is a video of me writing this post.
So Time-Hacking is the process of using Statistics and check-sum hacking to search the informational universe. This is the best way I can explain it. And it is the most easiest way there is to time travel believe it or not.
Last edited: