Jump to content

Fowskill

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

Fowskill's Achievements

Newbie

Newbie (1/14)

  • One Year In
  • First Post Rare
  • Conversation Starter Rare
  • One Month Later
  • Week One Done

Recent Badges

0

Reputation

  1. Fowskill

    gg prompt

    ITS My script/ function skill() local itemType = gg.choice({ "Weapon Type", "Weapon Type ", "Weapon Type ", "Weapon Type ", }, nil, "ℹWhat kind of Skill do you want to Trade?") if itemType == nil then return end local item = gg.choice(map(itemsSpec[itemType], function(item) return item.name end ), nil, "ℹWhich Weapon Type do you want to choose?") if item == nil then return end gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber(I need here seach my itemsspec ID, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) its my itemsspec itemsSpec = { { { id = 1, name = " Single Arrow " }, { id = 2, name = " Rain Blue " }, { id = 3, name = " Fire Arrow " }, { id = 4, name = " Green Projectile" }, { id = 5, name = " Black Spell " }, { id = 6, name = " Blue Projectile " },
  2. Fowskill

    gg prompt

    how can i seach? i need seach my item spec gg.searchNumber(itemsSpec[itemType][item].id , gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1, 0) local t = gg.getResults(25000, nil, nil, nil, nil, nil, nil, nil, nil) Its my item spec what i need change that for find that value (ID) itemsSpec = { { id = 21, name = " Ball of Light " }, { id = 22, name = " Poisonous Green Cloud " }, { id = 33, name = " Piercing Trace " }, { id = 24, name = " Ice Projectile " }, {
  3. Fowskill

    gg prompt

    i make that , just now have other problem
  4. Fowskill

    gg prompt

    give discord
  5. Fowskill

    gg prompt

    u have telegram?>
  6. Fowskill

    gg prompt

    Need help to Make a setting type (and what would then be saved in cfg) and then these values were used in the script my exaple t[i] = { address = i.address + 4, flags = 16, value = (HERE VALUE OF THIS gg.prompt) gg.setValues(t) } who can help with ?
×
×
  • 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.