cheaterforlifex88
Members-
Content Count
16 -
Last visited
Community Reputation
2 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
highly in need of this. thanks
-
Looks cool. Hope it still working
-
auth Discord Account Generator | Saves login + token!
cheaterforlifex88 replied to Kekd's topic in Exclusive Releases
damn I need auth xd -
RapeFlix 1.2 by Laiteux [ CRACKED BY CRANK ]
cheaterforlifex88 replied to VETHZ's topic in Cracking Tools
Thanks for this. Gonna check if it's clean. -
Coded that yesterday in C#. Requires HTTP proxies. Put combolist.txt and proxylist.txt in the same folder. Download: [hide] https://anonfile.com/32bbJbocb5/AntiPublic_zip [/hide] Im always happy about feedback.
-
Sent 100 :pepelove:
-
My second release for here. Requires combolist.txt and proxylist.txt in same folder. HTTP proxies only. Warning: Chaturbate silent bans. Program working fine, tried with an test account. Saves accs with tokens and without in different files. Captures tokens. Download: [hide] https://anonfile.com/Ee0eH1o2b3/ChaturbateCracker_zip [/hide] Takes some time to startup due to antidebugging^^ Always happy about feedback!
-
Most c++ tools are vm protected, so you wanna go for debuggers.
-
hey homie, what language it's coded in?
-
cheaterforlife saying greetings!
cheaterforlifex88 replied to cheaterforlifex88's topic in Introduction
Thank you! just released my spotify checker (proxyless) Thank you too for welcoming me, are vpns forbidden here? -
C# Encryptions Methods [HELP]
cheaterforlifex88 replied to ForlaxPy's topic in Programming discussions
Obfuscators, Confusers, Junk code adders, Code virtualization. Google that, hope I was able to help :) -
1) Declare your proxyQueue: private static Queue proxyQueue = new Queue(); 2) Load your proxies: foreach (string item in File.ReadLines("proxies.txt")) { Program.proxyQueue.Enqueue(item); } 3) Pick random proxy Random rdn = new Random(); string ProxyAdress = Program.proxyQueue.ElementAt(rdn.Next(0, Program.proxyQueue.Count - 1)); string proxyip = ProxyAdress.Split(':')[0]; string proxyport = Convert.ToInt32(ProxyAdress.Split(':')[1]); httpWebRequest.Proxy = new WebProxy(proxyip, proxyport); Hope I helped.
-
This is my first contribution here. Fastest spotify cracker you prob ever seen. Coded that like 4 months or something ago - still working fast and proxyless. YOU HAVE TO PUT combolist.txt otherwise the tool won't work. [hide] https://anonfile.com/t9k4H7o8bd/SpotifyChecker_zip [/hide] I hope you enjoy it. Always happy about feedback. Because someone said I didn't make the checker myself: Coded it in C# and can show proofs if needed.