Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/08/2019 in all areas

  1. Read: http://www.catb.org/~esr/faqs/smart-questions.html 1. The title of the topic is "help me" and others like that. Indicate a clear reason. With such titles, you can not wait for help. 2. The wording “how to fix it?”, And then the screen or code. Or “help fix the error” and then two pages of code. No one will guess what mistake, where, how or what. Do not specify specifically - do not receive help. If after a quick reading of the question it is impossible to understand the essence of the question, then no one will ask you many suggestive questions. This is for you, not the one who answers. 3. Ask what is written in help. Before asking a question, carefully read the help, and also carefully study all the messages that you receive. It is quite possible that the answer is in these messages, or in the help. 4. The code is not formatted. When the code is not formatted (there are no line breaks and indentation) it is difficult to work with it and it is difficult to notice an error. Edit the post and format the code by adding line feeds and indentation. Perhaps after that you yourself will see where the error is.
    2 points
  2. Version 101.1

    191,950,779 downloads

    Overview: Play games your way! “GameGuardian” is a game cheat / hack / alteration tool. With it, you can modify money, HP, SP, and much more. You can enjoy the fun part of a game without suffering from its unseasonable design. Requires Android: 2.3.3+ GameGuardian Features Summary Runs on ARM, x64 and x86 devices, including x86 emulators (LDPlayer, Droid4X, MOMO, KOPlayer, Andy, Memu, Leapdroid, AMIDuOS, Windroye, RemixOS, PhoenixOS, AVD, Genymotion, Nox, BlueStacks etc.) Supports Android 2.3.3+ (Gingerbread) through Lollipop (5+), Marshmallow (6+), Nougat (7+), Oreo (8+), Pie (9+), 10+. Support work without root via different virtual spaces. Support different emulators like PPSSPP, ePSXe, GameBoy etc. Game deceleration and acceleration (speedhack) for ARM and x86 devices, including x86 emulators. Also supports both 32-bit and 64-bit applications on 64-bit devices using speedhack. Search feature: encrypted values. Search of unknown values when specifying the difference between values. Search addresses by mask. Explicit and "fuzzy" numeric searches. Text (String, Hex, AoB) search. Supports: Double, Float, Qword, Dword, XOR, Word, Byte, or Auto data-type searches. Lua scripting support. Modify all search results at once. Filtering of search results (address greater than and less than, value greater than and less than). Search in the background feature. 'The fill' feature. Time jump feature. Dump memory. Copy memory. Customizable UI. App locale for over 50 languages. And, much, much more. Notes: ** ROOT or VIRTUAL ENVIRONMENT ONLY ** This tool only works on rooted devices or in virtual environment (without root in limited mode)! GG can work in limited mode without root, through a virtual environment. For example, through Parallel Space, VirtualXposed, Parallel Space Lite, GO multiple, 2Face and many others. Read the help for more details. You can find more information about rooting your device at XDA Developers. Want to help us improve, or add a translation? Then please visit thread "If you want to add a new translation or improve an existing". If you are having issues with the app, please visit thread "Gathering information about GG errors". Want to donate and help keep the project going? That's awesome! You can donate any amount (anything helps) here: Donate Need help with how to use this application? Please visit "Video tutorials" and forum "Guides". Credit: @d2dyno - Owner, lead designer, project management. @Enyby - Lead coder, project management. @Trasd - Technical consultant, project management. @Aqua - Creator (retired).
    1 point
  3. Version 2.4

    48,118 downloads

    Name of the script: Script Bullet Force (SBF) Creator: Saicobo Version of this script: v2.4 Created for the game: Bullet Force Game version: v1.68.0 Actual state: End List of hacks: Fire Rate No Recoil Multi Shot Wall Hack Speed Hack Jump Hack Underground Fov Infinite Ammo
    1 point
  4. Version 1.1.0

    5,579 downloads

    This script was made by me. Very simple script with 1 option - Enable Damage hack.
    1 point
  5. It is possible for that you need to put an alert and then write the prompt variable , store the input data in a variable , execute the search and edit and after that again store your value to variable so that Script can use it again.But since you will need to change a lot of things for that. So when you search damage 580; 301 then enter the values for example 120; 43 and execute the script it changes the values in the game. When you repeat the procedure again, when the script is executed write 120;43 in the box where you see 580;43.Since , you are using prompt input it means the script will use whatever value you give it.
    1 point
  6. Ahh , so you want a script that remembers your last input data and uses it for next edit . See my video , like that you mean ?? https://youtu.be/2m8jkfP5j1o
    1 point
  7. Dont give up...check this out when you search and find one..you actually can find them all.
    1 point
  8. Yes, you need to change both display value and xor
    1 point
  9. To memorize the value in data[1] , just simply pass it to any variable . Example - > a = data[1] It will memorize the value driven into data[1] . If I am understanding correctly then you need 657;402 so in prompt write that value . data = gg.prompt({[1]gg.prompt ({[1] = 'life; damage', [2] = 'desired value', [3] = 'do not change'}, {[1] = '657; 402', [2 ] = '99999', [3] = '999'}). Next time when it changes , change 657;402 to that value. If I understood wrong then try to be more specific what you are asking.
    1 point
  10. just set memory ranges to =A:Anonymous only.
    1 point
  11. Are you sure that's value you change is true xor? If it's not when you change 111x8 but the result will 0 I try change today and still can hack Ex: 600 0 -12222344 0 -12222344 (true xor)
    1 point
  12. gg.toast('✖----------✖') gg.toast('----------------') --Game guardian detection if gg.isVisible(true) then gg.setVisible(false) end gg.clearResults() kele0=0 Qjctx=1 function main() gg.clearResults() gg.setVisible(false) menu = gg.choice({'GodeMode(Enable)','Exit'},nil,'Выбери кнопку для взлома') if menu == 1 then GodeMode(Enable) elseif menu == 2 then SM8(K) end Qjctx=-1 end function GodeMode(Enable) data = gg.prompt({[1]='life; damage', [2]='desired value', [3]='do not change'}, {[1]='580;301', [2]='99999', [3]='999'}) gg.searchNumber(data[1], gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) local found = gg.getResults(data[3]) for i, v in ipairs(found) do if v.flags == gg.TYPE_DWORD then v.value = data[2] v.freeze = true end end gg.addListItems(found) found = nil end function SM8(K) print('▶-------------------)◀') gg.toast('▶Надеюсь вам понравилась◀') gg.toast('▶Спасибо за использование◀') os.exit() end while(true) do --gg.sleep(999999999999999990) --Game guardian detection if gg.isVisible(true) then Qjctx=1 gg.setVisible(false) end gg.clearResults() if Qjctx==1 then main() end end
    1 point
  13. @F0zG0d bool = true or false is equal to bool = true and therefore is redundant. You can use bool = not bool to invert boolean value.
    1 point
  14. example Search Wood : 94  change the value by using it : Refine the new value : 93 then GOTO --> change both the high-lighted and the one below it hope you can understand it.
    1 point
  15. im not an expert..so i cant say for sure if it was your phone.. i still manage to search and change the values...couple of times now. i turn off data while play the game but dont sure if that really the reason.
    1 point
  16. function GodeMode(Enable) blahblahblah() You need to define blahblahblah() first .
    1 point
  17. Try read error message. blahblahblah is not defined at line of call.
    1 point
    Hello Admin saicobo, the game has updated 64bit so the script does not work on 64bit virtual space, I ran the code but nothing changed
    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.