Jump to content

BaldiGT

Ascended
  • Posts

    93
  • Joined

  • Last visited

1 Follower

Additional Information

  • Android
    8.x (Oreo)
  • Device
    Samsung j7 Prime

Recent Profile Visitors

4,122 profile views

BaldiGT's Achievements

Enthusiast

Enthusiast (6/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

9

Reputation

  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
×
×
  • 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.