Page 2 of 8 FirstFirst 1234 ... LastLast
Results 16 to 30 of 115
  1. #16
    Luis's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    2,801
    Reputation
    348
    Thanks
    1,846
    My Mood
    Psychedelic
    Quote Originally Posted by A_Random_Idiot View Post
    mods asleep
    No we just have lives, anyway @ruusey why is: woo@mailinator.com in the file?

  2. The Following User Says Thank You to Luis For This Useful Post:

    New (06-28-2016)

  3. #17
    Faze's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    328
    Reputation
    24
    Thanks
    329
    Quote Originally Posted by Luis View Post
    No we just have lives, anyway @ruusey why is: woo@mailinator.com in the file?
    Sketchy much XD
    (No offense to op)
    @Luis just asking if you only found the email is there any code that is suggesting that anything will be sent to the email? Maybe it was for some harmless purpose (that I cannot think of right now)

    Anyways @ruusey I would love to try this out




     
    Quote Originally Posted by Fate View Post
    +Vouch for Faze, cool guy. I got over 100 accounts from him and they are all fine.
    Quote Originally Posted by Horizon View Post
    Vouch for Faze! Bought over 150 accounts cool guy
    Quote Originally Posted by Poseidon View Post
    +Vouch Got around 30 accounts from him. All worked fine and gave me a guarantee of 24 hours.
    Quote Originally Posted by VGmagic View Post
    Has gave me the best of accounts





  4. #18
    krazyshank's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    RealmStock
    Posts
    2,589
    Reputation
    467
    Thanks
    16,666
    My Mood
    Angelic
    50 threads of HTTP requests supposedly using a lot of ram and cpu is DEFINITELY not a good thing. I didn't even think it was possible to make such a simple task that inefficient.
    Are you using blocking IO combined with while checks?

  5. #19
    Luis's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    2,801
    Reputation
    348
    Thanks
    1,846
    My Mood
    Psychedelic
    Quote Originally Posted by Billy741 View Post
    Sketchy much XD
    (No offense to op)
    @Luis just asking if you only found the email is there any code that is suggesting that anything will be sent to the email? Maybe it was for some harmless purpose (that I cannot think of right now)

    Anyways @ruusey I would love to try this out
    Wasn't an individual string, so a bit less suspicious more likely just dead/messed up code. Checking code atm, not done yet.

  6. #20
    ruusey's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    null;
    Posts
    327
    Reputation
    21
    Thanks
    539
    My Mood
    Cynical
    Quote Originally Posted by Luis View Post
    No we just have lives, anyway @ruusey why is: woo@mailinator.com in the file?
    That is leftover from testing sorry. It's in one of my static void mains so I could run the individual components and test. It's one of the emails someone posted in one of those email dumps. I can repost it without it if you would like.

  7. #21
    Artarex's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Pretty cool!

  8. #22
    Luis's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    2,801
    Reputation
    348
    Thanks
    1,846
    My Mood
    Psychedelic
    Quote Originally Posted by ruusey View Post
    That is leftover from testing sorry. It's in one of my static void mains so I could run the individual components and test. It's one of the emails someone posted in one of those email dumps. I can repost it without it if you would like.
    Checking the code over atm, if it doesn't connect/do anything it's fine.

  9. #23
    ruusey's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    null;
    Posts
    327
    Reputation
    21
    Thanks
    539
    My Mood
    Cynical
    @krazyshank
    Only while loop is while(threadslist==maxthreadcount){
    Persist(run the requests)
    }
    by a lot of ram and CPU I mean 100-150 megs and 7-13% CPU depending on how many threads

    Everything about frying your computer was a joke. I really don't think it could be more efficient but I am still new to threading. If you would like to offer a solution that is better feel free to. Premise is:
    Get next generate char sequence and tack it onto the domain.
    Create new thread.
    Add thread to thread list wile threadslist is small enough
    Run thread.
    Remove thread when it's done running.
    Repeat until there are no more combinations

    Thanks
    Ruusey

  10. The Following User Says Thank You to ruusey For This Useful Post:

    krazyshank (06-27-2016)

  11. #24
    krazyshank's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    RealmStock
    Posts
    2,589
    Reputation
    467
    Thanks
    16,666
    My Mood
    Angelic
    Quote Originally Posted by ruusey View Post
    @krazyshank
    Only while loop is while(threadslist==maxthreadcount){
    Persist(run the requests)
    }
    by a lot of ram and CPU I mean 100-150 megs and 7-13% CPU depending on how many threads

    Everything about frying your computer was a joke. I really don't think it could be more efficient but I am still new to threading. If you would like to offer a solution that is better feel free to. Premise is:
    Get next generate char sequence and tack it onto the domain.
    Create new thread.
    Add thread to thread list wile threadslist is small enough
    Run thread.
    Remove thread when it's done running.
    Repeat until there are no more combinations

    Thanks
    Ruusey
    Oh that isn't too bad. I was assuming you meant 100% CPU + GBs of ram :P
    Edit: I appreciate the strive for innovation
    Last edited by krazyshank; 06-27-2016 at 04:18 PM.

  12. #25
    ruusey's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    null;
    Posts
    327
    Reputation
    21
    Thanks
    539
    My Mood
    Cynical
    Quote Originally Posted by krazyshank View Post
    Oh that isn't too bad. I was assuming you meant 100% CPU + GBs of ram :P
    Edit: I appreciate the strive for innovation
    Thanks didnt want to dissapoint senpai

    also @Luis

    in the least dicky way to say this as possible (if possible) Its clear that this is a static call for testing and is also marked with //Testing comments. Unirest is a java http library and you can see i was posting for a test, geting the resulting body and parsing to see if the account is registered.

    Sorry for the confusion i should have taken that out. Apologies

  13. #26
    The 7th Hokage's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    Konoha
    Posts
    2,424
    Reputation
    264
    Thanks
    1,324
    My Mood
    Chatty
    This is not worth using to guess emails. Try only looking for emails with dots and -'s. Thanks though.

    - - - Updated - - -

    Quote Originally Posted by krazyshank View Post
    Oh that isn't too bad. I was assuming you meant 100% CPU + GBs of ram :P
    Edit: I appreciate the strive for innovation
    Are you still in College? Also, thanks for the notifier update on Kronkboxer. Is there any chance that you could add a popup when pressing x on kronkboxer that says: "Are you sure" "Yes" "No". Since i close it by accident almost every day when im changing tabs and stuff.

  14. #27
    TheShadowNinja's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    cant download it says that the link is shit
    aka Invalid Attachment specified. If you followed a valid link, please notify the administrator.
    Last edited by TheShadowNinja; 06-27-2016 at 05:19 PM.

  15. #28
    damian007's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Germany, in a Shell.
    Posts
    199
    Reputation
    10
    Thanks
    128
    My Mood
    Chatty
    Quote Originally Posted by TheShadowNinja View Post
    cant download it says that the link is shit
    aka Invalid Attachment specified. If you followed a valid link, please notify the administrator.
    It is because the download isn't Approved yet, can you read?

  16. #29
    TheShadowNinja's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    no on the home page it says approved
    or release i mean

  17. #30
    damian007's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Germany, in a Shell.
    Posts
    199
    Reputation
    10
    Thanks
    128
    My Mood
    Chatty
    Quote Originally Posted by TheShadowNinja View Post
    no on the home page it says approved
    or release i mean
    "Attachments Pending Approval" just because the title says "Release" it doesn't mean it doesnt need an approval first.

Page 2 of 8 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Patched] [MiS] Multihack v1.3 (Zoomhack, Auto-LastHit, AFK-Bot, Ping-Checker, Spammer)
    By Not Officer in forum League of Legends Hacks & Cheats
    Replies: 95
    Last Post: 08-10-2016, 02:34 PM
  2. [Release] Yet Another Disposable Checker X ~ AUTOMATIC BRUTEFORCING ~ NO BATCH
    By New in forum Realm of the Mad God Hacks & Cheats
    Replies: 99
    Last Post: 07-08-2016, 05:05 PM
  3. [Outdated] [MiS] League of Legends Multihack v1 (Zoomhack, Auto-LastHit, Ping Checker, Spammer)
    By Not Officer in forum League of Legends Hacks & Cheats
    Replies: 25
    Last Post: 05-26-2016, 02:18 PM
  4. [Release] D.C Best! Utility-Spammer-CA Cleaner-CBL Checker- CA Texture Remover-More!!!
    By ĎÁŗҚ ĉҰρҢềŔ in forum Combat Arms Hacks & Cheats
    Replies: 33
    Last Post: 10-16-2009, 02:49 PM
  5. Better Autotalker/spammer
    By boyd45 in forum WarRock - International Hacks
    Replies: 14
    Last Post: 04-30-2009, 11:28 PM