.BAT Files!

Gunz Online Hacks/Bots/Tutes Discussion Discuss, .BAT Files! at Gunz Online forum; This tut was written entirely by me, entirely for you, entirely because I had wayyyy too much spare time Simply ...


Go Back   Gamerz Needs - For All Your Gaming Needs! > Gunz Online > Gunz Online Hacks/Bots/Tutes Discussion
Forgot Password? | Sign Up!

Notices

Advertisement
   

Closed Thread
 
Bookmark this Thread Tools Display Modes
  #1  
Old 03-18-2007, 05:02 PM
RobotGymnast's Avatar
Gold Double Sided Axe+
 
Last Online: Today 04:32 AM
Join Date: Oct 2006
Location: As far away from you as possible
Posts: 276
Donation Award 
Thanks: 20
Thanked 43 Times in 23 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 5
RobotGymnast is on a distinguished road
Points: 3,422.27
Bank: 0.00
Total Points: 3,422.27
Send a message via MSN to RobotGymnast
.BAT Files!

This tut was written entirely by me, entirely for you, entirely because I had wayyyy too much spare time

Simply put, this tutorial is to teach you how to create batch files (.BAT) for use with the .MRS extractor for GunZ.


So, step one: Download the and extract the .MRS file extractor (using WinRAR) from
RELEASE: Keffy's MRS Unpacker, to any place you find suitable, probably in a directory called "Hacks" inside your GunZ folder. Remember to run the file called "clickme.bat" (which, ironically, is a .BAT file =P).

Step two: open Command Prompt by pressing Windows+R, then typing cmd in the box that appears. You can also access this box from the Start Menu. (Called "Run"). This should open a program that looks like a basically black box with white writing.

Step three: The commands:

Cd. the cd command is for navigating through folders using command prompt, syntax (which means grammer of your code in this case) is like: cd [folderName]. It is considered good etiquette to enclose your folder name in double quotes, especially if it contains a space, but it is not nessecary in this case. You can also type a full folder name (C:\Program Files\Ijji), or a relative folder name (Ijji), you can also add a backslash (\) at the end of the folder name if you want, but it's not required. Make sure you know what folder you're in at all times.. it's on every line, before a > sign. For now, go into the folder where your .MRS file is located. Please note the with commands that deal with folders and files (like cd), ..\ is a relative command which means the containing folder of what I'm currently in. Logically then ..\..\ would mean the folder containing the folder containing the folder I'm currently in, etc.

Dir. you don't need this command at all, but it's very helpful. It displays the contents of the folder you're in, which you can narrow down. Syntax: dir [optional filter]. The filters look like (including the dir part): dir *.[file extension] to view any file of that file extension (asterisk is a wild card), dir [file name].* to view any file with that name. (dir *.* is the same as dir)

Cls. Another optional command, basically it clears the screen, tidy. Syntax: cls.

Copy. this command copies a file from one location to another. Syntax: copy [file location] [new location], e.g. copy system.mrs "hack\mrs files". In this case I believe you have to use quotes because the syntax requires a space in itself, so directory spaces will probably mess it up. Also, if you were copying a file from somewhere else to the current directory, just don't type a new location.

Move. Same as copy, except it moves instead of copies.

Del. Delete file. Syntax: del [file location].

Ren. Rename file Syntax: ren [file name] [new file name]. Again, you should probably enclose directories in spaces. Also, if you rename a file from another directory
(like ren "mrs files\system.mrs"), you don't have to retype the location for the new file name. Just ren "mrs files\system.mrs" system2.mrs. or something like that.

I think that's all you need to know. Also the commands for the mrs.exe file are mrs d [file name].mrs and mrs c [extracted folder]. To extract and compress .MRS files

a .BAT file is simple, it's just a list of command prompt commands. Just make a text document (like a .TXT one), type in your commands (seperated by new lines), then rename it from .TXT to .BAT. It's meant for commands you'd type multiple times.


How to apply this to GunZ? I apply it for use with .MRS unpacking and repacking. For instance: you could create a .BAT file to copy every .MRS from the GunZ directory to your custom hack directory, with a series of commands like copy ..\*.mrs, for instance if your current directory was Gunz\Hacks.. See? I created one .BAT file to copy every .MRS file from GunZ to my hack directory, then unpack them. The only problem was, there was a folder called Model and a file called Model.mrs.. how did I fix this when unpacking? I told it:

.......
copy ..\..\*.mrs
ren model.mrs model2.mrs
mrs d model2.mrs
.......

So it would copy over model.mrs, then rename it to model2.mrs, then unpack it. I also had a .BAT file to repack all my .MRS files and transfer them back to the GunZ directory, but when repacking model2.mrs, I'd have to rename it.. same kinda thing:

.......
mrs c model2
ren model2.mrs model.mrs
copy *.mrs ..\..\
.......

See? Not hard when you know what you're doing. It takes a bit of getting used to, but it's extremely useful. Also, this can be used otherwise, for instance, I had a Batch file to go to the GunZ directory in command prompt.. called GunZ.bat, very simple:

cd C:\Documents and Settings\**********\My Documents\Program Files\Games\MMORPGs\GunZ\Hack\MRS Unpacker
cls

That was the entire program.. I then placed it in my C:\WINDOWS\system32 directory, so that you could just type GunZ into command prompt and it would recognize that you mean C:\WINDOWS\system32\GunZ.bat (this only works with the system32 folder, and only with .EXEs and .BATs).

Also, just a note: When editing .MRS files you will encounter a LOT of problems. Don't get discouraged. There's also a lot of useful information inside the GunZ .MRS files, like how much HP Goblins have.. to name the tiniest bit... there's also a detailed list of the bossees in quest mode and stuff, just the tip of the iceberg.. Also, remember to edit one part of the file at a time, so you can find out exactly where the problems happen. Open .XML files with WordPad, and download something to view .DDS files, like the plugin for PhotoShop. Other than that, I'm done here.

If you have any questions, PM me.


There's also a downloadable version of this tut with pics attached.
Attached Files
File Type: rar Batch Files.rar (505.9 KB, 11 views)
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Forum Jump

Advertisement
   


Main Navigation
Home
GzN Forums
GzN Games
GzN News
Top Games
GzN Cheats
GzN Articles
GzN Reviews
GzN Downloads
User Control Panel
Advertising
RSS Feed
2Moons
Adventure Quest
AirRivals
America's Army
Anarchy Online
Archlord
Audition
Battlefield Series
Cabal Online
Call Of Duty Series
Combat Arms
Conquer Online
Counter Strike
Day of Defeat
Deicide Online
Diablo Series
Doom Series
Drift City
Enemy Territory
Eudemons Online
Final Fantasy
Flyff (Fly For Fun)
General Game Discussion
Ghost Online
Granado Espada
Grand Theft Auto Series
Guild Wars
Gunbound
Gunz Online
Habbo Hotel
Half-Life 2
Hero Online
KartRider
Knights Online
Maple Story
Medal of Honor
MU Online
Neopets
Pangya
Quake Series
Ragnarok Online
Rappelz
Rakion
Red Orchestra
Rose Online
Runescape
Scions of Fate
Silkroad Online
Sims Series
Soldier Front
Starcraft
Tales of Pirates
Tibia
The Ship
Trickster Online
TS Online
Unreal Tournament
War Rock
WolfTeam
World of Warcraft & Series
Affiliates
COD4 Hacks
BF2 Hacks


All times are GMT -8. The time now is 01:54 PM.