
Originally Posted by
shivira
[[HERE]] thanks to @JustAnoobROTMG
also
[[HERE]] thanks to @DatCoder
Jnoobs No Collision Particles
Method #1 removes all particles including fountain
~/Desktop/rabcasm/client-1/_-RV/Particle.class.asasm
Line: 447
On new line:
Method #2 removes collision particles
~/Desktop/rabcasm/client-1/_-RV/HitEffect/HitParticle.class.asasm
Line: 67
On new line:
Code:
trait method QName(PackageNamespace(""), "draw") flag OVERRIDE
method
refid "_-RV:HitEffect/HitParticle/instance/draw"
param TypeName(QName(PackageNamespace("__AS3__.vec"), "Vector")<QName(PackageNamespace("flash.display"), "IGraphicsData")>)
param QName(PackageNamespace("com.company.assembleegameclient.map"), "_-17X")
param QName(PackageNamespace(""), "int")
returns QName(PackageNamespace(""), "void")
body
maxstack 13
localcount 9
initscopedepth 5
maxscopedepth 6
code
returnvoid
end ; code
end ; body
end ; method
end ; trait
I wasn't exactly sure where to place this code, but this seemed to work fine.
Method #3 DatCoder's Disable Lagromancer
After I grep for "SHOW_EFFECT" I find
/rabcasm/client-1/_-Jj/_-nL.class.asasm
At end of file with value Integer(9) I find name "_-1Xl"
When I now grep "_-1Xl" I get
/rabcasm/client-1/_-Gq/_-Ko.class.asasm
Search for FlowEffect here and find
Code:
L315:
label
getlocal2
getproperty QName(PackageNamespace("", "#0"), "goDict_")
getlocal1
getproperty QName(PackageNamespace("", "#0"), "targetObjectId_")
getproperty MultinameL([PrivateNamespace("*", "_-Gq:_-Ko"), PackageNamespace("", "#0"), PackageNamespace("_-Gq"), PackageNamespace("_-ei"), PackageNamespace("_-Jj"), PackageNamespace("com.company.assembleegameclient.objects"), PrivateNamespace("*", "_-Gq:_-Ko/instance"), PackageInternalNs("_-Gq"), Namespace("http://adobe.com/AS3/2006/builtin"), PackageNamespace("_-RV"), PackageNamespace("_-05f"), ProtectedNamespace("_-0eM"), StaticProtectedNs("_-0eM"), StaticProtectedNs("_-g-")])
coerce QName(PackageNamespace("com.company.assembleegameclient.objects"), "GameObject")
setlocal3
getlocal 8
dup
iffalse L329
pop
getlocal1
convert_b
L329:
iftrue L333
getlocal3
pushnull
ifne L334
L333:
jump L1080
L334:
findpropstrict QName(PackageNamespace("_-RV"), "FlowEffect")
getlocal1
getproperty QName(PackageNamespace("", "#0"), "pos1_")
getlocal3
getlocal1
getproperty QName(PackageNamespace("", "#0"), "color_")
constructprop QName(PackageNamespace("_-RV"), "FlowEffect"), 3
coerce QName(PackageNamespace("_-RV"), "_-8B")
Line: 11611
On new line: below "label"