威士忌劫匪

威士忌劫匪

Class
Properties
类型 剧情 动作 犯罪 冒险
地区 其它
导演 尼姆罗德·安陶尔
演员 Bence Szalay 佐尔坦·施奈德 Viktor Klem Piroska Móga György Gazsó
语言 其它
TAG标签 影视
评分 0.0 分
更新时间 2026-01-19
威士忌劫匪的剧情介绍

A tough guy turned star. He did something others wouldn't dare. Always one step ahead of the cops and always downed a whiskey before robbing a bank. Growing up in a broken home Attila (Bence Szalay) was a troubled teenager, even spent time in a youth prison. Through a rather bizarre turn of events he escaped to Hungary from Transylvania. But his new life turned out to be much harder than the old one. He was the goal-keeper on a hockey team, but still had no money, no girlfriend; but then he found something that he's really good at. He was reckless, fast and meticulous. He started robbing post offices, banks, travel offices. The more he stole, the hungrier he got. Nothing was enough for himself and his new love (Piroska Móga). But his final job didn't go as planned and the determined investigator, (Zoltán Schneider) who's long been on his tail finally caught him and made him face the consequences. But the cop-robber game is far from over. A story of a fascinating life, full of amazing pursuits, action scenes - told through the lense of legendary director of Kontroll and Predators, Nimród Antal.恐怖

function qrsearch() { // 获取触发提交事件的表单 var form = window.event ? window.event.target : (arguments[0] ? arguments[0].target : null); if (!form) { form = document.querySelector('form[action*="/search"]'); } var input = form ? form.querySelector('input[name="q"]') : document.querySelector('input[name="q"]'); if (!input) { return false; } var q = input.value; if (!q || q.trim() === '') { return false; } return true; } // 确保回车键能正常提交表单 (function() { function initSearchForms() { var searchForms = document.querySelectorAll('form[action*="/search"]'); searchForms.forEach(function(form) { var input = form.querySelector('input[name="q"]'); if (input) { // 监听回车键事件 input.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.keyCode === 13) { e.preventDefault(); var q = this.value.trim(); if (q) { form.submit(); } } }); } }); } // DOM加载完成后初始化 if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initSearchForms); } else { initSearchForms(); } // window.load 后也执行一次 window.addEventListener('load', function() { setTimeout(initSearchForms, 100); }); })();