Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Phoenix 3.11.0

Status
Not open for further replies.
Initiate Mage
Joined
Jan 7, 2012
Messages
65
Reaction score
17
Since phoenix stopped working and quackster's edit stopped working, i edited my own version and since alot of people we're asking for cracked phoenix i thought i might aswell release it. I dont offer support, i'm just releasing this for people who really need it and are too noob to use bcstorm or another emu.

Download link :

Dont trust ? Dont download.

You need to run these in your database for this to work as i've made some modifications so you have the extra commands which are roll, rave, control, makesay, dance, exe and sitdown.

sql:
Code:
ALTER TABLE `permissions_users`
ADD COLUMN `cmd_roll`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_rave`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_control`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_makesay`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_dance`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_sitdown`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_exe`  enum('0','1') NOT NULL DEFAULT '0';

ALTER TABLE `permissions_ranks`
ADD COLUMN `cmd_roll`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_rave`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_control`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_makesay`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_dance`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_sitdown`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_exe`  enum('0','1') NOT NULL DEFAULT '0';

INSERT INTO `texts` VALUES ('cmd_dance_desc', ':dance <username> - Make the selected user dance');
INSERT INTO `texts` VALUES ('cmd_exe_desc', ':exe');
INSERT INTO `texts` VALUES ('cmd_makesay_desc', ':makesay <username> <message> - Make the selected user say a message');
INSERT INTO `texts` VALUES ('cmd_rave_desc', ':rave - Make everyone dance');
INSERT INTO `texts` VALUES ('cmd_roll_desc', ':roll <username> <number>  - Make a user roll the selected number');
INSERT INTO `texts` VALUES ('cmd_sitdown_desc', ':sitdown - Make everyone sitdown');
INSERT INTO `texts` VALUES ('cmd_control_desc', ':control <username> - Control the selected user');
INSERT INTO `texts` VALUES ('cmd_dance_name', 'dance');
INSERT INTO `texts` VALUES ('cmd_exe_name', 'exe');
INSERT INTO `texts` VALUES ('cmd_makesay_name', 'makesay');
INSERT INTO `texts` VALUES ('cmd_rave_name', 'rave');
INSERT INTO `texts` VALUES ('cmd_roll_name', 'roll');
INSERT INTO `texts` VALUES ('cmd_sitdown_name', 'sitdown');
INSERT INTO `texts` VALUES ('cmd_control_name', 'control');

Remember to change game.tcp.bindip in config to your vps ip or it wont work.

Credits :
Sojobo for phoenix 3.11
Quackster for the source

Edit: Added source into download link.
 
Last edited:
Junior Spellweaver
Joined
Nov 27, 2011
Messages
176
Reaction score
74
Isn't sit already a command in Phoenix? Also, you should release the source of the commands due to others that are editing Phoenix may want to include it without shifting to another emulator. Good job though!
 
Initiate Mage
Joined
Jan 7, 2012
Messages
65
Reaction score
17
I know, i just made it so the owner can choose what ranks can use them :p and im not releasing the source as its not needed
 
Last edited:
Initiate Mage
Joined
Jan 7, 2012
Messages
65
Reaction score
17
As it says, dont trust, dont download. I removed the backdoors added by Aaron. and i cant even code so i cant add them x)
 
Skilled Illusionist
Joined
Jan 23, 2012
Messages
301
Reaction score
164
As it says, dont trust, dont download. I removed the backdoors added by Aaron. and i cant even code so i cant add them x)

How exactly can you "remove aaron's backdoors" if
i cant even code
and the fact that he doesn't have exploits besides the ones that you, uh, didn't remove and even if you did remove his localhost exploits why would you be adding a query for it??!
 
Experienced Elementalist
Joined
Jun 7, 2012
Messages
244
Reaction score
27
Pictures of this actually working... ? + if u cant code.. how did you add them commands. hmm.
 
Junior Spellweaver
Joined
Apr 20, 2013
Messages
158
Reaction score
12
Pictures of this actually working... ?

Sheenieboy - Phoenix 3.11.0 - RaGEZONE Forums



theres your proof
 

Bow

Skilled Illusionist
Joined
Jan 28, 2012
Messages
355
Reaction score
163
duck off with this crappy rename/leech.
 
Status
Not open for further replies.
Back
Top