mesvak

Members
  • Content Count

    2,691
  • Last visited

  • Days Won

    4

Everything posted by mesvak

    The money was successfully received. Thank you.
    Good software. copes with their tasks. I bought a license for three computers, they work around the clock.
    I acquired the topic last year, the vehicle helped a lot at the very beginning, explained everything in detail, even with my inattention and a bunch of questions, no nerves, everything is very adequate. On the topic itself, yes, you can earn money, there are nuances, I advise you to take it with a focus on further work, and not one-time earnings. I have beaten off the cost of the topic itself, for the first 2 weeks for sure, then, if desired, you can earn steadily, earnings depend on the time you are ready to devote, in general, you need to spend 1-2 hours once a day. Well, the vehicle immediately says this
  1. do it with my father bot or some gae shits which look the same shit its ez u dont need a programing language for ez bot but for hard one u need one tbh u just need some sorta knowledge about apis and stuff with js not more
  2. [hide] [/url] https://pastr.io/view/uJwcD6 [/hide]
  3. [hide] https://www.upload.ee/files/10242517/300.txt.html [/hide] dont forget to lib a like all creds goes to mesvak cz i m the on who is leeching them XD respect me with u r fucking likes lils
  4. [hide] https://www.upload.ee/files/10242506/3M.txt.html [/hide] dont forget to lib a like all creds goes to mesvak cz i m the on who is leeching them XD respect me with u r fucking likes lils
  5. [hide] https://www.upload.ee/files/10242508/2M.txt.html [/hide] dont forget to lib a like all creds goes to mesvak cz i m the on who is leeching them XD respect me with u r fucking likes lils
  6. [hide] https://www.upload.ee/files/10242511/177K.txt.html [/hide] dont forget to lib a like all creds goes to mesvak cz i m the on who is leeching them XD respect me with u r fucking likes lils
  7. [hide] https://www.upload.ee/files/10242509/29k.txt.html [/hide] dont forget to lib a like all creds goes to mesvak cz i m the on who is leeching them XD respect me with u r fucking likes lils
  8. [hide] https://www.upload.ee/files/10242515/200K.txt.html [/hide] dont forget to lib a like all creds goes to mesvak cz i m the on who is leeching them XD respect me with u r fucking likes lils
  9. [hide] https://www.upload.ee/files/10242505/1.5M.txt.html [/hide] dont forget to lib a like all creds goes to mesvak cz i m the on who is leeching them XD respect me with u r fucking likes lils
  10. [hide] https://www.upload.ee/files/10242518/478_k.txt.html [/hide] dont forget to lib a like all creds goes to mesvak cz i m the on who is leeching them XD respect me with u r fucking likes lils
  11. What can u do and what have u done give me a gist niga
  12. [hide] Avira prime https://www.avira.com/ru/avira-prime-lp-3m Avira Phantom vpn https://campaigns.avira.com/en/bzd/wsoe/wsoe_trial_vpn HOW TO SET YOUR VPN ON RUSSIA IP THEN CONNECT THE ABOVE SITE AVIRA RU AND GET 3 MONTHS TRIAL EZ kappa [/hide]
  13. [hide] https://www.upload.ee/files/10201487/SHUTTITITITITIASDA.txt.html [/hide]
  14. U piece of shit i dont have prrmium i neeed award u gay shit asshole bdbdbdn
  15. welp there are 2 providers i got rdp from like 3 month ago [hide] https://www.hokocloud.com/en/home-en https://ohosti.com/ [/hide]
  16. [hide] There are 3 sites we are going to use: https://www.edx.org/ http://cs50.io/ https://c9.io/feeasgfas You can create unlimited amount of VPS with repeating this method. Specs : 1 CPU 512MB RAM 2GB HDD Time: Unliimited as it is right now Go to EDX https://www.edx.org/ Cick register Enter any name/username/password. Use a real email (can be a temp email, whatever you want) Click create account. Go to your email. Go to the link in your email to verify/activate your account. Go to cs50.io http://cs50.io/ Click “go” Click “allow” Go to https://c9.io/feeasgfas Sign in with your email+password Delete any workspace (click the workspace, click the cog next to “clone” , click delete workspace, type “ide50”, click coace. From here, you could create whatever workspace with whatever template you want, and use this as a hosting platform. If you want to configure it to be a vps, continue with the steps below. Change the workspace to private. Name your workspace whatever Choose python as the template. Once it is done creating your workspace, down near the bottom type the following commands one by one into the bash git clone https://github.com/billyprice1/cloud9-vnc.git cd cloud9-vnc sudo apt-get update sudo ./install.sh ./run.sh sudo apt-get install firefox When you install, it will ask you if you want to set a password. Respond with “yes” and set a password. Throughout the installation process, just reply Y or “yes” to everything. Once everything is done installing, click to the link it shows you in the bash (VNC client running at LINK HERE), click open, click connect, enter your password, and voila! There you go! Before we installed firefox to make it easy to install other programs. Right click and go to Applications –> Shells –> Bash (click on Bash). Type “firefox”. Firefox will then open. [/hide] AND after everything thanks to tech9 nigger shit who gave me this kappa
  17. [hide] 1. Go To https://www.vpsserver.com/ 2. Create Account With New Email And Password. 3. Verify Your Email. 4. Manual Verify Your Government ID Note:-- Use Fake ID Generator And Create New Fake ID Every Week And Verify To Get A New Server [/hide]
  18. [hide] 1. Register Here : https://en.upcloud.com/ 2. Fill All Fields (Included Telephone Number). 3. Verify The Email + The Telephone Number. 4. Go To Dashboard, And Click 'Deploy New Server' 5. Choose OS And The Location. 6. You'll get the VPS/RDP. [/hide]
  19. this is with set time out function niga https://jsfiddle.net/8n60yLf3/
  20. yes sure if u want jqure its like this $('#buttonid ').click(function(){ var buttonid = $(this); $.post('/echo/json/',{delay: #number in seconds }).complete(function(){ buttonid.prop('disabled', false); }); buttonid.prop('disabled', true); }); this is jqury Or you can use success or timeout function depends on u for delay function i will suggest u to use like this $('#buttonid').live('click', function () { $(this).prop('disabled', true).delay(800).prop('disabled', false); }); this one is super ez just use the one above i will intrduce more just pm rn im in gym shit gae asshole here its the example i did kappa https://jsfiddle.net/Lt8wype5/