Making a private server :
http:// server devs.com/file42.html (Data Base, MatchSever, Loactor, MatchAgent)
Pass: serverdevs .com
-no spaces, note do NOT use the client that come with it! MMORPG Development Forums - RaGEZONE - filelist.xml generator
Filebeam - Free Fast File Hosting -mrs.exe
MMORPG Development Forums - RaGEZONE - files for the launchers site
RapidShare: 1-Click Webhosting -default.mrs(mouse and crosschairs working)
Quote:
Originally Posted by shadow-xx Translated BR gunz launcer
i changed the button from the BR launcher to the one from ijji
and the replaced the strings (140.txt) to the one from ijji
(its the original launcher + newest updates + Translation you have to configure it for a private server yourself) |
Before you do anything, you are going to need to install Microsoft SQL Server Management Studio Express and Microsoft SQL Server 2005 Witch can be found here:Visual Studio Express: Download MAKE AN BACKUP OF THE ORGINAL FILES FIRST BEFORE YOU EDIT SOMETHING How to setup your Br-Gunz Client and Server: First Client sided
You need HexworkShop and Pe-Explorer [google for it]
NOTE: When i explain the server.ini and locator.ini i dont note the DNS and other DB Stuff. I think you all know how to do it.
1> Open the GunzLauncher.exe with PE
2> Click on View>Resources
3> Right Click on the "EXE" folder and select delete resource.
4> Save it, and if it ask something about image size click YES
5> Now open your edited Launcher with HexWork SHop
6> Press CTRL+F now an new windows will popup
7> For Type Select "Text String" and Value type in "patch.xml"
8> at the first search you will some thing like this one the right side
/patch.xml.Update Cancled..SERVER_PORT.%s%
s....SERVER_IP...TEST_LAUNCH.ADMIN_LAUNCH....NO_UP DATE...GunzLauncher.ini....r...fpatch.theduel.com. br...gunzweb/GunzUpdate..200.229.52.6....gunzweb/Gun
zUpdateTest..Updater.exe
Now come the hard part!!
9> change
fpatch.theduel.com.br
to your own site like
Code:
www.yourhost.comif
its shorter then the orginal value select the first
click behind the last letter of you host.
You will see that the that there is an cursor on the right side. Now click there and make the values that you dont need 00. If you go it good you will
see the the letters change to "."
10> Do the same for the IP Number in there
make it your serverIP
Now we gone change the launcher page.
11> press CTRL+F again and type in "
http://launcher" without the " ofcourse
12> The first result shut be
the Duel Launcher
change that to your own site and sub-map example
http://www.yourhost.com/Launcher/start.html -not a web page
13> The un used letter can be filled with "00" again on the right side
14> Now your down with the launcher. Save it
Now the apache folders.
1> make an folder named "gunzweb" in there an folder "GunzUpdate"
2> make and folder in the root of you apache "Launcher" if you putted that in step 12 of the launcher edit
Check:
You have now apacherootfolder/gunzweb/GunzUpdate
and apacherootfolder/Launcher
3> Place the patch.xml in the GunzUpdate Folder and the start.html in the Launcher folder.
4> Done with the site.
Now we edit the server settings.
1> Open your server.ini and make all the ip your WAN IP [
http://whatismyip.com/]
2> edit the [Environment] part make the "1" to "0"
Like this:
[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"3>
Make Country="BR"
4> Save it
Now Edit the Locator.ini
1>Make the Ip to your "WAN IP"
2>Make TEST_SERVER="0"
Now we gone edit the system.mrs to get the locator and so
1> Unpack your system.mrs
2> Open system.xml and look for the part of Locatorlist and TLocatorlist
3> Change the ip of the Locator id="1" for both of them to your "WAN IP"
4> If there is an Locator id="2" remove that entry
5> Save it.
6> Dont forgot the update your file list!!
7> Repack your system.mrs and place it in the Gunz Folder.
now start the server and locator.
If there is nothing in the locator open your mssql studio. And place an 1 in the table ServerStatus on Opened
Start your client with the modded launcher and Login..
The attachment contains:
Empty patch.xml
Start.html and image for it. [Ripped from the orginal one]
Place the files in the right folders.
How to use the orginal Launcher.
SECOND OPTION FOR THE LAUNCHER!
Make an file named "GunzLauncher.ini" in your gunz folder and place "NO_UPDATES" in it without the "" ofcourse.
To make the locator work. You need to do some other things.
First open mssqlstudio and open the table ServerStatus.
Put in at opened "1" and Type = 1,2,3,4,5 [choose 1 to 5 only 1number!]
Put this info in the table ServerType.
1=Debug Server
2=Normal MatchServer
3=Clan WarServer
4=Quest Server
5=Event Server
This is only for the servertype at login it dont changes the mode of your server [that can be set in the server.ini ]
If its right there must be an server at the login now.
Now an Example of how your system.xml must look like.
<?xml version="1.0" encoding="UTF-8" ?>
<XML>
<XMLHEADER>version="1.0" encoding="UTF-8"</XMLHEADER>
<SKIN>Default</SKIN>
<DEFFONT>Arial</DEFFONT>
<IME>true</IME>
<BAREPORT>
<ADDR>www.battlearena.com</ADDR>
<DIR>incoming/gunz_global</DIR>
</BAREPORT>
<HOMEPAGE>
<URL>http://www.gunzonline.com</URL>
<TITLE>GunZ the Dual</TITLE>
</HOMEPAGE>
<LOCATORLIST>
<LOCATOR id="1" IP="WAN IP HERE" />
</LOCATORLIST>
<TLOCATORLIST>
<LOCATOR id="1" IP="WAN IP HERE" />
</TLOCATORLIST>
</XML>
Dont use an no-ip thingy only numbers!!
Step 1 - Setting up the Database and ODBC:
Creating/Connecting the Database
Open Server Management Studio Express* (SMSE). Within the Object Explorer Panel you will notice the 'Database' folder, right click it, click 'New Database...'.
A 'New Database' form will open, and in the text input type 'GunzDB' and click OK, your database has been created.
The next thing you are going to want to do is restore the Database. Click File> Open> File... and locate your GunzDB.sql file and open it. You are going to have to connect to the database engine, the settings are alright so all you need to do is click 'Connect'. Now right click on 'File' and allow the 'SQL Editor' tool bar to show.
In the toolbar there is a drop-down menu with the 'master' database selected, click on the arrow and select the 'GunzDB' database and click the button next to the drop-down menu, 'Execute'. A message showing 'Command(s) completed successfully.' should notify you that you have done this all correctly.
Creating the ODBC
Click Start> Run> and in the windows input type 'odbcad32'. You should already be in the 'User DSN' tab so click on 'Add'. Another window should pop-up. You'll have to scroll all the way down to the bottom and select 'SQL Server' then click 'Finish'.
Another window/form will pop-up needing information for your new Data Source. For the name, type 'GunzDB', for the description you may type whatever you like, but for the SQL server you which to connect to, you must go back into SMSE*, look in the SQL Editor tool bar and click the 2nd icon which will disconnect you from data engine. Now click the 1st icon which will re-connect you, but make sure to copy the 'Server name' this time, then click 'Connect'.
Now having that in hand, you can go back to creating your ODBC and in the 'Server' text input, paste in your server name. Click next since the settings are currently fine. Now in the next part, click on the tick box and select 'GunzDB' from the drop-down menu and click 'Next' and finally click 'Finish'.
If you would like to check your data source, click 'Test Data Source...' in the window or you can just click 'OK' to finish. Now to completely finish it, click 'OK' again.
Step 2 - Configuring the Server:
Place the server files in your C:\ drive and extract them into a folder with the name 'GunzServer'. Once in the folder, go to the 'Locator' folder and then open the 'Locator.ini' file. Somewhere in the file you should see these lines of code:
[NETWORK]
IP="217.0.0.1"
PORT="8900"
You can either change the '217.0.0.0' to your actual IP or localhost which is '127.0.0.1'. Besides that everything else is fine.
Make your way to the MatchServer folder and run 'MatchServer.exe', once loaded you may minimize it.
Step 3 - Creating an Account (Manually):
Bring up SMSE and expand the 'Database' folder if it hasn't already been done. Expand 'GunzDB', expand 'Tables' and right click on 'dbo.Accounts' and 'Open table'.
You do not need to worry about the AID field as that is an automatic generation of account number. In the UserID field, type your account ID, in the Password field, type your account password and in the UGradeID and PGradID, type in your account grade.
Account Grades
Administrator - 255
Developer - 254
Banned - 253
Normal User - *Leave Blank*
MAKE SHURE you have opened the dbo.login and put the same name as you have put in dbo.Account and put you password there 2
After you have typed all of that in, press enter and on the SQL Editor toolbar click 'Execute' (The exclamation mark symbol).
Step 4 - Unpacking 'system.mrs':
Extract 'mrs.rar' into your GunZ directory. Create a folder called 'MRS' inside your GunZ directory and place the files 'mrs.exe, zlib.dll and system.mrs' into that folder.
Now, you will need to open WinRAR, direct yourself to the 'MRS' folder in your hard drive. Highlight 'system.mrs' and click the 'Add' button. A window will pop-up, select RAR for the archive format and click 'OK'. Now go back to your 'MRS' folder and create a new 'Text File' with any name you like, but in the file type:
mrs.exe d system.mrs
Now save it and change the file extension to '.bat' from '.txt'. Now run that file and a folder named 'system' should come up. Go into that folder and copy the file 'zitem.xml'.
Go back to your 'MatchServer' folder and paste the 'zitem.xml' over the one that is in there. You might need to run your MatchServer.exe again for it to take changes.
how to run hamachi:
1.you need to install Hamachi!
2.run Hamachi and press the "Power on" button on the left-down corner..
3.press that lil' triangle button on the right-down corner..
4.Then press "Create a new network"
5.type your network name "for example: your server name" .. and a password "anything you want"
6.then press "Create"
7.Right click on your Server Network..then press "Go Online"
...Ok, now your Server Network Created..
8. go to the other pc , and install hamachi
9.Run Hamachi
10.Press that lil' Triangle button and press "Join an existing network"
11.type the network name and the password , and join..
ok,now your server is online!
how to use mrs.exe:
1.open startmenu then open run
2.type notepad, press enter
3.type:
Quote:
Originally Posted by Rotana @brunno159
To unpack/decompress use: To pack/compress again use: Code: mrs.exe c foldername
|
then click file then click SAVE AS
type:
or
and make shure the word or letters .txt are NOT at the end of it!
HOW TO SKIP XPATCH(fix for last update)
make a test.txt file and put XTRAP_PATCH_SKIP
and put it in your gunz file...
HOW TO EXECUTE THE GUNZ DB
NOTE: YOU CAN ONLY USE THE ONE FROM THIS LINK!(the one above to botgods one)
folow the pics...
note:if you havent made a empty GunzDB, MAKE ONE!
note:this menu comes up when you right click the GunzDB
creds: Thugie thebestkiller Rotana RepublicOfAstra MAXTRAXv4 SlayR. BoTGoD Whoever created the MRS Unpacker (RepublicOfAstra's Edit: It was CBWhiz

)
kekku500 -Lambda- shadow-xx MAXTRAXv2 Map Maker
Thats right everyone, You have read the title correctly! There is finally a way to make your own GunZ maps instead of just modifying textures!
Sample Map:
Out Of This World? o.O
So, I bet your wondering how to start making your own maps? Well, Continue reading!
First, Download the binary from
here.
Now, Download and install GTKRadiant from
here
And then Extract GZMap binary release into the GTKRadiant folder.
Next, Download the radiocity processor fsrad (so you can create lightmaps) from one of these two mirrors.
Mirrior 1 Mirrior 2
Extract this archive into the folder where you installed GTKRadiant.
Then, Download the GTKRadiant GunZ Online settings:
Mirrior 1 Mirrior 2
Extract these IN the folder where you installed GTKRadiant.
Download the basic gamedata scripts and materials:
Mirrior 1 Mirrior 2
Extract this file to any folder you want, say:
C:\GunZMaps\
This will be your working folder, it's recommend maps are created in the data/maps folder.
Now the last thing you have to do is Start GTKRadiant and select GunZ Online as game and Configure path to point to where you created your working folder. Then you can enjoy this wonderful map maker!
Few Notes From The Creator!
When you Compile large maps its slow.
Large maps create FPS lag In-Game.
So, You should just stick to small maps for now.
Credits:
Legion of GZMap Forums. (Creator of GZMap Maker.)
RepublicOfAstra from the RaGEZONE Forums. (Sample Picture.)
Enjoy!
Dan_da_man hack tools Total Programs: 117 [not including AIO packs which have multiple programs in them]
Individual Downloads: Analysis
-
OllyDbg [with all scripts]
-
PEiD
-
w32Dasm Anonymous Surfing
-
CryptLoad
-
Hide IP Platinum
-
Proxy Finder Enterprise
-
Rapidshare Hacker
-
Torpark Decompilers
-
Delphi Decompiler
-
VB Decompiler Hash Tools
-
DAMN.Hash.Calculator.1.5.1
-
RSATool2 Hex Editors
-
Biew
-
Hiew
-
WinHex NFO Makers
-
NFO Builder 2000 1.02
-
NFO File Maker 1.6
-
TMG NFO make Packers
-
ARM Protector
-
FSG 2.0
-
MEW11 1.2
-
SLVc0deProtector
-
UPX1
-
WinUpack Patch Makers
-
ABEL
-
AIO Patch Maker Pack
-
aPatch
-
aPE
-
CodeFusion
-
Dogbert
-
CodeFusion
-
dUP
-
Graphical-PatchMaker
-
Liquid2
-
PELG
-
pmaker
-
Reg2Exe
-
Sandy
-
ScAEvoLa
-
TolasPE
-
Universal Loader
-
UPP
-
YPP Rebuilders
-
ImpRec
-
LordPE
-
Revirgin SC Tools
-
API Addresses Finder
-
Jump to Hex Converter
-
Morphine Killer
-
PE GeNeRaToR
-
QFV Unpackers
-
ACProtect
-
Armadillo
-
ASPack
-
ASProtect
-
DBPE
-
EXEStealth
-
FSG
-
Generic
-
MEW
-
PECompact
-
PEncrypt
-
PESpin
-
Xprot Misc / Other Hacking Tools
-
ToPo
-
tELock
-
Stud_Pe
-
Resource Hacker
-
RegMon
-
PUPE
-
Process Explorer
-
PETools
-
PERebuilder
-
PEOptimizer
-
PEditor
-
Injecta
-
FileMon
-
EVACleaner
-
CryptoSearcher
-
BKInline
-
ASPR CRC Locator Hacking Tutorials [SWF]
-
Tutorial List / Topics
-
Tutorial - #1
-
Tutorial - #2
-
Tutorial - #3
-
Tutorial - #4
-
Tutorial - #5
-
Tutorial - #6
-
Tutorial - #7
-
Tutorial - #8
-
Tutorial - #9
-
Tutorial - #10
-
Tutorial - #11
-
Tutorial - #12
-
Tutorial - #13
-
Tutorial - #14
-
Tutorial - #15
-
Tutorial - #16
-
Tutorial - #17
-
Tutorial - #18
-
Tutorial - #19
-
Tutorial - #20
-
Tutorial - #21
-
Tutorial - #22
-
Tutorial - #23
-
Tutorial - #24
-
Tutorial - #25
-
Tutorial - #27
-
Tutorial - #26
-
Tutorial - #28
-
Tutorial - #29
-
Tutorial - #30
-
Tutorial - #31
-
Tutorial - #32
-
Tutorial - #33
-
Tutorial - #34
-
Tutorial - #35
-
Tutorial - #36 Download The Entire Collection [Minus The Tutorials] Security Authorization Vista Problems VISTA USERS READ
As many of you know by now, Windows Vista has several problems running the different types of hacks that are public to this site. Me and my good friend found out how to make most of the hacks found here to become compatabile with the usage of Windows Vista. (Disclaimer: We found this out in May, and so far (to my knowledge), I have been the first to post the Vista solution in this forum). The reason I am making this thread is because many of you out there do not enjoy using the search feature of this forum, and/or just skip through my posts in the Rakion section, so I read the same questions over and over again: "OMG THIS HACK DONT WORK FOR VISTA!" etc...
And so now, I reveal to everyone here the magic secret to making hacks compatabile (and which ones cannot be made compatabile) with Windows Vista. I will organize this thread in the following way:
I. Trainers A. If run on Vista without compatability...
B. How to make it compatabile... II. DLLs/Injec-Tors A. If run on Vista without compatability...
B. How to make it compatabile... III. UCEs A. What happens when you try to use Vista to run UCE's (or the Cheat Engine+Bypass combo)
Lets Begin.
I. Trainers A. A trainer is one of those things that looks like this (or something to this degree): 
(Pic of VampirePrince's Nak Trainer)
With trainers that are run normally (without compatability), you will find that if you start rakion, you CANNOT activate any part of the trainer. If you press the hotkeys while GG loads, they will not work or activate.
B. In order to make trainers work for windows vista, right click on the shortcut to the trainer (or the actual trainer icon), and follow these steps:
1. Right click on the trainer's icon (the .exe)
2. Click "Properties"
3. Click on the "Compatability" tab
4. Checkmark the box that says "Run as Administrator"
5. Press "OK"
Now, you should be able to use your trainer normally, and the hotkeys should be enabled.
II. DLLs/Injec-Tors A. A dll injector (mostly seen with Sean's hacks on rakion) is something that injects a dll (for a lack of better words) into a program. When the DLL injector is used with vista without compatability turned on, you will experience something like this: 
(Credits to "Salecko" for the SS, as I was too lazy to PrintScrn it myself)
B. In order to fix this problem, you do the same thing as you would to a trainer (which was mentioned above):
1. Right click on the injector's icon (the .exe)
2. Click "Properties"
3. Click on the "Compatability" tab
4. Checkmark the box that says "Run as Administrator"
5. Press "OK"
Now, your Injec-Tor should run perfectly fine and shouldnt have any Vista-related problems.
III. UCE's A. Unfortunately, I have some bad news for you guys when it comes to Cheat Engines for Vista. As far as I know so far, about 99.9% of UCE's DO NOT work on vista. From personal experience on several computers, this is what i have found out:
If you run cheat engines on vista, you will get a "KitAttach Process" error if not run under compatability.
If you choose to try out the compatability method that I stated above in the previous two sections, you will open the cheat engine normally for the first time. However, once you close the engine and try to open the engine a second time, you will get the Blue Screen Of Death (yes, that actually is a specific screen). It will look like this:
And yes, that IS a bad screen to get..as it means a fatal error has occured, and it will try to fix your computer, then restart it if successful. (Chances are, it will recover and restart, as i have not had any experience having a non-succesful recover after a Blue Screen Of Death).
However, there is a slight hope for you Vista users in the future for UCE's, because I currently have a private working cheat engine for Vista (not sharing, sorry). However, it requires a bypass because it isnt undetected. Hopefully in the near future, working public UCE's that are compatabile with Vista will be released.
Well, I hope you have enjoyed reading this thread of mine. If you have any other vista problems, feel free to comment and I will try to see if there is a possible solution. Also, if other types of common/popular hacks come out that arent normally compatabile with Vista, I will update this thread with the new information.
Credits to Juegalol from the rakion section.
THIS IS A STRAIGHT COPY FROM THE ORIGINAL THREAD LOCATED HERE:
How to Use Hacks for Vista