![]() |
| |||||||
| Home | GzP Upload | GzP Arcade | Register | vbBux / vbPlaza | All Albums | FAQ | Donate | Members List | Calendar | Mark Forums Read |
| Soldier Front Hacks Discussion Discuss anything about Soldier Front hacks. Soldier Front Aimbot, Soldier Front Wallhacks. |
![]() |
| | Thread Tools | Display Modes |
| | #1 |
| Banned | Sfront Desktop Launcher (Not another DexLauncher) Ok, I have played gunz and this guy named x1nixzeng made a desktop launcher for gunz. It works like a dexlauncher but works 100%. Here's the link: [Only registered and activated users can see links. ] Anyways, below is attached a .bat file that works JUST LIKE A DEX LAUNCHER. All you need to know is in the READ ME!! file in the rar. I'll just tell you the directions here though alright? 1. Open the Note pad, it should be like this: @ECHO OFF TITLE IJJI Desktop Launcher v2 REM x1nixmzeng's ijji desktop login >>>>>>Recreated by Guamuser3/Guamuser on GZP at Gamerzplanet.net<<<<<<< REM ================================================= SET USERNAME=<Your Username> SET PASSWORD=<Your Password> REM ================================================= IF "%USERNAME%"=="" GOTO ERROR IF "%PASSWORD%"=="" GOTO ERROR GOTO LAUNCH :ERROR ECHO You must edit the logon details in this file! ECHO. GOTO EXIT :LAUNCH ECHO Opening Mozilla Firefox.. START firefox "http://login.ijji.com/login.nhn?m=login&memberid=%USERNAME%&password=%PA SSWORD%&nextURL=http://sfront.ijji.com/common/prelaunch.nhn?gameId=u_sf&subId=" ECHO SUCCESS! ECHO. ECHO Waiting for GunzLauncher to open.. :LAUNCHERWAIT FOR /F %%I IN ('TASKLIST /V') DO IF %%I==sfront.exe GOTO FOUND GOTO LAUNCHERWAIT :FOUND ECHO SUCCESS: sfront.exe has been found! ECHO. ECHO Closing Mozilla Firefox.. FOR /F %%I IN ('TASKLIST /V') DO IF %%I==firefox.exe GOTO KILLIE ECHO Mozilla Firefox was not found! ECHO. ECHO Closing anyway.. GOTO EXIT :KILLIE TASKKILL /IM firefox.exe /F GOTO EXIT :EXIT REM PAUSE EXIT It was supposed to auto close your Mozilla Firefox but i guess it's not working. I'm not a pro programmer and if a dumbshit like me can do this, then YOU CAN. You open up: 1. Sfront Desktop Launcher 2. In SET USERNAME=<Your Username> SET PASSWORD=<Your Password> you really put in yoru real username and pass. In <Your Username> and <Your password>, you type in your real username and password. After that, you save it and make sure it ends .bat EXAMPLE: Sfront Desktop Launcher.bat EXAMPLE END Then it should be a bat file, the username you put in would be account you will open. There will be no gameguard/setup installation popping up and may be a way to start a new revolution of wall hacking. The game should start 30secs after you open up the file. If there's any questions, contact me at darichbuddhist on xfire. I will not help people that can't speak english good. I suggest you name the .bat file your usernames if you have multiple mains and usually like playing all of those.... EXAMPLE: darichbuddhist.bat EXAMPLE END NOTE: THIS ONLY WORKS IF YOU HAVE MOZILLA FIREFOX. I will not be working on a new one to open up internet explorer as it confuses me and wastes my time. It is fairly simple and everybody that has average hacking skills should be able to change it to open up internet explorer. DONT' SPAM WITH THANKS POSTS JUST PRESS THE THANK BUTTON. LAter.... |
| |
| The Following 12 Users Say Thank You to guamuser3 For This Useful Post: | ╬╬Hacker╬╬ (04-27-2008), Carbone14 (01-19-2008), dingleberry5 (02-06-2008), Gorzzz (01-20-2008), helloall10 (01-19-2008), jimmy89 (07-31-2008), llkbomber (01-19-2008), muhdasyraf (01-19-2008), sanel101 (01-19-2008), Sucrose (01-19-2008), The1Fear (01-19-2008), yaropolk (01-19-2008) |
| Sponsored Links |
| |
| | #2 |
| Registered User | Re: Sfront Desktop Launcher (Not another DexLauncher) didnt work for me....when i put the .bat file at the desktop...when i tried to open it, nothing happen...no pop up of mozilla or something...can u help me..thnx |
| |
| The Following User Says Thank You to muhdasyraf For This Useful Post: | yaropolk (01-19-2008) |
| | #3 |
| Registered User | Re: Sfront Desktop Launcher (Not another DexLauncher) So, I edited the file to use Internet Explorer. It does work.. it's basically an automation thing, it opens the browser, inputs your user/pw, and opens the ijji pre-launcher for you. It's something that I would definitely use, except that I can't play from ijji website.. the PlayLive button doesn't work for me, so this doesn't help me. If you are able to play from the site, then this is something you should get. Though, I did keep getting an error that "Tasklist" was an unrecognized function.. and then it stayed in a constant loop of telling me that, even while the game was trying to load. |
| |
| | #5 | |
| Registered User | Re: Sfront Desktop Launcher (Not another DexLauncher) Internet Explorer users.. I'm attaching one for you. Just edit the .txt file to have your user/pass and save as, all files, change the extension to .bat and save. Quote:
Last edited by raziel36; 01-19-2008 at 03:40 AM.. | |
| |
| The Following User Says Thank You to raziel36 For This Useful Post: | yaropolk (01-19-2008) |
| | #6 |
| Registered User | Re: Sfront Desktop Launcher (Not another DexLauncher) clever you used a batch file, to make it "Act" that you logged in and hit the "Play Live" button on Ijji's site, also its clean Last edited by vernong; 01-19-2008 at 10:31 AM.. |
| |
| The Following User Says Thank You to vernong For This Useful Post: | yaropolk (01-19-2008) |
| | #7 |
| Registered User | Re: Sfront Desktop Launcher (Not another DexLauncher) Nice Dude This is great, Thanks =) I was searching for this a long time ago. It could be awesome by making a new Launcher bypassing GG updates. This is the sources for SF GG update: ( it looks like the desktop launcher codes) @echo off title Rev-Get echo =============================== echo GameGuard Revision File Saver echo =============================== echo. echo Press any key to begin... pause > nul set ini=SpecialForceUS set Server=gamedown.ijjimax.com set ServerPath=/pub/nProtect/U_SF/GameGuard/RealServer/ set Back=0 set File=update.cfg goto GetFile :1 set File=%ini%.npz goto GetFile :2 set File=GameMon.npz goto GetFile :3 set File=npgg9x.npz goto GetFile :4 set File=npggNT.npz goto GetFile :5 set File=npsc.npz goto GetFile :6 set File=nppt9x.npz goto GetFile :7 set File=npptNT2.npz goto GetFile :8 set File=Splash.npz goto GetFile :9 set File=ggscan.npz goto GetFile :10 set File=GameGuard.npz goto GetFile :11 set File=npgmup.npz goto GetFile :12 set File=NPSCAN.npz goto GetFile :13 cls echo =============================== echo GameGuard Revision File Saver echo =============================== echo. echo Done! echo. echo Press any key to continue... pause > nul goto End :GetFile cls echo ====================== echo Downloading Files... echo ====================== echo. echo Downloading %File%... echo. echo. wget %Server%%ServerPath%%File% -x set /a Back=%Back%+1 title Rev-Get goto %Back% :End Last edited by Carbone14; 01-19-2008 at 02:36 PM.. |
| |
| | #8 |
| Lurker | Re: Sfront Desktop Launcher (Not another DexLauncher) When I used both mozilla and internet explorer launcher nothing happens for me.What am I doing wrong? |
| |
| | #9 |
| Banned | Re: Sfront Desktop Launcher (Not another DexLauncher) delete ECHO. ECHO Waiting for GunzLauncher to open.. :LAUNCHERWAIT FOR /F %%I IN ('TASKLIST /V') DO IF %%I==sfront.exe GOTO FOUND GOTO LAUNCHERWAIT :FOUND ECHO SUCCESS: sfront.exe has been found! ECHO. ECHO Closing Mozilla Firefox.. FOR /F %%I IN ('TASKLIST /V') DO IF %%I==firefox.exe GOTO KILLIE ECHO Mozilla Firefox was not found! ECHO. ECHO Closing anyway.. GOTO EXIT :KILLIE TASKKILL /IM firefox.exe /F GOTO EXIT :EXIT REM PAUSE and resave it.. it should not have that loop of task is a recognized bull shit thing popping up, then it would successfully load the game and close the bat file. I accept the fact that people think this is a virus cause usually viruses are bat files.. just thank me if helped.. is there anybody that can also help me make this auto close my internet explorer? i changed it the day after i released this and i couldn't log into gamerzplanet cause probs gzp is busy or somethin... so i DID change it so it opens internet explorer but i can't seem to make it close it... (i mean closing internet explorer) |
| |
| | #10 |
| Registered User | Re: Sfront Desktop Launcher (Not another DexLauncher) still it doesnt work |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |