[1.0.1] Memory addresses menu

User Tag List

Page 4 of 7 FirstFirst 1234567 LastLast
Results 46 to 60 of 93
  1. #46
    saintdog's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone investigated intercepting Tells ? are they in memory? Looking for a command /control from within the game.

    [1.0.1] Memory addresses
  2. #47
    zewt's Avatar Member
    Reputation
    13
    Join Date
    Nov 2008
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone explain what my $offset variable and $staticoffset should be in autoit?

    i am using nomadmemory.

    is this the correct format for retrieving x coordinate?

    HTML Code:
    Global $Offset[6] = [0, Dec(798), Dec(504), Dec(14), Dec(8), Dec(100)] ; my multilevel offset
    $StaticOffset = 0x00027E8C;my static offset
    Because I am just getting back a value of 0

    [1.0.1] Memory addresses-pointer2-png
    Last edited by zewt; 01-17-2012 at 09:01 AM.

  3. #48
    psior's Avatar Member
    Reputation
    2
    Join Date
    Jul 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by luthien23 View Post
    [ [ swtor.exe + 107BE0 ] + 62C ] points to the start of the array.
    Woot. Thanks for this. <3

  4. #49
    tearf's Avatar Private
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by psior View Post
    Woot. Thanks for this. <3
    I haven't been able to make this one work for me yet. The 4byte at [swtor.exe + 107BE0] for me is 8DD629F8, which isn't valid memory for me. So 8DD629FB isn't either.

  5. #50
    mechtn's Avatar Corporal
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the memory addresses. I got some autoit code wrote to read the values and its working great.

  6. #51
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm still waiting for you guys to realize how little you guys actually know about the game, before dumping info.

    Once someone posts something even starting to hint towards properly reading values, I'll drop a ton of info for people to use. (Sorry, not gonna spoon-feed the leechers this time around. Figure it out for yourselves first )

  7. #52
    kamaro's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    I'm still waiting for you guys to realize how little you guys actually know about the game, before dumping info.

    Once someone posts something even starting to hint towards properly reading values, I'll drop a ton of info for people to use. (Sorry, not gonna spoon-feed the leechers this time around. Figure it out for yourselves first )
    Here I thought I was doing a pretty good job for my first attempt at reading memory and finding pointers and everything and Apoc comes and destroys my dreams LOL. Well back to the drawing board to see what I am missing.

  8. #53
    Fadore's Avatar Private
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kamaro View Post
    Here I thought I was doing a pretty good job for my first attempt at reading memory and finding pointers and everything and Apoc comes and destroys my dreams LOL. Well back to the drawing board to see what I am missing.
    At one point I was certain that 2 + 2 was 4 -- then they put a C and an X in there, and my brain began to bleed.. :-)

  9. #54
    Distiny's Avatar Site Donator Cheat or Die!
    Reputation
    170
    Join Date
    Nov 2006
    Posts
    314
    Thanks G/R
    28/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fadore View Post
    At one point I was certain that 2 + 2 was 4 -- then they put a C and an X in there, and my brain began to bleed.. :-)
    I lol'd

    ---------- Post added at 12:23 PM ---------- Previous post was at 12:22 PM ----------

    Originally Posted by Apoc View Post
    I'm still waiting for you guys to realize how little you guys actually know about the game, before dumping info.

    Once someone posts something even starting to hint towards properly reading values, I'll drop a ton of info for people to use. (Sorry, not gonna spoon-feed the leechers this time around. Figure it out for yourselves first )
    Release some nice, even paid. Some of us lack the skill and knowledge so we want to contribute but can't realy

    ps don't make me beg on my knees >.<

  10. #55
    zzj's Avatar Member
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    I'm still waiting for you guys to realize how little you guys actually know about the game, before dumping info.

    Once someone posts something even starting to hint towards properly reading values, I'll drop a ton of info for people to use. (Sorry, not gonna spoon-feed the leechers this time around. Figure it out for yourselves first )
    it would be much appreciated if you could post some hints or directions on what to look at or where to go from here. for example in the donators sections if you don't want to support leechers ...
    but bragging about knowledge and kinda pointing fingers at those people who are eager to learn is not really a nice trait for a human person.

  11. #56
    luthien23's Avatar Member
    Reputation
    29
    Join Date
    Apr 2009
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Beggars can't be choosers.

  12. #57
    dook123's Avatar Active Member
    Reputation
    21
    Join Date
    Oct 2008
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    I'm still waiting for you guys to realize how little you guys actually know about the game, before dumping info.

    Once someone posts something even starting to hint towards properly reading values, I'll drop a ton of info for people to use. (Sorry, not gonna spoon-feed the leechers this time around. Figure it out for yourselves first )
    I lol'd. Thanks Apoc...
    ------------------------------
    If not me than who?

  13. #58
    QKdefus's Avatar Active Member
    Reputation
    54
    Join Date
    May 2010
    Posts
    96
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this pretty much offtopic.. just some weird string i came across looking at random stuff.. i wonder whats it for : )

    .rdata:100F037C aDieDuntduntdun db 'die-duntduntduntdunt-bymyhand',0

    found in SWTORLaunch.dll
    Last edited by QKdefus; 01-18-2012 at 12:19 PM.

  14. #59
    zewt's Avatar Member
    Reputation
    13
    Join Date
    Nov 2008
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    patch today. pointers have changed fyi.

  15. #60
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zzj View Post
    it would be much appreciated if you could post some hints or directions on what to look at or where to go from here. for example in the donators sections if you don't want to support leechers ...
    but bragging about knowledge and kinda pointing fingers at those people who are eager to learn is not really a nice trait for a human person.
    Its not pointing fingers. I'm not going to spoonfeed people who can't move beyond Cheat Engine memory scans. We did it with WoW, and look where that got the community. (Tons of crap and misinformation)

    Plus, I have a bot to finish writing that'll be first on the market with non-pixel-based stuff. (Seriously, its not difficult to reverse the game, its all right there. Just open it up in a debugger and figure things out)

    Side-note; the latest patch did make things a bit more annoying. They've stripped field names, and script method names from the client. Hope you guys have backups of old GOM versions.

Page 4 of 7 FirstFirst 1234567 LastLast

Similar Threads

  1. [VB.NET] Send value of a memory address via SMTP?
    By Y R U A NUB ? in forum Programming
    Replies: 3
    Last Post: 07-09-2009, 06:05 PM
  2. [3.0.9] Memory Address
    By JuJuBoSc in forum WoW Memory Editing
    Replies: 18
    Last Post: 04-15-2009, 12:18 PM
  3. And what does one do with all these memory addresses?
    By Nonominator in forum WoW Memory Editing
    Replies: 6
    Last Post: 03-23-2008, 06:52 PM
  4. where is that guide to finding the memory-address which Enables model editing
    By mikesanders in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 07-12-2007, 11:19 PM
All times are GMT -5. The time now is 06:12 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