Leaderboard
Popular Content
Showing content with the highest reputation on 12/26/2018 in Posts
-
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.html2 points
-
This question is quite common on the forum. Here are possible options:2 points
-
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.net1 point
-
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 scripts1 point
-
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
-
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
-
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
-
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
-
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
-
1 point
-
1 point
-
1 point
-
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