-
Posts
306 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by HorridModz
-
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,514 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,773 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,077 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.
-
You need android 7 or 11 or 12, I believe. Actually, he was somewhere close to that. Yes, it was true that you could only buy weapons that did not show up in the armor (were marked with a ? mark). However, in 22.4.0, the devs just unpatched it because they are idiots who can't code or test a game! Actually, yes, there were exactly right! Before 22.4.0 that was the case.
-
-
-
-
-
View File Pixel Gun 3D Godmode Hack Enable and disable godmode in pixel gun 3d! This script will make you 100% invincible! You can still die from going off the map though. This hack will only work on 64bit android devices. To see if your device is 64bit, download a simple 64bit checker app from the app store. I am sorry for not uploading anything for a long time. I have been busy working on many scripts - especially pixel gun weapon unlocker! I had this script sitting around, so I figured I'd post it! Contact me: User123456789#6424 on discord. Enjoy! Submitter HorridModz Submitted 04/21/2022 Category LUA scripts
-
If you don't understand it then don't post here please. Someone who understood already helped me. Same for you @HEROGAMEOfficialHEROGAMand @zam535582
-
Oh thanks, so my parameter and variable had a contradicting name! Easy fix, thanks for finding! WDYM?
-
I want a subway surfers script as i want unlimited keys
HorridModz replied to UsuallyGood's topic in Requests
If you search your coins and go to the address, you get the keys around 30 addresses below, right? So, a nearby search for say 500 with a distance of 30 will return every value within an offset of 30 from the coins value that is equal to 500. This means that if I find gold value and nearby searches the keys value (which the script prompts for) with a distance of say 40, every value that has the prompted value will come up. If you have, say, 42 keys, and you nearby search 42 with distance of 40, and only with the option "After" checked and not before (shown in the attached pictures), I should get my keys value. And since I am only searching 40 addresses, most likely the only one that equals 42 is my keys value. To make use of this, click "record script" and record yourself doing this nearby search. Then open up that script as a text file and copy the code and add it into your script. Coins and score are dword ...? -
I want a subway surfers script as i want unlimited keys
HorridModz replied to UsuallyGood's topic in Requests
The picture isn't working. Can you tell me what you found about score multiplier? @FluidZJust prompt user for their keys, coins, and hoverboards, and do a nearby search for those values. You don't need to know exact offset! -
Look at function number 2 (selectconditions) and the last function (searchandrefine). When I run this and select some stuff, it says there is an attempt to index a nil value (encrypted) in function searchandrefine. But I clearly define encrypted as encrypted = gg.multiChoice in function selectconditions. Can someone please fix my code? Thanks! function wait_for_action() gg.setVisible(false) while true do gg.sleep(500) if gg.isVisible()then break end end end function selectconditions(encrypted) if encrypted == 1 then encrypted = gg.multiChoice({'Encrypted'},nil,'Is the value encrypted?') end signs = {gg.SIGN_EQUAL,gg.SIGN_NOT_EQUAL,gg.SIGN_GREATER_,gg.SIGN_LESS,gg.SIGN_GREATER_OR_EQUAL,gg.SIGN_LESS_OR_EQUAL} signchoice = gg.multiChoice({'=',' ≠','>','<',' ≥','≤'},nil,'What condition?') i = 0 while not signchoice[i] do i = i + 1 end sign = signs[i] end function selecttype() menu = gg.multiChoice({'Auto','Dword','Float','Double','Word','Byte','Qword','Xor'},nil,'What type to search?') if menu == nil then else if menu[1] then a = 1 type = gg.TYPE_AUTO end if menu[2] then a = 1 type = gg.TYPE_DWORD end if menu[3] then a = 1 type = gg.TYPE_FLOAT end if menu[4] then a = 1 type = gg.TYPE_DOUBLE end if menu[5] then a = 1 type = gg.TYPE_WORD end if menu[6] then a = 1 type = gg.TYPE_BYTE end if menu[7] then a = 1 type = gg.TYPE_QWORD end if menu[8] then a = 1 type = gg.TYPE_XOR end end while a == 0 do a = 0 menu = gg.multiChoice({'Auto','Dword','Float','Double','Word','Byte','Qword','Xor',},nil,'What type to search?') if menu == nil then else if menu[1] then a = 1 type = gg.TYPE_AUTO end if menu[2] then a = 1 type = gg.TYPE_DWORD end if menu[3] then a = 1 type = gg.TYPE_FLOAT end if menu[4] then a = 1 type = gg.TYPE_DOUBLE end if menu[5] then a = 1 type = gg.TYPE_WORD end if menu[6] then a = 1 type = gg.TYPE_BYTE end if menu[7] then a = 1 type = gg.TYPE_QWORD end if menu[8] then a = 1 type = gg.TYPE_XOR end end end end function selectranges() menu = gg.multiChoice({'Jh: Java heap','Ch: C++ heap','Ca: C++ alloc','Cd: C++ .data','Cb: C++ .bss','PS:PPSSPP','A: Anonymous','J: Java','S: Stack','A: Ashmen','V: Video','O: Other','B: Bad','Xa: Code app','Xs: Code system','Reset','All'},nil,"Select memory ranges. If you don’t know what this is, select “All”.") ranges = "" if menu[1] then ranges = ranges .. "gg.REGION_JAVA_HEAP | " end if menu[2] then ranges = ranges .. "gg.REGION_C_HEAP | " end if menu[3] then ranges = ranges .. "gg.REGION_C_ALLOC | " end if menu[4] then ranges = ranges .. "gg.REGION_C_DATA | " end if menu[5] then a = 1 type = gg.TYPE_WORD end if menu[6] then a = 1 type = gg.TYPE_BYTE end if menu[7] then a = 1 type = gg.TYPE_QWORD end if menu[8] then a = 1 type = gg.TYPE_XOR end gg.setRanges(ranges) end end function searchandrefine() gg.clearResults() selecttype() selectconditions(1) value = gg.prompt({[1] = 'What is the value?'}, {[1] = '0'}, {[1] = 'text'}) gg.searchNumber(value[1], type, encrypted[1], sign) while gg.getResultsCount() > 10 do gg.alert('Make the value change, then click the gameguardian icon.') wait_for_action() gg.refineNumber(value[1], type, encrypted[1], sign) value = gg.prompt({[1] = 'What has the value changed to?'}, {[1] = '0'}, {[1] = 'text'}) end continue = gg.multiChoice({'There are' .. gg.getResultsCount() .. 'results left. Would you like to continue refining?'},nil,'') while continue[1] or gg.getResultsCount() < 2 do gg.alert('Make the value change, then click the gameguardian icon.') wait_for_action() gg.refineNumber(value[1], type, encrypted[1], sign) value = gg.prompt({[1] = 'What has the value changed to?'}, {[1] = '0'}, {[1] = 'text'}) continue = gg.multiChoice({'There are' .. gg.getResultsCount() .. 'results left. Would you like to continue refining?'},nil,'') end end searchandrefine()
-
Version 1.0.0
1,730 downloads
Enable and disable godmode in pixel gun 3d! This script will make you 100% invincible! You can still die from going off the map though. This hack will only work on 64bit android devices. To see if your device is 64bit, download a simple 64bit checker app from the app store. I am sorry for not uploading anything for a long time. I have been busy working on many scripts - especially pixel gun weapon unlocker! I had this script sitting around, so I figured I'd post it! Contact me: User123456789#6424 on discord. Enjoy! -
-
-