Code Monkey home page Code Monkey logo

impostormodmenu's People

Contributors

devilx86 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

impostormodmenu's Issues

Can't inject

Hi,
I'am using injectapk.sh to inject the impostormenu into amoungus but there is an error.

APK=/home/elohim/Desktop/apk/amoungus.apk
MODMENU_APK=/home/elohim/Desktop/apk/Impostor-v1.3.apk
OUTPUT=/home/elohim/Desktop/apk/amongus-impostor-v1.3.apk
KEYSTORE=
WDIR=/tmp/tmp.BDA9ZzyCnm

[+] Copying files

[+] Decompiling Impostor-v1.3.apk file
I: Using Apktool 2.4.1 on Impostor-v1.3.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: /home/elohim/.local/share/apktool/framework/1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values / XMLs...
I: Baksmaling classes.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...

[+] Decompiling amoungus.apk file
I: Using Apktool 2.4.1 on amoungus.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: /home/elohim/.local/share/apktool/framework/1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values / XMLs...
I: Baksmaling classes.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...

[+] Copying libraries
[+] Copying assets
[+] Copying smali files
[+] Injecting startup code
[+] Diffing code modifications:
116a117,118
invoke-static {p0}, Lcom/devilx86/modmenu/MenuMain;->initModMenu(Landroid/content/Context;)V

Updating Manifest
Diffing Manifest modifications:
10a11
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
14a16
<service android:name="com.devilx86.modmenu.MenuService" android:enabled="true" android:exported="false"/>
38c40

\ No newline at end of file

Baksmaling apk to /home/elohim/Desktop/apk/amongus-impostor-v1.3.apk
I: Using Apktool 2.4.1
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,18] Error for input '': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,22] Error for input '': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,30] Error for input '': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,31] Error for input '/': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,40] Error for input '': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,41] Error for input '/': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,32] mismatched input 'devilx86' expecting OPEN_PAREN
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,49] Error for input '': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,50] Error for input '/': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,59] Error for input ';': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,82] Error for input '': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,83] Error for input '/': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,91] Error for input '': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,92] Error for input '/': Invalid text
amoungus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,100] Error for input ';': Invalid text
Could not smali file: com/unity3d/player/UnityPlayerActivity.smali
[+] Zip aligning APK
Unable to open 'unaligned.apk' as zip archive
mv: cannot stat 'aligned.apk': No such file or directory

[+] Unsigned APK Created: /home/elohim/Desktop/apk/amongus-impostor-v1.3.apk
[+] Signing /home/elohim/Desktop/apk/amongus-impostor-v1.3.apk
Unable to open '/home/elohim/Desktop/apk/amongus-impostor-v1.3.apk' for verification
Verifying alignment of /home/elohim/Desktop/apk/amongus-impostor-v1.3.apk (4)...
Keystore password for signer #1:
Failed to load signer "signer #1"
java.io.FileNotFoundException: /home/elohim/keystore/ImpostorMenu.keystore (No such file or directory)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.(FileInputStream.java:157)
at java.base/java.io.FileInputStream.(FileInputStream.java:112)
at com.android.apksigner.ApkSignerTool$SignerParams.loadKeyStoreFromFile(ApkSignerTool.java:828)
at com.android.apksigner.ApkSignerTool$SignerParams.loadPrivateKeyAndCertsFromKeyStore(ApkSignerTool.java:719)
at com.android.apksigner.ApkSignerTool$SignerParams.loadPrivateKeyAndCerts(ApkSignerTool.java:659)
at com.android.apksigner.ApkSignerTool$SignerParams.access$500(ApkSignerTool.java:611)
at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:266)
at com.android.apksigner.ApkSignerTool.main(ApkSignerTool.java:89)
Unable to open '/home/elohim/Desktop/apk/amongus-impostor-v1.3.apk' for verification
Verifying alignment of /home/elohim/Desktop/apk/amongus-impostor-v1.3.apk (4)...
[+] Removed /tmp/tmp.BDA9ZzyCnm

How can i fix it ?

Feature Request For V1.4

1.Hide Chat Button / Hide Chat Allways Visible
(Make a Button to Enable Or Disable it)

2.Enable Or Disable : See Ghost Feature
(make a button to enable or disable it)

3.Close Spesific Door (Choose Which Door We Want To Lock)

4.No Door Cooldown For Impostor (Including Other Sabotage)

5.Revive Yourself (Come Back Alive After Being Killed)

Features Request v1.4

Mod Suggestions for v1.4

  • [Important Update] instead of Color Cycler allow specific available color to choose.

  • [Important Update] Fake Impostor remove kill button it's unnecessary OR add No Skill CD from original mod. (Crewmate Vent only)

  • Edit players name in game.

  • Vote out - None can vote you or declare dead in meeting. (Ending votes became so common that people spot hackers and leave game)

  • Block meetings for everyone. (meeting cooldown never ends)

  • Invisible/Hide/GhostMode from map. (Inspired from Video , Download )

  • Show impostor (colour and name in right side of screen)

  • Immortal (Never get killed)

  • Random Vision Troll [x0 - x1] (randomize vision of players for 5 seconds)

Extras

  • Drain taskbar (Drains the task bar causing everyone to redo every single task that they already completed)

  • Hide dead bodys from all.

Freeze Position Bug

Freeze position ain't working like it did in 1.2 now its doesnt freeze people they can still move pls fix this

Request

Can you please make a separate mod apk in which only include the features which are currently working without ban . A kind of undetected version . Just a suggestion .
And plez fix the max lighting this is only missing feature in comparison to other mods which r available on net.
Much appreciated πŸ‘ŒπŸ»

Parsing error

I tried downloading the 1.3 Among Us Mod but I keep getting parsing error. Is there a way to fix this? I also tried 1.2 and it wouldn't install at all. It kept saying App Not Installed. I have used 3 other mods for this game and this is the only one that I can't get to work. I think this one is far superior to the others. Please help me with this. I also tried just the 1.2 from this site and it would open only after I signed the app, but it only ran for about 2 seconds and force closed. I can't get anything to work from you.

Update to latest Version

When i press online, it always tells me to update to the latest version. If maybe you can update to the latest version, even if you dont add new features it'd be fine πŸ‘Œ

Menu v1.5 feedback

I know you haven't finished v1.5 yet due to some bugs but this is feedback on using it:-

  • The max light function still doesn't work.
  • You can't murder another player using the 'Murder Crew' option.
  • If you change name from the mod menu it crashed the game.
  • After being voted out as fake imposter, you aren't a ghost and the screen frame is frozen.
  • 'Change on murder' option gets you banned.
  • 'Teleport me to Murderer' doesn't work
  • 'complete all tasks' still gets you banned
  • 'copy player' is very temperamental.
  • 'sabotage loop' doesn't work.

-'max players' is such an amazing functionality you've added but no more than 10 could join when hosting to the public, is this because only code invite is allowed after the max 10 player mark is achieved?

Thanks for your hard work and it's been fun testing everything, I'm looking forward to the final stages of this menu. 😊

Switch language

@Devilx86 , make it so that you can change the language in the menu mod to another, for example, to Russian

Inject-apk.sh not working on linux

I have downloaded a clean game .apk and the .apk from release section.
The script runs using bash but no output apk is found. I have tried changing directories but the output apk is nowhere to be found.
Terminal LOG:

br@ubuntu:~/Downloads/ImpostorModmenu-main$ bash inject-apk.sh 
APK=/home/br/Downloads/ImpostorModmenu-main/amongus.apk
MOD_APK=/home/br/Downloads/ImpostorModmenu-main/Impostorv1.2-devilx86.apk
OUTPUT=/home/br/Downloads/ImpostorModmenu-main/trail.apk
KEYSTORE=/home/br/keystore/ImpostorMenu.keystore
WDIR=/tmp/tmp.WjfoP8dJHZ


[+] Copying files

[+] Decompiling Impostorv1.2-devilx86.apk file
I: Using Apktool 2.4.1 on Impostorv1.2-devilx86.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: /home/br/.local/share/apktool/framework/1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...

[+] Decompiling amongus.apk file
I: Using Apktool 2.4.1 on amongus.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: /home/br/.local/share/apktool/framework/1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...

[+] Copying libraries
[+] Copying assets
[+] Copying smali files
[+] Injecting startup code
[+] Diffing code modifications:
116a117,118
>     invoke-static \{p0\}, Lcom\/devilx86\/modmenu\/MenuMain;->initModMenu(Landroid\/content\/Context;)V
> 

[+] Updating Manifest
[+] Diffing Manifest modifications:
10a11
>     <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"\/>
14a16
>         <service android:name="com.devilx86.modmenu.MenuService" android:enabled="true" android:exported="false"\/>
38c40
< </manifest>
\ No newline at end of file
---
> </manifest>

[+] Baksmaling apk to /home/br/Downloads/ImpostorModmenu-main/trail.apk
I: Using Apktool 2.4.1
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,18] Error for input '\': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,22] Error for input '\': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,30] Error for input '\': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,31] Error for input '/': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,40] Error for input '\': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,41] Error for input '/': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,32] mismatched input 'devilx86' expecting OPEN_PAREN
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,49] Error for input '\': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,50] Error for input '/': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,59] Error for input ';': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,82] Error for input '\': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,83] Error for input '/': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,91] Error for input '\': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,92] Error for input '/': Invalid text
amongus/smali/com/unity3d/player/UnityPlayerActivity.smali[117,100] Error for input ';': Invalid text
Could not smali file: com/unity3d/player/UnityPlayerActivity.smali

[+] Unsigned APK Created: /home/br/Downloads/ImpostorModmenu-main/trail.apk
[+] Removed /tmp/tmp.WjfoP8dJHZ

Mod compatibility

I saw the features your mod includes and they are great. I’m just wondering if you can make a version of your mod for jailbroken iOS devices?

Cast Vote Not Working

Cast Vote mod not working correctly ,it left one player to vote all player voted but one player left for voting ,fix it please soon in 1.4

Imposter Menu V1.3

Loads of options not working, keep getting kicked! Apart from that great menu, was better before tho

No kill cooldown in v1.6

in 1.5 i could use no kill cooldown without being host but now i do

What is the reason for this change?

1.4

How soon is Update 1.4 coming out?

Fix Features request in version v1.3

Sometimes when you want to use any mod it crashes and yes i have arm64-v8a and i dont know why fix it and also fix ping because on old versions mod menu it have 50 ping in the latest one i have 200 ping fix it! Also fix kick player and adversite menu because it bans me for hacking too

Wallhack bug

Wallhack sometimes crashes Among us same thing with spoof message and report dead please fix it

Kick Player Not Working

Kick Player is not working properly ,sometimes it kicks or sometimes it not.Fix It Soon 1.4

pls fix crash with this color

Screenshot: http://imgur.com/gallery/hA1biwE

If player have this color, cheat crashes. Color have bug, thats block kick or ban this player. No one can kick or ban him.
To choose this color, you need to in the playerPrefs file, which is in Android/data/com.innersloth.spacemafia change third parameter to 12. Then u get this color. Pls add this color in lobby stats and fix crashes with this color.

P.s. Sorry, I'm not know english very well.

final build error

i get a corrupt file error when trying to install after building and injecting, i think its something to do with the injection process.

inject-apk output: Keystore password for signer #1:
Failed to load signer "signer #1"
java.io.IOException: Keystore was tampered with, or password was incorrect
at java.base/sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:792)
at java.base/sun.security.util.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:243)
at java.base/java.security.KeyStore.load(KeyStore.java:1479)
at com.android.apksigner.SignerParams.loadKeyStoreFromFile(SignerParams.java:353)
at com.android.apksigner.SignerParams.loadPrivateKeyAndCertsFromKeyStore(SignerParams.java:239)
at com.android.apksigner.SignerParams.loadPrivateKeyAndCerts(SignerParams.java:181)
at com.android.apksigner.ApkSignerTool.getSignerConfig(ApkSignerTool.java:368)
at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:291)
at com.android.apksigner.ApkSignerTool.main(ApkSignerTool.java:84)
Caused by: java.security.UnrecoverableKeyException: Password verification failed
at java.base/sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:790)
... 8 more
Verifying alignment of /home/rainer/Desktop/test/test.apk (4)...
60 res/mipmap-xxhdpi/app_icon.png (OK)
8940 res/mipmap-xxhdpi/ic_launcher_foreground.png (OK)
31768 res/mipmap-xxhdpi/app_icon_round.png (OK)
40648 res/mipmap-xxhdpi/ic_launcher_background.png (OK)
[+] Removed /tmp/tmp.SXhZHbAAVk

so i try injecting the unsigned apk and it says its corrupted

https://i.imgur.com/XNjbLGV.png

pls help πŸ‘
discord: Rainer#0102

(built and injected on linux mint MATE)

Mod not working

Hello, I downloaded this mod and I can see the icon also when playing the game... However none of the options work at all... I've tried restarting the game several times and still run into the same issue.

Game bugging out after using "Wallhack" cheat in lobby

Apperantly, I've been using this hack for 30 mins. And already expiriencing some troubles. After playing in some lobbies Wallhack stopped working properly. After turning it on it will just freeze your screen. Reinstalling didn't helped.

1.5 bug permanent darkness

After voting (after the game tells if the person was an imposter), the screen goes black permanently. I can still hear sounds which means im still in the game, i just cant see anything.

Weird State

Hello!

There is a state in this APK where it asks you on the first startup to allow it to draw over other apps.
I allow it to do this
When opened, the app flashes an image, then closes.
Basically, the app crashes
Any Idea of what to do to get it working?

Max Light does not work, Player briefly walks through wall at the start of the game

1.Max lighting - not working for me and when ever i clicked on the Max lighting screen started blinking - giving whitesh effect on screen again n again to fix this i need to restart the game
2. Spoof message - when ever I'm using it I'm getting kicked out of game (i know they have updated server that's y its happing)
3. Bug - Sometime even without activating any of the mod From mod menu . My playing is walking through the walls.

At last - Thanks for your hard work . Keep it up .πŸ‘ŒπŸ»

Update - Fake imposter and Play Animation now start working for me and to get a kill option if you r fake imposter you need click ones on sabtoge .

Can't use hacks anymore.

I want to use that spoof chat feature because it is the funniest one to me, and I can't use it or i get banned. Please please please find a way past this.

Kick player function

Sometimes kick function wont work and game detects me as hacker and then it bans me please fix it

App not installed

"App not installed" error whenever downloading apk from mediafire. can't install app whatsoever

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.