-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript_list.lua
More file actions
161 lines (148 loc) · 6.95 KB
/
Copy pathscript_list.lua
File metadata and controls
161 lines (148 loc) · 6.95 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
-- Initialize script_manager with script cache
script_manager = {
actualVersion = 0.4,
_cache = {
Nto = {
['Stack'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Healing/stack.lua',
description = 'Script de stack, vai soltar a spell no monstro mais distante da tela.',
author = 'Ley',
enabled = false
},
},
PvP = {
},
Healing = {
['Hp Regen'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Healing/hp_regen.lua',
description = 'Regenera HP automaticamente.',
author = 'Ley',
enabled = false
},
['Defensive Speel'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Healing/defensive_spell.lua',
description = 'Soltar as spells defensivas automaticamente.',
author = 'Ley',
enabled = false
},
['Potions'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Healing/potions.lua',
description = 'Usa as pocoes automaticamente.',
author = 'Ley',
enabled = false
},
['Speed'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Healing/speed.lua',
description = 'Usa as spells de speed automaticamente.',
author = 'Ley',
enabled = false
},
['Buff'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Healing/buff.lua',
description = 'Usa as spells de Buff automaticamente.',
author = 'Ley',
enabled = false
},
['Train Powerdown'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Healing/train_mana.lua',
description = 'Treina ninjutsu.',
author = 'Ley',
enabled = false
},
['Anti-Paralyze'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Healing/anti_paralyze.lua',
description = 'Usa as spells de anti-paralyze automaticamente.',
author = 'Ley',
enabled = false
},
},
Main = {
['Monster Kills'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/kill_count.lua',
description = 'Conta quantos monstros voce matou e mostra o loot. [BUGADO]',
author = 'Ley',
enabled = false
},
},
Utilities = {
-- ['Combo + Combo Interrupt'] = {
-- url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/combo_interrumpt.lua',
-- description = 'Script de Combo+Combo Interrupt.',
-- author = 'VictorNeox.',
-- enabled = false
-- },
['Death Counter'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/death_counter.lua',
description = 'Contagem de mortes.',
author = 'Ley',
enabled = false
},
['Hide Effects'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/hide_effects.lua',
description = 'Esconde todos os efeitos.',
author = 'Ley',
enabled = false
},
['Open Main BP'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/open_main_bp.lua',
description = 'Mantem aberta a backpack principal.',
author = 'Ley',
enabled = false
},
['Spy Level'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/spy_level.lua',
description = 'Script de mostrar o andar de cima(=)/baixo(-)',
author = 'vBot',
enabled = false
},
['Auto Door'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/auto_door.lua',
description = 'Script de usar a porta mais proxima(5 sqm). [NÃO TA FUNCIONANDO]',
author = 'Ley',
enabled = false
},
['Porcentagem de Treino'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/widget_train.lua',
description = 'Script de mostrar as porcentagens de treino.',
author = 'Ley',
enabled = false
},
-- ['Alarm'] = {
-- url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/alarm.lua',
-- description = 'Script de alarm.',
-- author = 'AnenScripts',
-- enabled = false
-- },
-- ['Loot Channel'] = {
-- url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/loot_channel.lua',
-- description = 'Canal exclusivo de loot.',
-- author = 'Ley',
-- enabled = false
-- },
-- ['Turn Target'] = {
-- url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/turn_target.lua',
-- description = 'Sempre fica virado para o alvo.',
-- author = 'Ley',
-- enabled = false
-- },
-- ['Creature Hp'] = {
-- url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/creature_hp.lua',
-- description = 'Mostra a porcentagem de todas as criaturas que levar dano.',
-- author = 'Ley',
-- enabled = false
-- },
['Dance'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/dance.lua',
description = 'Evita ficar AFK.',
author = 'Ley',
enabled = false
},
['Auto Party'] = {
url = 'https://raw.githubusercontent.com/LeydsonW/Scripts-Community/main/Scripts/Utilities/auto_party.lua',
description = 'Aceita party automaticamente.',
author = 'Ley',
enabled = false
},
},
},
};