
EliteEmper0r
Members-
Content Count
417 -
Last visited
Content Type
Profiles
Forums
Calendar
Gallery
Blogs
Store
Articles
Downloads
Classifieds
Everything posted by EliteEmper0r
-
Please be more specific on what info you want to change. Also you can’t change account info without email access.
-
How to create your own private dorks
EliteEmper0r replied to TheRealOof's topic in Cracking Tutorials
O.O I want 7m vulnerable LMAO -
This is a bump
-
Hmm let’s see thought it died let’s see if it can come back
-
Hey guys im here to give you some tips on how to get MORE HITS. [hide] TIP. 1: This is a fairly obvious but get good combos, if you don't have good combos you will for sure get no good hits. This means get rid of leechers and start using SQLI and Dorks. TIP. 2: This is also fairly obvious but get good proxies and or a VPN, proxies are necessary for most account checkers so it will spoof the IP from the amount of requests you are sending, in simple terms bad proxies = less hits. Now a VPN is used in a similar way as proxies however VPNs are more commonly used with PROXYLESS checkers because some may not work and will ban your IP. TIP. 2: Lastly don't be afraid to spend some money, now if you don't have any money go work at you local fast food place like KFC or McDonalds Burger King etc. or you can even find a job here a ton of people are looking for people to do work for them so there a a lot of chances. To conclude this tip DO NOT BE AFRAID TO SPEND MONEY YOU NEED TO SPEND TO GAIN! Want More HQ Tips? GIVE ME GREEN <3[[/hide] Need Accounts? Check My Sig :kek: Show Me Some GREEN for more stuff FUCK OFF LEECHERS, You Will be reported
-
Kostrikov's DORKS and DataBases ebook RELEASED FOR FREE
EliteEmper0r replied to Kostrikov's topic in Cracking Tutorials
Thanks KS man this is great -
AnonSharp - Free AnonFile easy uploader + Source code
EliteEmper0r replied to Cups's topic in Source codes
Great thanks this is pretty cool -
Proxyless checker users READ THIS
EliteEmper0r replied to EliteEmper0r's topic in Guides, Tuts & Assistance
Well apparently people don't since they're still trying to use proxyless checkers -
Hope this helps thanks
-
I'm not going to hide this since this is pretty important so of I'll go straight to the point if you are still using a proxyless checker stop using it Fortnite/Epic Games changed their API and security a little while ago Need Accounts? Check My Sig Show Me Green FUCK OFF LEECHERS
-
Made by squaaa#0144 [hide]https://anonfile.com/dbQaj6kbbc/ZCrack_Hulu_-_squaaaa_rar[/hide] Need Accounts? Check My Sig Show Me Green FUCK OFF LEECHERS
-
Found this in a discord thought I might share it [hide]https://cdn.discordapp.com/attachments/505062115602857995/506293253276958740/BlazeChecker_source_from_jdcore.zip[/hide] Need Accounts? Check My Sig Show Me Green FUCK OFF LEECHERS
-
:kek: :kek: :fiesta: [hide]https://cdn.discordapp.com/attachments/503448020067549185/506025327949250560/EcoCrack.rar[/hide] This is made by laiteux Need Accounts? Check My Sig :hype: Show Me Green <3 FUCK OFF LEECHERS
-
Ariana Grande & Kim Kardashian Nudes [REAL AF]
EliteEmper0r replied to ChandlerMurielBing's topic in Other leaks
Bet I’ll have fun tonigh lmao -
This was posted on the storm thought to share it here [hide]Please forgive me for what I am about to do. What you need 2Captcha Account w/ Balance Site w/ Recaptcha I prefer you to use 2Captcha instead of AntiCaptcha or others because from my experience, AntiCaptcha is super strict on proxies. The bare minimum to get the recaptcha response is Two Stages Below is the ideal format for Stage-1 SPOILER: STAGE-1 Condition = Any Link = http://2captcha.com/in.php?key=&method=userrecaptcha&googlekey=&pageurl= //You have to get this information yourself. You can find more information on in 2Captcha API Docs isFTP = False HTTPVersion = 1.1 FollowRedirect = False HTTPRequestMethod = POST Timeout = 30 Headers = User-Agent: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134 Variable-1 = $ProxySend= CombineText("proxy=", $ProxyIP#, ":", $ProxyPort#, "&proxytype=", $ProxyType#) //This will send the proxy, if you use one. Don't worry if you don't use one it will still work PostContent = $ProxySend# Variable-2 = $GoodForTaskResult = IndexOf($Stage1ResponseHeader#, "X-Powered-By: HPHP") //I made this key so that we know we are good to go to on to Stage-2 Variable-3 = $TaskId = FindTagVal($Stage1ResponseSource#, "|", "") //This is to get the Task ID of the captcha. The response source looks like OK|123456789 where the numbers are the TaskID Variable-4 = $ProxyBan = FindTagVal($Stage1ResponseSource#, "errorIdchr(double quotes):", "chr(Comma)") //A proxy ban key to prevent a shit ton of unknowns and errors Practically Stage-1 is universal so I would copy and paste it and replace certain things and get rid of my comments Ideal format for Stage-2 SPOILER: STAGE-2 Variable-1 = $Sleep = Sleep(60000) //Very important. Usually for 2Captcha, you need to wait around a minute to get the captcha response. You may change this based on the average waiting time the site gives for recaptcha. The time is in milliseconds Condition = $GoodForTaskResult# > 0 Variable-2 = $Link = CombineText("http://2captcha.com/res.php?key=&action=get&id=", $TaskId#) Link = $Link# isFTP = False HTTPVersion = 1.1 FollowRedirect = False HTTPRequestMethod = GET Timeout = 30 Headers = User-Agent: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134 Variable-3 = $GoodResponse = IndexOf($Stage2ResponseSource#, "OK") Variable-4 = $CaptchaResponse = If(($GoodResponse# >= 0), FindTagVal($Stage2ResponseSource#, "|", ""), "") //Just another protection for pad proxies. The response of a good source is OK|RecaptchaResponse you can learn more about it in 2Captcha API Docs Variable-5 = $CaptchaNotReady = IndexOf($Stage2ResponseSource#, "CAPCHA_NOT_READY") //This will be retry key because sometimes 1 minute is not enough You can also directly copy and paste this if you want. Below are the conditions I would put at the very bottom of my config once I'm done with everything. These conditions only cover for what might be needed in getting the recaptcha response. Ban-Condition = $ProxyBan# >= 0 || Len($Stage1ResponseSource#) <= 0 Retry-Condition = $CaptchaRetry# >= 0 || $CaptchaNotReady# >= 0 Here are the the 2 stages together SPOILER: FINAL Code [stage-1] Condition = Any Link = http://2captcha.com/in.php?key=<2CAPTCHA KEY>&method=userrecaptcha&googlekey=&pageurl= isFTP = False HTTPVersion = 1.1 FollowRedirect = False HTTPRequestMethod = POST Timeout = 30 Headers = User-Agent: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134 Variable-1 = $CaptchaSend = CombineText("proxy=", $ProxyIP#, ":", $ProxyPort#, "&proxytype=", $ProxyType#) PostContent = $CaptchaSend# Variable-2 = $GoodForTaskResult = IndexOf($Stage1ResponseHeader#, "X-Powered-By: HPHP") Variable-3 = $TaskId = FindTagVal($Stage1ResponseSource#, "|", "") Variable-4 = $ProxyBan = FindTagVal($Stage1ResponseSource#, "errorIdchr(double quotes):", "chr(Comma)") [stage-2] Variable-1 = $Sleep = Sleep(60000) Condition = $GoodForTaskResult# > 0 Variable-2 = $Link = CombineText("http://2captcha.com/res.php?key=<2CAPTCHA KEY>&action=get&id=", $TaskId#) Link = $Link# isFTP = False HTTPVersion = 1.1 FollowRedirect = False HTTPRequestMethod = GET Timeout = 30 Headers = User-Agent: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134 Variable-3 = $GoodResponse = IndexOf($Stage2ResponseSource#, "OK") Variable-4 = $CaptchaResponse = If(($GoodResponse# >= 0), FindTagVal($Stage2ResponseSource#, "|", ""), "") Variable-5 = $CaptchaNotReady = IndexOf($Stage2ResponseSource#, "CAPCHA_NOT_READY") Ban-Condition = $ProxyBan# >= 0 || Len($Stage1ResponseSource#) <= 0 Retry-Condition = $CaptchaRetry# >= 0 || $CaptchaNotReady# >= 0 After getting the RecaptchaResponse, just go on as you normally would in making a config except use $CaptchaResponse# in the post request. Granted this will be slow, but you can change the Sleep time or find another captcha solving service as the process is very simple. Original Thread: https://thestorm.app/community/threads/storm-how-to-make-recaptcha-configs.983/ :pupper: In Need Of Accounts? Check My sig :kek: SHOW ME GREEN :hype: FUCK OFF LEECHERS :pepegun: [/hide]
-
auth [Cracked] Apex - The All In One Checker | Premium Version
EliteEmper0r replied to 1x37x's topic in Exclusive Releases
thanks my G rip to the people who bought it -
How to make dorks that are really effective (2018)
EliteEmper0r replied to TheN3RoX's topic in Cracking Tutorials
Thanks all knowledge will help on the long run -
email pass 250K USA DATABASE / COMBOLIST | THECRACKINGBAY.PW
EliteEmper0r replied to Simon's topic in Combolists
Great thanks my dude big help -
email pass 2.3 M Combolist (Netflix, Spotify, UPlay, Games)
EliteEmper0r replied to loony7's topic in Combolists
Aye more shit to add thanks