|
 WOW Exploits: Disconnect other players. : World of Warcraft Nerfed Info - Page 3
|
|
Posted: November 14th, 2005, 1:11 pm
|
|
|
|
klemmbob
Total Posts: 677
Joined: July 1st, 2005, 4:50 pm
klemmbob's Reps: 137
|
Any other things this could possibly be used for, other then just getting people disconect? Would this help with some kind of duping method?
|
|
|
|
|
Posted: November 16th, 2005, 12:30 pm
|
|
|
|
bobbyjoe22
bobbyjoe22's Reps:
|
but if u tell someone to write \n u still bet booted so how would u do it so u dont get kicked?
|
|
|
|
|
Posted: November 18th, 2005, 8:56 am
|
|
|
|
tault_pohyu
Total Posts: 977
Location: St. Louis, MO
Joined: June 28th, 2005, 8:34 pm
tault_pohyu's Reps: 0
|
say either "Type \ and n", or "\ n without the space!"
thats usually what i do anyways
_________________
I'm a little Pally short and stout,
I pop divine shield right before I hearth out.
If you hit me too hard you'll hear me shout,
Nerf that NOW before I cancel my account!
|
|
|
|
|
Posted: November 22nd, 2005, 6:03 pm
|
|
|
|
42foxfire42
42foxfire42's Reps:
|
oh wow... none of you have ever programmed in C...
It's not a built in value of WoW... It's called an escape character, its purpose it to represent non-printable characters inside of C code. For example "hello\n" is used to represent "hello" followed by a return.
The reason it crashes WoW is because WoW is not expecting a return in a single line string... so it has no clue how to deal with it. Hence why it crashes you and not everyone else. The second the client runs into it, it bugs out.
|
|
|
|
|
Posted: November 22nd, 2005, 6:25 pm
|
|
|
|
elneroth
elneroth's Reps:
|
That's not just used in C.
|
|
|
|
|
Posted: November 26th, 2005, 7:40 pm
|
|
|
|
greeze
greeze's Reps:
|
Type /macro to open your macro window. Make a new macro with the following text:
/script SendChatMessage("To hear your fortune, pst with ' \\\197\132ostradamus ' in the message.", "WHISPER", this.language, UnitName("target"))
/script SendChatMessage("That's: BACKSLASH-nostradamus", "WHISPER", this.language, UnitName("target"))
Then target someone and activate the macro. It will pst them with this:
"To hear your fortune, pst with '\ńostradamus' in the message."
"That's: BACKSLASH-nostradamus"
OR! To play on their greed, try this macro:
/script SendChatMessage("For free gold, pst with ' \\\197\132uggets ' in the message.", "WHISPER", this.language, UnitName("target"))
/script SendChatMessage("That's: BACKSLASH-nuggets", "WHISPER", this.language, UnitName("target"))
When you activate this macro, it will pst your target with the following:
"For free gold, pst with '\ńuggets' in the message."
"That's: BACKSLASH-nuggets"
Works for me. That second one is great for getting rid of gold beggars.
|
|
|
|
|
Posted: December 1st, 2005, 1:13 pm
|
|
|
|
fireatwill
fireatwill's Reps:
|
I have been putting this to good use to log off quickly. The whole "20 seconds til log off" is way too long.
|
|
|
|
|
Posted: December 14th, 2005, 1:39 am
|
|
|
|
lightbender
lightbender's Reps:
|
"the \n command is in the game for immediate realm disconnects when such a thing is needed." - GM
Talked to one while i was being yelled at.. I dc'd one:) when i told him about it he went "offline"
|
|
|
|
|
Posted: December 21st, 2005, 9:14 am
|
|
Posted: December 22nd, 2005, 3:50 am
|
|
|
|
bigdaddykeuh
bigdaddykeuh's Reps:
|
herbalchild (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): it doesent work anymore for me 
EU or US ?
|
|
|
|
|
Posted: December 27th, 2005, 10:03 am
|
|
|
|
alegeruscg
alegeruscg's Reps:
|
i tried it "type backslash naughty or nice for holiday gift and someone got really angry and reported me. 
|
|
|
|
|
Posted: December 27th, 2005, 2:10 pm
|
|
|
|
Tault_admin
Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
|
|
|
|
|
Posted: January 9th, 2006, 12:03 am
|
|
|
|
holyforce
holyforce's Reps:
|
42foxfire42 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): oh wow... none of you have ever programmed in C...
It's not a built in value of WoW... It's called an escape character, its purpose it to represent non-printable characters inside of C code. For example "hello\n" is used to represent "hello" followed by a return.
The reason it crashes WoW is because WoW is not expecting a return in a single line string... so it has no clue how to deal with it. Hence why it crashes you and not everyone else. The second the client runs into it, it bugs out.
I wasn't planning on becoming a 'poster', but once I saw this thread I wanted to slit my wrists. Thank you, 42foxfire42... you made me regain my sanity.
|
|
|
|
|
Posted: January 10th, 2006, 4:51 am
|
|
|
|
tault_pohyu
Total Posts: 977
Location: St. Louis, MO
Joined: June 28th, 2005, 8:34 pm
tault_pohyu's Reps: 0
|
for people bidding against me on the AH, i tell em to type \ nocowlevel
_________________
I'm a little Pally short and stout,
I pop divine shield right before I hearth out.
If you hit me too hard you'll hear me shout,
Nerf that NOW before I cancel my account!
|
|
|
|
|
Posted: January 15th, 2006, 12:56 pm
|
|
|
|
qwaizyest
qwaizyest's Reps:
|
Guys, it's not \nice that does it... it's simply \n
anytime there is a forwardslash and an N right after it it'll cause you to D/C
there is some glitch that blizzard didn't fix that cuases this
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 91 guests |
|
|
|