starwar1508
Hero
bác ơi mở file CODE ra toàn file vlc thôi mà ko có file .dv nàobác chạy tool trên win mấy, bật thử cái Lizardon.exe lên xem nó chạy ko đã
lọc BL thì bác check trước cái file đầu vào hoặc truy cập vào site nào đó để check back list rồi mới chạy tiếp.
ví dụ: đoạn macro sau truy cập vào whoer.net check xem cái trường blacklist Yes/No
PHP:Go('whoer.net') Sleep(1000) var bl = GetFirstElement('.alarm') var rs = FALSE if(bl != NULL) var a = GetPropertyValue(bl, 'TextContent') a = Trim(a) rs = (a == 'Oui' || a == 'Yes' || a == 'Ja' || a == 'Да') endif if(rs) Alert('Blacklist', 'Yes') else Alert('Blacklist', 'No') endif
còn fake dns có phải set trường socks_remote_dns thành true trong firefox à
Code:SetPreferences('network.proxy.socks_remote_dns', TRUE, 1)