Recent content by AmySilver

  1. Tutorial dnSpy - How to fix BackingField in getter and setter methods

    Hey, I'd PM you this but you have PMs turned off, may I have your Discord? lol
  2. Some Unity Maps I've Worked On

    Unity, literally said in the post you quoted xD
  3. Some Unity Maps I've Worked On

    Thanks guys, I appreciate your support, I might create some anime background wallpapers with Unity and release them here, what do you guys think? I have some pretty kewl shaders i made to make it look nice xD
  4. Some Unity Maps I've Worked On

    Just decided to show them here. I might use my created maps in a future rpg ;P
  5. Solved Allowed to release self-made proxy with Avabel hacks?

    Alright thanks G-Bo, I was going to do that anyway, and it's not as if their ip is going to be seen by third party, it's my server and my proxy lol. Also this may even bring about a new hacking era to Android, one which has been seen by the likes of only PC Games as of now, and if I release a...
  6. Help! Editing CIL instruction of a encrypted game

    You are adding the health instead of subtracting it. Here is what the code would look like if the variables weren't a mess of symbols this.enemyHealth -= damageTaken + 9999 // you didn't put brackets, which is needed here because what this is doing is this: health - damage + 9999 which would...
  7. Help! How to rip sound effects out of Android games?

    For future reference if the sounds are downloaded via a data download, you can use Charles Proxy to grab the download url of the file, then you can use that to download it. Please note that Charles Proxy is not what I used for the avabel hack mentioned in my thread in this section, that one is...
  8. Help! Help with installing unsigned apk.

    If all fails you can actually use VirtualXposed which has a feature to install unsigned apk's onto it, which also works for non root.
  9. Help! Need open lib of app in IDA but have error

    You can extract the classes.dex from the APK then use baksmali to get the smali folder with the command "baksmali classes.dex -o [outputfoldername]" Then you can put it back into dex by renaming the original (for backup purposes) and typing the command "smali [outputfoldername] -o classes.dex"...
  10. Solved Allowed to release self-made proxy with Avabel hacks?

    Hey people. I've made a proxy for the game called Avabel, which I am fairly famous for creating the biggest and best hacks on. At the moment the proxy only has GodMode hack. I do plan to release more such as Damage, Classes, etc.. These will be added within a few days. All the users would have...
  11. Solved Hooking functions .so

    I don't know if it's what you're looking for, but the github project called arminject might be useful to you .
  12. Tutorial dnSpy - How to fix BackingField in getter and setter methods

    please try and make sure what you are saying about someone is correct before saying it or you'll end up being shown to be completely wrong as you have here.
  13. Tutorial dnSpy - How to fix BackingField in getter and setter methods

    I coded programs and games myself in c# so I know how it works, and I don't copy and paste the instructions I add them myself according to my own knowledge.