Jump to content

canjianfei

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

canjianfei's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Reacting Well Rare

Recent Badges

0

Reputation

  1. canjianfei

    LUA scripting

    That's ok. Thank you very much.
  2. canjianfei

    LUA scripting

    Hello I want to make two groups number change to different number. But this gameguardian can't work. My code is that: function Main0() SN = gg.choice({ "hello", }, nil, "我是一个默默无闻的公告") if SN==1 then Main2() end FX1=0 end function Main2() SN = gg.multiChoice({ "德意志", "z20/z21", }, nil, "") if SN==1 then HS3() end if SN==2 then HS4() end FX1=0 end function HS3() gg.clearResults() gg.setRanges(32) gg.searchNumber("691;56;41;29;65;7::", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("691;56;41;29;65;7", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("8888888;8000;6000;15000;25000;6000", gg.TYPE_DOUBLE) gg.toast("cg1") gg.clearResults() end function HS4() gg.clearResults() gg.setRanges(32) gg.searchNumber("324;12;83;27;72;55:: ", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("324;12;83;27;72;55", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("888888;1200;2000;3000;25000;6000", gg.TYPE_DOUBLE) gg.toast("cg2") gg.clearResults() end while true do if gg.isVisible(true) then FX1 = nil gg.setVisible(false) end if FX1 == nil then Main0() end end 新建文本文档.lua
  3. canjianfei

    LUA scripting

    I wanted to make a script that could search for three numbers and change them to different values. Here is my code: gg.searchNumber (“ 1462; 46; 84”,gg.TYPE_DOUBLE,false,gg.SIGN_ EQUAL ,0,-1,0) gg.getResults(3) gg.editALL(“ 50000; 5000; 1000”,gg。 TYPE_DOUBLE)
×
×
  • 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.