Posts: 123
Threads: 16
Joined: Dec 2010
Reputation:
2
Another thing why are you trashing my thread yall are acting like I am trying to harm people stop 2 staring stuff, OK its been up for hours and its not closed so obviously its not hurting anything. Thank you infinity very much its a PRANK it does one thing gets laughs. I am a well known Hackforums member I have no need to harm people ok. Please stop 1 staring my thread and trashing it.
I <3 Iceybunneh best friend and fun to mess with!
Do WerK LeGIT
- Never LIE
- Never CHEAT
- Never SteaL
Posts: 114
Threads: 1
Joined: Jan 2011
Reputation:
0
I have been saying it's nothing malicious this whole time...
Posts: 100
Threads: 2
Joined: Mar 2011
Reputation:
0
Thats a pretty nice tutorial right their! But can't this also be done in a .bat form? I think I remember doing something like this and using either "loop", "goto x", "repeat", ETC.
Posts: 128
Threads: 10
Joined: Jan 2011
Reputation:
1
You also can use a loop:
For intTeller As Integer = 1 To 100
MessageBox.Show("hello")
Next
Posts: 58
Threads: 10
Joined: Oct 2009
Reputation:
2
Why don't put it in a loop. Saves a lot of coding work.