For example, lets say I have 500 proxies and I wanted to check them all. How could I split those up into a random amount of threads(User inputted) and check them all at once using multiple threads. Thanks, BuckleyInDaHouse.
Buckleyindahouse
Posts
-
Splitting up a list of things. -
Obfusicating Strings cause program to crash.Whenever I try to encrypt or hide my strings my program immediately crashes when I double click the .exe. Does anyone have a clue of why this may be happening. I'm using 9Rays.net Obfuscation. Thanks, Buckley.
-
Extract certain text from a html page.Ok I looked at I already know how to get the html source, but I need to retrieve only the username. This is the html source. http://paste-it.net/public/dfe778b/[^] On line 339 contains on of the usernames "Kingduffy 1" but it's not always on line 339 so thats why i need to know how to strip it and retrieve all the usernames on that page.
-
Extract certain text from a html page.Ok thanks, Im going to try that btw that link is to a site where they will help you if you pay and I don't like that. Does anyone have anymore insight on this? Thanks, Buckley.
-
Extract certain text from a html page.I'm trying to make a username grabber from a game's highscores page. http://hiscore.runescape.com/hiscores.ws[^] The name I want to grab will be in the center where it says "KingDuffy 1" How would I go about doing this? Thanks, Buckley.
-
String Obfusication cause program not to work.Ok, So I was obbing my program using 9Rays and whenever I enable String encryption the program messes up but when I do normal obbing with everything max it works. Also when I ob strings all the text in the program either has a [] in it or ends in a []. What is the problem? Hope I was clear. Thanks, Buckley.
-
Splitting a list into seperate threads.Each thread has to go through a list of names connecting to the internet. So I didn't wanna use 1 thread to do like 4000 names that would be slow.
-
Splitting a list into seperate threads.How would I go about splitting a list of names into a amount of threads. The user will enter the amount of threads to use and they have a text file already filled with names. So it has to be able to work with whatever amount they enter. Thanks, BuckleyInDaHouse.