Trainer V.2.2

Posts 115 of 16 · Page 1 of 2
Trainer V.2.2
@Update Topic https://www.mpgh.net/forum/showthread.php?t=1506053

authors and Thanks :

@darkm125
@xppazar
@3JIOU_KOTE
@Trove

https://www.mpgh.net/forum/showthread.php?t=1435642
https://www.mpgh.net/forum/showthread.php?t=1492754
https://www.mpgh.net/forum/showthread.php?t=1429657
https://www.mpgh.net/forum/showthread.php?t=912954

Cheats on this CT

- Cave Finder (X-Ray)
- Infinity Dogde
- Anti-AFK
- Faster Lasermancy Geode (OmniTool)
- Teleport Hack
- Skip Distance
- Super Jump
- Fly Hack
- Increase Fly Speed (New Hotkeys)
- Speed Hack
- Gravity Hack
- Energy Hack (Good for Infinity Back Ninja Dash)
- Remove Fov
- Zoom Hack
- Map Hack (Map on M) (New)



Requirements

Cheat Engine installed.

How to use:

1 - Open Game, login your account.
2 - After character logged open CT


----------------------------
Tutorial Cheats

Cave Finder


for Work Cave Finder
Video > Open GL

F9 = start script, now u raw invisible blocks
F10 = Off

---------------------------
Fly Speed

Hold "Num 7" or "Num 8" for More speed Gliding. = Z
Hold "Num 4" or "Num 5" for More speed Gliding. = X (New)

----------------------
Teleport Hack

"Arrows key's", "Num1" and "Num2"
u pass three block teleporting.
good for enter dugeons, and shadow arenas boss.

-----------------------
Skip Distance

Press Button "3" to teleport 3 blocks direction of your cursor
Good for farm, enter dugeons etc.

--------------------
Super Jump

Mark check the box to active Super Jump
Increase u distance

-----------------------
Fly Hack

Press "Insert" and Glide.
"Delete" stop

-----------------------
Gravity Hack

Page Up = ON
falls and up more slowly
Page Down = Off

---------------------
Energy Hack

for active Ctrl + 1
(Good for Infinity Back Ninja Dash)
desactive Ctrl + 2

--------------------------
Speed Hack

get on any mount and press "Home"
now speed mount Freezed. go battle!
End = OFF

------------------------
Infinity Dodge

F5 Active
now "shift" no have cooldown.
F6 Desactive.

----------------------------
Anti-AFK

Mark checkbox, no more DC on afk

----------------
Faster Lasermancy Geode (OmniTool)

F3 = On
Now smash fast blocks on Geode, only use OmniTool (Lasermancy)
not work normal World.
F4 = Off

----------------
Fov Remover

Button "+" increase distance view 1000
Good for Dragon / Ore's / Farm
Button " - " return to 200.
Obs : On use Portals, need return 200 or game crash.

----------------
Zoom Hack

Increase u distance View.
Ajustable Value

----------------
Map Hack (On M)

Increase distance map view 1000.
Ctrl + M =ON


Scam: https://www.virustotal.com/gui/file-...Ng==/detection
Trainer V2.2_mpgh.net.rar3 KB · 240 downloads Clean
You got maybe base pointers?
Can you just post the code?
Base :
Code:
"trove.exe"+00F3436C
CT CODE :
 
CT Code
Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>7</ID>
      <Description>"Cave Finder (HotKey) Open GL"</Description>
      <LastState/>
      <Color>02234F</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(INJECT,trove.exe, B8 03 02 00 00 c3)
label(return)
INJECT:
db B8 07 02 00 00
return:
registersymbol(INJECT)
[DISABLE]
INJECT:
db B8 03 02 00 00
unregistersymbol(INJECT)
</AssemblerScript>
      <Hotkeys>
        <Hotkey>
          <Action>Activate</Action>
          <Keys>
            <Key>120</Key>
          </Keys>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Deactivate</Action>
          <Keys>
            <Key>121</Key>
          </Keys>
          <ID>1</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>153</ID>
      <Description>"Infinity Dogde (Hotkey)"</Description>
      <LastState/>
      <Color>8000FF</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(DODGE,trove.exe,DF F1 DD D8 73 12 56) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
fcomip st(0),st(1)
fstp st(0)
jae trove.exe+56E4C9
jmp return

DODGE:
fcomip st(0),st(0)
return:
registersymbol(DODGE)

[DISABLE]

DODGE:
db DF F1 DD D8 73 12

unregistersymbol(DODGE)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "trove.exe"+56E4B1

"trove.exe"+56E494: DD 5A 18 - fstp qword ptr [edx+18]
"trove.exe"+56E497: 52 - push edx
"trove.exe"+56E498: 8B 01 - mov eax,[ecx]
"trove.exe"+56E49A: FF 50 04 - call dword ptr [eax+04]
"trove.exe"+56E49D: D9 EE - fldz
"trove.exe"+56E49F: DD 83 E0 00 00 00 - fld qword ptr [ebx+000000E0]
"trove.exe"+56E4A5: DF F1 - fcomip st(0),st(1)
"trove.exe"+56E4A7: 76 1E - jna trove.exe+56E4C7
"trove.exe"+56E4A9: DD 83 E0 00 00 00 - fld qword ptr [ebx+000000E0]
"trove.exe"+56E4AF: D9 C9 - fxch st(1)
// ---------- INJECTING HERE ----------
"trove.exe"+56E4B1: DF F1 - fcomip st(0),st(1)
"trove.exe"+56E4B3: DD D8 - fstp st(0)
"trove.exe"+56E4B5: 73 12 - jae trove.exe+56E4C9
// ---------- DONE INJECTING ----------
"trove.exe"+56E4B7: 56 - push esi
"trove.exe"+56E4B8: E8 C3 58 F7 FF - call trove.exe+4E3D80
"trove.exe"+56E4BD: 83 C4 04 - add esp,04
"trove.exe"+56E4C0: 8B F0 - mov esi,eax
"trove.exe"+56E4C2: E9 F3 00 00 00 - jmp trove.exe+56E5BA
"trove.exe"+56E4C7: DD D8 - fstp st(0)
"trove.exe"+56E4C9: 8B CF - mov ecx,edi
"trove.exe"+56E4CB: E8 F0 24 0F 00 - call trove.exe+6609C0
"trove.exe"+56E4D0: 84 C0 - test al,al
"trove.exe"+56E4D2: 0F 84 8E 00 00 00 - je trove.exe+56E566
}
</AssemblerScript>
      <Hotkeys>
        <Hotkey>
          <Action>Activate</Action>
          <Keys>
            <Key>116</Key>
          </Keys>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Deactivate</Action>
          <Keys>
            <Key>117</Key>
          </Keys>
          <ID>1</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>166</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>
    <CheatEntry>
      <ID>165</ID>
      <Description>"Lasermancy Geode (Omni Tool)"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(Beam,trove.exe,DF F1 DD D8 72 35 8D) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  fcomip st(0),st(1)
  fstp st(0)
  jb trove.exe+A1F661
  jmp return

Beam:
  fcomip st(0),st(0)
return:
registersymbol(Beam)

[DISABLE]
Beam:
  db DF F1 DD D8 72 35

unregistersymbol(Beam)
dealloc(newmem)

{
</AssemblerScript>
      <Hotkeys>
        <Hotkey>
          <Action>Activate</Action>
          <Keys>
            <Key>114</Key>
          </Keys>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Deactivate</Action>
          <Keys>
            <Key>115</Key>
          </Keys>
          <ID>1</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>0</ID>
      <Description>"Trove Teleport Up/Down (HotKey)"</Description>
      <Color>00FF00</Color>
      <VariableType>Float</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>64</Offset>
        <Offset>4</Offset>
        <Offset>C4</Offset>
        <Offset>28</Offset>
        <Offset>0</Offset>
      </Offsets>
      <Hotkeys>
        <Hotkey>
          <Action>Increase Value</Action>
          <Keys>
            <Key>97</Key>
          </Keys>
          <Value>3</Value>
          <ID>2</ID>
        </Hotkey>
        <Hotkey>
          <Action>Decrease Value</Action>
          <Keys>
            <Key>98</Key>
          </Keys>
          <Value>3</Value>
          <ID>3</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>5</ID>
      <Description>"Trove Teleport Z"</Description>
      <Color>00FF00</Color>
      <VariableType>Float</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>68</Offset>
        <Offset>4</Offset>
        <Offset>C4</Offset>
        <Offset>11C</Offset>
        <Offset>4</Offset>
      </Offsets>
      <Hotkeys>
        <Hotkey>
          <Action>Increase Value</Action>
          <Keys>
            <Key>37</Key>
          </Keys>
          <Value>3</Value>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Decrease Value</Action>
          <Keys>
            <Key>39</Key>
          </Keys>
          <Value>3</Value>
          <ID>1</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>6</ID>
      <Description>"Trove Teleport  X"</Description>
      <Color>00FF00</Color>
      <VariableType>Float</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>60</Offset>
        <Offset>4</Offset>
        <Offset>C4</Offset>
        <Offset>11C</Offset>
        <Offset>10</Offset>
      </Offsets>
      <Hotkeys>
        <Hotkey>
          <Action>Increase Value</Action>
          <Keys>
            <Key>38</Key>
          </Keys>
          <Value>3</Value>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Decrease Value</Action>
          <Keys>
            <Key>40</Key>
          </Keys>
          <Value>3</Value>
          <ID>1</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>4</ID>
      <Description>"Fly Trove (Hotkeys)"</Description>
      <Color>0080FF</Color>
      <VariableType>Float</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>94</Offset>
        <Offset>4</Offset>
        <Offset>C4</Offset>
        <Offset>28</Offset>
        <Offset>8</Offset>
      </Offsets>
      <Hotkeys>
        <Hotkey>
          <Action>Set Value</Action>
          <Keys>
            <Key>45</Key>
          </Keys>
          <Value>10</Value>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Activate</Action>
          <Keys>
            <Key>45</Key>
          </Keys>
          <ID>1</ID>
        </Hotkey>
        <Hotkey>
          <Action>Deactivate</Action>
          <Keys>
            <Key>46</Key>
          </Keys>
          <ID>2</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>18</ID>
      <Description>"Fly Speed X (Hotkeys)"</Description>
      <Color>0080FF</Color>
      <VariableType>Float</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>98</Offset>
        <Offset>4</Offset>
        <Offset>C4</Offset>
        <Offset>28</Offset>
        <Offset>8</Offset>
      </Offsets>
      <Hotkeys>
        <Hotkey>
          <Action>Set Value</Action>
          <Keys>
            <Key>103</Key>
          </Keys>
          <Value>15</Value>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Set Value</Action>
          <Keys>
            <Key>104</Key>
          </Keys>
          <Value>-15</Value>
          <ID>3</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>206</ID>
      <Description>"Fly Speed Z (Hotkeys)"</Description>
      <Color>0080FF</Color>
      <VariableType>Float</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>90</Offset>
        <Offset>4</Offset>
        <Offset>C4</Offset>
        <Offset>28</Offset>
        <Offset>8</Offset>
      </Offsets>
      <Hotkeys>
        <Hotkey>
          <Action>Set Value</Action>
          <Keys>
            <Key>100</Key>
          </Keys>
          <Value>15</Value>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Set Value</Action>
          <Keys>
            <Key>101</Key>
          </Keys>
          <Value>-15</Value>
          <ID>3</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>24</ID>
      <Description>"Speed Hack"</Description>
      <Color>FF0000</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>1BC</Offset>
        <Offset>178</Offset>
        <Offset>80</Offset>
        <Offset>28</Offset>
        <Offset>0</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>25</ID>
      <Description>"Speed Hack"</Description>
      <Color>FF0000</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>1BC</Offset>
        <Offset>178</Offset>
        <Offset>A0</Offset>
        <Offset>28</Offset>
        <Offset>C</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>59</ID>
      <Description>"Full Speed (Hotkeys)"</Description>
      <ShowAsHex>1</ShowAsHex>
      <Color>FF0000</Color>
      <VariableType>Array of byte</VariableType>
      <ByteLength>4</ByteLength>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>1BC</Offset>
        <Offset>2D4</Offset>
        <Offset>C4</Offset>
        <Offset>11C</Offset>
        <Offset>4</Offset>
      </Offsets>
      <Hotkeys>
        <Hotkey>
          <Action>Deactivate</Action>
          <Keys>
            <Key>35</Key>
          </Keys>
          <ID>2</ID>
        </Hotkey>
        <Hotkey>
          <Action>Toggle Activation</Action>
          <Keys>
            <Key>36</Key>
          </Keys>
          <ID>3</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>33</ID>
      <Description>"Atk speed"</Description>
      <Color>FF0000</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>1D8</Offset>
        <Offset>2D4</Offset>
        <Offset>C4</Offset>
        <Offset>28</Offset>
        <Offset>0</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>35</ID>
      <Description>"Atk speed"</Description>
      <Color>FF0000</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>1D8</Offset>
        <Offset>2D4</Offset>
        <Offset>C4</Offset>
        <Offset>28</Offset>
        <Offset>18</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>102</ID>
      <Description>"Gravity Hack (Hotkeys)"</Description>
      <Color>FFFF00</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>B8</Offset>
        <Offset>4</Offset>
        <Offset>C4</Offset>
        <Offset>11C</Offset>
        <Offset>10</Offset>
      </Offsets>
      <Hotkeys>
        <Hotkey>
          <Action>Set Value</Action>
          <Keys>
            <Key>33</Key>
          </Keys>
          <Value>3233207040</Value>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Activate</Action>
          <Keys>
            <Key>33</Key>
          </Keys>
          <ID>1</ID>
        </Hotkey>
        <Hotkey>
          <Action>Set Value</Action>
          <Keys>
            <Key>34</Key>
          </Keys>
          <Value>3253207040</Value>
          <ID>2</ID>
        </Hotkey>
        <Hotkey>
          <Action>Deactivate</Action>
          <Keys>
            <Key>34</Key>
          </Keys>
          <ID>3</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>136</ID>
      <Description>"Energy (Good for Infinity Back Ninja Dash)"</Description>
      <Color>008080</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>58</Offset>
        <Offset>4C</Offset>
        <Offset>2DC</Offset>
        <Offset>AC</Offset>
        <Offset>80</Offset>
        <Offset>28</Offset>
        <Offset>C</Offset>
      </Offsets>
      <Hotkeys>
        <Hotkey>
          <Action>Activate</Action>
          <Keys>
            <Key>17</Key>
            <Key>49</Key>
          </Keys>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Deactivate</Action>
          <Keys>
            <Key>17</Key>
            <Key>50</Key>
          </Keys>
          <ID>1</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>135</ID>
      <Description>"Energia (Infinity Back Ninja Dash)"</Description>
      <Color>008080</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>58</Offset>
        <Offset>34</Offset>
        <Offset>A0</Offset>
        <Offset>2DC</Offset>
        <Offset>C4</Offset>
        <Offset>28</Offset>
        <Offset>C</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>152</ID>
      <Description>"Cooldown Test"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>"iggy_w32.dll"+000B586C</Address>
      <Offsets>
        <Offset>A4</Offset>
        <Offset>0</Offset>
        <Offset>218</Offset>
        <Offset>10</Offset>
        <Offset>8</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>173</ID>
      <Description>"LaserMancy Omnitool Geode"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>8C</Offset>
        <Offset>170</Offset>
        <Offset>A0</Offset>
        <Offset>28</Offset>
        <Offset>8</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>181</ID>
      <Description>"LaserMancy Omnitool Geode"</Description>
      <ShowAsHex>1</ShowAsHex>
      <VariableType>Array of byte</VariableType>
      <ByteLength>4</ByteLength>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>8C</Offset>
        <Offset>170</Offset>
        <Offset>54</Offset>
        <Offset>28</Offset>
        <Offset>18</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>156</ID>
      <Description>"Lasermancy (Normal)"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>1D4</Offset>
        <Offset>178</Offset>
        <Offset>A0</Offset>
        <Offset>28</Offset>
        <Offset>18</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>157</ID>
      <Description>"laser 7k = 334173192"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address>"trove.exe"+00F3436C</Address>
      <Offsets>
        <Offset>1D4</Offset>
        <Offset>178</Offset>
        <Offset>A0</Offset>
        <Offset>28</Offset>
        <Offset>0</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>182</ID>
      <Description>"Fov"</Description>
      <VariableType>Float</VariableType>
      <Address>"trove.exe"+00F342F4</Address>
      <Offsets>
        <Offset>28</Offset>
      </Offsets>
      <Hotkeys>
        <Hotkey>
          <Action>Increase Value</Action>
          <Keys>
            <Key>107</Key>
          </Keys>
          <Value>1000</Value>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Set Value</Action>
          <Keys>
            <Key>109</Key>
          </Keys>
          <Value>210</Value>
          <ID>1</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>219</ID>
      <Description>"Zoom Ajustable"</Description>
      <VariableType>Float</VariableType>
      <Address>"trove.exe"+00F3435C</Address>
      <Offsets>
        <Offset>2C</Offset>
        <Offset>14</Offset>
        <Offset>4</Offset>
        <Offset>BC</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>207</ID>
      <Description>"Map Zoom Hack (Map On M)"</Description>
      <VariableType>Float</VariableType>
      <Address>"trove.exe"+00F3A6F8</Address>
      <Offsets>
        <Offset>BC</Offset>
        <Offset>40</Offset>
        <Offset>4</Offset>
        <Offset>30</Offset>
        <Offset>8</Offset>
      </Offsets>
      <Hotkeys>
        <Hotkey>
          <Action>Set Value</Action>
          <Keys>
            <Key>17</Key>
            <Key>77</Key>
          </Keys>
          <Value>1975</Value>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Toggle Activation</Action>
          <Keys>
            <Key>17</Key>
          </Keys>
          <ID>1</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
  </CheatEntries>
</CheatTable>


Lua Code:
 
Lua Code
Code:
getAutoAttachList().add("trove.exe") --attach to trove

function createTRadioButton(Parent)
local box = createComponentClass('TRadioButton', Parent)
box.Parent = Parent
return box
end

function skip() --performs the skip
  local xcoord=readFloat("[[[[[trove.exe+00F3436C]+0]+28]+C4]+4]+60") --Loading in the current xyz coords
  local ycoord=readFloat("[[[[[trove.exe+00F3436C]+0]+28]+C4]+4]+64")
  local zcoord=readFloat("[[[[[trove.exe+00F3436C]+0]+28]+C4]+4]+68")
  local xper=readFloat("[[[[[trove.exe+00F3436C]+4]+24]+84]+0]+100")
  local yper=readFloat("[[[[[trove.exe+00F3436C]+4]+24]+84]+0]+104")
  local zper=readFloat("[[[[[trove.exe+00F3436C]+4]+24]+84]+0]+108")
  local xadd=xper*3 --calculating distance to be traveled in each direction/currently this travels 3 blocks whichever direction you point, the 3 could be replaced with a differnt number or a variable
  local yadd=yper*3
  local zadd=zper*3
  local xdest=xcoord+xadd --calculating the new xyz coords
  local ydest=ycoord+yadd
  local zdest=zcoord+zadd
  writeFloat("[[[[[trove.exe+00F3436C]+0]+28]+C4]+4]+60",xdest) --Writes speed values
  writeFloat("[[[[[trove.exe+00F3436C]+0]+28]+C4]+4]+64",ydest)
  writeFloat("[[[[[trove.exe+00F3436C]+0]+28]+C4]+4]+68",zdest)
end

function jump() --boosts jumps for superjump
  if main.superjump.checked==true then
    writeFloat("[[[[[trove.exe+00F3436C]+0]+28]+C4]+4]+94",15)
  end
end

jumpkey = createHotkey("jump",VK_SPACE) --superjump hotkey
skipkey = createHotkey("skip",VK_3) --skip hotkey

function close() --on close for form
if etimer ~= nil then
  etimer.destroy()
end
closeCE()
return caFree
end

main=createForm(true)
main.borderstyle=bsToolWindow
main.height=60
main.width=142
main.caption="skip and jump"
main.top=115
main.left=342
main.skiptext=createLabel(main)
main.skiptext.caption="Skip Distance"
main.skiptext.left=16
main.skiptext.top=10
main.skipdist=createEdit(main)
main.skipdist.text="3"
main.skipdist.left=90
main.skipdist.top=8
main.skipdist.width=24
main.jumptext=createLabel(main)
main.jumptext.caption="Superjump"
main.jumptext.left=16
main.jumptext.top=30
main.superjump=createCheckBox(main)
main.superjump.caption=nil
main.superjump.checked=false
main.superjump.left=90
main.superjump.top=30
main.OnClose = close
Can u add to ur cheat a better speedhack like faster but it is still good
Quote Originally Posted by Logicx6x View Post
Can u add to ur cheat a better speedhack like faster but it is still good
Next update i add. thanks for u reply
how do you use it? can someone link me a tutorial
Quote Originally Posted by pinkguyguy View Post
how do you use it? can someone link me a tutorial
Download and install cheat engine.
download the file trove v.2.2
front arrow key doesn't teleport me front its usually at some angle right
Quote Originally Posted by boss334 View Post
front arrow key doesn't teleport me front its usually at some angle right
Use Skip for teleport. Button "3", os script tô easy teleport hotkeys. Thais Skip use tour cursor for new location.
I just played some trove with you script and the skip funstion is EPIC!!! I actually had so much fun finding a way to use skip in dungeons super fast. I used a shimple ahk function (shift::3) to replace skip with shift key (it overrides so that you don't dash with shift but just teleport instead). Is there a way to do this without an additional script? But honestly, I never had so much fun grinding in u10 with your skip function.
Quote Originally Posted by bobdylanfrank View Post
I just played some trove with you script and the skip funstion is EPIC!!! I actually had so much fun finding a way to use skip in dungeons super fast. I used a shimple ahk function (shift::3) to replace skip with shift key (it overrides so that you don't dash with shift but just teleport instead). Is there a way to do this without an additional script? But honestly, I never had so much fun grinding in u10 with your skip function.
Code:
skipkey = createHotkey("skip",VK_3) --skip hotkey
jumpkey = createHotkey("jump",VK_SPACE) --superjump hotkey
speedokey = createHotkey("togglespeed",VK_SHIFT) --speedhack on/off hotkey
speedkey = createHotkey("sprint",VK_SHIFT) --sprint hotkey

VK_3 = button 3
VK_SHIFT = Shift

change this part script for u deal hotkeys! enjoy
Posts 115 of 16 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?