*Command Name : :sa
*Emulator Name: Butterfly Emulator r96
*Action: send a ha to a specific rank (Rank > 5)
*Client version: R63
Printable View
*Command Name : :sa
*Emulator Name: Butterfly Emulator r96
*Action: send a ha to a specific rank (Rank > 5)
*Client version: R63
*Command Name:
:ride [namehorse]
*Emulator Name (and version if possible):
Butterfly Emulator R96c
*Action:
You Can Ride The Horse [horsename]
*Client version (EXAMPLE: R63):
R63
*Command Name:
:run on/off
*Emulator Name (And version if possible):
Butterfly Emulator R96c
*Action
Makes the habbo run faster etc 4 blocks in a second
*Client version:
R63
Someone plz code these?Quote:
*Command Name = :staffsummon
*Emulator Name = Butterfly
*Action = Summons all staff members to room.
*Client version = R63
------------------------------------------------
*Command Name = :roombot (Bot's name)
*Emulator Name = Butterfly
*Action = ''Summons'' bot to ur room.
*Client version = R63
Nobody can't code those command?The thread is dead?
Download Cheat Engine and start the Speedhack. :) No command needet.
------------
Can someone code this please:
*Command Name:
:walk [User] [on/off]
*Emulator Name (and version if possible):
Uber Emulator
*Action:
You can control the User [User].
*Client version (EXAMPLE: R63):
R63
and
*Command Name:
:giveitem [Username]
*Emulator Name (and version if possible):
Uber Emulator
*Action:
If the User has a handitem, he can give the item to anoter user with this command.
*Client version (EXAMPLE: R63):
R63
Thanks
[QUOTE=Huginho98;7150963]Download Cheat Engine and start the Speedhack. :) No command needet.
Haha i just wanted it for fun ^^ But yeah :p
Is the thread dead?
*Command Name - :removebadge
*Emulator Name - Butterfly Emulator r96
*Action - Remove a badge from the users that the admin wants(like phoenix)
*Client version - R63
Rep + like if you do this! :)
Command Name
:sortitout
Action
Makes OP sort his thread out and at least have the decency to tell people he's not doing anything.
Who have the Phoenix 3.7.1 Source ??? pls i need
Can someone pm me a tut on how to add commands to phoenix? I really need it...Thanks
Fly command :thumbup1:
Aha, that would be pretty damn awesome.
Joey you can write :kill [username] then he/she Want to reloade the Client Sorry for my bad english i am swedish hihi doing a phoenixphp edit with exploits fixed :PpPpPPPP
Back from vacation, Finnally coded it :)
Find this in Habbo.cs
then add this bellow:Code:internal bool SpectatorMode;
In ChatCommandHandler.cs add this:Code:public bool TeleportMode;
Then find this in Rooms.cs:Code:case "teleport":
if (Session.GetHabbo().Rank >= 5)
if (Session.GetHabbo().TeleportMode == false)
{
Session.GetHabbo().TeleportMode = true;
}
else
{
Session.GetHabbo().TeleportMode = false;
}
return true;
Replace it with:Code:User.MoveTo(MoveX, MoveY);
Your welcome ;)Code:if (Session.GetHabbo().TeleportMode == true)
{
User.X = MoveX;
User.Y = MoveY;
User.UpdateNeeded = true;
}
else
{
User.MoveTo(MoveX, MoveY);
}
Here ya go, Find this in habbo.cs:
then add this bellow itCode:public bool SpectatorMode;
then findCode:public string Control;
now go into Rooms.cs and find this:
and replace it with this:Code:User.MoveTo(MoveX, MoveY);
Find this:Code:RoomUser TargetRoomUser = Room.GetRoomUserByHabbo(Session.GetHabbo().Control);
TargetRoomUser.MoveTo(MoveX, MoveY);
and bellow it put this:Code:this.Username = Username;
Now add this in chatcommandhandler.cs:Code:this.Control = Username;
Usage: :walk UsernameCode:case "walk":
Session.GetHabbo().Control = Params[1];
Enjoy ;)
*Command Name:
:removebadge [User] [on/off]
*Emulator Name (r63):
Butterfly Emulator r96
*Action:
You can removebadge to [User].
*Client version (EXAMPLE: R63):
R63
*Command Name:
:restart
*Emulator Name (r63):
Phoenix 3.8.1 BETA 4.6
*Action:
the emu restart .
*Client version (EXAMPLE: R63):
R63
You can't edit phoenix 3.8.1 beta 4.6 it isn't open-source
yes allone commands
Have you phoenix restarter for my den ?
*Command Name:
:jail [username]
*Emulator Name (r63):
Foot Emulator
*Action:
Sends that person to a room they can't leave untill someone says :unjail [username] or someshit like a RP bbut for a non-rp
*Client version (EXAMPLE: R63):
R63