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

Posts 3136 of 36 · Page 3 of 3
Someone Help Me
on the first line it says:A namespace cannot contain members such as fields or methods

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;
}
CE injector
Quote Originally Posted by mehrdad995gta View Post
Extreme injector or other kinds cannot find hidden processes like Robocraft however ProcessHacker can but this even doesn't help as long as whenever I want to inject the app give me an error (access is denied), no matter if I run the app as administrator, it'll give the error anyway.
have you tried using the Cheat Engine injector
I have not tried it myself as I have not managed to compile the code properly
just tried it now
unfortunately didn't work
this is the error i get
"Dll injection failed: symbol lookup error"
Quote Originally Posted by mehrdad995gta View Post
just tried it now
unfortunately didn't work
this is the error i get
"Dll injection failed: symbol lookup error"
that's strange i did not get the same error while trying it but i suppose that does not matter since it still didn't work
sorry for awakening such an old topic

So you mean you can inject a dll in to robocraft?
I cant inject any dll
neither mine nor others
Quote Originally Posted by mehrdad995gta View Post
sorry for awakening such an old topic

So you mean you can inject a dll in to robocraft?
I cant inject any dll
neither mine nor others
ive only tried it with the speedhack dll form cheat engine but i used the dll injector and selected the dll form the folder where cheat engine stores its dlls but i did not get the same error as you i can try to get some other dlls to work but i doubt it will work
Posts 3136 of 36 · Page 3 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?