Post: Plug DJ Anti-Ambassador Script
05-29-2014, 10:36 PM #1
Tustin
Balls of Steel
(adsbygoogle = window.adsbygoogle || []).push({}); This is a script i wrote up that will automatically close your browser whenever an ambassador joins your room. This could be useful if you're botting while asleep/away and don't want to mess with the ambassadors. Just paste this code into your javascript console for your browser to activate!

    
API.chatLog("Running Anti-Ambassador Script by Tustin", true);
check();
function closeWindow() {
open(location, '_self'Winky Winky.close();
}
function getAmbassadors()
{
return API.getAmbassadors();
}
function check()
{
getAmbassadors();
if (getAmbassadors().length == 0)
{
setTimeout(check, 10000);
}
else
{
API.chatLog("There are ambassadors", true);
closeWindow();
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 4 users say thank you to Tustin for this useful post:

ErasedDev, Joel,

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo