Help Modding Saiyan Arena Online

Sbenny.com is trusted by 1,337,500 happy users since 2014.
Register

AnonymousError

Apprentice Lv2️⃣
Member for 6 years
So I am trying to mod saiyan arena online with .NET Reflector and I am having a little trouble trying to find where to mod the damage a character outputs. I ended up finding Get_CharacterDamage with is what i assumed im supposed to mod. so i changed it to ldc.r4 with operand type single (now it says this function is a Obscure Float) but I actually do not know what operand type to use with obscure float or the actual OpCode either. Does anyone Know what i should put to mod the character damage output or if im even in the correct area?
 

Attachments

kryo

APK Fanatic Lv5️⃣
Member for 7 years
value is obscured, you cant edit normal way. please refer to codestage bypass how to edit obscured values also you should disable codestage detector

check this link
viewtopic.php?f=68&t=4870
 

AnonymousError

Apprentice Lv2️⃣
Member for 6 years
[url=https://sbenny.com/forums/viewtopic.php?p=83413#p83413:t4prd57w]kryo » 2 minutes ago[/url] said:
value is obscured, you cant edit normal way. please refer to codestage bypass how to edit obscured values also you should disable codestage detector

check this link
viewtopic.php?f=68&t=4870

what is codestage detector? and how do I disable that? thank you for your reply
 

AnonymousError

Apprentice Lv2️⃣
Member for 6 years
[url=https://sbenny.com/forums/viewtopic.php?p=83421#p83421:2nmlqewy]kryo » 24 minutes ago[/url] said:
set this bool to false http://prntscr.com/hc4f36 function path is visible on the top
Ok so I been searching but I cant seem to find that bool? Im really sorry as I am new to all of this. I put in exactly that function patch too. I cant get to modifying the obscure float if i cant figure out how to disable codestage first either....
 

Attachments

kryo

APK Fanatic Lv5️⃣
Member for 7 years
Yes that whole func is bool. You can delete all just keep ldc4.0 and ret which sets func to false.
 

AnonymousError

Apprentice Lv2️⃣
Member for 6 years
[url=https://sbenny.com/forums/viewtopic.php?p=83441#p83441:3my3fmv4]kryo » 11 minutes ago[/url] said:
Yes that whole func is bool. You can delete all just keep ldc4.0 and ret which sets func to false.
So in other words this function Init(ActDetectorBase, String) : Boolean i use reflector and return all to false and then i can mod the obscurred float by following the tutorial link you posted for me? <br /><br /> <br /><br />
[url=https://sbenny.com/forums/viewtopic.php?p=83441#p83441:3my3fmv4]kryo » 20 minutes ago[/url] said:
Yes that whole func is bool. You can delete all just keep ldc4.0 and ret which sets func to false.
what about this one here this function .ctor()

it shows all true is that something to worry about?
 

Attachments

kryo

APK Fanatic Lv5️⃣
Member for 7 years
Init activates cheat detector. You can edit obscured without disabling cheat detect but func you will edit might be checked by cheat detector so its safer to turn it off. You could analyze dmg func and see what is using it and then you can see. Dnspy its easier to use for this edit
 

CommunistRobinhood

Lurker Lv0️⃣
Member for 6 years
New Topic: I feel today that World conqueror is one of the best. Please try it is available on playstore and is a part of easytech games and has a huge potential of popularity, we can mod politics weaponry etc.
 

AnonymousError

Apprentice Lv2️⃣
Member for 6 years
[url=https://sbenny.com/forums/viewtopic.php?p=83524#p83524:198w5vlg]CommunistRobinhood » 3 minutes ago[/url] said:
New Topic: I feel today that World conqueror is one of the best. Please try it is available on playstore and is a part of easytech games and has a huge potential of popularity, we can mod politics weaponry etc.
Ok check it out ok. I'm unsure if it is possible or not plus 8m new to all this still.
 
Top