Như tiêu đề, em có tham khảo qua bài viết của một pro trên mmo hướng dẫn face IP sock bằng js, nhưng nó chạy lấy IP list sock theo kiểu mặc định abc, giờ em muốn thay đổi lấy IP sock theo kiểu random mong mọi người giúp em.
Đây là lệnh face IP sock bằng imacro thông qua .js
Fake IP(sock list)
Đầu tiên bạn tạo file (tên bất kì).js với đoạn code sau:
var pref = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService);
for(var i=1;i<=100;i++){
code="SET !DATASOURCE D:\\listip.txt\n";
code+="SET !DATASOURCE_LINE "+i+"\n";
code+="SET !EXTRACT {{!COL1}}";
iimPlayCode(code);
var ip=iimGetExtract().split(':');
var a = pref.getBranch("network.proxy.");
a. setCharPref("socks", ip[0]);
a.setIntPref("socks_port", ip[1]);
a.setIntPref("type", 1);
iimPlay("thaotac.iim");
} Tiếp theo tạo file thaotac.iim với lệnh mà bạn muôn làm với từng con sock:
Mình demo nhé:
TAB T=1
URL GOTO=whoer.net
WAIT SECONDS=30
CLEAR
===================
giờ em muốn random tất cả con sock trong listip.txt thì phải sửa thế nào, các pro nào đi ngang qua nhờ thông não em cái .
Đây là lệnh face IP sock bằng imacro thông qua .js
Fake IP(sock list)
Đầu tiên bạn tạo file (tên bất kì).js với đoạn code sau:
var pref = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService);
for(var i=1;i<=100;i++){
code="SET !DATASOURCE D:\\listip.txt\n";
code+="SET !DATASOURCE_LINE "+i+"\n";
code+="SET !EXTRACT {{!COL1}}";
iimPlayCode(code);
var ip=iimGetExtract().split(':');
var a = pref.getBranch("network.proxy.");
a. setCharPref("socks", ip[0]);
a.setIntPref("socks_port", ip[1]);
a.setIntPref("type", 1);
iimPlay("thaotac.iim");
} Tiếp theo tạo file thaotac.iim với lệnh mà bạn muôn làm với từng con sock:
Mình demo nhé:
TAB T=1
URL GOTO=whoer.net
WAIT SECONDS=30
CLEAR
===================
giờ em muốn random tất cả con sock trong listip.txt thì phải sửa thế nào, các pro nào đi ngang qua nhờ thông não em cái .