CE Help menu

Shout-Out

User Tag List

Thread: CE Help

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 31
  1. #16
    ITAUTO's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1M1,

    That 100, 600 trick for the camera zoom is extremely useful!
    Thank you!!

    CE Help
  2. #17
    toxicwind's Avatar Member
    Reputation
    11
    Join Date
    Sep 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The pointer for speed is Float "Gw2.exe"+011AC97C+44+1C+5C+0+114 if anyone wanted it.. pretty easy to find.
    I cant seem to find z for fly hack, at a complete loss.. :/
    A memory editing forum sounds awesome.

  3. #18
    1M1's Avatar Contributor
    Reputation
    126
    Join Date
    Aug 2012
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi toxic,

    For fly hack you might want to try this:


    If you check what accesses that speed address you get to the Speedpointer above, not far above that is as you can see in the highlighted line a value that acts like gravity. 1.0 is default, anything below that increased gravity, anything above decreases it. 1.0-1.599999 will give you a slow fall effect, 1.6+ will make you fly.
    *M*

  4. #19
    ITAUTO's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is a Z pointer for those who are still struggling:
    "Gw2.exe"+0127C4E4 + 44 + AC + 24 + 88 + D8

    Now my next problem...
    I am trying to locate the XYZ of the Target... So I have been messing around with monsters, and I can find the monsters Z value fairly easily... I freeze the value and it is obvious that it is affecting the monster (it ports around up and down when moving). However when I target another monster the value I have found still only effects the original monster I got the value from...

    The addresses I am interested in is the current target, if that value does not exist then I would like to know how to retrieve all nearby monster/player values (very easy to make radar if I can find that).

    Any help is extremely appreciated!

  5. #20
    1M1's Avatar Contributor
    Reputation
    126
    Join Date
    Aug 2012
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you can find the Z, the Y should be 4 bytes behind that, and the X 4 behind the Y. For example if monster Z is 00988808, 00988804 would be Y, and 00988800 would be X.

    Another address for everyone, Mix/Max zoom values:


    By breakpointing on those commented lines you will be given the addresses that set min & max zoom value. As you can see I changed it to 5000 which is much greater than the 600 default. For the min value the best address I find is 10, which will give you first person when you zoom in fully.
    *M*

  6. #21
    ITAUTO's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi 1M1, any idea on the "current target" xyz?

  7. #22
    1M1's Avatar Contributor
    Reputation
    126
    Join Date
    Aug 2012
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ITAUTO View Post
    Hi 1M1, any idea on the "current target" xyz?
    I'm not sure if there is current target xyz, I think each monster in the area would have its own xyz as some part of moblist, Which would explain why you don't get the new value when you change target.
    *M*

  8. #23
    ITAUTO's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, okay thanks.

    I guess it's time to learn how to work with a mob list...

  9. #24
    1M1's Avatar Contributor
    Reputation
    126
    Join Date
    Aug 2012
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'd start by collecting a few addresses related to the monsters, they're like stored in some sort of array and close together. If the arrays are a fixed length per monster, finding similarities should be trivial and you'll just need to parse the relevant data.
    *M*

  10. #25
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ....edited....
    Last edited by JuJuBoSc; 09-06-2012 at 10:30 AM.

  11. #26
    streppel's Avatar Active Member
    Reputation
    78
    Join Date
    Mar 2007
    Posts
    196
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looks like i'll start developing a gw2 bot today

    thanks for the help already @JuJuBoSc and the other that posted helpful things
    NON-OBJECTIVE HYPOTHETICAL PSEUDO PROCESSOR SPEED.
    https://memegenerator.net/cache/instances/400x/9/10044/10285683.jpg

  12. #27
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    As anyone idea on how i can finde Current target name? or how to read the list of entity around me?
    I searched String with ce, but without luck, and now i'm a little clueless...
    Any help would be appreciated.

    Alcor75

  13. #28
    Maddin1803's Avatar Member
    Reputation
    25
    Join Date
    Mar 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There are Target cords in the memory
    If you want to find them, there is some kind of id with it, its 0xFFFFFFFF withouth a target and changes to an id if you have something in target. Didnt had much time, but i guess it has something to do with some kind of entity manager. Target cords are some bytes ahead as floats

  14. #29
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    Tnx wery much for the info, i'm right back from work and i've digged a bit your info, so i found a memory for target(id?) that i'm scanning now for a pointer, as long as some basic pointer that react when i have pc or np on the visual and when not and give me the feeling of something.

    Now i'm not a professional programmer and nither a pro disassembler, but, are there a guide you guys know that can teach someone like me with the ability to pointerscan and even dig it with memory acess backstep, and alot of willing to learn, where i can get info on how to read a table in the memory (i assume the list of entity around me is on a table somewhere)??

    Pls i really only need some tips, and i'm sure most of people here, speacking or not are in my same boat.

    P.S. 1M1 were talking about a possible array with the moster data, let say that is true, what would i see when i broswe the memory with CE around those address? and what would it be the easyest way to read them? listing as 4Byte? Float? Byte? String?
    Any help would be appreciated.

    Tnx again.
    Last edited by alcor75; 09-07-2012 at 02:36 PM.

  15. #30
    streppel's Avatar Active Member
    Reputation
    78
    Join Date
    Mar 2007
    Posts
    196
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    as for the target i found two adresses that have the current ID and is writeable
    Gw2.exe+127E6C4
    Gw2.exe+127E6D0

    writing on the 2nd adresse actually changes your target ingame. if the adresse is 0 you don't have a target

    i'll write as soon as i find new things

    Gw2.exe+11AA3A8 read Unicode is the current characters name
    NON-OBJECTIVE HYPOTHETICAL PSEUDO PROCESSOR SPEED.
    https://memegenerator.net/cache/instances/400x/9/10044/10285683.jpg

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Help WoW Fish-Bot
    By Eliteplague in forum World of Warcraft General
    Replies: 2
    Last Post: 12-10-2024, 05:46 PM
  2. HELP: Gold Scam Exploit
    By GoldDragon in forum World of Warcraft General
    Replies: 11
    Last Post: 01-23-2007, 07:26 PM
  3. Banner Ad Redesign help
    By Matt in forum Community Chat
    Replies: 57
    Last Post: 07-08-2006, 08:40 PM
  4. Hit points and talent points? Please help
    By hankusdankus in forum World of Warcraft General
    Replies: 6
    Last Post: 05-04-2006, 02:00 PM
  5. bot help
    By xwhitedeathx in forum World of Warcraft General
    Replies: 3
    Last Post: 05-01-2006, 03:50 AM
All times are GMT -5. The time now is 10:55 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