Leaderboard
Popular Content
Showing content with the highest reputation on 08/31/2021 in all areas
-
3 points
-
Yheeeaa!!! Ty so much for your easy explanation i did!!! Also i want apprecitate @NoFear for helped me!3 points
-
just learn basic php <?php $model = "Here the dynamic device model name"; $devices = [ "SM-J600FN", "GT-4000MN", ]; /* Then you compare the device model that require the script with all device in your table */ $allowed = false; foreach ($devices as $device) { if ($device === $model) { $allowed = true; break; } } if ($allowed) { echo "Output the script"; } else { echo "Your device is not allowed"; }3 points
-
Unknown search N=O+D means new value to search for equals the old value plus the difference of a given amount Just do an initial fuzzy search of whatever value type is being searched for like for example dword, and after the first search is done when you go to do the second search hit 'more' at the bottom of the fuzzy search menu and it'll show exactly what you need for NoFear's suggestion2 points
-
Omg thanks so I basically just type all that php in like pastebin.com then say gg.makeRequest to that php then it should work ur actually a hero2 points
-
Use the unknown N=O+D search. Xp is just continuously counting. So if you earned 12, value increase by 122 points
-
Gems are located above gold. But follows same rule. I imagine xp is similar. I Can check.2 points
-
2 points
-
Version 4.0.9070+1.0.3010+1.0.3049
15,098,546 downloads
Requires Android: Android 4.0.3-4 / Ice Cream Sandwich MR1 or later. There is support for x86. Video: No root via optimized Parallel Space Lite - GameGuardian (#47glijbj) Before installing the optimized version, uninstall the version from Google Play. Differences of the optimized version: no error 105. About second apk (32-Bit Support): About third apk (64-Bit Support): You do not need to install it if you do not intend to crack 64-bit games. After installing it, GG will not see 32-bit games in the virtual space, only 64-bit.1 point -
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
-
1 point
-
::Nitrojen:: gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1.5;8;1.5;8::13", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.searchNumber("8", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) searchResults = gg.getResults(1) for i, v in ipairs(searchResults) do v.freeze = true end gg.addListItems(searchResults) gg.toast('Gived Ultimate Nitro') gg.clearResults() goto SmartCheater ::Ghost:: gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1.96181785e-44;2.1019477e-44;1.68155816e-44;1.821688e-44;2.24207754e-44;1.26116862e-44;4.20389539e-45:101", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.searchNumber("4.20389539e-45", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.getResults(20) gg.editAll("0", gg.TYPE_FLOAT) gg.toast('You Are Ghost Racer') gg.clearResults() goto SmartCheater ######################## freeze in tab ::Nitrojen:: worked. But it did not work in tab :: Ghost :: Now how do I freeze the value. Please change if possible and leave me the corrected script1 point
-
in that script, delete 'end' in line 68. delete 'local' in line 57. it works for me. What i wonder is about 'local t'. Why it is still there even we set t=nil. idk why this error happen If we use do local t=.... blahblah end then we dont need to delete word 'local' in line 57. as @blocxsaid, we are not pro. good luck bro XD.1 point
-
1 point
-
I corrected the script but this freezing method does not work to run the script. So thank you bro, no problem1 point
-
1 point
-
Gems from the Store.. Screenrecorder-2021-09-01-00-18-37-143.mp4 values maybe different or maybe not but you guys can try it.1 point
-
dont know if this will help but..yeah its strange. Screenrecorder-2021-08-31-22-39-41-10.mp41 point
-
1 point
-
1 point
-
the script detect the phone model automaticaly all you need is to create a table with allowed device model then compare, if the device dont exist in the table then stop execution else output the script. all of this should be done in the server not in lua.1 point
-
Yeah blocx I am the creator I have my code to edit but nothing worked Thanks MAARS I'll take a look1 point
-
There is many methods you can make this done, in my case i use php to lock the script in a specific device model but the cons is anyone with the same model can access the script. before we used android device id it was more secure and unique but android 10+ restricted external app for accessing device id and IMEI. for example of devices id lock check the script bellow it detects any device model using php script.lua1 point
-
gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1.96181785e-44;2.1019477e-44;1.68155816e-44;1.821688e-44;2.24207754e-44;1.26116862e-44;4.20389539e-45:101", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber("4.20389539e-45", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(20, nil, nil, nil, nil, nil, nil, nil, nil) local t = gg.getResults(2500, nil, nil, nil, nil, nil, nil, nil, nil) for i, v in ipairs(t) do if v.flags == gg.TYPE_FLOAT then v.value = "0" v.freeze = true end end gg.addListItems(t) t = nil gg.toast('You Are Ghost Racer') end @Mojihacker1 point
-
Version 1.0.0
14,635 downloads
My Discord Server: https://discord.gg/vATfQwnqkN FEATURES ▫Antiban ▫Wallhack ▫Color Hacks ▫Player Hacks ▫Aim Hacks ▫Map Hacks ▫Gun Hacks ▫Car Hacks Virtual: http://www.mediafire.com/file/r10bo48t79zaa69/Virtual+Antiban.apk/file Firewall: https://play.google.com/store/apps/details?id=app.greyshirts.firewall How Do You Not Get Banned ¿1 point -
why would i want to get paid from this anyways lol, i do this for fun/learning1 point
-
1 point
-
1 point
-
1 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
-
1 point
-
I found it pretty easy. Just copied the data from post above into a text file then replaced the ".txt" extention to ".Lua" and then went to search tab and rap on "more" (three lines) button and "excute script". So simple. I think by working with these samples, it's easily possible to make a good one for a game. On it now.1 point
-
1 point
-
Yes. And can be created automated calculator/tool based on gg. Present function 'toast', 'alert' and 'prompt' which allow create some dialogs for user. For example 'Input gold amount:' and use this value for make search. data = gg.prompt({[1]='Search value', [2]='Replace value', [3]='Max count'}, {[1]='123', [2]='456', [3]='321'}) gg.searchNumber(data[1], gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) found = gg.getResultCount() gg.alert('We found: '..found) gg.getResults(data[3]) replaced = gg.editAll(data[2], gg.TYPE_DWORD) gg.alert('We replaced: '..replaced) gg.alert('Summary: We search '..data[1]..', found '..found..', replaced '..replaced..' to '..data[2]..' with max count '..data[3]..';') print('Script ended.')1 point
-
1 point
-
1 point
-
1 point
-
hello guys, I have a script for a game with username and password secured but I wanna sell the script, the problem is that for example the password is abc, anyone who uses the script can use this password, but I only want my friend to use abc as password, I tried everything and nothing works, if you know why, reply or dm my instagram -> malekpw I pay you in paypal because I really need that not everyone uses the same password. Here is the picture of how I secured the script.0 points