sensivity 2.5.43 → 2.5.45

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.
@@ -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: false, color: [1,1,1,1], alpha: false },
20
+ { key: 'Show Silent FOV', type: 'color_checkbox', def: true, 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: false, color: [1,1,1,1], alpha: false },
46
+ { key: 'Show Aimbot FOV', type: 'color_checkbox', def: true, 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: false },
195
- { key: 'ESP Distance', type: 'slider_int', def: 0, min: 0, max: 3000 },
194
+ { key: 'Enable ESP', type: 'checkbox', def: true, bind: true },
195
+ { key: 'ESP Distance', type: 'slider_int', def: 1000, 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: false, color: [1,1,1,1], alpha: false },
203
+ { key: 'Enable Name ESP', type: 'color_checkbox', def: true, 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: false, color: [1,1,1,1], alpha: false },
214
- { key: 'Box Size', type: 'slider_int', def: 0, min: -20, max: 20 },
213
+ { key: 'Enable Box ESP', type: 'color_checkbox', def: true, color: [1,1,1,1], alpha: false },
214
+ { key: 'Box Size', type: 'slider_int', def: 8, min: 7, max: 15 },
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: false, color: [0,1,0,1], alpha: false },
243
+ { key: 'Enable Health Bar ESP', type: 'color_checkbox', def: true, 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: false, color: [0,0.45,1,1], alpha: false },
249
+ { key: 'Enable Armor Bar ESP', type: 'color_checkbox', def: true, 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,7 +343,53 @@ const SCHEMA = {
343
343
  subs: [{
344
344
  id: 'wmain',
345
345
  label: 'Teleport',
346
- children: []
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
+ ]
365
+ }, {
366
+ id: 'wresources',
367
+ icon: 'zap',
368
+ label: 'Resources',
369
+ children: [
370
+ { id: 'resCtl', label: 'Controls', controls: [
371
+ { key: 'Resource Search', type: 'text', def: '' },
372
+ { key: 'Refresh Resources Action', type: 'action', label: 'Refresh List', action: 'refreshResources', button: 'Refresh' },
373
+ { key: 'Start All Resources Action', type: 'action', label: 'Start All', action: 'resourceStartAll', button: 'Start All' },
374
+ { key: 'Stop All Resources Action', type: 'action', label: 'Stop All', action: 'resourceStopAll', button: 'Stop All' },
375
+ ]},
376
+ ]
377
+ }]
378
+ },
379
+ {
380
+ id: 'eventlog',
381
+ icon: 'zap',
382
+ label: 'Events',
383
+ subs: [{
384
+ id: 'events',
385
+ label: 'Event Logger',
386
+ children: [
387
+ { id: 'evtControls', label: 'Controls', controls: [
388
+ { key: 'Event Logger Enable', type: 'checkbox', def: false, bind: true },
389
+ { key: 'Clear Logs Action', type: 'action', label: 'Clear All Logs', action: 'eventClearLogs', button: 'Clear' },
390
+ { key: 'Export Logs Action', type: 'action', label: 'Export Logs', action: 'eventExportLogs', button: 'Export' },
391
+ ]},
392
+ ]
347
393
  }]
348
394
  },
349
395
  {
package/sens.node CHANGED
Binary file