Jump to content

Loli12

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Loli12

  1. Loli12

    Help

    sorry I want to ask how to find coordinate in game guardian, how is it not remote surgery with the cheat engine
  2. Loli12

    Help

    very good but I want to ask a question for example we have gg.multiChoice {( 'menu 1', 'menu 2', 'exit', }, nil, ......) we want to add gg.multiChoice in menu 1 and 2 to sort it ON OFF sorry if something is not understood
  3. Loli12

    Help

    I will write it down in the brain
  4. Loli12

    Help

    oh thank you my script has no problem anymore
  5. Loli12

    Help

    gg.alert("WELCOME TO SKRIPT HACKUDO") function START() menu = gg.multiChoice({ "", "", "", },nil,"subscribe Hackudo") if menu == 1 then DAK_AE1() end if menu == 2 then DAK_AE2() end if menu == 3 then exit() end function DAK_AE1() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("50", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.processResume() revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0", gg.TYPE_FLOAT) end function DAK_AE2() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("50", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.processResume() revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0", gg.TYPE_FLOAT) end function exit() gg.setVisible() end end This is it The script is stppped at gg.elert then the script ends
  6. Loli12

    Help

    please help my skript error when the script menu displays it ends even though I have added the value sorry if my language is a bit stiff because I use a translet
×
×
  • 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.