Jump to content

HorridModz

Contributor
  • Posts

    287
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by HorridModz

  1. Thanks a lot! Thanks for your information! Apparently recently added / currently obtainable guns cannot be bought - people will have to wait until next month!
  2. @EnybyIs it possible to run on 64bit? I want the apk if this is possible, please. I have been trying to hack this game but prefer 64bit.
  3. Misleading - this is step 1, but it's not that simple. Still need to learn deobfuscating, using dnspy, hex patching, scripting, etc.
  4. Sorry for being so harsh. It is kind of offensive how so many people can comment "wHeN CUrRenCy HaCK i bEeN WaITinG 5 mINuTes" when all I do is mod all day. You may not have meant to be impolite, but you don't even have proper grammar in that comment. It seems informal and low-effort.
  5. Hey bro, nice job! I don't doubt you, but there are many people who steal scripts like these. Just to verify you made this script, what is the class you used to make this script?
  6. I mixed up "collaborator" with "contributor"
  7. How sad. I wish it didn't work for them, this way they would be forced to rephrase their comment and ask politely for help, and thus become more civilized and respectful, and also maybe the slightest bit appreciative of the free things people make available to them, such as food, shelter, clothing, and the internet. That is no doubt the most commas I have ever typed in one sentence!
  8. The more time I have to spend telling people to shut up, the less time I get to make hacks. Also, don't comment here. It's a completely irrelevant comment (also it's of course unformal, low-effort, and rude).
  9. No. If you are a real modder looking to make your own mods or learn to mod, contact me on discord: User123456789#6424. If you just want to use my hacks, use a youtube tutorial. Yes, when I have time I post things.
  10. What a thought-out and thorough comment! Have manners and give me a proper, formal comment that explains what issue you are having and then I will answer it.
  11. UGH. READ THE SCRIPT. NOW SIR, IS THIS A TRAP VALUE DISABLER OR A TRAP VALUE REMOVER? The script tells you that twice. You can't revert version. Once it's gone, it's gone. This script is for all updates, though.
  12. I mean, devs have changed encryption and anti memory editing stuff lots of times. I came up with this when I noticed the pattern. If someone else did make this - does that mean it's a good method? How many results should the script think it's a trap value? Right now it's 5 or over.
  13. Great! Watch out though - it is not 100% accurate. I added sensitivity option in 2.0. What were you trying to do, and what happened?
  14. Yes, in 22.4.3 it is patched - will have to update!
  15. View File PG3D Trap Value Remover Fear trap values no more! Edit anything without ban or crash! Contact me: User123456789#6424 on discord What are trap values? One of the many ways the developers protect their game from gameguardian hacks is having the game automatically generate 'trap values'. Trap values are values that mimic real values that store game data, but actually instantly ban you when you edit them. This script removes trap values, so you can edit things safely. What does the script do, and how does it work? This script has two features: Useless value removal and trap value removal. To remove useless values, it removes every dword value that is not in the range of encrypted values. This feature may not always be 100% accurate, but it should work most of the time. To remove trap values, it uses very simple logic which relies on bad game design (which is why almost all pg3d scripts exist xD). I found out through testing that trap values are placed multiple times in memory. However, real values should only appear once, or rarely a couple times. The script simply searches each values and removes any value that a bunch of results come up for. There may be exceptions, so this method isn't 100% accurate. How to use the script: Just run the script when you have values in your search results, and the script will put all of the values that are not trap values or useless values into the saved list. You can then use "selected as search result" to put the results back in. Practical uses of the script: -Finding weapon ids for pixel gun 3d weapon unlocker without getting banned by trap values -Using fuzzy search to find encrypted values, then using the script to remove useless and trap values -Using a value encryption disabler or value decryptor hack (if you have one) and only editing real values Credits: The script is coded and the method is invented 100% by me The UI is heavily inspired by DarkOctet#5778 Q&A/Troubleshooting Q: What is a trap value? A: See the 'what are trap values' tab in the script. Q: Why are the time left and percent processed counters so inaccurate? A: The script uses multiple optimizations to run faster. It has to do more work on some values than others. The script may progressively get faster, get stuck for a long time on some areas, or go really fast on some areas because of this. The time left counter expects all values to need to be tested, but sometimes the script already knows a value is not a trap value. The 'Remove Useless Values' option will make the script run so much faster that it may halve the time left counter each second, in some cases! Q: Why does the script say it is processing less results than I originally had? A: When you have the 'Remove Useless Values' option enabled, the script automatically removes values that it knows aren't trap values or useful values before it checks each one by one. For some values, the script does not know until it checks one by one. Q: Why does the script take so long? A: The script has many optimizations to speed it up, and a progress monitor to try to make it easier to sit through. Still, though, it may take a while - because it has to do tests on each value, one by one. The script is designed for you only having at most a few thousand values. Q: Is this script 100% safe? A: No. The script uses all the methods I know of to remove trap values, but that doesn't mean there won't be mistakes. I don't know how effective this script is for removing trap values, but I know it works.to some degree. If you have under 100 results after running the script, it should be safe to edit, but I can't guarantee it. Q: How does this script work? A: See the 'How Script Works' section in the script. Q: What is considered a useless value? A: Any value that is not in the range of encrypted values is a useless value, because generally all useful values are encrypted. If a value isn't encrypted, don't use this script! Q: How long did this script take? A: A week, about 12 hours of combined work, and 3 very late nights. I put in a lot of effort to make these free script, thanks for asking! Still have questions, comments, or concerns? Contact User123456789#6424 on discord! Submitter HorridModz Submitted 05/29/2022 Category LUA scripts  
  16. Are you sure it's the regions? It may just be the values. Do you have the same arm, android version, and game version as the tutorial? Are you following it correctly? Does anything come up in these regions?
  17. Version 2.0

    1,492 downloads

    Fear trap values no more! Edit anything without ban or crash! Contact me: User123456789#6424 on discord What are trap values? One of the many ways the developers protect their game from gameguardian hacks is having the game automatically generate 'trap values'. Trap values are values that mimic real values that store game data, but actually instantly ban you when you edit them. This script removes trap values, so you can edit things safely. What does the script do, and how does it work? This script has two features: Useless value removal and trap value removal. To remove useless values, it removes every dword value that is not in the range of encrypted values. This feature may not always be 100% accurate, but it should work most of the time. To remove trap values, it uses very simple logic which relies on bad game design (which is why almost all pg3d scripts exist xD). I found out through testing that trap values are placed multiple times in memory. However, real values should only appear once, or rarely a couple times. The script simply searches each values and removes any value that a bunch of results come up for. There may be exceptions, so this method isn't 100% accurate. How to use the script: Just run the script when you have values in your search results, and the script will put all of the values that are not trap values or useless values into the saved list. You can then use "selected as search result" to put the results back in. Practical uses of the script: -Finding weapon ids for pixel gun 3d weapon unlocker without getting banned by trap values -Using fuzzy search to find encrypted values, then using the script to remove useless and trap values -Using a value encryption disabler or value decryptor hack (if you have one) and only editing real values Credits: The script is coded and the method is invented 100% by me The UI is heavily inspired by DarkOctet#5778 Q&A/Troubleshooting Q: What is a trap value? A: See the 'what are trap values' tab in the script. Q: Why are the time left and percent processed counters so inaccurate? A: The script uses multiple optimizations to run faster. It has to do more work on some values than others. The script may progressively get faster, get stuck for a long time on some areas, or go really fast on some areas because of this. The time left counter expects all values to need to be tested, but sometimes the script already knows a value is not a trap value. The 'Remove Useless Values' option will make the script run so much faster that it may halve the time left counter each second, in some cases! Q: Why does the script say it is processing less results than I originally had? A: When you have the 'Remove Useless Values' option enabled, the script automatically removes values that it knows aren't trap values or useful values before it checks each one by one. For some values, the script does not know until it checks one by one. Q: Why does the script take so long? A: The script has many optimizations to speed it up, and a progress monitor to try to make it easier to sit through. Still, though, it may take a while - because it has to do tests on each value, one by one. The script is designed for you only having at most a few thousand values. Q: Is this script 100% safe? A: No. The script uses all the methods I know of to remove trap values, but that doesn't mean there won't be mistakes. I don't know how effective this script is for removing trap values, but I know it works.to some degree. If you have under 100 results after running the script, it should be safe to edit, but I can't guarantee it. Q: How does this script work? A: See the 'How Script Works' section in the script. Q: What is considered a useless value? A: Any value that is not in the range of encrypted values is a useless value, because generally all useful values are encrypted. If a value isn't encrypted, don't use this script! Q: How long did this script take? A: A week, about 12 hours of combined work, and 3 very late nights. I put in a lot of effort to make these free script, thanks for asking! Still have questions, comments, or concerns? Contact User123456789#6424 on discord!
  18. View File PG3D Armor Unlocker Finally! After months of promising to upload it, I finally am! With PG3D Armor Unlocker, unlock your dream armors in seconds! Features: -Compatible with all game versions -Supported on all devices, regardless of android version or arm. -Comes with 5 mythical armors -Has a custom unlock feature where you can unlock your own, just by the name! -Has an unlock all option -Easy to use Tips and tricks: -As of 22.4.0, you sadly cannot buy armor that is unlocked by parts -Armor price varies by level. If an armor is too expensive, try using a lower level account. -Having armor such as dev armor at a low level or with a recent id can be bannable in rare cases, if someone reports you -This script goes hand-in-hand with PG3D Weapon Unlocker! Submitter HorridModz Submitted 05/27/2022 Category LUA scripts  
  19. View File Pixel Gun 3D Ammo Hack 22.4.0 Youtube video is out! Pixel Gun 3D Ammo Hack! Just run the script and your ammo will NEVER run out! This script does not visually effect ammo. It just makes it so shooting does not use ammo. Notes: Only compatible with 64-bit (armv8) devices. Only works on game version 22.4.0. Abusing this script may be bannable if you are reported! To prevent bans, use high capacity weapons so people cannot tell you are hacking! If you are spam firing a gun with a low capacity, such as debts collector, solar flare, or signal pistol, people will easily know you are hacking. Submitter HorridModz Submitted 05/27/2022 Category LUA scripts  
  20. Version 2.0

    4,713 downloads

    Finally! After months of promising to upload it, I finally am! With PG3D Armor Unlocker, unlock your dream armors in seconds! Features: -Compatible with all game versions -Supported on all devices, regardless of android version or arm. -Comes with 5 mythical armors -Has a custom unlock feature where you can unlock your own, just by the name! -Has an unlock all option -Easy to use Tips and tricks: -As of 22.4.0, you sadly cannot buy armor that is unlocked by parts -Armor price varies by level. If an armor is too expensive, try using a lower level account. -Having armor such as dev armor at a low level or with a recent id can be bannable in rare cases, if someone reports you -This script goes hand-in-hand with PG3D Weapon Unlocker!
  21. Version 1.0.0

    1,050 downloads

    Youtube video is out! Pixel Gun 3D Ammo Hack! Just run the script and your ammo will NEVER run out! This script does not visually effect ammo. It just makes it so shooting does not use ammo. Notes: Only compatible with 64-bit (armv8) devices. Only works on game version 22.4.0. Abusing this script may be bannable if you are reported! To prevent bans, use high capacity weapons so people cannot tell you are hacking! If you are spam firing a gun with a low capacity, such as debts collector, solar flare, or signal pistol, people will easily know you are hacking.
  22. I've been inactive because of school, sorry
  23. I am sorry for my misunderstandings and tone. I do think there is still a misunderstanding though, because the "unlock weapons.txt" was made by a guy called greencrusader. And all public scripts matching those medafire scripts are by people called Menacing, Yeetdisdude, BoredKarama, and one other guy with a confusing name. Public scripts for currency blow up, so I would be confused if someone else made another and it was scarcely known. And all of these currency scripts are outdated, I believe. Yep, the only person I know with a "safe" 5000 lottery hack is boredkarma. And the super chest armv7 and armv8 scripts are public on polarmods.com, but I think at the time you posted this there were no updated suepr chest scripts.
  24. Please don't talk about currency here. This isn't a currency script. I have (atm only private) currency scripts. Here is not the place. Absolute bullsh!t, please delete this post. -Didn't give credit -Leaking private scripts that are for money -Outdated scripts 1. I see no "information" in this post. 2. Why would you post a similar script on the page for my script? That defeats the purpose of mine. 3. WHERE IS THE CREDIT? You can't post scripts without credit! Unacceptable! 4. This has a password which you didn't even give. Are you in my discord server? I wanna resolve this on discord.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.