Jump to content

Stealth

Legendary Member
  • Posts

    1,178
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Stealth

  1. I am making (actually the hard part is finished i code the gui now) a lineage hopzone voter. The thing is you have to enter captcha but only this, it works in the background and uses proxies to vote multiple times for each server you choose. When its time to enter the captcha an msn style like notification pops up and asks for captcha you enter it and the vote is registered. I just want to know if you would pay for something like this and if so how much money? Thanks Check the video:
  2. You could use Process.Start("www.yourwebsite.com") for starting the page with an external browser.
  3. Microsoft has invested a lot of money in .net framework so I don't think is going down that easily.They update it often and the msdn (microsoft developers network) has a large number of developers which keeps .net framework alive and especially C#.
  4. This is the tag <bgsound src="location-of-music-file-goes-here" loop=infinite>
  5. Ναι αλλά έχω την εντύπωση ότι χρειάζεται restart o browser ή refresh της σελίδας για να λειτουργήσει ο proxy (αν θυμάμαι καλά γιατί έχω ξαναχρησιμοποιήσει το API αυτό νομίζω.) διόρθωσε με αν κάνω λάθος.
  6. Έχω την εντύπωση ότι το proxy αυτό λειτουργεί μόνο για I.E. όμως.
  7. Αυτό που ψάχνεις λέγεται BringToFront. Πχ. Panel1.BringToFront()
  8. Java is good actually,its used on phones,tablets etc, even cars.It also has web extensions (java applets) which makes Java more flexible, and it can be used almost anywhere, its cross-platform, it has many advantages... However what Matim said is true.
  9. You can also use it to inject dll's into games like aimbots, and generally cheating dll's ;).
  10. I would vote for C.Its really good.Its already used almost everywhere, from the military (controlling missiles,submarines and weapons) to a huge percentage of all the internet servers either as in an operating system or as traffic controlling and other stuff.(With C you can access hardware parts of your computer directly assuming you have a good knowledge of it,I used C for my second semester in my class and I already can access and write to memory easily using pointers, the possibilities to do stuff with C are outstanding). You shouldn't also forget about web development languages they are the future of programming.
  11. I can help if you want, we can make a Login system together or so, or I can advice you on certain things.
  12. This is only for local databases,plus it is very unsafe to save it this way.The best way to do this is with vb.net + php + mysql. It goes like this for better security: VB.net -> PHP processes the data and contains the connection string to the database -> Mysql Database.
  13. Δοκίμασε με κάνα Resource Hacker,αν είναι κάτι απλό σχετικά.
  14. The code is clean.It probably works.Thanks for sharing.
  15. Stealth

    asd

    Why Do You Write Like This If You Want Someone To Take You Seriously?
  16. Stealth

    PC Cleaning

    CCleaner Defraggler Revo Uninstaller Advanced Systemcare Free 4 Now for antivirus you can try either Security Essentials (its a light one) or Nod32.
  17. Stealth

    PC Cleaning

    CCleaner Defraggler Revo Uninstaller Advanced Systemcare Free 4 Now for antivirus you can try either Security Essentials (its a light one) or Nod32.
  18. Stealth

    PC Cleaning

    CCleaner Defraggler Revo Uninstaller Advanced Systemcare Free 4 Now for antivirus you can try either Security Essentials (its a light one) or Nod32.
  19. Εγώ δεν την πάλευα ποτέ, αλλά σε ρωτάει τι να codarei (γράφει σε vb.net) και του απαντάς να πάει να αγοράσει βιβλίο C++ με 1300 σελίδες για να έχει κάτι να ασχολείται μέχρι τα Χριστούγεννα (lol) ενώ σου λέει ότι έχει σήμερα κενή μέρα, και μετά του λες να φτιάξει ένα boot της πλάκας (δεν ξέρω καν τι εννοείς, μάλλον μόνο εσύ θα το καταλαβαίνεις) και του λες να φτιάξει οτιδήποτε και ας είναι και μάπα και μετά πετάς και το αστειάκι, εντάξει εκεί δεν συγκρατήθηκα... //Ontopic Φτιάξε το updater αφού είπες να το κάνεις.
  20. Thats not the way the other updaters work, but the way you mean it its easy to make it. Just get winrar in command line edition to extract the files after you download them.
  21. Also ajax can reload specific parts of a website to update forms etc. without reloading the whole page. For your question I would suggest you try them both.
  22. Την παλεύεις ειλικρινά? (//Cynical mode on)
  23. Dont know if you can do this in vb (at least not easy), there seems to be no way to crawl the url paths or detect the files and folders inside an http directory.I also thought about a way to bypass this by giving the user (that has access to the remote server) a tool that finds all files and folders in the directory he has the update and replacing the path (some like C:/Doc.../httpdocs/updatesrvfiles/) with (http://thesitename.smth/updatesrvfiles/*filenames* here) and so having a list of the files and folders. Anyway if you have found a way I will be glad to help.
  24. Άκυρο τελείως. Δεν νομίζω να γίνεται.
×
×
  • Create New...