Autoit source for TLS menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    Whalemarte's Avatar Member
    Reputation
    6
    Join Date
    Aug 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Autoit source for TLS

    The Torso Framework

    This is a framework I've been working on. Right now it's pretty rudimentary, but that's probably a result of my own limitations and lack of reverse engineering experience.

    I'd love thoughts on the code base itself. The Eyes.au3 example was something I mashed together quickly to demonstrate the framework.

    Single click file sharing , 100MB upload
    Password is "Torso"

    You only need to compile/run Eyes.exe
    If you are still getting problems I don't know what to tell you, it works fine for me. I looked at line 50 and all I can see is a call to DllStructCreate. I imagine some of the issues people were getting is from loss of formatting when copy/pasting. Since Autoit is a line-sensitive language those long struct definitions might have copied awkward.
    Last edited by Whalemarte; 02-06-2008 at 03:18 PM.

    Autoit source for TLS
  2. #2
    Xarg0's Avatar Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    389
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is realy usful +rep
    I hacked 127.0.0.1

  3. #3
    Zephir's Avatar Member
    Reputation
    8
    Join Date
    May 2007
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey. Good post. It keeps returning an error though.

    File: wow_const.au3
    Func: _wowObjectData()
    line: 137
    Error: Error Parsing function call

    Code:
    "float minRangedDamage;"                &    _

  4. #4
    Whalemarte's Avatar Member
    Reputation
    6
    Join Date
    Aug 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Make sure you have the latest autoit? I'm using v3.2.10.0 any earlier and some of the code won't work.

  5. #5
    Zephir's Avatar Member
    Reputation
    8
    Join Date
    May 2007
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am using AutoIt v3.2.10.0 and Beta v3.2.11.0
    Also tried to run the script with the beta version disabled... no luck.

  6. #6
    =sinister='s Avatar Contributor
    Reputation
    154
    Join Date
    Jun 2006
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zephir View Post
    I am using AutoIt v3.2.10.0 and Beta v3.2.11.0
    Also tried to run the script with the beta version disabled... no luck.
    I get this error too

  7. #7
    unknwon's Avatar Member
    Reputation
    13
    Join Date
    Nov 2007
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    getting the an error on start-up

    Line 50 file wow_const.au3
    with all the uint64 guid etc on the screen, using the current version of autoit.
    error:error parsing function call.

    Anyone have an idea?

  8. #8
    swollen's Avatar Member
    Reputation
    36
    Join Date
    May 2007
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Error at line 16 in advapi32.au3 for me.

  9. #9
    Zephir's Avatar Member
    Reputation
    8
    Join Date
    May 2007
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works finally

    +Rep

  10. #10
    UnknOwned's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    583
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Wow.. pretty nice!'
    Last edited by UnknOwned; 10-27-2008 at 06:23 AM.

  11. #11
    Flos's Avatar Member
    Reputation
    49
    Join Date
    Feb 2008
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot for this bit of code - without this my own little bot probably never would have been finished ^^

  12. #12
    swollen's Avatar Member
    Reputation
    36
    Join Date
    May 2007
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works really well =]

    Having a little bit of trouble with it.
    Can't seem to get anything working outside a function called main()

  13. #13
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by swollen View Post
    Works really well =]

    Having a little bit of trouble with it.
    Can't seem to get anything working outside a function called main()
    remove halt() in lib/wow.au3 at line 25

  14. #14
    swollen's Avatar Member
    Reputation
    36
    Join Date
    May 2007
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks =]

    +rep

    Also, would love to talk to you sometime on msn or whatever

  15. #15
    swollen's Avatar Member
    Reputation
    36
    Join Date
    May 2007
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having a minor problem, everytime I change maps, all my offsets return to 0

    do I need to flush everything and re-start the reading?

Page 1 of 2 12 LastLast

Similar Threads

  1. Codename "oWo-Reader" (complete DELPHI Source for free)
    By VisioNOIR in forum WoW Memory Editing
    Replies: 21
    Last Post: 07-02-2012, 05:56 AM
  2. Delphi source for TLS
    By radegast in forum WoW Memory Editing
    Replies: 9
    Last Post: 03-23-2008, 08:36 PM
  3. LF Autoit Programmers for help
    By Rectal Exambot in forum World of Warcraft General
    Replies: 0
    Last Post: 01-19-2008, 12:18 AM
  4. Free steam account w/ Source for +REP
    By bigdougie in forum World of Warcraft General
    Replies: 3
    Last Post: 12-03-2007, 01:00 AM
  5. AutoIt Macro for WoW AFK Bot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 04-06-2006, 06:01 AM
All times are GMT -5. The time now is 09:29 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search