Paste what you have copied :D

Status
Not open for further replies.

Olix

Member
Joined
Mar 23, 2012
Messages
186
Reaction score
266
Code:
:START
@ECHO OFF
choice /n /c YN /m "Spazz the screen? (Press Y for yes, N for no)"
IF ERRORLEVEL ==2 GOTO CANCEL
IF ERRORLEVEL ==1 GOTO STROBE
:STROBE
cls
color 0f
color f0
GOTO STROBE
:CANCEL
exit
I was exploring windows .bat files... ;)
 

zezmi

The noob himself
Joined
Sep 17, 2012
Messages
2,894
Reaction score
1,691
jQuery.extend(XenForo.phrases,
{
cancel:
"Cancel",
a_moment_ago:
"A moment ago",
one_minute_ago:
"1 minute ago",
x_minutes_ago:
"%minutes% minutes ago",
today_at_x:
"Today at %time%",
yesterday_at_x:
"Yesterday at %time%",
day_x_at_time_y:
"%day% at %time%",
day0:
"Sunday",
day1:
"Monday",
day2:
"Tuesday",
day3:
"Wednesday",
day4:
"Thursday",
day5:
"Friday",
day6:
"Saturday",
_months:
"January,February,March,April,May,June,July,August,September,October,November,December",
_daysShort:
"Sun,Mon,Tue,Wed,Thu,Fri,Sat",
following_error_occurred:
"The following error occurred",
server_did_not_respond_in_time_try_again:
"The server did not respond in time. Please try again.",
logging_in:
"Logging in",
click_image_show_full_size_version:
"Click this image to show the full-size version.",
show_hidden_content_by_x:
"Show hidden content by {names}"
});
// Facebook Javascript SDK
XenForo.Facebook.appId =
"";
XenForo.Facebook.forceInit =
true;
 
</

script>
 
 
 
 
<

scripttype="text/javascript">
!
function($, window, document, _undefined) {
XenForo.bdTagMe_suggestionMaxLength = 0;
} (jQuery,
this, document);
</

script>
</

body>
</

html>
 
Status
Not open for further replies.
Top