MafiaCoders
 
 
Register FAQ Members Calendar Search Today's Posts Mark Forums Read
Go Back   MafiaCoders > Game Hacks/Cheats Board > Massive Multiplayer Online Games > GunZ Online > IJJI Gunz Downloads
Reload this Page [Release] Qwick Launch V1 by Vodka

Notices

Reply
 
LinkBack Thread Tools Display Modes
Re: Qwick Launch V1 by Vodka
Old
  (#21 (permalink))
Mbg is Offline
Member
Mbg will become famous soon enough
 
Mbg's Avatar
 
Posts: 82
Thanks: 8
Thanked 11 Times in 11 Posts
Join Date: Nov 2006
   
Re: Qwick Launch V1 by Vodka - 10-11-2008

@echo off
Mode 55,14
title launcher
color 0f
goto default

:default
set user=no need for edit xD
set pass=no need for edit XD
goto auth

:auth
cls
echo.
echo
echo ================================================== ====================
echo.
echo.
set /p user=Username:
set /p pass=Password:
echo.
goto check

:check
cls
echo.
echo
echo ================================================== ====================
echo.
if "%user%"=="" goto error1
if "%pass%"=="" goto error1
goto game

:game
cls
echo.
echo Chose your browser
echo ================================================== ====================
echo.
echo [0] Internet Explorer
echo [1] Firefox
echo.
set /p choice=Choose your browser [Enter]:
goto launch%choice%

:launch0
cls
echo.
echo
echo ================================================== ====================
echo.
echo.
echo Launching GunZ...
START iexplore "http://login.ijji.com/login.nhn?m=login&memberid=%user%&password=%pass%& nextURL=http://gunz.ijji.com/common/prelaunch.nhn?gameId=u_gunz&subId="
echo.
ECHO SUCCESS!
ECHO.
ECHO Waiting for GunzLauncher to open...
:LAUNCHERWAIT
FOR /F %%I IN ('TASKLIST /V') DO IF %%I==GunzLauncher.exe GOTO FOUND1
GOTO LAUNCHERWAIT
:FOUND1
ECHO SUCCESS: GunzLauncher.exe has been found!
ECHO.
ECHO Closing Internet Explorer..
FOR /F %%I IN ('TASKLIST /V') DO IF %%I==iexplore.exe GOTO KILLIE
ECHO Internet Explorer was not found!
ECHO.
ECHO Closing anyway..
:KILLIE
TASKKILL /IM iexplore.exe /F
ECHO.
Call %MYFILES%\GameGuard.exe


:launch1
cls
echo.
echo
echo ================================================== ====================
echo.
echo.
echo Launching GunZ...
START firefox "http://login.ijji.com/login.nhn?m=login&memberid=%user%&password=%pass%& nextURL=http://gunz.ijji.com/common/prelaunch.nhn?gameId=u_gunz&subId="
echo.
ECHO SUCCESS!
ECHO.
ECHO Waiting for GunzLauncher to open...
:LAUNCHERWAIT1
FOR /F %%I IN ('TASKLIST /V') DO IF %%I==GunzLauncher.exe GOTO FOUND
GOTO LAUNCHERWAIT1
:FOUND
ECHO SUCCESS: GunzLauncher.exe has been found!
ECHO.
ECHO Closing Internet Explorer..
FOR /F %%I IN ('TASKLIST /V') DO IF %%I==firefox.exe GOTO KILLIE
ECHO. Firefox was not found!
ECHO.
ECHO Closing anyway..
:KILLIE
TASKKILL /IM firefox.exe /F
Call %MYFILES%\GameGuard.exe GOTO FOUND


thats was mine, done with quick batch file compiler
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Sponsored Links
Advertisement
 
Re: Qwick Launch V1 by Vodka
Old
  (#22 (permalink))
purpleCRAYON is Offline
Lifetimer
purpleCRAYON has a brilliant futurepurpleCRAYON has a brilliant futurepurpleCRAYON has a brilliant futurepurpleCRAYON has a brilliant future
 
purpleCRAYON's Avatar
 
Posts: 2,718
Thanks: 1,538
Thanked 365 Times in 264 Posts
Join Date: Oct 2008
   
Re: Qwick Launch V1 by Vodka - 10-11-2008

Quote:
Originally Posted by Mbg View Post
@echo off
Mode 55,14
title launcher
color 0f
goto default

:default
set user=no need for edit xD
set pass=no need for edit XD
goto auth

:auth
cls
echo.
echo
echo ================================================== ====================
echo.
echo.
set /p user=Username:
set /p pass=Password:
echo.
goto check

:check
cls
echo.
echo
echo ================================================== ====================
echo.
if "%user%"=="" goto error1
if "%pass%"=="" goto error1
goto game

:game
cls
echo.
echo Chose your browser
echo ================================================== ====================
echo.
echo [0] Internet Explorer
echo [1] Firefox
echo.
set /p choice=Choose your browser [Enter]:
goto launch%choice%

:launch0
cls
echo.
echo
echo ================================================== ====================
echo.
echo.
echo Launching GunZ...
START iexplore "http://login.ijji.com/login.nhn?m=login&memberid=%user%&password=%pass%& nextURL=http://gunz.ijji.com/common/prelaunch.nhn?gameId=u_gunz&subId="
echo.
ECHO SUCCESS!
ECHO.
ECHO Waiting for GunzLauncher to open...
:LAUNCHERWAIT
FOR /F %%I IN ('TASKLIST /V') DO IF %%I==GunzLauncher.exe GOTO FOUND1
GOTO LAUNCHERWAIT
:FOUND1
ECHO SUCCESS: GunzLauncher.exe has been found!
ECHO.
ECHO Closing Internet Explorer..
FOR /F %%I IN ('TASKLIST /V') DO IF %%I==iexplore.exe GOTO KILLIE
ECHO Internet Explorer was not found!
ECHO.
ECHO Closing anyway..
:KILLIE
TASKKILL /IM iexplore.exe /F
ECHO.
Call %MYFILES%\GameGuard.exe


:launch1
cls
echo.
echo
echo ================================================== ====================
echo.
echo.
echo Launching GunZ...
START firefox "http://login.ijji.com/login.nhn?m=login&memberid=%user%&password=%pass%& nextURL=http://gunz.ijji.com/common/prelaunch.nhn?gameId=u_gunz&subId="
echo.
ECHO SUCCESS!
ECHO.
ECHO Waiting for GunzLauncher to open...
:LAUNCHERWAIT1
FOR /F %%I IN ('TASKLIST /V') DO IF %%I==GunzLauncher.exe GOTO FOUND
GOTO LAUNCHERWAIT1
:FOUND
ECHO SUCCESS: GunzLauncher.exe has been found!
ECHO.
ECHO Closing Internet Explorer..
FOR /F %%I IN ('TASKLIST /V') DO IF %%I==firefox.exe GOTO KILLIE
ECHO. Firefox was not found!
ECHO.
ECHO Closing anyway..
:KILLIE
TASKKILL /IM firefox.exe /F
Call %MYFILES%\GameGuard.exe GOTO FOUND


thats was mine, done with quick batch file compiler
It' a good idea, but doesn't work.

Few Glitches.
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Re: Qwick Launch V1 by Vodka
Old
  (#23 (permalink))
Mbg is Offline
Member
Mbg will become famous soon enough
 
Mbg's Avatar
 
Posts: 82
Thanks: 8
Thanked 11 Times in 11 Posts
Join Date: Nov 2006
   
Re: Qwick Launch V1 by Vodka - 10-11-2008

Quote:
Originally Posted by Vodka View Post
It' a good idea, but doesn't work.

Few Glitches.
it is the first version, got only compiled second, i know the bugs.
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Re: Qwick Launch V1 by Vodka
Old
  (#24 (permalink))
purpleCRAYON is Offline
Lifetimer
purpleCRAYON has a brilliant futurepurpleCRAYON has a brilliant futurepurpleCRAYON has a brilliant futurepurpleCRAYON has a brilliant future
 
purpleCRAYON's Avatar
 
Posts: 2,718
Thanks: 1,538
Thanked 365 Times in 264 Posts
Join Date: Oct 2008
   
Re: Qwick Launch V1 by Vodka - 10-11-2008

Quote:
Originally Posted by Mbg View Post
it is the first version, got only compiled second, i know the bugs.
Oh. :]

Would you mind if I played around with the source?
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Sponsored Links
Advertisement
 
Re: Qwick Launch V1 by Vodka
Old
  (#25 (permalink))
Mbg is Offline
Member
Mbg will become famous soon enough
 
Mbg's Avatar
 
Posts: 82
Thanks: 8
Thanked 11 Times in 11 Posts
Join Date: Nov 2006
   
Re: Qwick Launch V1 by Vodka - 10-11-2008

Quote:
Originally Posted by Vodka View Post
Oh. :]

Would you mind if I played around with the source?
nop, done other with c++, no lag etc.
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Re: Qwick Launch V1 by Vodka
Old
  (#26 (permalink))
purpleCRAYON is Offline
Lifetimer
purpleCRAYON has a brilliant futurepurpleCRAYON has a brilliant futurepurpleCRAYON has a brilliant futurepurpleCRAYON has a brilliant future
 
purpleCRAYON's Avatar
 
Posts: 2,718
Thanks: 1,538
Thanked 365 Times in 264 Posts
Join Date: Oct 2008
   
Re: Qwick Launch V1 by Vodka - 10-11-2008

Quote:
Originally Posted by Mbg View Post
nop, done other with c++, no lag etc.
Cool.

:]
  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
vBulletin Skin Created by: MafiiOso
If you are part of the law enforcement, you have clearly voided all rights as a law enforcer. Leave now.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126