Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • RIOT


    Donald Trump

    Recommended Posts

    [ERROR] Failed to connect to server! Exception occurred while connecting:
            java.io.IOException: Unable to connect to: cdn.dreambot.org/45.55.164.23:44443

    1. this is happening like every week now, we all need to riot
    2. rip my mules trying to login
    3. poor fkers
    4. they deserve a better life

    8c298bc0fb073642257d5ad566d94020ec51c1e9

    Link to comment
    Share on other sites

    Usual 12 years old profile

     

    - put your name donald trump or putin

    - argue with everybody

    - act like a troll in online

    - ask your mom for permission if you can play some game after homework 

     

    Checking results..

    All specifications found. Congratulations, you are %100 pure kid.

    Link to comment
    Share on other sites

    @Pandemic

     

    Here's a script I've got for you:

     

     

    import re               # Import all the libraries
    import subprocess       # required for this script
    import time             # to run under *nix
    import getpass
    
    processName = "java"    # The process to check
    
    
    
    #### Function for checking process ####
    usr = getpass.getuser() # Stores user in variable
    def isRunning(process): # Declare a function to check if the process is running
        commandOutput = subprocess.Popen("ps awxo user:20,pid,pcpu,pmem,vsz,rss,tty,stat,start,time,comm | grep " + usr,shell=True,stdout=subprocess.PIPE) # Run a 'ps awx' command, piping the contents into variable
        for i in commandOutput.stdout: # Run through each line
            if re.search(process, i):  # If line contains processName...
                return True            # ... return 'True'
        return False                   # If loop exits without matches, return 'False'
    
    
    
    #### Runs forever whilst process is running ####
    while(isRunning(processName)):     # Run while process is running
        time.sleep(1)                  # Sleep for a second to avoid huge CPU usage
    
    
    #### Anything after this line will run after the process has stopped ####
    print "Process " + processName + " has ended."
    
    Link to comment
    Share on other sites

    Usual 12 years old profile

     

    - put your name donald trump or putin

    - argue with everybody

    - act like a troll in online

    - ask your mom for permission if you can play some game after homework 

     

    Checking results..

    All specifications found. Congratulations, you are %100 pure kid.

    lmafo y u roasting him

    Link to comment
    Share on other sites

    Usual 12 years old profile

     

    - put your name donald trump or putin

    - argue with everybody

    - act like a troll in online

    - ask your mom for permission if you can play some game after homework 

     

    Checking results..

    All specifications found. Congratulations, you are %100 pure kid.

    daeee DONALD DRUMPF XD  

     

    fuck outta here, this donald trump dude way smarter then ur dumbass 

    Link to comment
    Share on other sites

    rick and morty picture  

    title about weed  

    caring what ppl listen to  

     

    god damn dude are you reddit himself?

    ur cute <3 is that ur ego finally coming out? 

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.