Jump to content

BaldiGT

Ascended
  • Posts

    93
  • Joined

  • Last visited

Everything posted by BaldiGT

  1. How to make os.exit() in pastebin...i cant exit the script with os.exit()
  2. Pls help me how to make online script tutorial....like this JZTeam.03.13.lua
  3. Ty bro you are awesome ...but how to revert selected in save list with script
  4. Seriously i even don't understand..pls give me 1 example for the code..and ill study the script.....pls........
  5. I need the script directly ... and I will study the script ...pls gime 1 example script
  6. please give 1 sample script code to edit in the save list and I will learn the code
  7. Seriously i cant use the script from record script..or you can fix this script manual -- Script generated by GameGuardian 73.9 (14080) at 2019-03-09 12:48:45 for Growtopia [com.rtsoft.growtopia 2.988 (197)] -- Lua help: http://gameguardian.net/help/ -- options local scriptName = [=====[Script for Growtopia 2.988]=====] local scriptVersion = '1.0.0' local scriptAuthor = 'User' local startToast = '' -- 0 - no check; 1 - check package only, 2 - check package and build local checkTarget = 0 local targetName = [=====[Growtopia]=====] local targetPkg = 'com.rtsoft.growtopia' local targetVersion = [=====[2.988]=====] local targetBuild = 197 -- functions -- init gg.require('73.9', 14080) if startToast ~= '' then startToast = '\n'..startToast end gg.toast(scriptName..' v'..scriptVersion..' by '..scriptAuthor..startToast) if checkTarget ~= 0 then local info = gg.getTargetInfo() local check = false local current = false if checkTarget >= 1 then check = targetPkg current = info.packageName end if checkTarget >= 2 then check = check..' '..targetVersion..' ('..targetBuild..')' current = current..' '..info.versionName..' ('..info.versionCode..')' end if check ~= current then gg.alert('This script for "'..targetName..'" ['..check..'].\nYou select "'..info.label..'" ['..current..'].\nNow script exit.') os.exit() end end local revert = nil -- main code gg.searchNumber(99, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() local t = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.addListItems(t) t = nil gg.clearResults() revert = gg.getListItems() local t = gg.getListItems() for i, v in ipairs(t) do if v.flags == gg.TYPE_DWORD then v.value = 1 v.freeze = false v.freezeType = gg.FREEZE_NORMAL end end gg.addListItems(t) t = nil
  8. -- Script generated by GameGuardian 73.9 (14080) at 2019-03-09 12:48:45 for Growtopia [com.rtsoft.growtopia 2.988 (197)] -- Lua help: http://gameguardian.net/help/ -- options local scriptName = [=====[Script for Growtopia 2.988]=====] local scriptVersion = '1.0.0' local scriptAuthor = 'User' local startToast = '' -- 0 - no check; 1 - check package only, 2 - check package and build local checkTarget = 0 local targetName = [=====[Growtopia]=====] local targetPkg = 'com.rtsoft.growtopia' local targetVersion = [=====[2.988]=====] local targetBuild = 197 -- functions -- init gg.require('73.9', 14080) if startToast ~= '' then startToast = '\n'..startToast end gg.toast(scriptName..' v'..scriptVersion..' by '..scriptAuthor..startToast) if checkTarget ~= 0 then local info = gg.getTargetInfo() local check = false local current = false if checkTarget >= 1 then check = targetPkg current = info.packageName end if checkTarget >= 2 then check = check..' '..targetVersion..' ('..targetBuild..')' current = current..' '..info.versionName..' ('..info.versionCode..')' end if check ~= current then gg.alert('This script for "'..targetName..'" ['..check..'].\nYou select "'..info.label..'" ['..current..'].\nNow script exit.') os.exit() end end local revert = nil -- main code gg.searchNumber(99, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() local t = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.addListItems(t) t = nil gg.clearResults() revert = gg.getListItems() local t = gg.getListItems() for i, v in ipairs(t) do if v.flags == gg.TYPE_DWORD then v.value = 1 v.freeze = false v.freezeType = gg.FREEZE_NORMAL end end gg.addListItems(t) t = nil
  9. Im trying to add some value in save list and try to edit thats value in save list but the script is not working.......just add some value.....the script didn't edit the value in save list #ripenglish _______________________________________________ added 4 minutes later U can look in the script testsssss Or need a video?
  10. I just used the record script feature, after I finished using it but the script didn't work This is the script testsssss testsssss Pls someone fix the script
  11. BaldiGT

    Freeze error

    Ok ty its work....
  12. BaldiGT

    Freeze error

    https://youtu.be/4cfyrQfU6dA
  13. BaldiGT

    Freeze error

    Ok this is the video with tap counter.. https://youtu.be/4cfyrQfU6dA
  14. BaldiGT

    Freeze error

    Where i can find tap counter? Pls give link
  15. BaldiGT

    Freeze error

    Thats the video :sorry for my bad english
  16. BaldiGT

    Freeze error

    and one more, after I updated my Android to version 8.0, many didn't work on gameguardian like the previous version of Speedhack ... and in the current version Freeze also doesn't work ... is there any effect on my android version?
  17. BaldiGT

    Freeze error

    yes that's what I did in the previous version ... but in the current version it doesn't work anymore ... I don't know what the cause is because of my virtual space or what ... because I use PARALLEL SPACE and my friend uses VIRTUAL EXPOSED and it works for those VIRTUAL EXPOSED users
  18. BaldiGT

    Freeze error

    Yeah i know. because in the previous version the freeze was still working and after this latest update and I tried it again in the same game but it didn't work
  19. BaldiGT

    Freeze error

    My device android 8.0 And before this update GG new version, Speedhack is not working, and yeah after UPDATE, speedhack is working, but the problem Is FREEZE isn't work Pls fix
×
×
  • 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.