Jump to content

blocx

Contributor
  • Posts

    1,282
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by blocx

  1. @MonkeySAN
    ty it work but  want it no add to savelist it possoble ?

    [added 3 minutes later]

    local function h3()

    gg.setRanges(gg.REGION_C_ALLOC)

    gg.searchNumber("28271;29285;16384::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
    gg.refineNumber("29285", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
    r = gg.getResults(100)

    local t = {}
    t[1] = {}
    t[1].address = r[1].address + 0x20
    t[1].flags = gg.TYPE_DWORD
    t[1].value = 9999
    t[1].freeze = true

    gg.addListItems(t)
    gg.clearResults()
    gg.toast("👌 ENJOY UNLIMITED CHILIS👍")
    end

  2. hi all someone please can tell me what i need if i want freeze the value off offset ? thank you

    local function h1()

    gg.setRanges(gg.REGION_C_ALLOC)

    gg.searchNumber("712;498;262;133::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
    gg.refineNumber("712", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
    r = gg.getResults(100)

    local t = {}
    t[1] = {}
    t[1].address = r[1].address - 0x21C
    t[1].flags = gg.TYPE_DWORD
    t[1].value = 999999999

    gg.setValues(t)
    gg.clearResults()
    gg.toast("👌 ENJOY 999999999 GOLDS 👍")
    end
     

  3. poker world


    hi all i make this script it give you a lot of chips tickets free item ( for money it work in 2 step run step 1 everywhere and step 2 execute just after enter miami )

    extra tips u can make autowin for all tournament just make this search

    xxxxx;xxxxx;xxxxxx::45

    first number imput enter price 2nd number imput number of player 3nd number imput munber of star ::45 and reffine with number of player and edit to 1

     

    https://play.google.com/store/apps/details?id=com.youdagames.pokerworld


     

  4. @Bobby454545hi do u know how to search your value ? if yes how many results with your value ? if there a lot of result.u need to find an group search with refine with one value for have one result ( no need to use value in search just use offset ) if i have time i will take a look to ur game and go back to u if i found something

    [added 4 minutes later]

    if u want writte script ur group search must give same result on 2 different device on different progress ( install ur game twice for try on both game )

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