-
Posts
287 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by HorridModz
-
-
- 86 comments
-
- Pixel Gun 3d
- Pixel Gun
-
(and 6 more)
Tagged with:
-
-
Sorry I didn't see your comment bro! LOL
- 2 replies
-
- Pixel
- pixelgun
-
(and 50 more)
Tagged with:
- Pixel
- pixelgun
- Pixel Gun
- pixelgun3d
- Pixel gun3d
- pg3d
- PG3D
- pro
- process
- professional
- good
- Hack
- hack!
- hacks
- Hacké
- Hacked
- Hacker
- free
- Freeze
- OP
- overpowered
- super
- Scrip
- Scrpit
- script
- scripts
- Mod
- mods
- time
- speed up
- Speed
- speed
- Speehack
- speedhack
- speed hack
- Speed hack
- Speed Increase
- slow
- Infinite
- Godmode
- Invisible
- invincible
- horrid
- horridmodz
- discord
- Easy
- Easy2Use
- Easytech
- Easy hack
- Easyscript
- Easy hack games
- easliy hack without human virification
-
- 86 comments
-
2
-
- Pixel Gun 3d
- Pixel Gun
-
(and 6 more)
Tagged with:
-
I mixed up "collaborator" with "contributor"
-
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!
-
-
-
-
-
-
-
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
-
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?
-
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! -
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
-
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
-
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! -
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. -
-
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.
-
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.