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