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 › Starbound Hacks & Cheats › Matter manipulator + sword hack

Matter manipulator + sword hack

Posts 1–8 of 8 · Page 1 of 1
DO
Dongonata
Matter manipulator + sword hack
Hello, this is a hacked i created by editing the codes.
So its more a kind of source code's.
First of all here is the file location of the first hack/code to put in to.
  • Matter Manipulator :


SteamApps>Common>Starbound>Assets>Items>Tools now replace the code of beamaxe.beamaxeby the code given below..
{
"itemName" : "beamaxe",
"inventoryIcon" : "gravgunicon.png",
"dropCollision" : [-4.0, -3.0, 4.0, 3.0],
"rarity" : "Legendary",
"maxStack" : 1,
"description" : "Manipulates anything that matters.",
"shortdescription" : "Matter Manipulator",
"largeImage" : "gravgunlarge.png",
"inspectionKind" : "tool",
"category" : "Tool",
"fireTime" : 0.02,
"blockRadius" : 3,
"altBlockRadius" : 1,
"twoHanded" : true,
"critical" : true,
"strikeSound" : "/sfx/tools/pickaxe_hit.wav",

"image" : "/humanoid/any/gravgun1.png",
"endImages" : [ "/humanoid/any/ball.png", "/humanoid/any/tileglow.png", "/humanoid/any/4tileglow.png" ],
"handPosition" : [-2, 0],
"firePosition" : [5, 0],
"segmentsPerUnit" : 1,
"nearControlPointElasticity" : 0.1,
"farControlPointElasticity" : 0.9,
"nearControlPointDistance" : 0.9,
"targetSegmentRun" : 1,
"innerBrightnessScale" : 20,
"firstStripeThickness" : 0.2,
"secondStripeThickness" : 0.05,
"minBeamWidth" : 1,
"maxBeamWidth" : 5,
"maxBeamJitter" : 0.03,
"minBeamJitter" : 0.0,
"minBeamTrans" : 0.1,
"maxBeamTrans" : 0.4,
"minBeamLines" : 1,
"maxBeamLines" : 5
}
Sword :
COMMING SOON
#1 · edited 12y ago · 12y ago
S1
s1lentturtle
Linking to external sites is against rules right?
#2 · 12y ago
KI
KillerKen013
Can you just post the code you changed here?
Since:
1. It takes some time to have downloads approved
2. The link you posted could literally be anything.
3. The file is small enough that if you paste it it won't be huge.
4. I don't want to download something that I can make some quick changes to myself instead and still get the same result.
#3 · 12y ago
WA
watchmen626
What exactly does this do?

And also the game is easily cheated by cheat engine. I'm super excited about this game.
#4 · 12y ago
DO
Dongonata
Quote Originally Posted by watchmen626 View Post
What exactly does this do?

And also the game is easily cheated by cheat engine. I'm super excited about this game.
Thats an easy question.
The edited thing in the mattermanipulator is
"fireTime" : 0.02,
"blockRadius" : 3,

Normally it would look like this
"fireTime" : 0.5,
"blockRadius" : 2,

So fireTime is how long it takes to fully shoot a certain amouth of damage to blocks, so normally it would take 0.5 of a second but now it takes 0.02 of a second wicht allows you to mine quicker. 25 times faster than the normal speed.

blockRadius is the amouth of blocks you hit, normally it would be a grid of 2x2 but now it is 3x3 wicht is 4 blocks more radius.

I hope this answered your questions.
#5 · edited 12y ago · 12y ago
DO
Dongonata
Here is some more:

1. Sword Hack
Location : SteamLibrary>SteamApps>Starbound>assets>items>swor ds>[Youre species]>broadsword>[Speciesname]starter.sword
This file is for apex change the red to your species name.
Code:
{
"itemName" : "apexstarter",
"dropCollision" : [-4.0, -3.0, 4.0, 3.0],
"maxStack" : 1,
"level" : 1,
"rarity" : "uncommon",
"description" : "A broken sword. Looks like it is awesome!",
"shortdescription" : "Broken Riot Sword",
"inspectionKind" : "sword",
"kind" : "Broadsword",

"image" : "apexstarter.png",
"firePosition" : [15.5, 4.5],
"fireTime" : 0.8,
"fireAfterWindup" : true,
"soundEffect" : { "fireSound" : [ { "file" : "/sfx/melee/swing_twohanded.wav" } ] },

"colorOptions" : [
/* GREY */
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
/* BLACK */
{ "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
/* GREY */
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
/* WHITE */
{ "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" },
/* RED */
{ "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" },
/* ORANGE */
{ "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" },
/* YELLOW */
{ "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" },
/* GREEN */
{ "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" },
/* BLUE */
{ "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" },
/* PURPLE */
{ "ffca8a" : "d29ce7", "e0975c" : "a451c4", "a85636" : "6a2284", "6f2919" : "320c40" },
/* PINK */
{ "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" },
/* BROWN */
{ "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" }
],

"primaryStances" : {
"projectileType" : "testswoosh3",
"projectile" : {
"speed" : 0.1,
"power" : 3
},
"idle" : {
"twoHanded" : false,
"armAngle" : -90,
"swordAngle" : -90,
"handPosition" : [-6.0, -17.0],
"armFrameOverride" : "idleMelee",
"duration" : 0.1
},
"windup" : {
"twoHanded" : true,
"armAngle" : 90,
"swordAngle" : 90,
"handPosition" : [-6.0, -17.0],
"duration" : 0.2,
"statusEffects" : [
{ "kind" : "shieldsuppressed", "duration" : 0.1 }
]
},
"cooldown" : {
"twoHanded" : true,
"armAngle" : -45,
"swordAngle" : -90,
"handPosition" : [-6.0, -27.5],
"duration" : 0.4,
"statusEffects" : [
{ "kind" : "shieldsuppressed", "duration" : 0.1 }
]
}
}
}


----------
So what i did was change damage from +/- 1 to 50.
Can be increased for instakilling bosses, may cause lagg/crash if increased.
The blue can be edited to if wished.
#6 · edited 12y ago · 12y ago
DO
Dongonata
Owh and I found this on YouTube, worked fine!
Just a tip: If you enter the pirateship dont have your sword in youre hands or any other weapon, it may cause pirates to attack you!

How to get Guns in Starbound:
Planet Name: Alpha Umbraxion 1207 II
Coordinates: X: 59877410 Y: -70634402
Biome: Desert
Description: Go to the left of the map until you see an anchor and than build up beside the anchor to get the the Avian Airship. Once on the air ship, go to the deck where the guns merchant is.

You need 100 coal to fuel your ship and you need +/- 300 pixels/money for a gun.
#7 · 12y ago
DO
Dongonata
Bump ;D
Hope you guys still usin' this ;D
#8 · 12y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • New Item Duplication/Schema Manipulation Glitch/HackBy Deanster17 in Team Fortress 2 Hacks
    16Last post 11y ago
  • Sword Of The New World [HACKS] - NeededBy telazorn in Hack Requests
    1Last post 11y ago
  • Sword 2 hacks requestBy beastking564 in Hack Requests
    4Last post 14y ago
  • All That Matters HacksBy Blitz in Flash Game Hacks
    0Last post 14y ago

Tags for this Thread

#beta#cheat#hack#new#starbound