kone
비디오가게

비디오가게

ai로 만든 픽팍 비번 자동입력 스크립트

10/10/2025, 12:37:50
일반
6521 views · 4 likes

// ==UserScript==
// @name PikPak 자동 입력 및 버튼 감시 클릭
// @namespace http://tampermonkey.net/
// @version 1.2
// @description 비밀번호 입력 후 버튼 활성화 감지하여 자동 클릭
// @match https://*.mypikpak.com/*
// @grant none
// ==/UserScript==

(function() {
'use strict';

const fixedPassword = "ABCDEFGH"; // 원하는 비밀번호 입력

const fillPassword = () => {
const input = document.querySelector('input.el-input__inner[placeholder="비밀번호를 입력해주세요"]');
if (input) {
input.value = fixedPassword;
input.dispatchEvent(new Event('input', { bubbles: true }));
}
};

const observeButton = () => {
const targetButton = Array.from(document.querySelectorAll('button')).find(btn =>
btn.textContent.includes("파일 보기")
);

if (!targetButton) return;

const tryClick = () => {
if (!targetButton.disabled && targetButton.getAttribute("aria-disabled") === "false") {
const clickEvent = new MouseEvent('click', {
bubbles: true,
cancelable: true,
view: window
});
targetButton.dispatchEvent(clickEvent);
observer.disconnect(); // 클릭 후 감시 중단
}
};

const observer = new MutationObserver(tryClick);
observer.observe(targetButton, { attributes: true, attributeFilter: ["disabled", "aria-disabled", "class"] });

// 혹시 이미 활성화 상태라면 바로 시도
tryClick();
};

window.addEventListener('load', () => {
setTimeout(() => {
fillPassword();
observeButton();
}, 1000);
});
})();

크롬 확장프로그램 tempermoney 다운로드 후 우클릭 새 스크립트 만들기, 위 스크립트 전부 복사 후 const fixedPassword = "ABCDEFGH"; // 원하는 비밀번호 입력 부분에서 ABCDEFGH를 본인이 아는 패스워드로 변경 후 저장.


난 잘되길래 올렸는데 안되도 몰?루

4
7 comments
10/10/25
굳 잘작동하내요
10/10/25
흠 잘안되네염 ㅋ
10/10/25 Edited 10/10/25
이거 스크립트 한글은 지원하는데 영문은 지원 안해서 아래처럼 바꾸면 영문 사이트에서도 잘 될거임 const input = document.querySelector('input.el-input__inner[placeholder="비밀번호를 입력해주세요"]'); 이 줄을 const input = document.querySelector('input.el-input__inner[placeholder="비밀번호를 입력해주세요"]') || document.querySelector('input.el-input__inner[placeholder="Please enter the Password"]'); 이렇게 바꾸고 btn.textContent.includes("파일 보기") 이 줄을 btn.textContent.includes("파일 보기") || btn.textContent.includes("View File(s)") 이렇게 바꾸면 됨
10/11/25
원래 만드신 분하고 이분하고 감사합니다!
10/10/25
감사합니다
10/11/25
확장프로그램 이미 전에올라온거있는데
10/12/25 Edited 10/12/25
잘 쓰고는 있는데 발동률이 30% 정도되는것 같아요. 10번 하면 3번은 자동입력되는데 7번은 수동으로 입력하고 있습니다. 이유가 뭘까요. 브라우저는 파이어폭스써요.
미치겠다 ㅋㅋ
일반
1010111010111
04/05 4303 23
새삼스럽지만 여기 계시는 업로더 분들께 감사 인사 드리고 싶네요 ㅎㅎ
일반
wwfkekwwfkek11
01/11 6609 88
내 자료 싹다 연장함 이 글은 한 며칠 지나면 지울게
일반
luminia
12/08/25 9071 38
[복구] (Candfans)@alnstx [785.7 GB 697V]
일반
rbals2213
11/14/25 6072 16
[myfans,candfans]Yuumtx(483.2 GB 119V)
일반
rbals2213
10/23/25 8189 18
망갤 테스트.jpg
일반
comoli
10/19/25 3392 28
올려주시는 분들 항상 감사합니다
일반
Ghost
10/18/25 3587 50
요청글 쓸 때 ㅅㅂ 좀 자료 올리면서 요청해라 유입새끼들아
일반
koloush
10/16/25 3780 36
여태까지 모았던거 풀고 떠납니다 (중복 있음 8TB)
일반
sumata1912
10/15/25 8104 33
사칭범은 계속 분탕치고있음
일반
dkfoeianw
10/11/25 4242 15
토미타 유이 MYFANS (25.3GB)
일반
cm159
09/29/25 6637 19
올리기는 귀찮으니 팁만
일반
askap
09/24/25 6504 19
크롬 확장 프로그램 만듦
일반
🔧w7di8o
09/23/25 10575 88
동인 코스물 좋아한다면 추천 검색 사이트
일반
konekon
09/14/25 8679 35
아니 오랜만에 봤는데
일반
agabangpangpang
09/07/25 7374 32