Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 62
  1. #46
    theredwolf_'s Avatar
    Join Date
    Jan 2017
    Gender
    female
    Posts
    5
    Reputation
    10
    Thanks
    8
    nothin happens for me. i did the config keys and faced south but the other toon wont follow.

     
    Code:
    Version = 1.2
    Pointer = 0x00CD2048
    X Offsets = 0x0+0x28+0x9C+0x5C+0x94
    Y Offsets = 0x0+0x28+0x9C+0x5C+0x98
    Z Offsets = 0x0+0x28+0x9C+0x5C+0x9C
    Keys :
    Forward = w
    Backward = s
    Left = a
    Right = d
    Spell 1 = 1
    Spell 2 = 2
    Mount = `
    Boat = g
    Loot = e
    Jump = Space
    Client1:
    PID = 1972
    Handle = 0xe070c
    Base = 16515072
    X Address = 148
    Y Address = 152
    Z Address = 156
    Mount Address = 316
    Client2:
    PID = 9400
    Handle = 0x1d07ae
    Base = 16515072
    X Address = 148
    Y Address = 152
    Z Address = 156
    Mount Address = 316

  2. #47
    osiris73's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    165
    Reputation
    10
    Thanks
    6
    I finally get around to trying this and it doesn't seem to be supported anymore. Any new pointers?

  3. #48
    theredwolf_'s Avatar
    Join Date
    Jan 2017
    Gender
    female
    Posts
    5
    Reputation
    10
    Thanks
    8
    I guess this is abandoned. Last update was over 4 weeks ago.

  4. #49
    Bryan's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Other MMORPG Area
    Posts
    2,618
    Reputation
    1461
    Thanks
    1,163
    My Mood
    Dead
    Quote Originally Posted by theredwolf_ View Post
    I guess this is abandoned. Last update was over 4 weeks ago.
    Give the guy some time, I'm sure he'll come back with a update.

    Member since May 2010
    Donator/Premium since August 2015
    First Postban September 2016 :'(
    Premium Seller September 2016
    News Force November 2016
    Other Mmorpg Minion November 2016

  5. The Following 2 Users Say Thank You to Bryan For This Useful Post:

    Platinum (02-10-2017),xNeyLia (01-27-2017)

  6. #50
    osiris73's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    165
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by Buddie View Post


    Give the guy some time, I'm sure he'll come back with a update.
    He hasn't posted ANY thing in over 4 weeks. He used to be very active. I hope he's alright.

  7. #51
    danslek's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    i hope you make tutorial jow to find the address so me or someone can update the address if youre not around

  8. #52
    dummy000001's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Pointers need updating. Please include guide on how to find pointers.

  9. #53
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk
    New pointer :
    0x00DFAC80
    X Offsets = 0x0+0x28+0x9C+0x54+0x94
    Y Offsets = 0x0+0x28+0x9C+0x54+0x98
    Z Offsets = 0x0+0x28+0x9C+0x54+0x9C
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

  10. #54
    johnny0523's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    how can i change new pointer?
    my config all mess..
    cant find any XYZ offsets

    why my config all mess like this?
    dont know how to change new pointer..

     
    Code:
    Version = 1.2 Pointer = X Offsets = Y Offsets = Z Offsets = Keys : Forward = w Backward = s Left = a Right = d Spell 1 = Spell 2 = Mount = z Boat = g Loot = e Jump = Space Client1: PID = 1632 Handle = 0xd01b0 Base = 17956864 X Address = 0 Y Address = 0 Z Address = 0 Mount Address = 0 Client2: PID = 1072 Handle = 0x60294 Base = 17956864 X Address = 0 Y Address = 0 Z Address = 0 Mount Address = 0
    ][/SPOILER]
    Last edited by johnny0523; 04-15-2017 at 11:03 AM.

  11. #55
    doodelzzz's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    49
    You are auto-updaing pointers from a d-box file, but that file doesn't exist and it corrupts your config file...
    Should handle that case.

    To fix this until he does, you can go to the source code and delete the following code:
    WebRequest:=ComObjCreate("WinHttp.WinHttpRequest.5 .1")
    WebRequest.Open("GET","https://dl.dropb"+"oxuserconten*****m/u/52517919/MpFollowingPointer.txt")
    WebRequest.Send()

    global res:=StrSplit(WebRequest.ResponseText,"$")

    if (res[1]>dataVer){
    global dataVer:=res[1]
    global ptr:=res[2]
    global xOfts:=res[3]
    global yOfts:=res[4]
    global zOfts:=res[5]
    global mtOfts:=res[6]
    IniWrite,%dataVer%,%iniFile%,Global,dataVer
    IniWrite,%ptr%,%iniFile%,Global,ptr
    IniWrite,%xOfts%,%iniFile%,Global,xOfts
    IniWrite,%yOfts%,%iniFile%,Global,yOfts
    IniWrite,%zOfts%,%iniFile%,Global,zOfts
    IniWrite,%mtOfts%,%iniFile%,Global,mtOfts
    TrayTip,mpFollowingBots,% "Values updated to :`nPointer : "ptr "`nX offsets : "xOfts "`nY offsets : "yOfts "`nZ offsets : "zOfts "`nMount offsets"mtOfts
    }

    Then, in the INI file created, update the pointers to what mpmoi updated in above comments.
    Last edited by doodelzzz; 04-21-2017 at 07:47 AM.

  12. The Following User Says Thank You to doodelzzz For This Useful Post:

    erutxo2 (04-22-2017)

  13. #56
    erutxo2's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    84
    Reputation
    17
    Thanks
    9
    My Mood
    Angelic
    Quote Originally Posted by doodelzzz View Post
    You are auto-updaing pointers from a d-box file, but that file doesn't exist and it corrupts your config file...
    Should handle that case.

    To fix this until he does, you can go to the source code and delete the following code:
    WebRequest:=ComObjCreate("WinHttp.WinHttpRequest.5 .1")
    WebRequest.Open("GET","https://dl.dropb"+"oxuserconten*****m/u/52517919/MpFollowingPointer.txt")
    WebRequest.Send()

    global res:=StrSplit(WebRequest.ResponseText,"$")

    if (res[1]>dataVer){
    global dataVer:=res[1]
    global ptr:=res[2]
    global xOfts:=res[3]
    global yOfts:=res[4]
    global zOfts:=res[5]
    global mtOfts:=res[6]
    IniWrite,%dataVer%,%iniFile%,Global,dataVer
    IniWrite,%ptr%,%iniFile%,Global,ptr
    IniWrite,%xOfts%,%iniFile%,Global,xOfts
    IniWrite,%yOfts%,%iniFile%,Global,yOfts
    IniWrite,%zOfts%,%iniFile%,Global,zOfts
    IniWrite,%mtOfts%,%iniFile%,Global,mtOfts
    TrayTip,mpFollowingBots,% "Values updated to :`nPointer : "ptr "`nX offsets : "xOfts "`nY offsets : "yOfts "`nZ offsets : "zOfts "`nMount offsets"mtOfts
    }

    Then, in the INI file created, update the pointers to what mpmoi updated in above comments.
    Can you post an updated file? I don't know how to update it

  14. #57
    johnny0523's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    i delete what u say,and config inside like this:
    [Global]
    trvRng=1
    fghtRng=5
    updRate=199
    [Hotkeys]
    mainHK=Numpad0
    fghtHK=Numpad1
    lootHK=Numpad2
    [GameKeys]
    fKey=w
    bKey=s
    rKey=d
    lKey=a
    spl1Key=
    spl2Key=
    mtKey=z
    btKey=g
    lootKey=e
    jumpKey=Space

    and
    debug like this
     
    Code:
    Version = 1.2
    Pointer = ERROR
    X Offsets = ERROR
    Y Offsets = ERROR
    Z Offsets = ERROR
    Keys :
    Forward = w
    Backward = s
    Left = a
    Right = d
    Spell 1 = 
    Spell 2 = 
    Mount = z
    Boat = g
    Loot = e
    Jump = Space
    Client1:
    PID = 5692
    Handle = 0xd03f0
    Base = 11599872
    X Address = 
    Y Address = 
    Z Address = 
    Mount Address = 
    Client2:
    PID = 5360
    Handle = 0xb0280
    Base = 11599872
    X Address = 
    Y Address = 
    Z Address = 
    Mount Address =

  15. #58
    doodelzzz's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    49
    Quote Originally Posted by erutxo2 View Post
    Can you post an updated file? I don't know how to update it
    Right click the .ahk file, and open with notepad (or npp if you have it).

    Quote Originally Posted by johnny0523 View Post
    i delete what u say,and config inside like this:
    [Global]
    trvRng=1
    fghtRng=5
    updRate=199
    [Hotkeys]
    mainHK=Numpad0
    fghtHK=Numpad1
    lootHK=Numpad2
    [GameKeys]
    fKey=w
    bKey=s
    rKey=d
    lKey=a
    spl1Key=
    spl2Key=
    mtKey=z
    btKey=g
    lootKey=e
    jumpKey=Space

    and
    debug like this
     
    Code:
    Version = 1.2
    Pointer = ERROR
    X Offsets = ERROR
    Y Offsets = ERROR
    Z Offsets = ERROR
    Keys :
    Forward = w
    Backward = s
    Left = a
    Right = d
    Spell 1 = 
    Spell 2 = 
    Mount = z
    Boat = g
    Loot = e
    Jump = Space
    Client1:
    PID = 5692
    Handle = 0xd03f0
    Base = 11599872
    X Address = 
    Y Address = 
    Z Address = 
    Mount Address = 
    Client2:
    PID = 5360
    Handle = 0xb0280
    Base = 11599872
    X Address = 
    Y Address = 
    Z Address = 
    Mount Address =
    Add the values:
    dataVer=
    ptr=
    xOfts=
    yOfts=
    zOfts=
    mtOfts=
    and fill them, place them under updRate

  16. #59
    johnny0523's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    im change it and still work nothing ,T_T
     
    Code:
    Version = 1.2
    Pointer = 0x00DFAC80
    X Offsets = 0x0+0x28+0x9C+0x54+0x94
    Y Offsets = 0x0+0x28+0x9C+0x54+0x98
    Z Offsets = 0x0+0x28+0x9C+0x54+0x9C
    Keys :
    Forward = w
    Backward = s
    Left = a
    Right = d
    Spell 1 = 
    Spell 2 = 
    Mount = z
    Boat = g
    Loot = e
    Jump = Space

  17. #60
    doodelzzz's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    49
    Quote Originally Posted by johnny0523 View Post
    im change it and still work nothing ,T_T
     
    Code:
    Version = 1.2
    Pointer = 0x00DFAC80
    X Offsets = 0x0+0x28+0x9C+0x54+0x94
    Y Offsets = 0x0+0x28+0x9C+0x54+0x98
    Z Offsets = 0x0+0x28+0x9C+0x54+0x9C
    Keys :
    Forward = w
    Backward = s
    Left = a
    Right = d
    Spell 1 = 
    Spell 2 = 
    Mount = z
    Boat = g
    Loot = e
    Jump = Space
    Then the pointers might be outdated. I don't know how to find them, you'll have to wait on mpmoi or someone else who knows how to find them.

Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. [Outdated] MpFollowingBots v1.1 : Multi-account Bots (multiboxing-like)
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 3
    Last Post: 11-22-2016, 07:49 AM
  2. [Outdated] MpFollowingBots v1.0 : Multi-account Bots (multiboxing-like)
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 14
    Last Post: 11-16-2016, 10:53 AM
  3. [Outdated] TaeJim Bot (Multi Account Launcher, Fishing, Boot Throw, Auto Decons) v1.2
    By taejim in forum Trove Hacks & Cheats
    Replies: 112
    Last Post: 09-05-2015, 10:27 AM
  4. [Outdated] TaeJim Bot (Multi Account Launcher, Fishing, Boot Throw, Auto Decons) v1.0
    By taejim in forum Trove Hacks & Cheats
    Replies: 74
    Last Post: 09-02-2015, 03:11 AM
  5. [Release] CA MULTI Account Generator EU with GGFM
    By Zoom in forum Combat Arms Europe Hacks
    Replies: 6
    Last Post: 02-26-2010, 07:12 AM