-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
35 lines (35 loc) · 2.58 KB
/
config.json
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
{
"GLOBAL_LATENCY": 100,
"GLOBAL_LATENCY_DESCRIPTION": "change GLOBAL_LATENCY to your lowest usual ping",
"DISABLE_CHARGE": false,
"DISABLE_CHARGE_DESCRIPTION": "this will disable charge bar emulation, useful for people who have unstable net and prone to get stuck or server lagging badly",
"DISABLE_CHARGE_DESCRIPTION_2": "disabling charge actually does not significantly impact ping tax, because charge skills are actually not ping taxed if you simply release the skill early",
"SPOOF_GRANT": true,
"SPOOF_GRANT_DESCRIPTION": "greatly speeds up charging skills, however may cause asynchronization with high jitter",
"ABNORMALITY_TOGGLE": true,
"ABNORMALITY_TOGGLE_DESCRIPTION": "set this to true will enable an experimental feature which will likely smooth your rotations",
"autoCancelState": true,
"autoCancelState_DESCRIPTION": "ROBOTJS Options - DO NOT USE WITHOUT ROBOTJS - setting it to true will auto blast cancel almost everything",
"TBCancelState": true,
"TBCancelState_DESCRIPTION": "ROBOTJS Options - DO NOT USE WITHOUT ROBOTJS - setting it to true will auto blast cancel Time Bomb only",
"BLAST_KEY": "f7",
"BLAST_KEY_DESCRIPTION": "Key for Blast, find keyboard syntax list here http://robotjs.io/docs/syntax",
"REMOTE_TRIGGER_KEY": "f6",
"REMOTE_TRIGGER_KEY_DESCRIPTION": "Key for Remote Trigger, find keyboard syntax list here http://robotjs.io/docs/syntax",
"AUTO_REMOTE_TRIGGER_2": true,
"AUTO_REMOTE_TRIGGER_2_DESCRIPTION": "Auto cast remote trigger 2 after remote trigger 1.",
"REMOTE_TRIGGER_NO_CANCEL": true,
"REMOTE_TRIGGER_NO_CANCEL_DESCRIPTION": "Blocks remote trigger from being cancelled by certain skills and slow it down.",
"PB_SLOW": true,
"PB_SLOW_DESCRIPTION": "Slows Point Blank second hit execution.",
"UNLOCK_RRMM": true,
"UNLOCK_RRMM_DESCRIPTION": "Unlocks script RR MM speed lock. This option is for advanced users only as it can cause ghosting if not used correctly.",
"POLLING_RATE_REDUCE": true,
"POLLING_RATE_REDUCE_DESCRIPTION": "Slows Special Burst Fire polling rate. This will reduce the speed however if your internet sucks you'll need to enable this to not DC.",
"AB_PROJ_SPOOF": true,
"AB_PROJ_SPOOF_DESCRIPTION": "Spoof arcane barrage projectile.",
"POLLING_RATE_SUPER_REDUCE": false,
"POLLING_RATE_SUPER_REDUCE_DESCRIPTION": "If you DC even with POLLING_RATE_REDUCE because your net is ultra bad, then you can try enable this.",
"POLLING_RATE_SUPER_REDUCE_SPECIAL_ONLY": false,
"POLLING_RATE_SUPER_REDUCE_SPECIAL_ONLY_DESCRIPTION": "Only applies to special BF. If you DC even with POLLING_RATE_REDUCE because your net is ultra bad, then you can try enable this."
}