| View previous topic :: View next topic |
| Author |
Message |
Vao Newbie
Joined: 23 Jul 2004 Posts: 18
|
Posted: Fri Jul 23, 2004 10:32 am Post subject: [resolved] 2 IE windows |
|
|
Ok, i am trying to get this program to open 2 websites when you press the button... but it only opens one
| Code: | Title UNIVERSAL HACKER
DIALOG CREATE,[CES] Universal Hacker [CES],-1,0,342,160
REM *** Modified by Dialog Designer on 7/23/2004 - 05:22 ***
DIALOG ADD,BUTTON,BUTTON1,101,110,129,24,Launch the Hack LIST
DIALOG ADD,TEXT,TEXT1,9,46,,,lets you hack into any game in the known game world
DIALOG ADD,TEXT,TEXT2,38,79,,,Game exploits found by the CES team
DIALOG ADD,TASKICON,TASKICON1
DIALOG SHOW
:Evloop
wait event
goto @event()
:BUTTON1BUTTON
runm http://www..com/ri0t/krystal.jpg
WAIT 0
WAIT 0
run http://www..pl
goto evloop
:TASKICON1CLICK
goto evloop
:Close
exit
|
DON'T GO TO THE LINKS it's a gag program... the links are popup flood sites
Edited by moderator. Reason: Please don't post unsafe
links here. Hacking and/or cracking is not condoned permitted on this board. |
|
| Back to top |
|
 |
Vao Newbie
Joined: 23 Jul 2004 Posts: 18
|
Posted: Fri Jul 23, 2004 2:39 pm Post subject: |
|
|
it's not hacking, it's just the name of it.. it's justa gag program i wanna fool my friend with i just need help please..
I just need some help how to get the two IE's to run... maybe post a fixed version of it.. Skit,FF,Vic any knowledged vds programmer thanks
-Vao |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Fri Jul 23, 2004 4:48 pm Post subject: |
|
|
Try something like this :
| Code: | shell open,@shortname(c:\program files\internet explorer\iexplore.exe),@chr(34)http://www.mysite.com@chr(34)
shell open,@shortname(c:\program files\internet explorer\iexplore.exe),@chr(34)http://www.mysite2.com@chr(34) |
_________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Vao Newbie
Joined: 23 Jul 2004 Posts: 18
|
Posted: Fri Jul 23, 2004 9:32 pm Post subject: |
|
|
lol thx FF it worked, i tried the shell command but i never could get the parameters right anyways thx for the help  |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|