[AutoIT]- Need Help with 2 Offsets menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    jabbaruh's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [AutoIT]- Need Help with 2 Offsets

    ***PLEASE MOVE TO AutoIT Forum***

    Hello Community,

    in the first,... sry for my bad english,.. but i have no time to learn it
    my first post,... no it´s no spam

    i wrote an autoit based bot with memory Editing,... it is all fine and the bot is functionally.
    But to improve my bot with more Function i need 2 Offset Addresses,... but i can´t find it, and after 3 days ,.... i don´t want search more

    Here my stuff:
    this code is fine:
    for "$PlayerX":
    $x = _MemoryRead("0x" & hex($base + 1944), $DllInformation, "float")

    something is wrong on this code :
    for "inCombat":
    $ImKampf = _memoryread("0x" & hex($base + 204, $DllInformation, 'float')
    for "$RED_MESSAGE":
    $RoterText = _memoryread("0x" & hex($base + ??< i have no idea> ??), $DllInformation, 'float')

    the static pointer adress (e.c. 0x01234567) to read the right address in the memory is ok, too

    i need the stuff for the function "$RED_MESSAGE" too. (The Red Message in the middle of the WoW Screen)

    or,... i totally on the wrong way,....

    can somebody help me please,....

    thanks,
    Jabba
    Last edited by jabbaruh; 07-04-2009 at 10:02 AM.

    [AutoIT]- Need Help with 2 Offsets
  2. #2
    Azzie2k8's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you might just want to open up IDA and take a look at it ?

    seriously I think I can see a mod entering this any second...

    just out of interest I will try to find it myself...

    dunno exactly, might be one of those

    Code:
    mov     dword_1140054, offset aUi_error_messa ; "UI_ERROR_MESSAGE"
    mov     dword_1140058, offset aUi_info_messag ; "UI_INFO_MESSAGE"
    Last edited by Azzie2k8; 07-03-2009 at 12:38 PM.

  3. #3
    ramey's Avatar Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    320
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, I don't know if you can access the UI_ERROR_MESSAGE and UI_INFO_MESSAGE without hooking BroadcastEvent.

  4. #4
    Azzie2k8's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ramey View Post
    Well, I don't know if you can access the UI_ERROR_MESSAGE and UI_INFO_MESSAGE without hooking BroadcastEvent.
    well I think you are right but he only wanted offsets ... I am not going to work my ass of for someone who just says, "hey I need those offsets" without showing that he has tried before...

  5. #5
    jabbaruh's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    sry....

    Originally Posted by Azzie2k8 View Post
    well I think you are right but he only wanted offsets ... I am not going to work my ass of for someone who just says, "hey I need those offsets" without showing that he has tried before...
    sry, but i´m a newbie,... in coding,... and in this forum,.... i try in the last days only a write a GUI, that display the information (x,y,z,rot,speed,etc) like WoW MEM Scanner

    i make the code a little bit more cleaner, because its a very dirty test code, with variables like $SCHEISSnenADD, and that is not really a good code for a public forum - when i done the review of the code i postet on this thread

    thanks,
    Jabba

  6. #6
    ramey's Avatar Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    320
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jabbaruh View Post
    sry, but i´m a newbie,... in coding,... and in this forum,.... i try in the last days only a write a GUI, that display the information (x,y,z,rot,speed,etc) like WoW MEM Scanner

    i make the code a little bit more cleaner, because its a very dirty test code, with variables like $SCHEISSnenADD, and that is not really a good code for a public forum - when i done the review of the code i postet on this thread

    thanks,
    Jabba
    To be honest, I'd rather you didn't post it. I would rather you went off and learnt a real language(C++) and then posted after a few months.

  7. #7
    Azzie2k8's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jabbaruh View Post
    sry, but i´m a newbie,... in coding,... and in this forum,.... i try in the last days only a write a GUI, that display the information (x,y,z,rot,speed,etc) like WoW MEM Scanner

    i make the code a little bit more cleaner, because its a very dirty test code, with variables like $SCHEISSnenADD, and that is not really a good code for a public forum - when i done the review of the code i postet on this thread

    thanks,
    Jabba
    seriously if you are a newbie dont try to build a bot ... been there and failed horribly.

    Try some smaller things. like object managers or reloggers or whatever seems easy to you.

  8. #8
    jabbaruh's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    sry... but relogger,....

    Originally Posted by Azzie2k8 View Post
    seriously if you are a newbie dont try to build a bot ... been there and failed horribly.

    Try some smaller things. like object managers or reloggers or whatever seems easy to you.
    sry ... but relogger etc,... is already running,... perhaps i´m not really a newbie,... only a completly c++ envoirment on my pc is not really a thing what i need,... a english course is even more better And in the moment <-- autoIT do all what i need

    Perhaps you to fast in your Judge, have first a look to the code, then make a new Judge

    thanks,
    Jabba

    ***P.S. I really need a cheap english learn Software, too***

    Code:
    #cs ----------------------------------------------------------------------------
    
     AutoIt Version: 3.3.0.0
     Author:         Jabbaruh
    
     Script Function:
    	iPhone MeM ScAnNeRR
    
    #ce ----------------------------------------------------------------------------
    
    ;;================================================================================
    ;;Includes und Tasterturbelegungen
    ;;================================================================================
    #Include <NomadMemory.au3>
    HotkeySet("{ESC}","terminates")
    
    ;;================================================================================
    ;;Variablen
    ;;================================================================================
    Dim $x = "N/A"
    Dim $y = "N/A"
    Dim $z = "N/A"
    Dim $RoterText = "N/A"
    Dim $ImKampf = "N/A"	;die $SCHEISSnenADD Variable @ in memory @ Azzie2ko ;P
    Dim $SpielerSpeed = "N/A"
    Dim $SpielerRot = "N/A"
    Dim $SpielerLevel = "N/A"
    Dim $SpielerName = "N/A"
    Dim $ProgScan = "iPhone"
    Dim $Status = "Speicher wird ausgelesen..."
    
    ;;================================================================================
    ;;ProcessID
    ;;================================================================================
    $ProcessID = WinGetProcess("World of Warcraft")
    
    ;;================================================================================
    ;;GUI
    ;;================================================================================
    GUICreate($ProgScan, 400, 600)
    GUICtrlCreateLabel($ProgScan & " by Jabbaruh", 5, 5, 230, 30)
    $StatusBanner = GUICtrlCreateLabel ($Status,5,25,230,15)
    
    *****tState() ; Wird vom Forum überschrieben, muss *****tState() heissen^^
    
    ;;================================================================================
    ;; Endlosschleife
    ;;================================================================================
    while 1
    SetPrivilege("SeDebugPrivilege", 1)
    
    $DllInformation = _MemoryOpen($ProcessID)
    ;;========================================
    ;;Zwei Wege führen nach Rom - Spielerbase
    ;;========================================
    $1 = _MemoryRead(0x010BD5F4, $DllInformation, 'ptr') 
    ;$1 = _MemoryRead("0x" & hex(17552884), $DllInformation, "ptr")  
    $2 = _MemoryRead(($1 + 0x34), $DllInformation, 'ptr') 
    ;$2 = _MemoryRead("0x" & hex($1 + 52), $DllInformation, "ptr")
    $base = _MemoryRead(($2 + 0x24), $DllInformation, 'ptr')
    ;$base = _MemoryRead("0x" & hex($2 + 36), $DllInformation, "ptr") 
    
    ;;============================================================
    ;;Die ersten Erfolge ;) langer Studien vieler I-Net Seiten ;))
    ;;============================================================
    $x = _MemoryRead("0x" & hex($base + 1944), $DllInformation, "float") 
    $y = _MemoryRead("0x" & hex($base + 1948), $DllInformation, "float") 
    $z = _MemoryRead("0x" & hex($base + 1952), $DllInformation, "float")
    $SpielerSpeed = _memoryread("0x" & hex($base + 0x814), $DllInformation,'float')
    $SpielerRot = _memoryread("0x" & hex($base + 0x7A8), $DllInformation,'float')
    $RoterText = _memoryread("0x" & hex($base + 800), $DllInformation, 'float')
    
    
    ;;============================================================
    ;;Hier wird der GUI übergeben ;)
    ;;============================================================
    GUICtrlCreateLabel("Spieler-x:", 15, 45, 230, 30)
    GUICtrlCreateLabel($x, 110, 45, 230, 30)
    GUICtrlCreateLabel("Spieler-y:", 15, 65, 230, 30)
    GUICtrlCreateLabel($y, 110, 65, 230, 30)
    GUICtrlCreateLabel("Spieler-z:", 15, 85, 230, 30)
    GUICtrlCreateLabel($z, 110, 85, 230, 30)
    GUICtrlCreateLabel("TEST", 15, 125, 230, 30)
    GUICtrlCreateLabel($RoterText, 110, 125, 230, 30)		;hier wird der aktuelle TEST eingebaut !!! Zum OffSet Addresse testen
    GUICtrlCreateLabel("Spieler Speed:", 15, 165, 230, 30)
    GUICtrlCreateLabel($SpielerSpeed, 110, 165, 230, 30)
    GUICtrlCreateLabel("Spieler Rotation:", 15, 185, 230, 30)
    GUICtrlCreateLabel($SpielerRot, 110, 185, 230, 30)
    
    
    
    
    *****tState() ; Wird vom Forum überschrieben, muss *****tState() heissen^^
    WEnd
    
    		
    		_MemoryClose($DllInformation)
    		sleep (5000)
    
    
    
    ;;================================================================================
    ;;Terminate
    ;;================================================================================
    func terminates()
    _MemoryClose($DllInformation)
    exit 0
    EndFunc ;==>Terminate
    Last edited by jabbaruh; 07-03-2009 at 02:48 PM.

  9. #9
    ramey's Avatar Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    320
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jabbaruh View Post
    sry ... but relogger etc,... is already running,... perhaps i´m not really a newbie,... only a completly c++ envoirment on my pc is not really a thing what i need,... a english course is even more better And in the moment <-- autoIT do all what i need

    Perhaps you to fast in your Judge, have first a look to the code, then make a new Judge

    thanks,
    Jabba

    ***P.S. I really need a cheap english learn Software, too***

    Code:
    #cs ----------------------------------------------------------------------------
    
     AutoIt Version: 3.3.0.0
     Author:         Jabbaruh
    
     Script Function:
    	iPhone MeM ScAnNeRR
    
    #ce ----------------------------------------------------------------------------
    
    ;;================================================================================
    ;;Includes und Tasterturbelegungen
    ;;================================================================================
    #Include <NomadMemory.au3>
    HotkeySet("{ESC}","terminates")
    
    ;;================================================================================
    ;;Variablen
    ;;================================================================================
    Dim $x = "N/A"
    Dim $y = "N/A"
    Dim $z = "N/A"
    Dim $RoterText = "N/A"
    Dim $ImKampf = "N/A"	;die $SCHEISSnenADD Variable @ in memory @ Azzie2ko ;P
    Dim $SpielerSpeed = "N/A"
    Dim $SpielerRot = "N/A"
    Dim $SpielerLevel = "N/A"
    Dim $SpielerName = "N/A"
    Dim $ProgScan = "iPhone"
    Dim $Status = "Speicher wird ausgelesen..."
    
    ;;================================================================================
    ;;ProcessID
    ;;================================================================================
    $ProcessID = WinGetProcess("World of Warcraft")
    
    ;;================================================================================
    ;;GUI
    ;;================================================================================
    GUICreate($ProgScan, 400, 600)
    GUICtrlCreateLabel($ProgScan & " by Amistrad", 5, 5, 230, 30)
    $StatusBanner = GUICtrlCreateLabel ($Status,5,25,230,15)
    *****tState()
    
    ;;================================================================================
    ;; Endlosschleife
    ;;================================================================================
    while 1
    SetPrivilege("SeDebugPrivilege", 1)
    
    $DllInformation = _MemoryOpen($ProcessID)
    ;;========================================
    ;;Zwei Wege führen nach Rom - Spielerbase
    ;;========================================
    $1 = _MemoryRead(0x010BD5F4, $DllInformation, 'ptr') 
    ;$1 = _MemoryRead("0x" & hex(17552884), $DllInformation, "ptr")  
    $2 = _MemoryRead(($1 + 0x34), $DllInformation, 'ptr') 
    ;$2 = _MemoryRead("0x" & hex($1 + 52), $DllInformation, "ptr")
    $base = _MemoryRead(($2 + 0x24), $DllInformation, 'ptr')
    ;$base = _MemoryRead("0x" & hex($2 + 36), $DllInformation, "ptr") 
    
    ;;============================================================
    ;;Die ersten Erfolge ;) langer Studien vieler I-Net Seiten ;))
    ;;============================================================
    $x = _MemoryRead("0x" & hex($base + 1944), $DllInformation, "float") 
    $y = _MemoryRead("0x" & hex($base + 1948), $DllInformation, "float") 
    $z = _MemoryRead("0x" & hex($base + 1952), $DllInformation, "float")
    $SpielerSpeed = _memoryread("0x" & hex($base + 0x814), $DllInformation,'float')
    $SpielerRot = _memoryread("0x" & hex($base + 0x7A8), $DllInformation,'float')
    $RoterText = _memoryread("0x" & hex($base + 800), $DllInformation, 'float')
    
    
    ;;============================================================
    ;;Hier wird der GUI übergeben ;)
    ;;============================================================
    GUICtrlCreateLabel("Spieler-x:", 15, 45, 230, 30)
    GUICtrlCreateLabel($x, 110, 45, 230, 30)
    GUICtrlCreateLabel("Spieler-y:", 15, 65, 230, 30)
    GUICtrlCreateLabel($y, 110, 65, 230, 30)
    GUICtrlCreateLabel("Spieler-z:", 15, 85, 230, 30)
    GUICtrlCreateLabel($z, 110, 85, 230, 30)
    GUICtrlCreateLabel("TEST", 15, 125, 230, 30)
    GUICtrlCreateLabel($RoterText, 110, 125, 230, 30)		;hier wird der aktuelle TEST eingebaut !!! Zum OffSet Addresse testen
    GUICtrlCreateLabel("Spieler Speed:", 15, 165, 230, 30)
    GUICtrlCreateLabel($SpielerSpeed, 110, 165, 230, 30)
    GUICtrlCreateLabel("Spieler Rotation:", 15, 185, 230, 30)
    GUICtrlCreateLabel($SpielerRot, 110, 185, 230, 30)
    
    
    
    
    *****tState()
    WEnd
    
    		
    		_MemoryClose($DllInformation)
    		sleep (5000)
    
    
    
    ;;================================================================================
    ;;Terminate
    ;;================================================================================
    func terminates()
    _MemoryClose($DllInformation)
    exit 0
    EndFunc ;==>Terminate

    Please, this just reinforces my presumptions if anything.

  10. #10
    Azzie2k8's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it is autoit I dont need to see code ....

  11. #11
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WTB: AutoIt subsection for the Programming section

  12. #12
    namreeb's Avatar Legendary

    Reputation
    658
    Join Date
    Sep 2008
    Posts
    1,023
    Thanks G/R
    7/215
    Trade Feedback
    0 (0%)
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nesox View Post
    WTB: AutoIt subsection for the Programming section
    /sign ....

  13. #13
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, the link would soon be posted all over this section. And before trying to get help in an english forum, I'd suggest you to learn English first It's more important than a bot.

  14. #14
    voron23's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    RED_MESSAGE = 0x011D3340
    please can someone share the "Speed" offset?)

  15. #15
    ramey's Avatar Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    320
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by voron23 View Post
    RED_MESSAGE = 0x011D3340
    please can someone share the "Speed" offset?)
    Christ.

    WTB: AutoIt forum.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Bot] BnS need help with finding offsets!
    By jj2417 in forum Blade and Soul Exploits|Hacks
    Replies: 5
    Last Post: 04-24-2016, 06:17 PM
  2. New to AutoIT need help with random mouse clicks
    By Eaassas in forum Diablo 3 Bots Questions & Requests
    Replies: 6
    Last Post: 06-11-2012, 12:16 PM
  3. need Help with a few offsets
    By muschz123456 in forum WoW Memory Editing
    Replies: 2
    Last Post: 08-17-2011, 08:30 AM
  4. Need help with LoadLibrary Offset
    By CrimeTime in forum WoW Memory Editing
    Replies: 5
    Last Post: 11-05-2010, 04:36 PM
  5. need help with autoit
    By dp138504 in forum Community Chat
    Replies: 1
    Last Post: 11-17-2007, 01:08 AM
All times are GMT -5. The time now is 08:36 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