Info Dump Thread menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    Graype's Avatar Member
    Reputation
    4
    Join Date
    Aug 2011
    Posts
    12
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Info Dump Thread

    They need to be double checked. Not sure how to get some kind of Click-To-Move or Entity Array at the moment

    PLAYER = [[["Client_tos.exe"+0106C7DC] + C] + 84]
    - X(Float) = PLAYER + 428
    - Y(Float) = PLAYER + 430
    - Z(Float) = PLAYER + 42C

    - Level(Int) = PLAYER + 2a8
    - First Name(String) = PLAYER + 210
    - Last Name(String) = PLAYER + 251

    - Cur HP(Int) = PLAYER + 370
    - Max HP(Int) = PLAYER + 374

    - Cur SP(Short) = PLAYER + 378
    - Max SP(Short) = PLAYER + 37A

    Tools
    https://github.com/TwoLaid/treeofsavior-tools
    https://github.com/r1emu
    Last edited by Graype; 11-13-2015 at 07:15 AM.

    Info Dump Thread
  2. Thanks Ket, xsup, ckto (3 members gave Thanks to Graype for this useful post)
  3. #2
    arrowshurt9's Avatar Member
    Reputation
    1
    Join Date
    Nov 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Monster positions are client side as well so I know its possible to find the pointer for their XYZ too. I assume the pointers are all within a set amount of bytes from eachother too so it wouldn't be too difficult to make a vacuum hack that changes the enemy XYZ pointers to the value of your own. I don't have enough experience to do so but I could probably figure it out by reading a little bit more of some material I found

  4. #3
    kwaangg's Avatar Member
    Reputation
    1
    Join Date
    Nov 2015
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone tried to increase the AoE? i saw a video of aoe hack

  5. #4
    Graype's Avatar Member
    Reputation
    4
    Join Date
    Aug 2011
    Posts
    12
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wana link the video? Would be nice to see what people have come up with

    Sent from my ONE E1003 using Tapatalk

  6. #5
    ckto's Avatar Member
    Reputation
    1
    Join Date
    Sep 2015
    Posts
    8
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Graype View Post
    Wana link the video? Would be nice to see what people have come up with

    Sent from my ONE E1003 using Tapatalk



    How can i use this values ?
    I tryed to add ["Client_tos.exe"+0106C7DC] as a manual adress and add two off-sets C and 84.
    Sure that's not right.

  7. #6
    Graype's Avatar Member
    Reputation
    4
    Join Date
    Aug 2011
    Posts
    12
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the video, wonder how they did it

    Info Dump Thread-hp-png

  8. #7
    abdonboy's Avatar Member
    Reputation
    1
    Join Date
    Nov 2015
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Freeze SP/HP not working for me, but teleport hack work perfectly!!

  9. #8
    Graype's Avatar Member
    Reputation
    4
    Join Date
    Aug 2011
    Posts
    12
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've added a few links to resources.

    Anyone else had any luck with anything?

  10. #9
    ckto's Avatar Member
    Reputation
    1
    Join Date
    Sep 2015
    Posts
    8
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tested the pointers and everything works fine for me.

    Originally Posted by Graype View Post
    I've added a few links to resources.

    Anyone else had any luck with anything?
    That's a lot of stuff! Did you make all this? Have no ideia how to use it, but i will try! Really nice.

    I find another video: I hear that this guy combine the AoE hack with teleport hack with a lua scrit on cheat engine.
    There is a value for AoE attacks, in the game, witch SwordMasters can change, they probably are working with it.




    I am trying to freeze the mana value.I asked some dude that already managed to do it and he said that he used a mana potion to fix the int value of current mana. Do you know how he did it?
    Last edited by ckto; 11-13-2015 at 08:43 AM.

  11. #10
    Graype's Avatar Member
    Reputation
    4
    Join Date
    Aug 2011
    Posts
    12
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did not make them links. Looks to be a couple of developers started working on a ToS eulmulator, really impressive work I wish I understood reverse engineering to the level they've achieved.

    I'm not sure about the AoE / SP stuff. I only could read the values and not set them...

    Sweet video link tho

  12. #11
    abdonboy's Avatar Member
    Reputation
    1
    Join Date
    Nov 2015
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Graype View Post
    They need to be double checked. Not sure how to get some kind of Click-To-Move or Entity Array at the moment

    PLAYER = [[["Client_tos.exe"+0106C7DC] + C] + 84]
    - X(Float) = PLAYER + 428
    - Y(Float) = PLAYER + 430
    - Z(Float) = PLAYER + 42C

    - Level(Int) = PLAYER + 2a8
    - First Name(String) = PLAYER + 210
    - Last Name(String) = PLAYER + 251

    - Cur HP(Int) = PLAYER + 370
    - Max HP(Int) = PLAYER + 374

    - Cur SP(Short) = PLAYER + 378
    - Max SP(Short) = PLAYER + 37A

    Tools
    https://github.com/TwoLaid/treeofsavior-tools
    https://github.com/r1emu

    Where you discovered this numbers ? 428, 430...

  13. #12
    Graype's Avatar Member
    Reputation
    4
    Join Date
    Aug 2011
    Posts
    12
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abdonboy View Post
    Where you discovered this numbers ? 428, 430...
    I found the HP value and then browsed the memory region. Just saw values changing as I moved.

  14. #13
    KefkaBot's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Sep 2013
    Posts
    659
    Thanks G/R
    51/80
    Trade Feedback
    37 (95%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Put my project up, check it out here: http://www.ownedcore.com/forums/mmo/...of-savior.html (ToS-Bot - a Bot/Multihack for Tree of Savior)

    I was able to get zoom hack working fine and teleporting/flying.

  15. #14
    DragonBornX's Avatar Member
    Reputation
    3
    Join Date
    Mar 2010
    Posts
    9
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The pointers posted by OP are not working as expected. For example, if I change my HP (max and current) to 1 million (and freeze it) I will still take damage and die as if I had the original HP before modification.

  16. #15
    Graype's Avatar Member
    Reputation
    4
    Join Date
    Aug 2011
    Posts
    12
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I never said you could write to them.

Page 1 of 2 12 LastLast

Similar Threads

  1. [WoW][3.3.0] Info Dump Thread
    By Apoc in forum WoW Memory Editing
    Replies: 104
    Last Post: 02-02-2010, 01:26 AM
  2. [WoW][3.2.2] Info Dump Thread
    By Apoc in forum WoW Memory Editing
    Replies: 155
    Last Post: 12-04-2009, 12:40 AM
  3. [WoW][3.2.0] Info Dump Thread
    By Apoc in forum WoW Memory Editing
    Replies: 204
    Last Post: 09-22-2009, 05:14 AM
  4. [WoW][3.1.0] Info Dump Thread
    By Apoc in forum WoW Memory Editing
    Replies: 1
    Last Post: 05-03-2009, 01:29 PM
  5. [WoW][3.0.9] Info dump thread
    By Apoc in forum WoW Memory Editing
    Replies: 8
    Last Post: 03-19-2009, 03:18 PM
All times are GMT -5. The time now is 08:56 AM. 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