Jump to content

IDontEB

$100.00 Donor
  • Posts

    739
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by IDontEB

  1. IDontEB

    ,

    If you play the first 7 minutes manual while one hand holds you balls they dont ban at all
  2. Didnt actually test it I just knew it wanted a socket connection on that port. After looking into it I cannot get anything to connect. Since it says it's waiting for transport dt_socket I think it wants us to use "jdb -attach 5005" in a separate cmd window to connect but that one doesnt connect either.
  3. Yeah, I didnt know either but only found out when It said socket already in use when I tried to make a server socket for it to connect too. Cheers
  4. I believe you need to connect a socket to the port you're debugging on and then use something like: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.net.Socket; import java.net.UnknownHostException; public class Debugger { private static Socket socket; private static OutputStream outputStream; public static void main(String[] args) throws UnknownHostException, IOException { socket = new Socket("127.0.0.1", 5123); outputStream = socket.getOutputStream(); BufferedReader reader = new BufferedReader(new InputStreamReader(socket.getInputStream())); String line; while ((line = reader.readLine()) != null){ System.out.println(line); } } } You can copy and paste that and it will be its on command line which should store everything. feel free to modify to print to a text file if you want. edit: 5123 is the port in there
  5. Javascript isnt what OSbot scripts are made of just so you know.
  6. Big waste of time. if 50 accounts spend 10 minutes to get something thats 500 minutes of 0 profit. Also leaving cash on the accounts is not worth it since they can be banned at any time. flax is cheap so having 2-3k of it and trading over more from the mule is more efficient than leaving lump sums on lots of accounts and restocking themselves.
  7. The quoted one looks unblurry while yours is blurry
  8. How good is your ability to judge satirical posts intended to ridicule the posters question?
  9. Zulrah
  10. Was there seriously nothing else that you dug up a 2 year old script?
  11. You're really going for that post count eh? This was already at the top of the list
  12. open the client with CLI and use the -norandoms parameter
  13. Sure seems like you are if you don't know how to read instructions properly and spam chat then whine on another forum about things. Make sure you're using the right port.
  14. He only uses good scripts sorry juggles!
  15. pornhub if its video
  16. if your break is less than 5 minutes why log out? No real player does that nonsense
  17. As stated in this like: http://www.oxfordislamicstudies.com/article/opr/t243/e370 Women's rights were basically nothing in. A quote from the link states: "Although Islamic law extended some rights to women and limited the privileges of men, it did not change the dominant position of men in Muslim society. For example, the Qur'an requires women to be obedient to their husbands, and it describes men as a degree higher than women in rights and responsibilities. The scriptures also permit men to divorce their wives without cause and deny women custody rights over children who have reached a certain age." This shows that women's rights were nonsense and completely disregarded. Being required to be obedient to their husband is equivalent to a black man being a white persons slave back in the day. As you said in yourself, stupidity is bliss but your own self confirming bias that religion at all even benefits society in anyway prevents you from seeing science furthers societies progression overall and religion limits it.
  18. Do you know the definition of rights or are you retarded? Women in Islamic countries have no rights and probably had it worse off 1300 years ago than they do now. The only right women in islamic countries have is the right to be treated like shit by males.
  19. IDontEB

    Yay

    What is a 2:1?
  20. Virustotal is a google owned company created for the purpose of creating a safer internet. What makes virustotal better than the one you have downlaoded is that virustotal has 50 anti viruses which it uses to scan the file so you can get an idea if its a false positive or if its actually a virus. It can also be used to scan website links before you click them. As for having a antivirus at all its pretty useless, common sense can protect you from clicking suspicious links and opening suspicious things without using the computational power a antivirus does. An antivirus has the benefit of catching viruses after being infected but that is why people advise malwarebytes and using it every once in a while since it does the same job but better. Also with todays trend in malware a lot of 0-day exploits have become more widely used and even an antivirus cannot protect you from those, but anyone who knows any 0-day exploits is not using them on normal people like you and I.
  21. https://www.virustotal.com/ so you get a better idea of whats safe or not
  22. Who cares if you botting increases chance of having a real life because I guarantee you're the type to watch the bot with a bag of popcorn in front of you like its netflix.
  23. I believe that would be a hardware compatibility issue if i'm not mistaken. If my understanding is correct depending on your graphics card you get different levels of OpenGL support. https://support.apple.com/en-ca/HT202823 This link shows what type of GPU provides what.
  24. Use either vmware/VirtualBox if you want xcode to run on a windows machine. Also you can buy a normal PC and have dual boot for win 10/OS X El Captain. The latter option is my preferred one for a laptop since it uses less resources, the former is more suitable for a desktop with more power although both are viable options.
  25. if you need help with division of two numbers than you need a lot more than help. 1000/75 = 13; 1000/50 = 20;
×
×
  • Create New...