kone
비디오가게

비디오가게

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

10/10/2025, 12:37:50
일반
6513 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번은 수동으로 입력하고 있습니다. 이유가 뭘까요. 브라우저는 파이어폭스써요.
[myfans] tiakun404 0527영상 (1.5GB)
영상
dddpsed
05/27 3532 52
[요청복구] 코우타 코우타 (40.5GB)
영상
kimso
05/27 3047 19
Ukiru (53.5GB)
영상
kimso
05/27 3856 40
[요청복구] [AV] 야마기시 아이카 은퇴기념 하나 뺀 풀팩 (749.3GB)
영상
dddpsed
05/27 3081 16
[myfans] @retsu_dao 0527영상 (1V,1.6GB)
영상
dddpsed
05/27 6488 100
kuzu 0523(2.5GB)
영상
amumu
05/27 7730 147
[중국/Patreon/거유/코스프레] 아합 (15.4gb 162V 2683P)
영상
cex
05/27 5504 32
[대만/Onlyfans/거유/코스프레] 하루 (8.9gb 63V 446P)
영상
cex
05/27 4301 29
[중국/트위터/댄스] 하라노메구미와 절친 유에유에 (4.59gb 97V 29P)
영상
cex
05/27 2784 16
[일본/트위터/거유/코스프레] 린JD (4.44gb 218V 246P)
영상
cex
05/27 3046 21
[일/myfans/fc2] Namiki Nako (12v/25.8gb)
영상
qwerzxcv777
05/27 4923 24
야기 나나 풀팩 (628.6GB)
영상
gwanjae
05/27 4454 36
[MyFans] @__rose001 (57.6 GB 183V) 720p 번호정리용
영상
buruberry
05/27 4212 25
Naimei0727(naimei0023, naimei8, 91Tims91)[54V 31GB]
영상
taeyangntr
05/27 4610 49
일본[Myfans] Myfans banbi 0511 [1V 1.8G]
영상
kucingkun
05/27 5667 72
[fc2] 데루킹(deruデるking, 413.6GB, 136V)
영상
kfx1582
05/27 6567 50
[요청복구] 거근형제(33.4GB)
영상
kimso
05/27 4201 18
아라타 아리나 풀팩 (976.3GB)
영상
gwanjae
05/26 6622 45
BLUEMOON [2.4GB]
영상
gfhjhhjjh768
05/26 3844 35
유리 [myfans]yuriyuri020202U (208G 225V)
영상
choik
05/26 8049 64
생생 POV 쿠로 [myfans] kuro_desu (48V 60G)
영상
choik
05/26 6429 43
NTR전문 우카군 [myfans]uka_desuⓊⓊⓊ(28.5 GB)
영상
choik
05/26 7641 42
Iカップ👼🏻 (icup) _ 33.2G
영상
ㄴㄴ
05/26 6605 38
@ikeoji_mitsu 〜NTR 타락 아마추어〜 (209.1g)
영상
ㄴㄴ
05/26 4435 22
[OF] @jacknbecca_ 초완벽 복숭아 엉덩이🍑 (24.4g)
영상
ㄴㄴ
05/26 4616 23
(중)Zidan 670 (70v/13.1g)
영상
swkse
05/26 4689 36
중 @Fortunecutie 00 (5v /2g)
영상
swkse
05/26 3960 30
(업데이트)[일본/Candfans/거유] 모네-오호음성천연폭유K컵 Lada 모자이크 제거 (6.6gb 77V)
영상
cex
05/26 10100 80
(업데이트)[일본/코스프레/자위/셀카] 나고미테이 츄츄 (25.2gb 71V 1294P)
영상
cex
05/26 5926 37
(중/X) @77bandage(56v/39.6g)
영상
swkse
05/26 3125 19