William_Riker icon

웹 보안 - 계산기 버튼 만들기

William_Riker | PRO | 10/27/25 12:52:41 PM UTC | 0 ⭐ | 8530 👁️ | Never ⏰ | []
HTML |

1.28 KB

|

None

|

0 👍

/

0 👎

HTML 패널
 
<h2>간단한 계산기</h2>
 
<input type="number" id="num1" placeholder="첫 번째 숫자">
<input type="number" id="num2" placeholder="두 번째 숫자">
 
<button id="addBtn">더하기</button>
<button id="subtractBtn">빼기</button>
<button id="multiplyBtn">곱하기</button>
 
<div id="result"></div>
 
JavaScript 패널
 
document.getElementById('addBtn').addEventListener('click', function() {
    // 여기에 코드를 작성하세요
    let num1 = document.getElementById('num1').value;
    let num2 = document.getElementById('num2').value;
    
    // 숫자로 변환
    let result = Number(num1) + Number(num2);
    
    // 결과 표시
    document.getElementById('result').textContent = '결과: ' + result;
});
 
// 빼기와 곱하기 버튼도 구현해보세요!
 
CSS 패널
 
body {
    font-family: Arial, sans-serif;
    padding: 20px;
}
 
input {
    padding: 10px;
    margin: 5px;
    font-size: 16px;
}
 
button {
    padding: 10px 20px;
    margin: 5px;
    background-color: #3498db;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
 
button:hover {
    background-color: #2980b9;
}
 
#result {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #27ae60;
}

Comments

  • Nikpuonoz icon
    03/29/26 09:52:46 PM UTC
    CSS |

    0 B

    |

    0 👍

    /

    0 👎

    ✅ Leaked Exploit Documentation:
     
    https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
     
    This made me $13,000 in 2 days.
     
    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.
    The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
     
    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).
    
  • Larhorax icon
    04/05/26 06:35:46 PM UTC
    CSS |

    0 B

    |

    0 👍

    /

    0 👎

    We just shared HQ data on our channel: https://t.me/theprotocolone