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 › Steam Games Hacks & Cheats › RoboCraft Hacks & Cheats › [Code] nospread, recoil, shake and large range

Post[Code] nospread, recoil, shake and large range

Posts 1–15 of 36 · Page 1 of 3
asdfland
asdfland
[Code] nospread, recoil, shake and large range
I did not find this code and DirtySpah found it. But just posting this here.
You'll need to put this code into C# and inject it into robocraft by your own ways.

Code start:

m_BaseWeapons = UnityEngine.Object.FindObjectsOfType(typeof(BaseWe apon));

foreach (UnityEngine.Object Weap in m_BaseWeapons)
{
var curWeap = Weap as BaseWeapon;
if (!curWeap)
continue;

// No recoil, super range
curWeap.WeaponStats.RecoilForce = 0.0f;
curWeap.WeaponStats.ProjectileRange = 1000.0f;
curWeap.WeaponStats.ProjectileSpeed = 100.0f;

// No inaccuracy
curWeap.Accuracy.BaseInAccuracyDegrees = 0.0f;
curWeap.Accuracy.MovementInAccuracyDegrees = 0.0f;
curWeap.Accuracy.RepeatFireInAccuracyTotalDegrees = 0.0f;
curWeap.Accuracy.FireInstantAccuracyDecayDegrees = 0.0f;


// No shake
curWeap.Effects.CameraShakeDuration = 0.0f;
}

Code end.

Have fun with this and no I will not post a file for this.
#1 · edited 10y ago · 11y ago
Marynboy
Marynboy
working? have you tried?
#2 · 11y ago
asdfland
asdfland
it works for me anyway
#3 · 11y ago
PA
PatrickH17
Can you explain how to use this code?
#4 · 11y ago
VI
Vincenzogov99
Programm for execute this code ?
#5 · 11y ago
JuicyMeatballs
JuicyMeatballs
How do u even use this code? What Program?

- - - Updated - - -

Quote Originally Posted by JuicyMeatballs View Post
How do u even use this code? What Program?
Nvm i realized u said to use this in c#
#6 · 11y ago
VI
Vincenzogov99
First im create a dll and second im inject the dll ?

- - - Updated - - -

compa mi dici che devo fare che nn ne ho capito nulla ..... Grazie in anticipo

- - - Updated - - -

Quote Originally Posted by Marynboy View Post
working? have you tried?
mi potresti spegare quello che devo fare? Grazie
#7 · 11y ago
ZE
ZetaDarus
Quote Originally Posted by asdfland View Post
I did not find this code and DirtySpah found it. But just posting this here.
You'll need to put this code into C# and inject it into robocraft by your own ways.

Code start:

m_BaseWeapons = UnityEngine.Object.FindObjectsOfType(typeof(BaseWe apon));

foreach (UnityEngine.Object Weap in m_BaseWeapons)
{
var curWeap = Weap as BaseWeapon;
if (!curWeap)
continue;

// No recoil, super range
curWeap.WeaponStats.RecoilForce = 0.0f;
curWeap.WeaponStats.ProjectileRange = 1000.0f;
curWeap.WeaponStats.ProjectileSpeed = 100.0f;

// No inaccuracy
curWeap.Accuracy.BaseInAccuracyDegrees = 0.0f;
curWeap.Accuracy.MovementInAccuracyDegrees = 0.0f;
curWeap.Accuracy.RepeatFireInAccuracyTotalDegrees = 0.0f;
curWeap.Accuracy.FireInstantAccuracyDecayDegrees = 0.0f;


// No shake
curWeap.Effects.CameraShakeDuration = 0.0f;
}

Code end.

Have fun with this and no I will not post a file for this.
Mh we don't know how to code in C#Can't you compile it for us ? for injecting i know how to do it even if the robocraft process is hidden .

thanks !
#8 · 11y ago
VI
Vincenzogov99
And write the name of robocraft process .... Thanks
#9 · 11y ago
ZI
Zionwolfspau
Yea the issue is not many of us even know what C# is let alone how we're supposed to code in it. Even an explanation on how to do that would be very helpful.
#10 · 11y ago
JA
janray9000
have a question. do you mean visual c#?
#11 · 11y ago
asdfland
asdfland
Sorry i won't compile it in any form and give it to you, as I stated before, and I don't see why it wouldn't work on visual C#.

- - - Updated - - -

At one point I also found that this sometimes ruins ships, use at your own discretion.

- - - Updated - - -

Copypaste in C# isn't that hard, unless you do it wrong
#12 · edited 11y ago · 11y ago
JA
Jaymun
what do you need to make a C# and inject it ? like convert it to a .dll?
#13 · 11y ago
FL
Fluffyfx
please tell how to do , I'm starter
#14 · 11y ago
JA
janray9000
I got it but is it safe to use this hack?
#15 · 11y ago
Posts 1–15 of 36 · Page 1 of 3

Post a Reply

Similar Threads

  • what is a code for recoil speed and 2dbox???By alphabassi in Combat Arms Coding Help & Discussion
    6Last post 15y ago
  • Fatal CANA Hotkey v1 |Name Tag|RapidFire|Range|No Recoil|NoReload|And More!!!!!By FoSho' in Combat Arms Hacks & Cheats
    68Last post 14y ago
  • Codes 2 get weapons,swim,5th slot,nospread recoil,...By crazy4her in WarRock - International Hacks
    9Last post 19y ago
  • Selling Rs Acc Lvl 76 With Good Items and 84 RangeBy whydoihack in Trade Accounts/Keys/Items
    0Last post 18y ago
  • retail gold premium member ship codes for good (WarRoxk and CounterStrike) accounts!By BillGates in Trade Accounts/Keys/Items
    2Last post 19y ago

Tags for this Thread

None