Skip to content

Instantly share code, notes, and snippets.

View BlazeK1ng420's full-sized avatar
😎
Get-Lit and Code-Shit

Blaze BlazeK1ng420

😎
Get-Lit and Code-Shit
View GitHub Profile
@BlazeK1ng420
BlazeK1ng420 / send_raw_xmpp_com.py
Created December 20, 2023 23:58
Send raw xmpp stanzas via TomersApi
elif mssg.startswith("$xmpp") and safemode == False:
com = mssg.replace("$xmpp ", "")
info = com.split(" ", 2)
loops = info[0]
target = info[1]
@BlazeK1ng420
BlazeK1ng420 / kivyapp-to-apk.ipynb
Created July 6, 2023 04:01
KivyApp to APK.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.