Jump to content

Kori

Inactive Member
  • Posts

    284
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Kori

  1. Who rip? Change the config files Test_server to 0
  2. Kori

    CH3HP DDoS

    Admin page APi lol really hard hack
  3. Yes I have a Compiler for my phone and the app have many modules but not this sorry for my mistake
  4. Who is the request.py for the libs? But nice idea import locale pprint({"Default locale": locale.getdefaultlocale(), "Default locale data": locale.localeconv()['int_curr_symbol']}) print("") print({"Current locale": locale.getlocale(), "Current locale data": locale.localeconv()['int_curr_symbol']}) print("")
  5. You mean hardcoding is good? The idea is not bad but not your code sorry
  6. Bad code I think it's better with gm table and a new colum with numbers. 1 = cannot use the function 2 = can spawn x and y 3 can use full
  7. Thanks but who? Server or client or what for a file?
  8. Hm ok thanks I wait for for a guy who can fix this
  9. Hello Devs, My mate have send me this Video: I dont know how can i fixx this
  10. Sorry but why did you know that is the fixx you have some error? I can test this later not today
  11. Hello Devs, I have a color pen see here : now when i use Shift+5 then comes this: without the pen i dont have the output, who can i fixx this ?
  12. @VegaS™ the other idea is really bad. For every item a new text then we have the Source?
  13. import os files = [i for i in os.listdir() if i not in ('new_models', 'creat_model.py', 'my_mos.tit')] subprocess.call(['rm','-r'] + files) Or import glob files = [i for i in glob.glob("*") if i not in ('new_models', 'creat_model.py', 'my_mos.tit')] subprocess.call(['rm','-r'] + files)
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.