Register for your free account! | Forgot your password?

You last visited: Today at 13:01

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Ruin your friends WoW in 1.5 seconds

Discussion on Ruin your friends WoW in 1.5 seconds within the WoW Exploits, Hacks, Tools & Macros forum part of the World of Warcraft category.

Reply
 
Old   #1


 
Alnop2008's Avatar
 
elite*gold: 87
Join Date: Oct 2008
Posts: 1,362
Received Thanks: 913
Ruin your friends WoW in 1.5 seconds

Here just as the new patch came around i had to check if all my personal tools was up to date. The last one i checked was my variable indexer, and there something interesting came up.
I found a nasty set of variables that was not meant to be globally declared. What does this mean? Well it means that you can change one of those variables that Blizzard uses for its own userinterface.
Eventually the variable is one of the core variables of the wow userinterface meaning that changing this will have a serious impact on your game.

Anyway, here is the deal.
You are at your friend's house or at a LAN playing WOW.
Your friend leaves his computer for a moment, then you go in and type the following in the chat:

Code:
[B]/run type=""
[/B]
Code:
[COLOR=Red][B][/B][/COLOR]



The result?

You can't cast anything from the action bar (makes wow unplayable).
You can't use your quest log.
You can't use the achievement UI.
You can't see item value (or well... it does **** up)
You can't interact with NPC's properly.
You can't see how much gold you have.
You can't use drop down menus..
the list goes on and on and on...

The good thing is that its not visible by when you just walk around.
So if your friend goes into a Arena or Duel (against you even) he will probably go nuts when he can't use any abbilities.


You have to restart wow to make this go away.


[EDIT]



If you want to do the "Trojan Horse" style you can make it activate when you send a certain message to the victim.
So what you do is use type this into his chat:


Code:
[B]/run STF = { } ST = CreateFrame("Frame", nil, UIParent) ST:RegisterEvent("CHAT_MSG_WHISPER") ST:SetScript("OnEvent", function (_,e) STF[e]() end) function STF.CHAT_MSG_WHISPER() if arg1=="hey" then if arg2=="Supergus" then type="" end end end;
[/B][COLOR=Red][B][/B][/COLOR]



What you want to change is "Supergus" and "hey"
My Toon name is Supergus. So when i say "hey" to the person, the variable will change.

So when he is in the middle of a fight or in a raid simply say "hey" to him and his wow **** up.

So offcause change "Supergus" to the name of your toon and "hey" to the command you want to use to activate the exploit.

Alnop2008 is offline  
Thanks
3 Users
Old 09/22/2009, 06:46   #2

 
Aeh''s Avatar
 
elite*gold: 2
Join Date: May 2007
Posts: 3,642
Received Thanks: 431
German ?
Aeh' is offline  
Old 09/22/2009, 13:28   #3
 
elite*gold: 0
Join Date: Dec 2008
Posts: 401
Received Thanks: 15
Na das ist ja wohl nicht wikrlich schwer zu übersetzen Schöne Funktion aber... Aber nur zum Fun haben für was anderes würde ich das nicht nehmen...
.iArt is offline  
Old 09/22/2009, 15:01   #4
 
elite*gold: 0
Join Date: Dec 2007
Posts: 80
Received Thanks: 11
also entweder mach ich was falsch oder es funktioniert nicht. wenn ich mir das in nen makro schreib und dann jemand mit zb "hey" anschreib kann er trotzdem machen was er will.
ZeroN2K is offline  
Old 09/22/2009, 15:04   #5

 
Aeh''s Avatar
 
elite*gold: 2
Join Date: May 2007
Posts: 3,642
Received Thanks: 431
hm . Bei mir gehts au ned -.-
Aeh' is offline  
Old 09/22/2009, 16:32   #6
 
elite*gold: 0
Join Date: Aug 2006
Posts: 53
Received Thanks: 2
ihr müsst das skript im wow chat des anderen eingeben damit es läuft nicht bei euch
Trixer is offline  
Old 09/22/2009, 16:34   #7
 
elite*gold: 0
Join Date: Dec 2007
Posts: 80
Received Thanks: 11
es geht um das was unter edit steht
ZeroN2K is offline  
Old 09/22/2009, 16:38   #8
 
Chesskiller's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 16
Received Thanks: 0
Nice one!
Chesskiller is offline  
Old 09/23/2009, 08:04   #9


 
Alnop2008's Avatar
 
elite*gold: 87
Join Date: Oct 2008
Posts: 1,362
Received Thanks: 913
Quote:
Originally Posted by ZeroN2K View Post
also entweder mach ich was falsch oder es funktioniert nicht. wenn ich mir das in nen makro schreib und dann jemand mit zb "hey" anschreib kann er trotzdem machen was er will.


What you want to change is "Supergus" and "hey"
My Toon name is Supergus. So when i say "hey" to the person, the variable will change.

So when he is in the middle of a fight or in a raid simply say "hey" to him and his wow **** up.

So offcause change "Supergus" to the name of your toon and "hey" to the command you want to use to activate the exploit.


lernt ma lesen ^^

sagen wir mal euer OPFER heißt kacknoob

dann sieht das so aus

/run STF = { } ST = CreateFrame("Frame", nil, UIParent) ST:RegisterEvent("CHAT_MSG_WHISPER") ST:SetScript("OnEvent", function (_,e) STF[e]() end) function STF.CHAT_MSG_WHISPER() if arg1=="hey" then if arg2=="Supergus"<------- ÄNDERN !!!! then type="" end end end;



ALSO DANN

/run STF = { } ST = CreateFrame("Frame", nil, UIParent) ST:RegisterEvent("CHAT_MSG_WHISPER") ST:SetScript("OnEvent", function (_,e) STF[e]() end) function STF.CHAT_MSG_WHISPER() if arg1=="hey" then if arg2=="kacknoob" then type="" end end end;
Alnop2008 is offline  
Old 09/23/2009, 19:38   #10
 
elite*gold: 0
Join Date: Apr 2009
Posts: 186
Received Thanks: 11
Und das Klappt wirklich?Ich hab nämlich heute aus langweile mal die /who list in Dala abgearbeitEt
Excotus is offline  
Old 09/23/2009, 20:43   #11
 
.shaco's Avatar
 
elite*gold: 4
Join Date: Jul 2009
Posts: 738
Received Thanks: 184
geht nur an dem pc an dem man das eingegeben hat, nicht für fremde.
aber bestimmt lustig auf lan wenn ma wer auf klo is
.shaco is offline  
Old 09/23/2009, 21:01   #12
 
Shizn's Avatar
 
elite*gold: 0
Join Date: Aug 2006
Posts: 106
Received Thanks: 14
Bei mir bis jetzt ohne Erfolg.
Das Makro so kopiert, Namen geändert.
Wenn man das Makro drückt passiert garnichts, wenn ich dann die eingegebene Person mit "hey" anwisper, passiert bei ihm auch nichts.
Muss ich "hey" oder einfach nur hey wispern?
Shizn is offline  
Old 09/23/2009, 21:02   #13
 
elite*gold: 0
Join Date: Dec 2008
Posts: 12,369
Received Thanks: 2,168
Du musst das bei ihm aktivieren...dann "hey" schreiben....
TheOwnWay is offline  
Old 09/26/2009, 13:36   #14
 
elite*gold: 0
Join Date: Dec 2007
Posts: 80
Received Thanks: 11
k danke alnop, dies hab ich zwar auch so probiert hab aber überlesen das man beim rechner des anderen vorher das zeug eingeben muss.
ZeroN2K is offline  
Reply


Similar Threads Similar Threads
[leech] sExPro 1.0 Ruin GIS !!
05/17/2009 - General Gaming Discussion - 5 Replies
For the first time on public and ONLY FOR GIS !! A TRAGIC CRASHES IN A TRAINER http://img261.imageshack.us/img261/5008/44493113mj 1.gif THis is how the trainer looks like ; http://img58.imageshack.us/img58/9461/66607451da0. gif Short description of the new things ;
fizzeh,, extreme failed attempt to ruin my rep
04/07/2009 - Trading - 8 Replies
srry his latest stunt is so retarted it deserves a new thread. first of all today is april 6, my thread on 104 bagi was made march 27. um..10 days to be exact. so he has an account Ayday to give him rep on trades he didnt make, and then he goes on ayday and posts that i traded him 113 seg for my bagi and took it back 2 weeks later, but he fails to realise that the thread hasnt even been open for 2 weeks. pls try harder fizzeh. this time i got ss of ur post so u cant delete it nooooob...
Forest Ruin Bug
07/24/2008 - Perfect World - 6 Replies
Someone knows something about this? Perfect World (MY-EN) Official Forum :: Log in Look at this link, would greatly appreciate some explanation about how it can be done. :confused: thx
Forgotten Ruin map/warp code?
07/01/2008 - Cabal Online - 2 Replies
Hi! How can i get the map/warp code of forgotten ruin? btw, i tried to search, but only find how to get the map code of lakeside/fr/pl
Forest Ruin clich
03/07/2008 - Perfect World - 5 Replies
Any1 knows how is it possible to run under dungeon straight to npc?? I know there is such glitch, but I don't know how to use it(yet)



All times are GMT +2. The time now is 13:01.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.