Leaderboard
Popular Content
Showing content with the highest reputation on 05/27/2022 in all areas
-
5 points
-
1 point
-
things that happen, that's why I don't recommend sharing the character2.dat file. I think this happens if you play with the same profile on online competitions like wtt, but I'm not 100% sure, I also know that it works for someone, but I don't recommend it1 point
-
I have an ASUS C302 Flipbook I recently put it into developer mode to download APKs I wanted to know if I could download Game Guardian in it any tips?1 point
-
1 point
-
you cant get nox and bluestacks on a chromebook my chromebook has android 9 so i can just get GG [added 3 minutes later] For some reason i cant install the parallel space 64 bit support1 point
-
1 point
-
You cannot open .exe files on a chromebook Apks work on chromebooks tho1 point
-
GG for Nox. Not Nox emulator. Just install GG for Nox in BS. [added 0 minutes later] Like I do in my video. I post link above.1 point
-
1 point
-
You just waste your time. Because you can install Nox version and use it without any issue. And your tutorial not for regular user, because get root on bs, is not easy for common user.1 point
-
They can remove x86 when add arm64. For reduce apk size.1 point
-
Then game update without x86 libs. If you think about GG version: Gathering information about GG errors (#5ojwyhci)1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Checking the password against the list of allowed passwords local pass = gg.prompt({"Input password:"}, nil, {"text"}) if pass == nil then os.exit() end pass = pass[1]..' ' local allowed = false local function allow_password(password) if password..' ' == pass then allowed = true end end allow_password('myPassword') allow_password('anotherPassword') allow_password('This_is_too_Password') allow_password('12345') allow_password('sex') allow_password('god') if not allowed then os.exit(gg.alert('Wrong password')) else gg.toast("Password correct") end1 point
-
1 point
-
1 point
-
1 point
-
Prompt file with specified extension local ext = '.txt' local p = {gg.EXT_STORAGE} while true do p = gg.prompt({'Select "'..ext..'" file:'}, p, {'file'}) if p == nil then os.exit() end if p[1]:sub(-#ext) == ext then break end gg.alert('You select "'..p[1]..'".\n\nIt is not end with "'..ext..'".\n\nPlease select file with "'..ext..'" extension.') end print(p[1]) -- do something1 point
-
1 point
-
There can be many solutions. 1. Use files to save and restore state. Remember what has changed and look for changes. 2. Search once, remember and restore the address, change the value without re-searching. 3. Find values nearby and rely on them when searching.1 point
-
1 point
-
Prompt with 'remember' checkbox for store data in the config. local info = {} local config = gg.getFile()..'.cfg' local data = loadfile(config) if data ~= nil then info = data() data = nil end info = gg.prompt({'Login', 'Password', 'Remember'}, info, {'text', 'text', 'checkbox'}) if info == nil then os.exit() end if info[3] then gg.saveVariable(info, config) else os.remove(config) end -- here work with 'info' content print(info)1 point
-
Also in the first post above the list we need to add the following " if you turn off your mobile data AND turn off wifi and the game will not load .... THIS means its server sided if it isn't on the list below please post the name of the game and it will be added to the list" Sent from my DROID4 using Tapatalk 4 Beta1 point
-
Calling mods with thread delete permissions in the requests section or failing that if a member wants to contribute and do it give a mod or me or d2d or other such staff a list of threads where the noobs r asking for cheats to a server sided game Sent from my DROID4 using Tapatalk 4 Beta1 point
-
Def and links to ones that have a modded apk or an offline hack Ie: Server sided game list Game xxxxxxxxx -not modded Game yyyyyyyyy - modded apk insert link here Game zzzzzzzzz server sided now but hackable on ver xy then update to later ver Make sense? Anyone wannna take charge of this lil project and do it as well as remove the noob reqs for aforementioned non hackable server sided games? Sent from my DROID4 using Tapatalk 4 Beta1 point
-
If your looking for the app its on the android app "Blackmart Alpha" with version 5.0.32 build[214] we don't however supply non modded apks for paid apps here at gg.net you might also try apkmania or mobilism? Sent from my DROID4 using Tapatalk 4 Beta1 point
-
1 point
-
Please don't link to file sharing sites Sent from my DROID4 using Tapatalk 4 Beta1 point
-
1 point
-
New version of room toolbox doesn't remove ads Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 21 point
-
As a net sec in my experience it takes longer to type the code than it does for my laptop to do the crunching now if we're talking snouts corporate setup with built in firewall and or a user GUI our a setup that requires a vpn that's a totally different story and in which case ours not worth the bother, in any case your not going to be hacking any router from a mobile device with any degree of success or efficiency Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 21 point
-
I'm alive here welcome but sorry I don't speak Italian though Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 21 point
-
Aqua is the original creator of gameguardian and d2dyno and myself are the admins of the forum. Welcome to the gameguardian.net forum as well :-) Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 21 point
-
Thanks Face1337 for the tutorial and congrats on both your first post as well as your first tutorial, are you going to keep making/create more tutorials? Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 21 point
-
Hi culprate please check the requests section and or post your request there Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 21 point
-
What device and what OS Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 21 point
-
Did you try different games? Have you increased the search region ? Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 21 point
-
your best bet to hack a wifi pass not that im condoning this sort of thing im going to "assume that for some unknown reason you need to hack your own router is to A: do it from a laptop B: as mentioned above use Back track C: check out www.distrowatch.com to find yourself a copy of backtrack its a site listing just about every linux flavor out there and lets you know where to download them i have 3 different guides here that I just "googled" and "found". I've attached them here they are not tuts created to me and all credit for them goes to the original authors listed in each tutorial one of which happens to be gina at lifehacker.com *~*~*~* DISCLAIMER: all of that said I do have a degree in computer networking and security and can say that these tutorials do work and ive personally tested networks to ensure security using these methods with the owners permission and have never attempted to crack a network without permission *~*~*~* tutorial demonstrates the insecurity posed by implementing.docx web hacking tut.docx wifi Cheatsheet.docx1 point
-
What a load of dung.... Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 21 point
-
Nahhhhh I think he's getting a tri boot Android system going so we can boot ios as well as windows mobile on our Droids drop the bottom out on the apple and Microsoft markets why buy something else when you can run everything on your Droid ;-) Posted by Jmorri2011~Admin~ From my Rooted Motorola Droid4 via TapaTalk 21 point
-
0 points