Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/14/2018 in Posts

  1. Starting from version 8.28.0 GG have support of LUA scripts. It can be loaded and run. https://www.lua.org/manual/5.2/manual.html Scripting Documentation: https://gameguardian.net/help/
    1 point
  2. XOR SEARCH: This method of search is very unique and not intended for you to try as a first method. Once you've tried all memory types, all ranges, unknown increased and unknown decreased and all fail, this method might be what you want to do last. XOR is a simple encryption method, but without the key, you can't know the value. And games lately (not all) will have a key that changes on value change, making finding these types of values EXTREMELY difficult if not impossible... Until now. HUGE thanks to @Enyby The search All the games I've come across that use this method have all been dword, so I'll stick to dword. Also most games (except For Emblem Heroes and some parts in GunPie) the XOR key and XOR value are 4bytes apart. Let's say you have 25 gold. To search 25 with xor key 4 bytes away 25X4 If you know your value is within a range but not 100% on value, so you know you collected about 40 to 45 gold, your search can be 38~50X4 Then when you collect 10 more 48~60X4 During these searches, if you want to eliminate many results that are most likely not it, you can do a does not equal 0 and does not equal the value. You search 500X4 Followed by ≠0 ≠500 Then you can resume the XOR method. This search cannot be done with a group search. If done properly, can do unknown changed/unchanged. Editing You have a couple ways you can edit values. Edit results and if you want to edit to 12345 Put 12345X4 If you want to edit multiple values keeping xor and doing a different value for each. If you have 3 results from searching 500X4 Edit results 100;5000;15000X4 First value week be edited to 100 2nd 5000 and 3rd to 15000. The other option ,goto address, copy value above (xor key) using the xor calculator built into GG, calculate value and got can type values and re-encrypt with proper xor key. Increment edit If you have 5 results and want each to be different, separate each edit with a ;. So for 5 results 5;10;15;20;25X4 Value 1 will be 5, 2 will be 10..... Then you can figure out the correct value, revert and remove the wrong values and continue with editing that one value. List of known games using XOR protected values. Tiny Miners Bullet Force Gunpie Super Mario Run Fire Emblem Heroes (SP: 8 is xor offset. Level: 24 is xor offset) Touch Tank Target Acquired Futurama: Worlds of Tomorrow Pokémon: Magikarp Jump Skychamp HAWK: Freedom Squadron Candy Crush Heroes Infinite Stickman Legend (XOR offset 8) Zombie Pandemic Survivor
    1 point
  3. Here's what I got going on so far with your item swap you found. ?.
    1 point
  4. You seem to misunderstand some stuff. First of all as my name says I'm still new to this and I couldn't explain to you how XOR work and what the 8bytes away (X8) really means, but I can explain to you how to use XOR key. So here is my gold value without XOR key to add the XOR key to it you need to press the triangle facing downward in a white circle just at the right of it. This should popup, you can select the one at the end "XOR ... = ???" You enter the XOR key into here and it should have encrypted your gold value. Once you've done that you can do new search enter the amount of whatever currency you currently have click on the circle again and either reuse the XOR key you've already entered or set a new one with the ??? One. Btw if you want to learn more about XOR you can start with XOR search Guide - GG 8.29.0+ (#2pt9z7db) And look it up on Google to understand it a little more.
    1 point
  5. Dear hoomans, if you click load script then down bellow click "more" button on gg latest version you can already have the same thing as the snooper script above.. so you don't need this.. @Enyby instead of making others work secure.. enyby give u all a big F U hahahahaha no secure stuff for you.. you are free to steal free to release without credits right? @Enyby you cared everyone even the copy paste & leecher devs ? everyone a round of applause ? for making the gg script easy access on the creator side . look your script section hahaha all with "decoded,decompiled, or repost with no credits but decompiled and they are proud of it.." less original comming thru. just how many gob and pubg we have now with same content? thanks to you hahahah.... this thread LUA SECTION, SELLERS and stolen Content (#ck1dcl3j) Is a bs thread after they done it hahaha.. act like they care but who cares.. I feel sorry for @geribaldi for writing such a good thread like this ... sorry bud.. but enyby is a boss..
    1 point
×
×
  • 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.