(Telehack/wallhack included) WoW thing! 3.0 menu

User Tag List

Page 6 of 11 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 158
  1. #76
    blasphemer's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    theres a link to download?

    i dotn see anything


    sorry im new

    (Telehack/wallhack included) WoW thing! 3.0
  2. #77
    Fajimpo's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    was up dude i need help downloading the speedhacks plz help?

    can you please dude?\
    Last edited by Fajimpo; 06-15-2007 at 09:15 PM. Reason: Auto-merged Doublepost

  3. #78
    Rimy's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    when I open the .exe there is already the a "found." massage at X Y Z
    but when I press the coords in ...nothing is happen :/
    and wallhack:
    I just stay north of a wall "klick" turn turn turn turn how my input is :confused:

  4. #79
    Relz's Avatar Feed the trolls
    Reputation
    429
    Join Date
    May 2006
    Posts
    2,123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    I'm not currently doing this project, nor do I plan on doing it for a while(while as in not unless I join back wow.)

    heres the source

    Originally Posted by source
    ; ----------------------------------------------------------------------------
    ;
    ; AutoIt Version: 3.1.0
    ; Author: Relz (thanks to Ziao for helping me clean up and fix the code)
    ;
    ; Script Function:
    ; WoW Thing! 3.0
    ;
    ; ----------------------------------------------------------------------------

    ; Script Start
    #include <GUIConstants.au3>
    #NoTrayIcon
    #include <NomadMemory.au3>
    #include <String.au3>
    #include <Date.au3>
    #include <array.au3>
    #Include <Misc.au3>
    #include <File.au3>

    ;ask if user wants to load
    $answer = MsgBox(4, "WoW Thing! 3.0", "WoW Thing! 3.0 ready to load! Continue?")
    If $answer = 7 Then
    MsgBox(0, "WoW Thing!", "WoW Thing! 3.0 Closing")
    Exit
    EndIf

    MsgBox(0,"WoW Thing! 3.0", "Alt+H:hide window, Alt+S: show window, Alt+T: set transparency of window")
    ;variable stuff
    Dim $datafoundX,$datafoundX2, $datafoundY, $datafoundZ = 0
    Dim $Finalrot, $Finallocx,$Finallocy,$Finalrandom
    dim $value = 100
    dim $knownX = 0x00D0E54C
    dim $startsearchX = 0x00000B88
    dim $startsearchX5 = 0x00000BBC
    dim $knownY = 0x00D0E550
    dim $startsearchY = 0x00000B8C
    dim $knownZ = 0x00D0E554
    dim $startsearchZ = 0x00000B90
    dim $memoryX = 0
    dim $memoryX2 = 0
    dim $memoryY = 0
    dim $memoryZ = 0 ;0x184d8b90
    dim $addZ =10.5
    dim $addX =0.03
    dim $processfound = 0
    dim $appname = "MSN Messenger"
    Global $defaultstatus = "Ready"
    dim $scanprocess = 0
    dim $startX, $startY, $startZ
    dim $transyn = 0
    Opt("WinTitleMatchMode", 4)
    SetPrivilege("SeDebugPrivilege", 1)
    processopen()
    func processopen()
    Global $ProcessID = WinGetProcess("World of Warcraft","")
    Global $offset = 0x1000
    while $processfound = 0
    If $ProcessID = -1 Then
    $reply = msgbox(1,$appname,"If the game is running, then type window name [case sensitive]")
    if $reply = 2 then
    Exit
    Else
    $Processnewname = InputBox($appname,"type the window name (Case sensitive)")
    Global $ProcessID = WinGetProcess($Processnewname,"")
    EndIf
    Else
    $processfound = 1
    EndIf
    WEnd
    EndFunc
    Local $DllInformation = _MemoryOpen($ProcessID)
    If @Error Then
    MsgBox(4096, "error", "couldnt open process;" & $ProcessID)
    Exit
    EndIf
    Local $DllInformation = _MemoryOpen($ProcessID)
    ;window stuff
    GUICreate("WoW Thing!", 500, 150)
    Global $fadein = 0
    Do
    $fadein = $fadein + 1
    WinSetTrans("WoW Thing!","",$fadein)
    Until $fadein = 255
    $statuslabel = GUICtrlCreateLabel ($defaultstatus,0,155,150,15,BitOr($SS_SIMPLE,$SS_SUNKEN))
    GUICtrlCreateLabel("Input", 320, 10, 95, 110)
    $valueInput = GUICtrlCreateInput ( "0", 395, 10, 70, 20)
    GUICtrlCreateLabel("X Axis:", 320, 40, 95, 80)
    $Xvaluepointer = GUICtrlCreateLabel("Not found",395, 40,70, 18,BitOr($SS_CENTER ,$SS_SUNKEN))
    GUICtrlCreateLabel("Y Axis:", 320, 70, 95, 50)
    $Yvaluepointer = GUICtrlCreateLabel("Not found", 395, 70, 70, 18,BitOr($SS_CENTER ,$SS_SUNKEN))
    GUICtrlCreateLabel("Z Axis:", 320, 100, 95, 20)
    $Zvaluepointer = GUICtrlCreateLabel("Not found", 395, 100, 70, 18,BitOr($SS_CENTER ,$SS_SUNKEN))
    GUISetState()
    $CurrentLocX = _MemoryRead($knownX , $DllInformation, 'float')
    $CurrentLocY = _MemoryRead($knownY , $DllInformation, 'float')
    $CurrentLocZ = _MemoryRead($knownZ , $DllInformation, 'float')

    GUICtrlSetData($Xvaluepointer,"Scanning...")
    GUICtrlSetData($statuslabel,"Scanning For Pointer X1...")
    while $datafoundX = 0
    $valueSS = _MemoryRead($startsearchX , $DllInformation, 'float')
    if $valueSS = $CurrentLocX Then
    TrayTip($appname, "X Position Pointer1 Found", 5, 1)
    GUICtrlSetData($Xvaluepointer,"Found.")
    $memoryX = "0x" & hex($startsearchX,
    $datafoundX = 1
    Else
    $startsearchX = $startsearchX+$offset
    EndIf
    WEnd

    GUICtrlSetData($Xvaluepointer,"Scanning...")
    GUICtrlSetData($statuslabel,"Scanning For Pointer X2...")
    while $datafoundX2 = 0
    $valueSS = _MemoryRead($startsearchX5 , $DllInformation, 'float')
    if $valueSS = $CurrentLocX Then
    TrayTip($appname, "X Position Pointer2 Found", 5, 1)
    GUICtrlSetData($Xvaluepointer,"Found.")
    $memoryX2 = "0x" & hex($startsearchX5,
    $datafoundX2 = 1
    Else
    $startsearchX5 = $startsearchX5+$offset
    EndIf
    WEnd


    ;Y Pointer
    GUICtrlSetData($Yvaluepointer,"Scanning...")
    GUICtrlSetData($statuslabel,"Scanning For Pointer Y...")
    while $datafoundY = 0
    $valueSS = _MemoryRead($startsearchY , $DllInformation, 'float')
    if $valueSS = $CurrentLocY Then
    TrayTip($appname, "Y Position Pointer Found", 5, 1)
    GUICtrlSetData($Yvaluepointer,"Found.")
    $memoryY = "0x" & hex($startsearchY,
    $datafoundY = 1
    Else
    $startsearchY = $startsearchY+$offset
    EndIf
    WEnd

    ;Z Pointer
    GUICtrlSetData($Zvaluepointer,"Scanning...")
    GUICtrlSetData($statuslabel,"Scanning For Pointer Z...")
    while $datafoundZ = 0
    $valueSS = _MemoryRead($startsearchZ , $DllInformation, 'float')
    if $valueSS = $CurrentLocZ Then
    TrayTip($appname, "Z Position Pointer Found - The Manipulator is now ready", 5, 1)
    GUICtrlSetData($Zvaluepointer,"Found.")
    $memoryZ = "0x" & hex($startsearchZ,
    $datafoundZ = 1
    Else
    $startsearchZ = $startsearchZ+$offset
    EndIf
    WEnd

    GUICtrlSetData($statuslabel,"Ready.")
    GUICtrlSetState ( $valueInput, $GUI_ENABLE )
    $startX = $CurrentLocX
    $startY = $CurrentLocY
    $startZ = $CurrentLocZ

    WinActivate("WoW Thing!", "")
    ;hotkeys
    HotKeySet("!t", "Transparency")
    HotKeySet("!h", "hidegui")
    HotKeySet("!s", "showgui")
    HotKeySet("!p", "privateserver")




    ;Functions
    Func privateserver()
    $input = InputBox("Server", "type 'set realmlist' then the IP/domain of the server you want to play on")
    _FileWriteToLine("C:\Program Files\World of Warcraft\realmlist.wtf", 1, $input, 1)
    EndFunc

    Func hidegui()
    GUISetState (@SW_HIDE)
    EndFunc

    Func showgui()
    GUISetState (@SW_SHOW)
    EndFunc

    Func Transparency ()
    $TransNum = Inputbox("WoW Thing!", "Select a number between 0-255 to set the transparency of WoW Thing!")
    WinSetTrans("WoW Thing!", "", $TransNum)
    EndFunc

    GuiSetState()
    GuiCtrlCreateLabel("Dashboard", 0, 0)
    GUICtrlSetColor(-1,0xFFFFFF)

    $button1= GUICtrlCreateButton("Launch WoW", 5, 25, 100, 30)
    $button2= GUICtrlCreateButton("Close WoW", 110, 25, 100, 30)
    $button3= GUICtrlCreateButton("Show WoW", 215, 25, 100, 30)
    $button4= GUICtrlCreateButton("Hide WoW", 5, 65, 100, 30)
    $button5= GUICtrlCreateButton("MMOwned", 110, 65,100 ,30)
    $button6= GUICtrlCreateButton("WoW.com", 215, 65, 100, 30)
    $button7= GUICtrlCreateButton("Thottbot", 5, 105, 100, 30)
    $button8= GUICtrlCreateButton("Wallhack", 110, 105, 100, 30)
    $button9= GUICtrlCreateButton("Teleport",215,105,100,30)

    While 1
    $msg = GUIGetMsg()

    Select
    Case $msg = $button1
    $input = InputBox("Password", "Type in your password to auto-login")
    Run("C:\Program Files\World of Warcraft\WoW.exe")
    WinWaitActive("World of Warcraft")
    Sleep(5000)
    Send($input)
    Sleep(500)
    Send("{enter}")
    WinSetTitle("World of Warcraft", "", "World of Warcraft [WoW Thing! loaded]")
    WinSetTitle("WORLD OF WARCRAFT", "", "World of Warcraft [WoW Thing! loaded]")
    Case $msg = $button2
    WinActivate("World of Warcraft", "")
    WinKill("World of Warcraft", "")
    Case $msg = $button5
    Send("#r")
    WinWaitActive("Run")
    Send("Http://MMOwned.com/{Enter}")
    Case $msg = $button6
    Send("#r")
    WinWaitActive("Run")
    Send("Http://worldofwarcraft.com/{Enter}")
    Case $msg = $button7
    Send("#r")
    WinWaitActive("Run")
    Send("Http://thottbot.com/{Enter}")
    Case $msg = $button3
    Global $Show = 1
    WinSetState("World of Warcraft", "", @SW_SHOW)
    WinSetState("World of Warcraft", "", @SW_MAXIMIZE)
    WinActivate("World of Warcraft", "")
    Case $msg = $Button4
    Global $Show = 0
    WinSetState("World of Warcraft","", @SW_MINIMIZE)
    WinSetState("World of Warcraft", "", @SW_HIDE)
    Case $msg = $button8
    $Value = GUICtrlRead($valueInput)
    WinActivate("World of Warcraft")
    sleep(100)
    $CurrentLocX = _MemoryRead($memoryx , $DllInformation, 'float')
    for $x = 0 to $value Step +1
    send("aaa")
    $CurrentLocX = _MemoryRead($memoryx , $DllInformation, 'float')
    $CurrentLocX = ($CurrentLocX-$addX)
    _MemoryWrite($memoryX , $DllInformation, $CurrentLocX , 'float')
    ;_MemoryWrite($memoryX2 , $DllInformation,($CurrentLocX+$addX) , 'float')
    ;sleep(1)
    $scanprocess = $scanprocess + 1
    GUICtrlSetData($statuslabel,$scanprocess)
    next
    send("aaa")
    Case $msg = $button9
    $portX=inputbox("Telehack","Enter X")
    $portY=inputbox("Telehack","Enter Y")
    $portZ=inputbox("Telehack","Enter Z")
    _MemoryWrite($memoryX , $DllInformation,$portX , 'float')
    _MemoryWrite($memoryY , $DllInformation,$portY , 'float')
    _MemoryWrite($memoryZ , $DllInformation,$portZ , 'float')

    EndSelect
    If $msg = $GUI_EVENT_CLOSE Then MsgBox(0,"Credits", "Created by Relz of MMOwned.com. Help From Ziao and many thanks to Malu05 for the memory editing stuff")
    If $msg = $GUI_EVENT_CLOSE Then Exit
    WEnd



    if you guys do update it(not that I think anyone will seeing as most of the people on here are just leachers) then give credit where credit is due, as in:me, ziao, and whoever helps you including yourself.
    "Step right up and shake hands with the devil"

  5. #80
    Mike3667's Avatar Banned
    Reputation
    187
    Join Date
    Aug 2006
    Posts
    995
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    Ok thanks for source I'll try xD Although im not very good. Oh and did you use Vb,C,C++,or C#

  6. #81
    Knomez's Avatar Contributor

    Reputation
    174
    Join Date
    Sep 2006
    Posts
    930
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    it auto it :-)

  7. #82
    Mike3667's Avatar Banned
    Reputation
    187
    Join Date
    Aug 2006
    Posts
    995
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    =\ Nvm then I have no Idea on how to use Auto-it :-( someone update the hack!

  8. #83
    Relz's Avatar Feed the trolls
    Reputation
    429
    Join Date
    May 2006
    Posts
    2,123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    Originally Posted by mike3667
    =\ Nvm then I have no Idea on how to use Auto-it :-( someone update the hack!
    dont be a lazy ass, go learn auto it and fix the script instead of telling someone else to do it for you. you can learn the basics of autoit in like 3 hours tops. if you really want this, youll spend the time trying to fix it. plus all it needs is an offset update
    "Step right up and shake hands with the devil"

  9. #84
    phyro111's Avatar Active Member
    Reputation
    17
    Join Date
    Dec 2006
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    Im too dumb to learn stuff! but i mihg try anyway
    @Tichondrius

  10. #85
    Mike3667's Avatar Banned
    Reputation
    187
    Join Date
    Aug 2006
    Posts
    995
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    Originally Posted by relz
    dont be a lazy ass, go learn auto it and fix the script instead of telling someone else to do it for you. you can learn the basics of autoit in like 3 hours tops. if you really want this, youll spend the time trying to fix it. plus all it needs is an offset update
    You can learn it that fast?

  11. #86
    Relz's Avatar Feed the trolls
    Reputation
    429
    Join Date
    May 2006
    Posts
    2,123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    Originally Posted by mike3667
    You can learn it that fast?
    Yes. When I said dont be a lazyass, it wasnt supposed to be offensive. I wouldve said it to anyone else so dont be offendid.
    "Step right up and shake hands with the devil"

  12. #87
    MrAssman's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    well how about someone update it and let us noobs have it lol

  13. #88
    Relz's Avatar Feed the trolls
    Reputation
    429
    Join Date
    May 2006
    Posts
    2,123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    Originally Posted by MrAssman
    well how about someone update it and let us noobs have it lol
    Originally Posted by LEARN TO ****ING READ
    dont be a lazy ass, go learn auto it and fix the script instead of telling someone else to do it for you. you can learn the basics of autoit in like 3 hours tops. if you really want this, youll spend the time trying to fix it. plus all it needs is an offset update
    "Step right up and shake hands with the devil"

  14. #89
    MikeU's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    Wow this shit is gay, the person that claims he made it can't even update his own shit. Plus this crap doesn't even work!

  15. #90
    suicidity's Avatar Contributor
    Reputation
    207
    Join Date
    Oct 2006
    Posts
    1,439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: (Telehack/wallhack included) WoW thing! 3.0

    MikeU, One thing, Shut the **** up - You ****ing spoon fed noob. You make something good and I'll respect you, until then shut up.

    Now that I got that out. Thanks for the source. Updated version on my side is working. I had to change a few things andremove a couple but other than that it was just a matter of updating offsets.

Page 6 of 11 FirstFirst ... 2345678910 ... LastLast

Similar Threads

  1. WoW! thing source code
    By Relz in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 05-15-2007, 03:55 PM
  2. WoW Thing! Version 2
    By Relz in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 04-13-2007, 04:51 AM
  3. WoW Thing! Custom Dir.
    By issacobra in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 03-28-2007, 06:25 PM
  4. Place any window ontop of all other windows including WoW
    By Fault in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 01-20-2007, 07:09 AM
  5. WoW Thing! (my new project)
    By Relz in forum World of Warcraft Bots and Programs
    Replies: 26
    Last Post: 01-10-2007, 10:34 PM
All times are GMT -5. The time now is 05:07 PM. 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