Thread: Trove Anti-AFK

Results 1 to 5 of 5
  1. #1
    Akolon13's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    288

    Trove Anti-AFK

    This script deactivates the AFK-Check in Trove.

    Usage:
    1. Copy the code into Cheat Engine
    2. Activate "Anti-AFK"


    Copy into cheat engine:
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>4</ID>
          <Description>"Anti-AFK"</Description>
          <LastState/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    aobscanmodule(AntiAFK,trove.exe,55 8B EC 83 E4 F8 D9 EE 83 EC 58)
    alloc(newmem,$1000)
    label(code)
    label(return)
    newmem:
    code:
      ret
      push ebp
      mov ebp,esp
      and esp,-08
      jmp return
    AntiAFK:
      jmp newmem
      nop
    return:
    registersymbol(AntiAFK)
    [DISABLE]
    AntiAFK:
      db 55 8B EC 83 E4 F8
    unregistersymbol(AntiAFK)
    dealloc(newmem)
    </AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>

  2. The Following User Says Thank You to Akolon13 For This Useful Post:

    TroverHacks (06-04-2017)

  3. #2
    TroverHacks's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    173
    Reputation
    10
    Thanks
    1,621
    My Mood
    Psychedelic

    Hacks Teleport and Fly

    Hey u please make teleport hack? for 3 ways working all world

    and Fly hack (up and down) not freezeing coordenate Y!

    thanks

    - - - Updated - - -

    OK Guys, i need help to create a Trainer Hack on Trove.

    This hacke is Possible : Pass Wall and Flying glide Up and down!

    1. Download Trove.CT

    2.Open cheat engine, and selecit Trove.exe

    3. Open Trove.ct

    This ct have Y coordenate! need Pointer X, Z and Fly Hack! PLEASE HELP

    4. Click any value and > Browser This memory region (Ctrl + B)

    imgur.com/CQAndOS.jpg

    5. Check Hacks on Image.

    imgur.com/WR178yl



    ------------
    Make a trainer exemple this

    CTRL + H (set change hotkeys ) on value

    imgur.com/q75Ik1O

    On use Arrow (UP) u character UP 3 WAYS.
    on use Arrow (Down) u charActer down 3 WAYS.


    Now u pass Walls! very fast dugeons enter and no need Bomb

    - - - Updated - - -

    Code Coordenade Y hack

    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
    <CheatEntries>
    <CheatEntry>
    <ID>1</ID>
    <Description>"Y Coordenate"</Description>
    <VariableType>Float</VariableType>
    <Address>"trove.exe"+00D0B6C8</Address>
    <Offsets>
    <Offset>44</Offset>
    <Offset>7C</Offset>
    <Offset>4</Offset>
    <Offset>9C</Offset>
    <Offset>58</Offset>
    </Offsets>
    </CheatEntry>
    </CheatEntries>
    </CheatTable>
    <b>Downloadable Files</b> Downloadable Files

  4. #3
    Hugo Boss's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    28,752
    Reputation
    4790
    Thanks
    5,902
    My Mood
    Angelic
    ^

    //Approved, file appears safe, but has not been tested.

    Use at your own risk.

    https://virusscan.jotti.org/en-US/fi...job/jhpgzpzz8x
    https://virustotal.com/en/file/804e3...is/1496615170/

     
    Super User since 08-29-2017
    Global Moderator from 10-02-2016 - 08-29-2017
    Premium Seller since 11-16-2016
    Moderator from 09-24-2015 - 01-09-2016
    Alliance of Valiant Arms Minion from 11-12-2015 - 01-09-2016
    Market place Minion from 09-24-2015 - 01-09-2016
    Crossfire Minion from 09-11-2015 - 01-09-2016

    Middleman from 07-07-2015 - 01-09-2016
    Market Place Minion from 03-03-2014 - 08-01-2014
    Middleman from 01-30-2014 - 08-01-2014
    Moderator from 03-29-2013 - 04-04-2013
    Market Place Minion from 03-07-2013 - 04-04-2013
    Premium Member since 01-25-2013
    Middleman from 12-04-2012 - 04-04-2013
    Registered since 10-9-2011

  5. #4
    Akolon13's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    288

    Changeable maximum AFK-Duration

    Normal: 20 Minutes before kick

    Source (Paste into Cheat Engine):
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>8</ID>
          <Description>"GetAddress"</Description>
          <LastState/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
    
    aobscanmodule(maxAFKTimeInMinutesAOB,trove.exe,DD 05 ?? ?? ?? ?? DD 54 24 10 dd 05 ?? ?? ?? ?? d8 c9) //Akolon13
    label(maxAFKTimeInMinutes)
    registersymbol(maxAFKTimeInMinutes)
    maxAFKTimeInMinutesAOB+2:
    maxAFKTimeInMinutes:
    [DISABLE]
    unregistersymbol(maxAFKTimeInMinutes)
    </AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>9</ID>
              <Description>"maxAFKTimeInMinutes"</Description>
              <VariableType>Double</VariableType>
              <Address>[maxAFKTimeInMinutes]</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>

  6. The Following User Says Thank You to Akolon13 For This Useful Post:

    TroverHacks (06-11-2017)

  7. #5
    Loko2222's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    1
    Works great ! :*

Similar Threads

  1. Anti-afk Program
    By sythe179 in forum World of Warcraft Hacks / Bots
    Replies: 2
    Last Post: 10-11-2010, 06:14 AM
  2. [SOLVED]Anti - Afk * Hack / Console Command *
    By dwcusterjr in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 07-10-2010, 06:10 PM
  3. Anti-AFK Hack?
    By dwcusterjr in forum Call of Duty Modern Warfare 2 Help
    Replies: 9
    Last Post: 06-27-2010, 06:15 PM
  4. Need Mouse Mover or Anti-afk program (XP)
    By AlexApeilh in forum CrossFire Discussions
    Replies: 4
    Last Post: 05-06-2010, 02:35 PM
  5. [Request] Anti AFK Hack For WarRock
    By oriav18 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 03-16-2010, 02:00 PM

Tags for this Thread