sensivity 2.5.42 → 2.5.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli +54 -0
- package/cli.js +54 -0
- package/launcher.js +25 -280
- package/package.json +15 -8
- package/public/css/style.css +252 -988
- package/public/index.html +7 -15
- package/public/js/app.js +62 -492
- package/public/js/config_schema.js +10 -28
- package/sens.node +0 -0
- package/server.obf.js +1 -1
- package/public/assets/logo.png +0 -0
|
@@ -17,7 +17,7 @@ const SCHEMA = {
|
|
|
17
17
|
{ key: 'Enable Silent', type: 'checkbox', def: false, bind: true },
|
|
18
18
|
{ key: 'Silent Distance', type: 'slider_int', def: 200, min: 0, max: 2000 },
|
|
19
19
|
{ key: 'Silent FOV', type: 'slider_int', def: 70, min: 1, max: 360 },
|
|
20
|
-
{ key: 'Show Silent FOV', type: 'color_checkbox', def:
|
|
20
|
+
{ key: 'Show Silent FOV', type: 'color_checkbox', def: false, color: [1,1,1,1], alpha: false },
|
|
21
21
|
]},
|
|
22
22
|
{ id: 'Extra', label: 'Extra', controls: [
|
|
23
23
|
{ key: 'Enable Magic', type: 'checkbox', def: false, bind: true },
|
|
@@ -43,7 +43,7 @@ const SCHEMA = {
|
|
|
43
43
|
{ key: 'Enable Aimbot', type: 'checkbox', def: false, bind: true },
|
|
44
44
|
{ key: 'Aimbot Distance', type: 'slider_int', def: 200, min: 0, max: 2000 },
|
|
45
45
|
{ key: 'Aimbot FOV', type: 'slider_int', def: 70, min: 1, max: 360 },
|
|
46
|
-
{ key: 'Show Aimbot FOV', type: 'color_checkbox', def:
|
|
46
|
+
{ key: 'Show Aimbot FOV', type: 'color_checkbox', def: false, color: [1,1,1,1], alpha: false },
|
|
47
47
|
]},
|
|
48
48
|
{ id: 'ExtraA', label: 'Extra', controls: [
|
|
49
49
|
{ key: 'Aimbot Thread Delay', type: 'slider_int', def: 5, min: 1, max: 50 },
|
|
@@ -191,8 +191,8 @@ const SCHEMA = {
|
|
|
191
191
|
label: 'Player',
|
|
192
192
|
children: [
|
|
193
193
|
{ id: 'espMain', label: 'ESP Settings', controls: [
|
|
194
|
-
{ key: 'Enable ESP', type: 'checkbox', def:
|
|
195
|
-
{ key: 'ESP Distance', type: 'slider_int', def:
|
|
194
|
+
{ key: 'Enable ESP', type: 'checkbox', def: false },
|
|
195
|
+
{ key: 'ESP Distance', type: 'slider_int', def: 0, min: 0, max: 3000 },
|
|
196
196
|
{ key: 'ESP Show Local Player', type: 'checkbox', def: false },
|
|
197
197
|
{ key: 'ESP Ignore Invisible', type: 'checkbox', def: false },
|
|
198
198
|
{ key: 'ESP Ignore Dead', type: 'checkbox', def: false },
|
|
@@ -200,7 +200,7 @@ const SCHEMA = {
|
|
|
200
200
|
{ key: 'ESP Ignore NPC', type: 'checkbox', def: false },
|
|
201
201
|
]},
|
|
202
202
|
{ id: 'textEsp', label: 'Text ESP', controls: [
|
|
203
|
-
{ key: 'Enable Name ESP', type: 'color_checkbox', def:
|
|
203
|
+
{ key: 'Enable Name ESP', type: 'color_checkbox', def: false, color: [1,1,1,1], alpha: false },
|
|
204
204
|
{ key: 'Name Placement', type: 'dropdown', def: 0, items: ['Bottom','Top','Left upper','Right upper','Left lower','Right lower'] },
|
|
205
205
|
{ key: 'Enable ID ESP', type: 'color_checkbox', def: false, color: [1,1,1,1], alpha: false },
|
|
206
206
|
{ key: 'ID Placement', type: 'dropdown', def: 0, items: ['Bottom','Top','Left upper','Right upper','Left lower','Right lower'] },
|
|
@@ -210,8 +210,8 @@ const SCHEMA = {
|
|
|
210
210
|
{ key: 'Weapon Placement', type: 'dropdown', def: 0, items: ['Bottom','Top','Left upper','Right upper','Left lower','Right lower'] },
|
|
211
211
|
]},
|
|
212
212
|
{ id: 'boxEsp', label: 'Box ESP', controls: [
|
|
213
|
-
{ key: 'Enable Box ESP', type: 'color_checkbox', def:
|
|
214
|
-
{ key: 'Box Size', type: 'slider_int', def:
|
|
213
|
+
{ key: 'Enable Box ESP', type: 'color_checkbox', def: false, color: [1,1,1,1], alpha: false },
|
|
214
|
+
{ key: 'Box Size', type: 'slider_int', def: 0, min: -20, max: 20 },
|
|
215
215
|
{ key: 'Box Line Type', type: 'dropdown', def: 0, items: ['Dashed','Solid'] },
|
|
216
216
|
{ key: 'Box Line Thickness', type: 'slider_float', def: 1, min: 0.5, max: 10, step: 0.5 },
|
|
217
217
|
{ key: 'Box Type', type: 'dropdown', def: 0, items: ['Full Box','Corner Box'] },
|
|
@@ -240,13 +240,13 @@ const SCHEMA = {
|
|
|
240
240
|
{ key: 'Offscreen Center Threashold', type: 'slider_float', def: 50, min: 0, max: 200, step: 1 },
|
|
241
241
|
]},
|
|
242
242
|
{ id: 'healthEsp', label: 'Health Bar ESP', controls: [
|
|
243
|
-
{ key: 'Enable Health Bar ESP', type: 'color_checkbox', def:
|
|
243
|
+
{ key: 'Enable Health Bar ESP', type: 'color_checkbox', def: false, color: [0,1,0,1], alpha: false },
|
|
244
244
|
{ key: 'Health Bar Placement', type: 'dropdown', def: 0, items: ['Bottom','Top','Left','Right'] },
|
|
245
245
|
{ key: 'Enable Health Text', type: 'color_checkbox', def: false, color: [1,1,1,1], alpha: false },
|
|
246
246
|
{ key: 'Health Text Placement', type: 'dropdown', def: 0, items: ['Bottom','Top','Left','Right'] },
|
|
247
247
|
]},
|
|
248
248
|
{ id: 'armorEsp', label: 'Armor Bar ESP', controls: [
|
|
249
|
-
{ key: 'Enable Armor Bar ESP', type: 'color_checkbox', def:
|
|
249
|
+
{ key: 'Enable Armor Bar ESP', type: 'color_checkbox', def: false, color: [0,0.45,1,1], alpha: false },
|
|
250
250
|
{ key: 'Armor Bar Placement', type: 'dropdown', def: 0, items: ['Bottom','Top','Left','Right'] },
|
|
251
251
|
{ key: 'Enable Armor Text', type: 'color_checkbox', def: false, color: [1,1,1,1], alpha: false },
|
|
252
252
|
{ key: 'Armor Text Placement', type: 'dropdown', def: 0, items: ['Bottom','Top','Left','Right'] },
|
|
@@ -343,25 +343,7 @@ const SCHEMA = {
|
|
|
343
343
|
subs: [{
|
|
344
344
|
id: 'wmain',
|
|
345
345
|
label: 'Teleport',
|
|
346
|
-
children: [
|
|
347
|
-
{ id: 'worldTeleport', label: 'World Teleport', controls: [
|
|
348
|
-
{ key: 'Enable Freecam', type: 'checkbox', def: false, bind: true },
|
|
349
|
-
{ key: 'Freecam Speed', type: 'slider_float', def: 100, min: 1, max: 1000, step: 1 },
|
|
350
|
-
{ key: 'Freecam Teleport', type: 'checkbox', def: false, bind: true },
|
|
351
|
-
{ key: 'Teleport Waypoint Action', type: 'action', label: 'Teleport to Waypoint', action: 'teleportWaypoint', button: 'Teleport' },
|
|
352
|
-
{ key: 'Teleport Hospital Action', type: 'action', label: 'Hospital', action: 'teleportHospital', button: 'Teleport' },
|
|
353
|
-
{ key: 'Teleport Dealership Gunshop Action', type: 'action', label: 'Dealership / Gun Shop', action: 'teleportDealershipGunshop', button: 'Teleport' },
|
|
354
|
-
{ key: 'Teleport Pink Motel Action', type: 'action', label: 'Pink Motel', action: 'teleportPinkMotel', button: 'Teleport' },
|
|
355
|
-
{ key: 'Teleport Pier Action', type: 'action', label: 'Pier', action: 'teleportPier', button: 'Teleport' },
|
|
356
|
-
{ key: 'Save Peek Position Action', type: 'action', label: 'Save Current Location', action: 'savePeekPosition', button: 'Save' },
|
|
357
|
-
{ key: 'Teleport Peek Position Action', type: 'action', label: 'Teleport to Saved Location', action: 'teleportPeekPosition', button: 'Teleport' },
|
|
358
|
-
{ key: 'Save Peek Position Key', type: 'keybind', def: 0 },
|
|
359
|
-
{ key: 'Teleport to Peek Position Key', type: 'keybind', def: 0 },
|
|
360
|
-
{ key: 'Peek Assist Location X', type: 'slider_float', def: 0, min: -10000, max: 10000, step: 1 },
|
|
361
|
-
{ key: 'Peek Assist Location Y', type: 'slider_float', def: 0, min: -10000, max: 10000, step: 1 },
|
|
362
|
-
{ key: 'Peek Assist Location Z', type: 'slider_float', def: 0, min: -1000, max: 1000, step: 1 },
|
|
363
|
-
]},
|
|
364
|
-
]
|
|
346
|
+
children: []
|
|
365
347
|
}]
|
|
366
348
|
},
|
|
367
349
|
{
|
package/sens.node
CHANGED
|
Binary file
|