-
Posts
38 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by -SAICOBO-
-
Hello developers, I hope you are well after so many years. 2023 I was trying to use GG on my new device, but unfortunately the apps no longer work as before due to Android restrictions. There is an application that can still run the app without problems, "Multi App" (com.waxmoon.ma.gp) Play Store: https://play.google.com/store/apps/details?id=com.waxmoon.ma.gp The only problem is that it is not optimized.
-
View File Language My example for you is very simple and maybe not the best. Submitter -SAICOBO- Submitted 12/04/2020 Category Templates
-
- Open Source
- template
-
(and 1 more)
Tagged with:
-
-
- Open Source
- template
-
(and 1 more)
Tagged with:
-
View File Brick Breaker - Neon Edition 1.0 Trial version Submitter -SAICOBO- Submitted 09/15/2020 Category LUA scripts
-
-
How to change the value of some searched values when in game without having to pause.
-SAICOBO- replied to CoyFanatic's question in Help
Template.lua -
View File Solitaire: Decked Out version 1.0 Submitter -SAICOBO- Submitted 03/31/2020 Category LUA scripts
-
How to change the value of some searched values when in game without having to pause.
-SAICOBO- replied to CoyFanatic's question in Help
function zoom() gg.setRanges(gg.REGION_ANONYMOUS) -- example gg.searchNumber('1;2;3;4', gg.TYPE_FLOAT) gg.refineNumber("1;2;3;4", gg.TYPE_FLOAT) revert = gg.getResults(4) local r = gg.getResults(4) r[1].value = '0' r[2].value = '0' r[3].value = '0' r[4].value = '0' gg.setValues(r) gg.addListItems(r) gg.toast('Zoom +') gg.sleep(1000) gg.clearResults() end end gg.toast('To change zoom +, touch the gameguardian icon') gg.sleep(100) gg.setVisible(false) while true do if gg.isVisible() then gg.setVisible(false) zoom2() end end end function zoom2() gg.setRanges(gg.REGION_ANONYMOUS) -- example gg.searchNumber('1;2;3;4', gg.TYPE_FLOAT) gg.refineNumber("1;2;3;4", gg.TYPE_FLOAT) revert = gg.getResults(4) local r = gg.getResults(4) r[1].value = '0' r[2].value = '0' r[3].value = '0' r[4].value = '0' gg.setValues(r) gg.addListItems(r) gg.toast('To change zoom -, touch the gameguardian icon') gg.sleep(1000) gg.setVisible(false) while true do if gg.isVisible() then gg.setVisible(false) zoom() end end end -- I thought something like that, it's just to force the script to stop ... (?) -
View File Mi talking Tom 2 <\> Submitter -SAICOBO- Submitted 02/05/2020 Category LUA scripts
-
-
View File #Drive Initial Version Submitter -SAICOBO- Submitted 01/27/2020 Category LUA scripts
-
View File Sniper 3D Initial Version Submitter -SAICOBO- Submitted 01/25/2020 Category LUA scripts
-
-
@Zig Do you have a social network where you can communicate?
-
-
-
-
-
-
View File Script for Bullet Force 1.68.0 by Saicobo v 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 Submitter -SAICOBO- Submitted 10/24/2018 Category LUA scripts