Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -----------------------------
- -- /// Aspire Projects /// --
- -----------------------------
- function GameMasterTool_Trigger(item, event, player)
- item:GossipCreateMenu(3544, player, 0)
- item:GossipMenuAddItem(3, "Game Master Tool", 1, 0)
- item:GossipSendMenu(player)
- end
- function GameMasterTool_OnSelect(item, event, player, id, intid, code)
- if (intid == 1) then
- item:GossipCreateMenu(3544, player, 0)
- item:GossipMenuAddItem(2, "|cFF008080WIXXZI's Game Master Tool")
- item:GossipMenuAddItem(2, ".Summon = Summons the player to you.")
- item:GossipMenuAddItem(2, ".Recall Port <Location> = Teleports u to the location you want!")
- item:GossipMenuAddItem(2, ".Appear <PlayerName> = Teleports u to the Name / Target you want to!")
- item:GossipMenuAddItem(2, ".Char Add <ID> <Amount> = Adds u the Item in your bag if u have target on yourself!")
- item:GossipMenuAddItem(2, ".Kill <Target> = Kills the Player / Npc you have target on")
- item:GossipMenuAddItem(2, ".Levelup <LVL> = Levelups the selected target the Lvl you want")
- item:GossipMenuAddItem(2, ".Paralyze / .Unparalyze = Freezes the Player you have target on")
- item:GossipMenuAddItem(2, ".P = Looks up the targets Account Information")
- item:GossipMenuAddItem(2, "[Next]",2)
- item:GossipSendMenu(player)
- end
- if (intid == 2) then
- item:GossipMenuAddItem(2, "Npc Commands Below")
- item:GossipMenuAddItem(2, ".Npc Spawn <NPCID> = Spawns the Npc at your location")
- item:GossipMenuAddItem(2, ".Npc Vendoradditem <ID> <Extended Cost> = Adds the Item to the Vendor with an Extended Cost")
- item:GossipMenuAddItem(2, ".Npc Vendorremoveitem <ID> = Removes the Item from the Vendor")
- item:GossipMenuAddItem(2, ".Npc Ongameobject = Saves the Npc at the object so i doesn't fall down to the ground")
- item:GossipMenuAddItem(2, ".Npc Equip1/2/3 <WeaponID> = Makes the NPC put an Weapon on himself")
- item:GossipMenuAddItem(2, ".Npc Respawn = Respawns the Target")
- item:GossipMenuAddItem(2, "[Back]",1)
- item:GossipMenuAddItem(2, "[Next]",3)
- item:GossipSendMenu(player)
- end
- if (intid == 3) then
- item:GossipMenuAddItem(2, "|cFF008080GameObject Commands Below")
- item:GossipMenuAddItem(2, ".Gobject Spawn <ID> = Spawns the Object at your location! ( You can find Id's at Youtube")
- item:GossipMenuAddItem(2, ".Gobject Select = Selects the object that's nearby")
- item:GossipMenuAddItem(2, ".Gobject Delete = Deletes the Object you got Selected")
- item:GossipMenuAddItem(2, ".Gobject Scale <Scale> = Set the scale of object if you want it bigger or smaller")
- item:GossipMenuAddItem(2, ".Gobject Info = Tells u the info of your selected object!")
- item:GossipMenuAddItem(2, "[Back]",2)
- item:GossipMenuAddItem(2, "[Next]",4)
- end
- if (intid == 4) then
- item:GossipMenuAddItem(2, "|cFF008080Hacker Commands")
- item:GossipMenuAddItem(2, ".Mod speed 1-255 = Sets the speed of the target and makes it run faster")
- item:GossipMenuAddItem(2, ".Cheat fly On/Off = Sets the Flymode of an target")
- item:GossipMenuAddItem(2, ".Cheat Casttime = Enables the Casttime cheat so you can use Spells Instantly")
- item:GossipMenuAddItem(2, ".Cheat Cooldown = Enables the No Cooldown cheat so you have no cooldown on youre spells")
- item:GossipMenuAddItem(2, ".Cheat Status = Checks what Cheats you have on you")
- item:GossipMenuAddItem(2, "[Back]",3)
- item:GossipMenuAddItem(2, "[Next]",5)
- end
- if (intid == 5) then
- item:GossipMenuAddItem(2, "|cFF008080Abusing Players")
- item:GossipMenuAddItem(2, ".Ban Account/Player/Ip <Duration> = Bans the Account/Player/Ip, You have to do .P on the target, to view he's Ip/Account Name")
- item:GossipMenuAddItem(2, "Kick Player/Account/Ip = Kicks the Players Account or Ip!")
- item:GossipMenuAddItem(2, ".Ban All = Bans the targets IP/Account/Character")
- item:GossipMenuAddItem(2, "[Back]",4)
- item:GossipSendMenu(player)
- end
- end
- RegisterItemGossipEvent(76652,1,"GameMasterTool_Tr igger")
- RegisterItemGossipEvent(76652,2,"GameMasterTool_On Select")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement