Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all 13468 articles
Browse latest View live

'NewCastle'?

$
0
0
Shitty name I know, but couldn't think of any other name for it.

Anyways, yes, it's just a 'remake' of the castle map if you can't tell!



I'm probably about 45% finished, still have to add a dungeon and boxes and whatnot.

Problem with Seals and Table PeriodItem_Info

$
0
0
Hello @KarLi I tag you because a similar problem ... My problem is that a stamp seal, any sea, position correctly, but the relogue disappears ... I guess it is because of my table that is not saving the changes Usage Files MU Emu, I leave pictures of my table and others... I also thank everyone who can help me.



Seals works, but loses effect after relogue.



Caste Level Problem

$
0
0
I already tried and read all the thread here about the issue of caste level but seems not its still not working and solve the problem...i hope anyone here have a good heart and willing help me to solve the problem..

I'm using the Tantra Zion Database, i think this is a fix database because they used it in their server...

My MRank00.txt and Rank00.txt is working.

already wait 24hours to monitor the level of each character but still nothing happens

and then when i check the logs it show up this kind of error..

[TUTORIAL] decrypt Assembly-Csharp.dll file for encrypted Unyt3dgames

$
0
0


CTRL+C CTRL+V


Hi fans or modders


Today, i'm going to show you how to decrypt native Assembly-Csharp.dll file using gcore dump and winhex. since there is no tutorials, i decided to make my own tutorial so other peoples don't have to spend their time to teach peoples how to decrypt a native DLL file.


Why i can't open the DLL file on Reflector or JustCompile:
When you open a DLL file, you will see this error



The DLL file does not have MZ/PE headers so windows can't open it. DLL files need MZ/PE headers to be able to open the file. The game company used SecNeo to protect their game and erased MZ/PE headers from DLL file


What is MZ/PE headers?
See DOS MZ executeable on wiki
See Portable Executeable on wiki


First, you need:
1. To be an android modder/hacker and CIL and C# knowledge.


2. NET Reflector or JustDecompile software


Rooted Android devices


3. A computer running Windows XP/Vista/7/8/8.1/10


4. Device running Android 4.2.2 and never. previous version might not work. Works with Cyanogenmod 10+, SlimKat/lollipop, PAC... MIUI rom is untested


5. 800 MB of RAM or more. not recommended with 512 MB RAM


6. 300-400 MB free RAM space.


7. Latest verison of SuperSU or Kingroot


8. Latest version of busybox (Current version is 1.23.2-Stericson)


9. Terminal app


10. Any Unity3D games that is encrypted (Darkness Reborn, Crusaders Quest, Heroes, etc...)


11. gcore installed on your device. click here to download


12. Any root explorer app installed on your Android device. I recommended Root File Manager


13. Cracked WinHex
(You can't get the Assembly-Csharp.dll file if you are using the free version of WinHex)


Update your busybox and superuser.
If you are using outdated busybox or superuser, you will need to update it for stabillity. older versions may cause problems. If you are using build-in cyanogenmod superuser, flash SuperSU. build-in superuser is very unstable. Uninstall this abandoned superuser if you have one



For kinguser. It will show a pop-up message about new version of Kinguser software. Press "update" to update it. You can check update manually by open Kinguser app -> Click on gear icon -> Click on Software version and it will update kinguser.






For SuperSU. If there is any update, It will ask you to update SuperSU binary and it will show it on the notification message. Click on it and it will ask you to update SuperSU binary normally or update it via TWRP/CWM. If you choose "normal", it will update it directly without having to reboot a device. if you choose "TWRP/CWM", the device will reboot into custom recovery, flash it and it will reboot your device again






Install BusyBox from playstore. Open the app and grant root access. wait until smart install is fully loaded and you can tap "install". after that, close the app. you can keep the busybox installer or uninstall the busybox installer if you want. The app is just an installer. The busybox binaries are permanently installed on your device.





Install gcore on your device
You need any root explore installed on your device. I recommended Root File Manager


Download gcore to your device. open any root explorer. copy 2 files "gdb" and "gdbserver" and paste it on /system/bin/ (in ROOT memory -> system -> bin) folder








Remember the package name
You need to remember the package name of the game you are looking for so you can find the pid ID of the game in Terminal app


Method #1
go to https://play.google.com/search the game you are looking for and look at the URL for package name. See the screenshot below





Method #2
Install Package Name Viewer app from playstore and find the game you are looking for





Method #3
For Cyanogenmod users. You can go to settings -> apps -> (any apps) and you will see the package name below the title





Decrypt a game on rooted devices
Important: Reboot your phone and close all other running application and make sure you have enough RAM to perform decryption


Make sure you have Terminal app installed on your device. Open Terminal and type

su



hit enter and grant root access.





You will see

root@yourname:/ #



...in terminal.





type

dumpsys meminfo | grep com.*






hit enter and it will show the list of running process. find the package name that you are looking for and look at pid ID. Example Crusaders Quest's package name and pid ID.

118740 kB: com.nhnent.SKQUEST (pid 383 / activities)






Rembemer the pid ID and type

gdb -pid xxxxxx



and hit enter





example

gdb -pid 383



the symbols will be loaded and it will show
(gdb)



...in terminal.


type

gcore /sdcard/anynames






examples

gcore /sdcard/dump
gcore /sdcard/testingmyskill
gcore /sdcard/gcore
gcore /sdcard/samsunggalaxy
gcore /sdcard/darknessreborn



or whatever you want to name the file. hit enter and the terminal will show empty line like this










and wait.... until it says

Saved corefile /sdcard/xxxxxxxx
(gdb)








NOTE: IGNORE THE MEMORY READ FAILED ERRORS. IT DOES NOTHING AT ALL!


after that. you succcessfully decrypted the game. Close the terminal app.


Copy the file to your computer
On your device you will see dumped file on Sdcard/





but a problem is windows can't see the file





so you need to create a folder "a" on sdcard/, move the big dumped file to "a" folder and the windows can see it.








Now copy the file to your computer



Open Cracked Winhex
Open cracked Winhex on your computer. Click "File" -> "Open"





You will see the this dialog box. Go to the folder where you copied the file and open it





Go to "Tools -> "Disk Tools" -> "File Recovery by Type..."





and you will see this dislog box


Click "+" on programs and check "Windows exec.". Select your output folder and choose the folder you want to output. On drop-down, select "Complere byte-level search" and click OK





After recovering the files. You get this message





Go to the location where you recovered the files and delete all .COM files. You don't need it


Close Winhex


What DLL files are encrypted?
This is important. If you don't check what DLL files are encrypted. You might now be able to save DLL file with Reflexil because of missing / encrypted DLL files. You have to find out which DLL files are encrypted. Not just Assembly-Csharp.dll file. Other files can be encrypted too.


Take out "Managed" folder from the APK file (located at assets/bin/data/Managed) select all DLL files and drag and drop onto Reflector or JustDecompile to see which DLL files are encrypted. Click "No" when it ask you to reopen DLL files.





Crusaders Quest have 4 encrypted DLL files
Assembly-CSharp.dll
Assembly-CSharp-firstpass.dll
Assembly-UnityScript.dll
Assembly-UnityScript-firstpass.dll


Heroes only have 1 encrypted file
Assembly-CSharp.dll


Remember the DLL files you need for modding
Clear all opened DLL files from Reflector or JustDecompile. Go to the location where you recovered the files and drag and drop all DLL files. Click "No" when it ask you to reopen DLL files. ignore the DLL errors


Select the DLL file to show the name of the file and the location





Crusaders Quest:
Assembly-CSharp.dll = 000034.dll
Assembly-CSharp-firstpass.dll = 000030.dll
Assembly-UnityScript.dll = 000028.dll
Assembly-UnityScript-firstpass.dll = 000013.dll


Heroes:
Assembly-CSharp.dll = 000021.dll


Rename all DLL files that was encrypted and place it on extracted "Managed" folder





Let's start modding
Go to "Managed" folder and open Assembly-CSharp.dll file with Reflector or JustDecompile. Enjoy modding!


Questions?
If you have any question to this. Post a comment below and i will try to help you.


Does this tutorial confusing you? or does it make non-sense? i will fix the tutorial for you


Credits
iAndroHackerDK (For the tutorial)
SK H Nam A.K.A SKNAM (helped me with winhex)

[Help] Edit Client Side

$
0
0
I need help, since i only start doing experiment in RF Files, It's been 5 days since i set up my RF Offline version and now i decide to do the editing stuff...

I can edit server side files, Thanks to search box that guided me, but editing client side i feel harder because of most the tutorial are dead links such as video tutorials that can download.

I hope someone can guide me on how can i implement my server side edited files to work or visible in client...

Thank you, i am complete beginner on developing stuff, but i am willing to learn.

VS 2013 with mfc?

Plus EMU 2017 Saving Room Settings ERROR

$
0
0
Hello! I've a problem with plus EMU.
When I want to save new settings for my room and I launch the :unload command the room still bug.
After, I've analized the problem and I've found the problem:



if the elements highlighted are empty, the emulator give me the error, but if aren't empty the emulator work!

So, Anyone who can help me?

Sorry for my english, I'm italian.

PS: My Region Settings in the VPS

@Sledmore

- - - Updated - - -

SOLVED. Please close this thread.

Blib.pw | Unique features | FastFood, Jukeboxes, Groupforums... | Hiring!

$
0
0
Hi,
I've finally launched Blib.pw with my friend Ryzen. Together we've created an hotel which actually have change to become one of the "major" hotels. I feel like every single hotel that opens nowdays, bad or great still shuts down and really doesn't give the big hotels any competition. We've put a lot of time into this hotel and we are both very competetive. We will try to make a new hotel grow and make a large userbase.


Aim: We want our hotel to always be uptodate, with the latest and most unique features. We will constantly keep our players maintained. We will offer some great quality and security.


Info that nobody gives a sh*t about anyways: I am the technician (syr), and Ryzen is mainly working on the social part, support, hiring, events, you name it. We are running on a tiny edit of Comet Emulator, mainly some small addons, commands & edited pathfinder to make specific events working better. However, if you are any into emulators you know that Comet can handle huge amount of players and is extremely stable. And yes we are DDoS protected, if you don't believe me then try me .


Some screenshots (get ready):




Everything is tested and works just like supposed to.


I do highly appreciate suggestions & ideas.
However, what are you waiting for? Join the fun. https://blib.pw

[Tantra] Kathana X - Auto Reset • All Items for Rupiah • 1 Kruma • x50 XP • x20 Drop

$
0
0

TANTRA ONLINE - KATHANA X
ORIGINAL TANTRA ONLINE - WITH CUSTOM MODS & ENHANCEMENTS
https://www.gamecoast-west.net/tantra


Code:

Pranas Rates : x50
Drop Rate : x20
Rupiah Rate : x10
MP Rate : x5
Quest Prana : x2
Quest Rupiah : x2


  • New PVP Mid-rate Server, where everyone can get anything for free!
  • Our server dont have any items on the itemmall except for Ruphia Packs.
  • All the items can be get on NPC for rupiah!
  • Automatic character Reset by NPC! *NEW FEATURE ONLY IN OUR SERVER!*
  • ITEMMALL ONLY SELLS RUPIAH PACKS
  • Characters can reset their level by npc automatically , unique feature!
  • New Sets since level 1!
  • OLD Mandara Map
  • ALL premium items on NPC
  • ALL WEAPONS and ARMORS on NPC trough RANDOM BOXES, you can get them with random upgrade until +15 !
  • ALL CHARMS on NPC
  • All Customes on NPC
  • All Mounts on NPC
  • Maps will drop all items UPGRADED (on all maps), from +5 to +15 and with extra options too.
  • Raid Bosses
  • New Bosses on all maps
  • Reworked all God Skills
  • New and improved character skills
  • Changed the non sense accesories (resistances only) for new useful stats
  • Modded tikoy power pack with prana bonus
  • Better master / disciple rewards
  • Titles Stats Improved
  • Pet system (original pets)
  • Saranu craft
  • Training Gift boxes since level 1
  • Mail system limitations: the users will able to receive gift from the system but will be unable to send items / rupiah / messages to other players (the system will be fully restored in further updates).
  • Rupiah drop disabled (from the inventory only, the mobs and PK systems are not affected)
  • Item drop disabled (from the inventory only, the mobs, PK, personal shop, npc selling and trade systems are not affected)
  • No multiclient
  • Changed description of all Titles quest and improved their stats
  • PK players drop Items and 50% of the inventory's rupiah
  • New FXAA and SMAA features to make the game appearance nicer (better color balance, better light and shadows reflection and antialiasing features).
  • Rework Skills of all character jobs, added new skills, increased skills max level
  • Minimum level for PK: 20
  • PK / Karma values updated: + 300 for first kill, +200 for each kill after.
  • Restricted the personal shops to be placed in Mandara only.


MAP LEVEL REQUIREMENTS
  • Byru Town level req 75
  • Mudha level req 80
  • Huge forge level req 80
  • Ruins level req 85
  • Naga Village level req 95
  • Naga Dungeon level req A2
  • Paroxya level req A6


PVP MAPS
  • Introducing the new pvp system : Only 1 Kruma map!
  • Kruma level 40-xxxx
  • Chaturanga level a1-xxxx


Strongbox system rewards
  • Carman of Wild Beast
  • Sabitri Phalaka
  • Suraka of The Muscle
  • Suraka of The Wild Beast
  • Yakat Phalaka
  • Strong Hastacapa
  • Lagda of Tapas
  • Tapas Karasna
  • Bisa Dantaka
  • Talwar of The Warrior
  • Talwar of Primitive Warrior
  • Hirana of Deadly Poison
  • Hastacapa of Deadly Poison
  • Ghana of The Muscle
  • Hima Ghana
  • Karasna of Guhsu
  • Agni Urnacapa
  • Hima Zalas
  • Hima Kindjar
  • Agni Masuvera
  • Rauti Kukri
  • Hirana of Deadly Poison
  • Ghana of Mantra
  • Yakatu Angkus
  • Pataka of Flame
  • Rohiparaz of The Dead
  • Azis
  • Surapa
  • Prajati
  • Sambadu
  • Gavi
  • Azis bundle
  • Surapa bundle
  • Prajati bundle
  • Gavi bundle
  • Sambadu bundle



http://cdn.gamecoast-west.net/download/GCW-Setup.exe



https://discord.me/gamecoastofficial







C# [Development] Destiny - MapleStory emulation software

$
0
0
You're probably thinking - hey, Fraysa is developing yet another emulator. However, this time it's different. As I'm trying a different approach in life, I thought I'd try a different approach in software development. This emulator will mostly be for educational purposes, to enlighten myself and teach myself new things and get rid of old, bad habbits.

Unlike before, this time I'm going open-source so people can learn from this a thing or two or even get inspiration and get their own take on indie development. I'm focusing on v0.83, which seems like a stable version both contest-wise and compatibility-wise.

I will not be posting much on here, possibly only major changes - but you can follow my work on GitHub as I slowly develop this and hopefully will have some screenshots to post soon.

Currently working:
Spoiler:

  • Account login (including auto registering)
  • World list
  • World selection
  • Character creation


Design choices:
Spoiler:
Server architecture: I decided to go AIO (all servers under one assembly) mainly because it will be easier to maintain, test and code.
Database management: I decided to try MongoDB (I have yet to implement it) as it's very easy to use and you can easily query for an object.
Scripting interface: I have yet to decide which scripting interface I will be implementing, so you're welcome to suggest anything.

Critisim is very welcome. I haven't touched MapleStory or software development in a while, so I may be rusty, and there's always a place to learn a thing or two!

[PC]Rising Storm - Free for 24 hours

MuFight II 97d+99i |exp 110x |100% | Max level 350-6 Reset|PVP

$
0
0

www.mufight2.com

* Version: 97d+99i
* Experience: 110x
* Drop rate: 100%
* Bless Bug: OFF
* Max level: 350
* Max Resets: 6
* Stat Points Per level: DK-DW-FE (5) - MG (7)
* Weekend Exp + 20x
* Vip System (in Launcher)
* Sky Event
* Quest System
* PVP Player System [HOT]
* PVP Guild System [HOT]
* CUSTOM AREAS [HOT]
Custom Features:
* PLAYERS-STORE: This is a great feature where Players can sell their Item for Jewels, putting them in our custom Launcher
* Store & Launcher 100% custom made
* New PVP Arenas!
* Top Killer dynamic system with badge, ranks, points and a real-time in-game monument (check website for more info)
* New 100% Custom made maps/areas

[Silkroad]High-Sro | Cap 110 | High Rate | No Edit | Event 24/7

$
0
0
Welcome to
High-Sro
Online



• International server •

Server is open at 22.04.2017 !

Webiste ---> High-Sro WeBsite <---
Register ---> High-Sro Register<---
Download Links ---> High-Sro Download <---




•Welcome to the High-Sro, where the magic of the gaming happens ! What do we have to offer ?
CAP 110 I Regural events for the silk I Play2Win I Extrodionary support
Did we peek your interest yet ? We have not ? Dont worry... we shall. We got plenty to offer !

We are presenting you the NEXT huge thing in the all silkroad private servers.
The High-Sro is free to play MMORPG thats actually much more than that. It started with a clean database and changed to astonishing and breath-taking game that it is today. We, the developers of High-Sro have put our commitment, brains, hard work and everyday motivation to construct and build the server. It is intended to have outstanding performance and actually be able to withhold large quantities of players. The High-Sro actually has a different look on playing. Its not about winning the game, its about putting the effort to get to the top of the mountain. And that effort is important to us. So while you climb your mountain, you will have to face many quests and dangers and perhaps some mysterious trials. So, if by any chance you have taken the liking to what we have to offer, let us introduce you to High-Sro, and what is has to offer.



Notice that : We are planning on doing an update every week which will be composed of adding
a lot of new content and features. Why we are thinking of constant weekly updates? because simply, we believe that a server
without updates is a server that you will get bored of fast.
Another thing is that by this weekly updates method we will be able to hear your
suggestions and change anything on a basis that will suit you more.
SERVER INFO !
Server Files
Vsro 1.88
Fortress Only Hotan enabled until we reach a satisfying amount of players
Towns Jangan/Donwhang/Hotan/Samarkand/Constantinople/AlexandriaDDOS Protected Yes
Exploit Protected Yes
Races Chinese & European
Slots 1000 until we reach a satisfying amount of playersIP limit 4
Cap 110
Degree 11
Launch date 22.04.2017
Monster Respawn 2x
Battle Arena Working!
Capture the Flag Working!
Guild Limit 32
Union Limit 2
Union Chat Limit 32
Masteries Level 360
Skill Cap 110
Char/Account 4 Per Account.
Forgotten World (FGW) Work
Holy Water Temple (HWT) Work
Academy work
Magic Pop Work
Mercenaries Disabled
Advance Elixirs Work


EXP Rate 300x In party 350x

Skill point When start give 500k !

Gold drop | Rate 15 x
Drop | Rate 50 x
Trade | Rate 35 x
Alchemy | Rate 69 x (all + is 69% rate Evnjoy it )
IP Limit | 2 (maybe will change in 3-4)
screenshot :


Plus (+) Is Unlimited and % is 69,99% Good Luck and have fun Max Plus 30 With Adv+2 (+32) !
Capture the flag will start every hour

SIlks Get From Event and Vote 4 Silks !

Start items
• 10.000.000 Gold
• 500k SP
• 3 inventory pages
• Devil’s Spirit 5%
• 10x Reverse Return Scroll
• Pick up pet for 3days
• 1000x HP/MP Recovery potion
• 10x Move Speed scroll





Items Stacks
• MP/HP pots [10.000]
• Universal/Purfication Pills [10.000]
• Arrow [10.000]
• Speed Drugs [50]
• Elixirs [10.000]
• Attribute/Magic Stones [10.000]
• Recovery Kits [1.000]
• Grass Of Life [50]• Abnormal Stare Recovery Potions [1.000]
• Pet Hp [1.000]
• Pet Pills [500]



Unique Rank With reward Every Week!




Last Update At Topic !

We Fixed Unique rank at WebSite !
Unique Rank !


Now Hope all have fun .
Changed Made 26.05.2017 15.47



Please *Thanks if you're about to join us =)
Feel free to leave any comment/suggestion bellow.
We really want to hear your voice. Make us Better!
We even accept bad comments another way we

Help Cabal X-New Beginning V1.8

Tianjie Wing Level 1


[Help] How to add more world? Bera etc..

bind failed with error 10048

$
0
0
Good afternoon, someone could help me with this problem I thought they were the files but not because I get with files season 6 MuEMU and with these season 2 also tells me the same thing someone helps me because I get this error ??? Thank you

" bind failed with error 10048 "

Help! Gameserver antihack

$
0
0
hello, i have the dark angels gameguard :w00t: and need to hook gameserver .dll.:blush: file i dnt'know ollydbg :*: and please hook dll file in my gameserver :love::love::love:
Attached Files

[Release] BattleRoyale [PARACHUTE][SIMPLE MOD]

$
0
0
Hello Everyone,


Why sharing this scrap ?
Code:

I made this code months ago ( take less than 2 hrs ) , For special request of one of my customers.
then someone from turkey wanted to buy it , i just wanted less than  dollars and give him files
anyways his wanting me some free services from me now and treating me with sharing this scrap lol


Have fun, parachute have no animations etc but it works (editable)
have WIP Gas system. Airdrop when spawn etc ( simple mod )


Dont have any time for take screenshots from it , here is the screenshot from my friend ( Thanks )



Link : https://mega.nz/#!GgYThLwA!TavqMfcZ8dcV8K5MtqlUvvNPikZzBFbQgaSZI3DVLQs

Registration HELPPP

$
0
0
Hey.Help me set up the registration.Through the site does not work. There is no PHP on it. You need to make the registration differently.: *:
Viewing all 13468 articles
Browse latest View live