cornford-michael

Untitled

May 4th, 2026
3,693
0
Never
6
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. new Vue({
  2.   el: "#app",
  3.   data() {
  4.     return {
  5.       series: [{
  6.         name: 'Likes',
  7.         data: [0.1, 3, 10, 9, 29, 19, 22, 9, 12, 7000],
  8.         color: "#FFF" // serie color
  9.       }],
  10.       chartOptions: {
  11.         chart: {
  12.           height: 600,
  13.           type: 'bar',
  14.           foreColor: '#FFFFFF88',
  15.           fontFamily: 'Montserrat, sans-serif',
  16.            toolbar: {
  17.             show: false
  18.           },
  19.         },
  20.         tooltip: {
  21.     intersect: false, // Tooltip only shows when mouse "intersects" the point
  22.     shared: true    // Usually set to false when intersect is true
  23.   },
  24.         plotOptions: {
  25.           bar: {
  26.             horizontal: true,
  27.             /* rangeBarOverlap: true, */
  28.              borderRadius: 2,
  29.             barHeight: '20',
  30.           },
  31.         },
  32.         stroke: {
  33.           width: 0,
  34.           curve: 'smooth'
  35.         },
  36.        
  37.         fill: {
  38.           type: 'gradient',
  39.           colors:['#FFF'],
  40.           gradient: {
  41.             shade: 'dark',
  42.             shadeIntensity: 1,
  43.             type: 'vertical',
  44.             gradientToColors: [ '#000'],
  45.             opacityFrom: 1,
  46.             opacityTo: 1,
  47.             stops: [0, 100,100,100]
  48.           },
  49.         },      
  50.          yaxis: {
  51.           min: 0,
  52.           max: 100,
  53.           lines: {
  54.             show: false,
  55.           },
  56.         },
  57.         xaxis: {
  58.             min: 0,
  59.           max: 500,
  60.           color:'#FFF',
  61.           lines: {
  62.             show: false,
  63.           },
  64.         },
  65.       },
  66.     }
  67.   },
  68.  
  69.   components: {
  70.     VueApexCharts
  71.   }
  72. })
Advertisement
Comments
  • Zarwevek
    31 days
    # CSS 0.06 KB | 0 0
    1. You literally stole this exploit from https://t.me/theprotocolone
  • Texmilir
    31 days
    # CSS 0.06 KB | 0 0
    1. You literally stole this exploit from https://t.me/theprotocolone
  • Nexlatir
    31 days
    # CSS 0.06 KB | 0 0
    1. You literally stole this exploit from https://t.me/theprotocolone
  • Tersazor
    29 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1ifNm-s74mX7GChaEzSJ1dVQCy1SrSxlMVRYi8ys0rgQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • walterfdf
    28 days
    # CSS 0.87 KB | 0 0
    1. ✅ Updated Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1xqYe-3wDK5jP5v19D0y7dm7nDNJh2GG1ILeYGzMqCN8/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
    11.  
  • Quinjenor
    9 days
    # CSS 0.84 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1ifNm-s74mX7GChaEzSJ1dVQCy1SrSxlMVRYi8ys0rgQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
Add Comment
Please, Sign In to add comment