Jump to content

Search the Community

Showing results for 'encrypt script'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

  1. MC874

    I need a good encryption

    First of all, what kind source that you're going to apply encryption, lua files?. If you're willing to use some Advanced way, you can use JWT or SHA hashing but for LUA Files; i think you should also obfuscate your script and then encrypting it. Yes, most of LUA encryption are decryptable so you need to atleast make it more harder to read. For example; you can calling another LUA Files from the first Lua, etc.
  2. Hello guys, I was trying to find an ammo hack in a game. The ammo value is encrypted, so my idea was to find an offset or group search that is static so I can write a script to hack ammo. The ammo values is encrypted, but I have a (long and inefficient) way to get the ammo value. All I need to do is get the address of the ammo value. This is why I am trying to use an offset or group search. I was struggling to find static values, so I thought of posting two different dumps of the memory near the ammo value, and asking if anyone else could find any static values by comparing the two dumps. My problem is that when I used the dump memory button and put in two addresses each about 300 or so values in either direction of the ammo address, gameguardian said around 300,000 results were found and generated a massive file. I believe I used the dump memory feature incorrectly. My goal is to send a few hundred of the nearby values from the ammo address on either side so other people can analyze these values and maybe suggest possible group searches of offsets. Can someone please tell me how to achieve this? Maybe dump memory is the wrong feature for this? Thanks for reading! Edit: Here is a picture of what I am talking about sending other people.
  3. The clue that i have is, the exploit involve Nopaew Emporium shop but it is hard to find static and encrypted value like item price, and left item. I already tried group search, but failed. tries text search too (use script in internet) and still fail. did you guys want to share knowledge how it works? or at least give the clue? Thanks. (Sorry for my bad english)
  4. Haha oh god this cesspit of blatant thievery and careless security violations and no wonder mobile gaming market looks like it does today. You would rather use underhanded methods, being skiddies and harming developers than try to establish any form of communication. Oh right now i remember why. Because the widespread market that is low life human garbage selling cheats to players in countries where gaming culture does not have a vast history so now there is almost expected to abide to the cheat black market. And for encryption? Lua script encryption is pretty much useless as the methods for bypassing them are far more developed than any amateurs mish mash of encryption code he found on stack overflow. Charging for cheats is stealing from hard working people and ruining the prospect of any genuinely enjoyable gaming experience going forward
  5. 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.
  6. 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  
  7. Version 2.0

    1,474 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!
  8. Hey I am very impressed with the script that you wrote for Shadow fight 3. I am learning to code hacks for games and it would be very helpful if u could share how u wrote the codes for this script. i am unable to read the version that u released as it is encrypted. Thanks a lot if you could help
  9. wish i could figure out how to find these values you guys are finding, i'm lucky to find a value most of the time, blind luck or really simple, searching encrypted values takes ages and never has yielded any useful results on my attempts. while i can beat around most of the time and find the value (each time i play the game, it's rare that the memory address is always the same and a saved list will only work once in a rare while for me) you guys always manage to find things that i'd never consider, and above all, most of what your doing can be reproduced easy (something i've never figured out how to do as i just bruteforce the values i want to freeze or set (freeze for most things, set in rare cases) also need to note that while the fuel % value and gage don't change to 100%, it is frozen and does work in that script (health still doesn't do anything of use, doesn't heal the crew, or the ship) i'm going to have to really try to figure out how half these values where even found (the values the script changes) maybe i'll get lucky, and thanks guys for everything you do/did. noticed that the speed hack is only for surfaced speed (if underwater speed was maxed at around the lowest speed on the surface it would be perfect IMHO) looking for: no flooding (1 of the god mode requirements) always: HULL 100% (###FT) on the crew/ship overview page (1 of the god mode requirements) after thought: the crew of the ship gain xp over time (the only requirement is the passage of time) in the given department they're in; and that gives bonuses for those skill levels, i wonder if a really ninja hack could be found to increase the speed that xp is given to the crew? my end goal with that last one would be to try to train the entire crew fully in each of the different departments making each member of the crew a "master of the boat" i have to say that previous script has already made massive dents in the per play hacks i do each time i play (is a pain in the a** to find each of these values every time, if i could script better maybe i could make something that works, lolx. ABOVE ALL ELSE, THANKS! (now to try and figure out how to hack more on this thing and see if i can't get lucky)
  10. When publishing an encrypted script, we always keep the unencrypted version you don't need to delete it, you are actually making your work difficult that it should be
  11. Thanks. But still no. Why? Because publishing takes forever. I have to encrypt script, decrypt mega hack, add to mega hack, encrypt mega hack again, and then update the post on a crappy phone. Also, people will not see it's updated because noone follows script posts.
    Amazing script! Fast and strong encryption, and also comes with passwords, language support, etc. It is difficult to figure out, but once I got the hang of it, I loved it - now I use it on every script I make!
  12. Bruh why u don`t have encryption on this script,use one,is your work why u let somebody just copy it?
  13. 1.PNG Here is the log of the file I encrypted with SELGG.lua 2.And 3. PNG To prevent it from appearing, I completely encrypted the lua saved in pastebin with SELGG.lua and re-edited the pastebin. Binary script error when I open the online script... I'm not surprised, there may be another method.
  14. The online script also gets the direct link when logging is done. I encrypted it in Pastebin, but binary script error and won't open I guess the "link" (Online Script Pastebin etc ) will always show up when searching logs.
  15. The script work perfect. Thank you so much. How were you able to change the item level? I've tried exact number and encrypted numbers and found some dword values, but when I change it my item didn't change.
  16. Hi! Using an FTP Server requires internet access, this is might not good for easy access. Maybe try some Json Web Token (JWT) so you can encrypt-decrypt script offline with ease. -Yuuki
  17. @HEROGAMEOfficial My script is encrypted with SELGG, and it's decrypted and shared for free by others! That's not good for me
  18. so your script create a key on user devices. you want it to be an encrypted keys.. that the script created itself? by
  19. I'm not interested in creating an encryption tool, it's just that my script creates a key on the user's device! Do you know what I mean
  20. I mean, when I create it's encrypted, not using any other tools anymore
  21. Hello ! Did You Try To Encrypt any Encryption tool or any lib base values This is just a simple Encryption which protect Your Script from copypaster this script can only encrypt gameguidian simple values not any Encryption Tool Try to Encrypt Values not any Encryption Tool... Thanks For Your Comment.... This is just a Sample script like this values only it can Encrypt Test_Enc.lua
  22. Script berakhir: Kesalahan skrip: luaj.o: ?:-1 attempt to call a nil value level = 1, const = 7, proto = 0, upval = 1, vars = 5, code = 18 CALL v1..v1 v1..v1 ; PC 6 CODE 0080805D OP 29 A 1 B 1 C 2 Bx 514 sBx -130557 stack traceback: ?: in function <?:428> [Java]: in function 'string.gsub' ?: in main chunk /sdcard/Download/#Encryption v4.1.Enc (1).lua: in function 'M' /sdcard/Download/#Encryption v4.1.Enc (1).lua: in main chunk [Java]: in ? at luaj.LuaValue.a(src:2835) at luaj.LuaValue.Z(src:1966) at luaj.LuaValue.l(src:1393) at luaj.LuaClosure.a(src:537) at luaj.LuaClosure.a(src:207) at luaj.LuaClosure.a_(src:195) at luaj.lib.l.a(src:1037) at luaj.lib.StringLib$gsub.a_(src:715) at luaj.lib.VarArgFunction.a(src:66) at luaj.LuaClosure.a(src:540) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at luaj.LuaClosure.a(src:533) at luaj.LuaClosure.l(src:160) at android.ext.Script.d(src:6056) at android.ext.Script$ScriptThread.run(src:5785) Skrip menulis file 231 B hingga 1. why I got error encrypt my script.?
×
×
  • 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.