Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other MMORPG Hacks › Runescape Hacks / Bots › RuneScape Discussions › Commands Script's

Commands Script's

Posts 1–4 of 4 · Page 1 of 1
tuve2
tuve2
Commands Script's
If you don't know how to edit the commands read Pixie Tutorial befor.


Commands:

Spawn Npc (In-Game)
Code:
if (command.startsWith("npc") && playerRights >= 2) {
try 
{
int newNPC = Integer.parseInt(command.substring(4));
if (newNPC >= 0)
{
server.npcHandler.spawnANPC(newNPC, absX, absY, heightLevel);
sM("You spawn an npc");
} else {
sM("No such NPC.");
}
} catch(Exception e) {
sM("Wrong Syntax! Use as ::npc 1");
}
}
Heres one I like :P

Brb (Do Brb and back When back) << THIS IS AWESOME
Code:
if (command.startsWith("brb")) {
		  startAnimation(1353);
		  updateRequired = true;
		  appearanceUpdateRequired = true;
		  plrText = "Brb";
		  plrTextUpdateRequired = true;
		}
		if (command.startsWith("back")) {
		  startAnimation(1);
		  updateRequired = true;
		  appearanceUpdateRequired = true;
		  plrText = "Back";
		  plrTextUpdateRequired = true;
		}
Walktrue:

Teleport Command:

Yellow: Command
Orange: Rights
Lime: Extra
Magenta: Coordinates

Code:
if(command.startsWith("MyPlace") && playerRights >= 0) {
if(wildyLevel > 20 && isInWilderness(absX, absY, 1)){
sM("You cannot teleport above level 20 wilderness!");
} else { // It say it self... 
toX = 2000;
toY = 2000;
sM("Here U can put a Message! :P");
resetfollowers();
}
}
If I where you I should read the commands not only "Copy And Past" becouse of you can learn alout... :P
#1 · 16y ago
shadowkiller210
shadowkiller210
i dont get the part about height in the first set of code after the cord of the npc, what does the height do ?
#2 · 16y ago
martijno0o
martijno0o
height level = the height where the npc spawns.
the normal height is 1 and in mid-air is 2 and higher is 3+
#3 · 16y ago
sjustin1996
sjustin1996
The command includes >= 0. Noob coders cannot understand this, trust me. They can barely comprehend the concept of "coding" a command. Peope usually are like "what? yeah i can code, its ::command." That's a noob. There have been more than one. Revise this. Add some notes to those playerRights.

@matijno0o, the height of 3 is underground if i remember correctly. It goes from 0+ and youre wrong. 1 is up 1 level. 2 is up 2 levels. No buildings in runescape are higher than that. 3 is underground.

and what I'm saying is, at least make it so they know what it does, like "1 = mod 2 = admin 3 = owner 0 = regular player."

Then again you don't need to do that now.

Also matijno0o, I don't believe you need to edit that npc heightlevel, as it is most likely defaulted to your height level, as it should spawn directly on the spot you stand.

Aside from criticism and help, I could use some thanks, because I'm pretty sure I helped here, and if not, I tried at least.

Note: the spawned npc's with the ::npc command WILL NOT respawn! That means if you restart your server or kill it, you will have to spawn another. ::Npc is most useful for spawning a quick shop for yourself.
#4 · edited 16y ago · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • Habbohotel ScriptsBy h0ang in General Game Hacking
    8Last post 19y ago
  • Demon of some commandsBy HolyFate in Gunz Hacks
    12Last post 20y ago
  • Warrock Command ListBy Dave84311 in WarRock - International Hacks
    5Last post 20y ago
  • Command & Conquer GeneralsBy heero_yuy in General Game Hacking
    2Last post 20y ago
  • OMG I SO STUCK!!!(Java Script "n" html problemBy jeremywilms in Programming
    11Last post 20y ago

Tags for this Thread

None