Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other MMORPG Hacks › Trove Hacks & Cheats › Trove Coding & Resources › LUA - Jump Hack

LUA - Jump Hack

Posts 1–8 of 8 · Page 1 of 1
NI
ninjadude1
LUA - Jump Hack
Hey fellas,

More cheats for ya.

This was made to be used in conjunction with a form called main that has a checkbox named superjump - you can obvious change that - it sets the upwards speed value to 15 (Which could be changed ot set to a variable).

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

If you wanted it to run all the time just remove the if statement

function jump() --boosts jumps for superjump
writeFloat("[[[[[trove.exe+00E629C4]+0]+28]+BC]+4]+94",15)
end

Obviously you will also want to assign the hotkey here to activate the function - I added a hotkey set this to VK_3 in my geode11 hack and use it to mine on the ceiling

jumpkey = createHotkey("jump",VK_SPACE) --superjump hotkey
#1 · 8y ago
xppazar
xppazar
Doesnt work anymore
#2 · 8y ago
NI
ninjadude1
It works - check out my hack posted in the main section it uses all of my scripts I have posted in here - I have made few changes to make it more applicable to how other people would use it in their script
#3 · 8y ago
xppazar
xppazar
I Did but its not approved yet.
#4 · 8y ago
NI
ninjadude1
The statement "if main.superjump.checked==true then" requires that you have a form called main - with a checkbox called superjump - superjump has be be checked in order for this to work - You could take the if statement out, and superjump will be active always - There are times when you will not want superjump active (IE coin collection challenge (it is super obvious if you are using this). The following code should work and run any time you jump -

Code:
function jump() --boosts jumps for superjump
  writeFloat("[[[[[trove.exe+00E629C4]+0]+28]+BC]+4]+94",15)
end

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

I should also mention that the "jumpkey = " can be removed from this code and it will run just the same - the nice thing about runing it with that is that you can do jumpkey.destroy() to remove/reassign the hotkey. You could also use that to turn the superjump on and off
#5 · edited 8y ago · 8y ago
NI
ninjadude1
New writeFloat line for this code:

Code:
writeFloat("[[[[[trove.exe+00E62A28]+0]+28]+BC]+4]+94",15)
#6 · 8y ago
xppazar
xppazar
Update Please.
#7 · 8y ago
NI
ninjadude1
Code:
writeFloat("[[[[[trove.exe+00E653D8]+0]+28]+BC]+4]+94",15)
#8 · 8y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • jump hack??(request)By Trivster in WarRock - International Hacks
    16Last post 19y ago
  • T.T Help i need Jump Hack T.TBy jor in Combat Arms Hacks & Cheats
    4Last post 18y ago
  • jump hack for WarRock?By Trivster in Hack Requests
    4Last post 19y ago
  • [Release] SUPER JUMP HACK!!By FatEmoLLaMa in Combat Arms Hacks & Cheats
    38Last post 17y ago
  • Jump hack & wall hack help?By Dasadan2 in Combat Arms Hacks & Cheats
    11Last post 18y ago

Tags for this Thread

None