Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ```javascript
  2. Create a spreadsheet with the following titles, A1 to G1:
  3. "Fibonacci" | "Phi" | "Pi" | "Fibonacci * Phi" | "Phi * Pi" | "Fibonacci * Pi" | "Fibonacci + Phi + Pi"
  4.  
  5. Then fill in the first 50 numbers to each 51 cell.
  6.  
  7. Collect the number sequence on rows: 1, 7, 13, 17, 23, 50.
  8.  
  9. Multiply rows 1 & 7 and divide by row 23 for Password (A)
  10. Divide row 17 by row 13 for Password (B)
  11. Split columns ABC, with DEF and divide for (C)
  12.  
  13. Add A + B together to create a string, and scramble to C.
  14.  
  15. Remove all decimal points and negatives but keep the same numerical order. IE: 0.001 = 0001
  16.  
  17. Good Luck.
  18. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement