Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/26/2018 in all areas

  1. You sent region log, but logcat is also required. These are not same things. More info about logcat: https://developer.android.com/studio/command-line/logcat https://stuff.mit.edu/afs/sipb/project/android/docs/tools/help/logcat.html
    2 points
  2. This question is quite common on the forum. Here are possible options:
    2 points
  3. Few months ago i met my friend xXRuitXx on androidrepublic.org who released some good candy for the android cheatercommunity. This very young and talented guy was the first one of much modders i found who was open for my plans to bringing the premium hacks (its standard on pc scene) to android. Some good sites like androidrepublic.org or alphagamers have some interesting solutions but they did it wrong. The VIP model is very old and what never worked on pc hacking scene cant work on android community. Thats why we going another way. I sell hacks since 10 years on www.artificialaiming.net, have some experience with this business and i know what people want for their money. We already tested this with our first real androidmulithack release for the game critical ops, with some success. In the near future you can find here some new premium stuff for big games but we release allways a exclusive and free light version for each hack we sell. A special thank going to the father of our great gameguardian.net community SIR @d2dyno Without him and the amazing work of our coder @Enyby we never could give you the experience of advanced gameplay here on www.gameguardian.net PLAY GAMES YOUR WAY!!!!! Our new Premium Project is called APK - Android Premium Killers powered by gameguardian.net
    1 point
  4. Version 21

    132,233 downloads

    Author: IVovo I am not an author. I am only upload the script here. Address all requests for updating the script to the author. He does not exist here. It is useless to write here in the comments, reviews, or to me in PM! All of this will be ignored. Write to the author! Source: https://4pda.ru/forum/index.php?showtopic=594313&view=findpost&p=65167213 https://4pda.ru/forum/index.php?showtopic=594313&view=findpost&p=65507963 https://4pda.ru/forum/index.php?showtopic=594313&view=findpost&p=66980827 From author: https://4pda.ru/forum/index.php?showtopic=594313&view=findpost&p=68290470 There are few functions available: Hack Gold Hack Gems Hack gold and gems Zero gold and gems Just copy the address to the clipboard and other... It was tested on the root Xiaomi Redmi Note 4 (Android 6.0), there is no possibility to test it on other devices. The script only works for version 1.2.49 1.2.65 Release 1.2.70 Release 1.2.72 Release 1.2.75 Release 1.2.96 Release 1.2.99 Release 1.2.104 Beta 1.2.114 Release 1.2.115 Release 1.3.19 Release 1.3.31 Release 1.3.44 Release 1.4.11 Release 1.4.13 Release 1.4.16 Release 1.4.43 Release 1.5.5 (arm64-v8a)
    1 point
  5. View File UPDATED Script Free Fire Hack THANKS FOR SUPPORT ME FREE FIRE HACK SCRIPT V.2 Chams [Menu Open] XRAY MODE [WH] Fly Hack [Crouch/Island Open] Unlimited Ammo Rapid Fire & Speed Hack Giant Bodies Immortal [Plane Open] Speed Mode SPECIAL MODE FREE FIRE HACK SCRIPT V.1 XRAY MODE [WH] FLY HACK Speed Mode SPECIAL MODE SUPPORT BY :Technical Sumar Submitter CyberScorp Submitted 03/14/18 Category LUA scripts
    1 point
  6. This is not a bug, it is supposed to work like that. Refer to description of "searchNumber" function in GG help: https://gameguardian.net/help/classgg.html#a7efd4ac7766e72688cb4a84a3915721e So if you need new search, make sure to clear results list first.
    1 point
  7. Ok, I also rename 'f' to 't' (just in case of some lua secret magic like ( cf. getn() ) : function searchNSave(input) gg.searchNumber(input.search, gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) local r = gg.getResults(input.maxresults, nil, nil, nil, nil, nil, nil, nil, nil) local str = '' local t = {} local j = 1 for i,v in ipairs(r) do if v.value ~= input.stars and v.value > 0.9 and v.value < 5.1 then t[j] = {} t[j].address = v.address t[j].flags = v.flags t[j].name = input.name..' ('..i..') '..v.value j = j +1 str = str ..' '.. v.value end end print(t, gg.addListItems(t)) local v = gg.getListItems() print(#t, #v) gg.toast(input.name..':'..str) end And the list I like too add seems correct:
    1 point
  8. Also in your case this number can be not equal. You add list items to not empty list. If item duplicate, then it replace. If not - added to list. _______________________________________________ added 1 minute later Add print here for this issue. Maybe you get error here. addListItems can return string with error. _______________________________________________ added 2 minutes later And add print f. print(f, gg.addListItems(f))
    1 point
  9. 1, 2: Just make simple script which illustrate issue. I think your script not work for me at all, because I do not have this game, and others condition not met. Is is easy. For example if not work gg.addListItems then you can make something like that: gg.clearResults() gg.searchNumber('0', gg.TYPE_DWORD) t = gg.getResults(10000) gg.addListItems(t) v = gg.getListItems() print(#t, #v) Search zero get a lot results. We load first 10000 and add to saved list. And get it back to script. And finally we print count loaded values. Also its stay in saved list and you check it via UI. And it is OK for me. If it not OK I get not 10000 in second value of print. And in saved list see less items then 10000. 3. We do not share source. It is very complicated. In my assumption you can not understand what going here, but you can leak sources. So for access to source we need talk in PM where you must approve your interest and skill. _______________________________________________ added 4 minutes later 3. If you interest you can try imagine how make ordered (or not ordered) search with limited amount memory for input of unlimited amount of memory. Better for one pass and optimized. This task is not easy as sound. Also you need hold some cases like duplicates in search. For example "5;5;5;5". Also it can be ordered or not.
    1 point
  10. Maybe virtual space issue. I can not say now. Maybe in next version I add more debug output and we return to this question.
    1 point
  11. I think the 1280;720, replace with your screens resolution instead.
    1 point
  12. 1 point
  13. Watch on YouTube: 70.0: Added changing the type of items in the saved list - GameGuardian
    1 point
  14. Mirrored, with some crop, from YouTube: How To Delete Whetstone (ROOT) Fix Game Guardian
    1 point
  15. Im still waiting for the update great job?
    1 point
  16. No @NoFear, First we have two new forum sections here. ??? The first is for hacking multiplayer games with gameguardian with my hope you can fill it with your experiences. This section is for mods and hacks (please notice that hacks are not the same like a mod or hacking with gg) we will share here. Our public releases contains few premodded features and things what realy hacked with dll injection. We planning over the air injections in future where hacks injects into a game online to prevent leaks, like alphagamers.net but better thought. Let me say, i hate this boring mods as hell what ag spreads. Most of that, excuse harsh words, is cheap shit. As i said sometimes, the future in android cheating szene will be hacking with gameguardian to change protected things what not serverside and using real hacks like our's whit features like aimbot and esp. Developers can fix mod related things but never the use of external tools. The focus of our project is fps shooters. Please give a look on this for example This cant be made with gameguardian. I love it to use a combination with both methods. Please notice too that in big multiplayer games are anticheats. For example war Robots. If you use gg with speedhack or Timejump you will be banned in seconds because codestage (worst bullshit ac ever) but it can be bypassed with hack or mod to can use gg. In know you spent some time into looking was is possible to hack in much games. In future you get some problems with that because of anticheats. But dont care, we working together and there will be solutions to break some shit for using our lovely app gameguardian.
    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.