Skip to content

Instantly share code, notes, and snippets.

@AntonIXO
AntonIXO / md
Created February 16, 2025 13:28
Cracking cursor.sh with firejail and mac changeing
I've used many trials and id changing didn't helped. even entire folder deletion.
so i unpacked appimage and used it with firejail and changed mac address.
```
# cursor.profile
#noblacklist ${HOME}
whitelist ${HOME}/.cursor # If applicable
whitelist /opt/cursor/
@tvorogme
tvorogme / generate.fif
Last active April 5, 2025 06:07
TON deploy smart contract
#!/usr/bin/fift -s
"TonUtil.fif" include
"Asm.fif" include
// If you dont know about stack-base languages
// Please read something before read comments and trying to understand what is going on here :)
5 :$1..n // parse arguments
$1 parse-workchain-id =: wc // set workchain id from command line argument
$2 parse-int =: subwallet-id // set subwallet id