Jump to content

chandelier

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

chandelier's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done

Recent Badges

0

Reputation

  1. ah so it can be like that, what about if i need to edit them again with different value at the same time the first, 3 values was 100;50;1 and the second, 3 values are 200;150;1 then the 3rd, 3 values 300;200;1 do i need to make an array? local array1 = {100;50;1} local array2 = {200;150;1} local array3 = {300;200;1}
  2. hello, im still new at scripting, i tried something and it works but i need simplifier scripting, heres some part of my code local posX = gg.getListItems() local posY = gg.getListItems() local posZ = gg.getListItems() for i, v in ipairs(posX) do if v.name == 'posX' and v.flags == gg.TYPE_FLOAT then v.value = 100 end end for i, v in ipairs(posZ) do if v.name == 'posZ' and v.flags == gg.TYPE_FLOAT then v.value = 1 end end for i, v in ipairs(posY) do if v.name == 'posY' and v.flags == gg.TYPE_FLOAT then v.value = 50 end end gg.setValues(posX) gg.setValues(posZ) gg.setValues(posY) gg.addListItems(posX) gg.addListItems(posZ) gg.addListItems(posY) local searchResults = gg.getResults(10, nil, nil, nil, 1, 100, gg.TYPE_FLOAT) if searchResults.name == "posX" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posX' end end if searchResults.name == "posY" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posY' end end if searchResults.name == "posZ" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posZ' end end gg.addListItems(searchResults) gg.clearResults() do i need an arraylist / tablelist and pointer ? for my 3 float value 100;1;50 because i need to input all values more than hundreds, if i still using script code above, it will very long writing
  3. oh my god, my good man, it does works, thankyou so much
  4. gg.searchNumber ('1008981770', gg.TYPE_DWORD) gg.refineNumber ('1008981770') searchResults = gg.getResults(5) searchResults[3].name = 'Target' gg.addListItems(searchResults) gg.clearResults() Target = gg.getListItems() gg.loadResults(Target) for i, v in ipairs(searchResults) do if Target.name == "Target" and v.flags == gg.TYPE_DWORD then v.value = '0' v.freeze = true v.freezeType = gg.FREEZE_NORMAL end end Help me solve my problem
  5. View File AURCUS LUA GG SCRIPT MENU Script Creator : Venelett / chandelier (ingame name) Script error contact youtube : Aurcus Venelett Game to hack/cheat : Aurcus Online MMORPG Global version for Android This lua gg script menu do almost known hack/cheat in the game aurcus online global ver. script is not encrypted, it means you can view all codes and function in there regards, venelett/chandelier Submitter chandelier Submitted 05/28/2025 Category LUA scripts  
  6. Version 1.24.0

    522 downloads

    Script Creator : Venelett / chandelier (ingame name) Script error contact youtube : Aurcus Venelett Game to hack/cheat : Aurcus Online MMORPG Global version for Android This lua gg script menu do almost known hack/cheat in the game aurcus online global ver. script is not encrypted, it means you can view all codes and function in there regards, venelett/chandelier
×
×
  • 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.