master
1// ________ _________
2// \________\--------___ ___ ____----------/_________/
3// \_______\----\\\\\\ //_ _ \\ //////-------/________/
4// \______\----\\|| (( ~|~ ))) ||//------/________/
5// \_____\---\\ ((\ = / ))) //----/_____/
6// \____\--\_))) \ _)))---/____/
7// \__/ ((( (((_/
8// ヾღ彡 | -))) - ))
9// =================================================================
10// _t1_scrapper.js
11// -----------------------------------------------------------------
12// author: @archangel
13// SEC LVL: ?
14// Chars: ??
15// Descr: ???
16// Syntax: _t1_scrapper
17// =================================================================
18
19function (context, args)
20{
21 //var lib = #s.scripts.lib();
22 //var fullsec_npcs = #s.ada.fullsec({npc:true});
23 //var fullsec_npcs = ["#s.amal_robo.pub", "#s.archaic.info"];
24 //var index = lib.rand_int(0, 1);
25 if(args == null)
26 {
27 //var tar = fullsec_npcs[index];
28 var target = #s.ada.scrape_t1({s:"amal_robo.pub"});
29 return target;
30 }
31
32
33 /*return {
34 ok: true,
35 msg: "Target called. See 'debug' below to inspect the output.",
36 debug: fullsec_npcs,
37 }*/
38}