Devil

Members
  • Content Count

    788
  • Last visited

Everything posted by Devil

  1. thanks please post more hq premium shit Dont even work Dont even work Oh it does but very slow
  2. 400 likes thanks to everyone! :hype: :comfy: :pepegun:
  3. Download: https://anonfile.com/O018b0rbb0/170k_txt Lines: 172,198 Site Dumped From: [hide]https://www.armynavydeals.com/asp/brwscat.asp?catid=[t]&cname=Winter+Hats[/hide] Date Of Dump: 1/15/2019 11:31:55 PM Please leave a like fore more!
  4. Hello these were all dumped by me. [#1] Site: pollackassociates.com Download: [hide]https://www.mediafire.com/file/q9sbqy4n5t488fx/pollackassociates.com_-_pollack_main.customers.txt/file[/hide] Type: [email:PASS] [#2] Site: ticketdoug.com.gh Download: [hide]https://www.mediafire.com/file/an9829r8jrfjomc/ticketdoug.com.gh_-_ticketdougdb.members.txt/file[/hide] Type: [email:PASS] [#3] Site: igcd.net Download: [hide]https://www.mediafire.com/file/bxvk926hjve05o6/igcd.net_-_igcdrpchgame.users.txt/file[/hide] Type: [uSER:PASS] Thanks please leave a like! :hype:
  5. Devil

    dorks

    post some hq dorks
  6. What u meann anonfile don't load for me since days :pepegun: maybe use mega.nz I will use mediafire
  7. :smart: :smart: :kek: put another download link What u meann
  8. Hello this is the reaper multi checker code only! MainForm: [hide]https://pastr.io/view/8VSv9C [/hide] WebPageRequest: [hide]https://pastr.io/view/Ljlyim[/hide] Thanks hope you enjoyed! Please leave a like! :ezy:
  9. Ur gonna have to do more than like my post to get on my buddy list :fuck: :hype: :pepegun:
  10. Hey this is the steam key checker/activator source code! Hope you enjoy! Download: [hide]https://anonfile.com/kbw9Q3q1bf/SteamBulkActivator-master_zip[/hide] [hide]https://www.mediafire.com/file/2btt5ar5qgmkbt6/SteamBulkActivator-master.zip/file[/hide] Please leave a like! :hype:
  11. Hey this is a steam key generator I made nothing fancy This dosnt generate 100% working codes but i am working on a steam key checker! This just generates XXXXX-XXXXX-XXXXX Steam codes with random letters and numbers! ScreenShot: It generates codes instantly and saves them on desktop. Download: [hide]https://www.mediafire.com/file/877tb7bg8xri8ok/Steam_Key_Generator_BY_Devil.zip/file[/hide] VirusTotal: https://www.virustotal.com/#/file/c784596404a6b89f89b917a751ec3c22a370837acb2eda0a3d7b6883f9ed13a9/detection Thanks please leave a like :hype:
  12. Hello this is the MegaCrack source code made with C# Console. Code: [hide]https://pastr.io/view/rmqwyA[/hide] Thanks hope you enjoy Please leave a like :kek:
  13. Hello, this is mediafire bruteforce checker source code This is only the code To make the program use ur brain and drag the buttons and rename them for the code :smart: Code: [hide]https://pastr.io/view/EMMudY[/hide] Thanks please leave a like :fine:
  14. Code: Imports Newtonsoft.Json Imports System Imports System.IO Imports System.Net Imports System.Net.Http Imports System.Runtime.CompilerServices Imports System.Text Imports System.Threading.Tasks Namespace Unclaimed Friend Class Program Public Class PostUnclaimed Public Property username() As String Public Property invite() As String Public Property consent() As Boolean Public Property captcha_key() As String End Class Public Class RegisterResp Public Property token() As String End Class Private Class c Public Shared As Program.<>c = New Program.<>c() Public Shared __4_0 As Action(Of Integer) Friend Sub Mainb__4_0(p As Integer) Program.CreateAcc() End Sub End Class Private Shared Threads As Integer = 1 Private Shared Invite As String = Nothing Private Shared Name As String = Nothing Private Shared Created As Integer = 0 Private Shared Attempt As Integer = 0 Private Shared Sub Main(args As String()) Dim webClient As WebClient = New WebClient() File.WriteAllText("Proxies.txt", webClient.DownloadString("https://proxyscrape.com/proxies/HTTP_Working_Proxies.txt")) File.Create("Tokens.txt").Close() webClient.Dispose() Console.WriteLine("Enter an username.") Program.Name = Console.ReadLine() Console.WriteLine("Enter an invite.") Program.Invite = Console.ReadLine() Console.WriteLine("Enter an thread amount") Program.Threads = Integer.Parse(Console.ReadLine()) Console.Clear() Dim arg_AB_0 As Integer = 0 Dim arg_AB_1 As Integer = 2147483647 Dim expr_81 As ParallelOptions = New ParallelOptions() expr_81.MaxDegreeOfParallelism = Program.Threads Dim expr_91 As Action(Of Integer) = Program.<> c.<> 9__4_0 Dim arg_AB_3 As Action(Of Integer) = expr_91 If expr_91 Is Nothing Then Dim expr_A5 As Action(Of Integer) = AddressOf Program.c. 9.b__4_0 arg_AB_3 = expr_A5 Program.c.<>9__4_0 = expr_A5 End If Parallel.[For](arg_AB_0, arg_AB_1, expr_81, arg_AB_3) End Sub Private Shared Async Sub CreateAcc() Try Dim arg_26_0 As Random = New Random() Dim array As String() = File.ReadAllLines("Proxies.txt") Dim num As Integer = arg_26_0.[Next](0, array.Length - 1) Dim text As String = array(num) Program.Attempt += 1 Console.Title = String.Format("Attempts: {0} || Created: {1} || Creating using: {2}", Program.Attempt.ToString(), Program.Created.ToString(), text) Dim proxy As WebProxy = New WebProxy(text, False) With {.UseDefaultCredentials = True} Dim httpClient As HttpClient = Nothing Dim handler As HttpClientHandler = New HttpClientHandler() With {.Proxy = proxy, .PreAuthenticate = True, .UseDefaultCredentials = True} httpClient = New HttpClient(handler) Dim httpResponseMessage As HttpResponseMessage = Await httpClient.PostAsync("https://discordapp.com/api/auth/register", New StringContent(JsonConvert.SerializeObject(New Program.PostUnclaimed() With {.username = Program.Name, .invite = Program.Invite, .consent = True, .captcha_key = Nothing}), Encoding.UTF8, "application/json")) If httpResponseMessage.StatusCode = HttpStatusCode.OK Then File.AppendAllText("Tokens.txt", JsonConvert.DeserializeObject(Of Program.RegisterResp)(httpResponseMessage.Content.ReadAsStringAsync().Result).token + Environment.NewLine) Program.Created += 1 Console.Title = String.Format("Attempts: {0} || Created: {1}", Program.Attempt.ToString(), Program.Created.ToString()) End If httpClient.Dispose() httpClient = Nothing Catch ex_1CC As Object End Try End Sub End Class End Namespace Cleaned a little bit Enjoy, posted here to stop leechers :kek: Please like yeah init
  15. These were stored on my pc long time from random sources they are hq. Some are paid and from paid combo sites. Thanks hope you enjoy! Remember to leave like! [hide] https://mega.nz/#F!k9kRVaKL!QlTwxpd2l9FRxVXxrU3_uA[/hide] :pepegun:
  16. Hello, This checker is absolute shit, however it does function sorta, it skips hits and fakes hit sometimes, it also - skips chunks of combos to make it seem fast. This checker costed £60 I think normally, no i didn't pay that. Anyways I hope you enjoy this poopy checker has 53 Sites i think. Screenshots: Please leave some likes and shit btw, Huff :pepe: Virustotal: RAR FILE - https://www.virustotal.com/#/file/9519119518b619a4d1e7de49448201d6464b9d709f9f1d7a242d10b169394c1d/detection EXE FILE - https://www.virustotal.com/#/file/2012962cae2d0d9bab0b8d6f0ff5dbb1ea786cce89e9cf1831923f1d30706329/detection Download: [hide]https://anonfile.com/HcG178qbb8/MultiChecker_1.05_Cracked_By_Devil_rar[/hide] :pepegun:
  17. This is from premium section please remove
  18. tested works fine however no point using this leeched combos