Jump to content

blocx

Contributor
  • Posts

    1,282
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by blocx

  1. blocx

    Royal farm

    @Godismatano luck if u try to hack shop it restart
  2. still trouve with loggin what is wrong ?
  3. blocx

    R.A.C.E

    View File R.A.C.E hi friend this is simple script for R.A.C.E with this u make unlimited currency and unlock rewards of way of classement ( sorry this game was in early access i have no link refer to screenshot) this script will never see the light without help of comunity so for this big thanks to : @AKidWithMidgetFriend @MAARS @MonkeySAN () Submitter blocx Submitted 08/14/2021 Category LUA scripts  
  4. blocx

    R.A.C.E

    Version 1.0.0

    528 downloads

    hi friend this is simple script for R.A.C.E with this u make unlimited currency and unlock rewards of way of classement ( sorry this game was in early access i have no link refer to screenshot) this script will never see the light without help of comunity so for this big thanks to : @AKidWithMidgetFriend @MAARS @MonkeySAN ()
  5. blocx

    gg verification

    thanks friend @MonkeySAN
  6. blocx

    gg verification

    i have not understand all but thanks @AKidWithMidgetFriend
  7. blocx

    gg verification

    local game = gg.getTargetPackage() if game ~= 'com.smokoko.race' then os.exit() else then script() end gg.alert(' R.A.C.E \n\n\n UNLIMITED CURRENCY/ WAY OF CLASSEMENT \n\nHOW IT WORK : RUN THIS SCRIPT AFTER STAGE 2 (for currency) AND PLAY A STAGE TO UPDATE CURRENCY\n\n\n ENJOY ') gg.toast(' R.A.C.E BLOCX UNLIMIT THE POWER ') print('🖐 BYE BYE FRIEND🖐\n\n BIG THANK TO ☆SAMMAX71☆') gg.setVisible(false) function main()
  8. blocx

    gg verification

    thanks @MAARS @AKidWithMidgetFriend
  9. blocx

    gg verification

    sorry where i need to paste ? and in red line need to writte somethings?
  10. blocx

    gg verification

    @AKidWithMidgetFriend thanks with this if its the wrong game script can run or no or just an alert ?
  11. blocx

    gg verification

    hi all somebody can tell me if its possible in script to have verification between game and script exemple if i make an script for game named x it possible to add something for this script cant be launch in game y ?
  12. blocx

    script

    it solved @Lover1500 @MAARS @MonkeySAN if it can help someone function main() Menu = gg.choice({" CURRENCY HACK "," WAY OF CLASSEMENT FOR 0 POINTS","Exit"},nil," R.A.C.E ") if Menu == 1 then CH() end if Menu == 2 then RN() end if Menu == 3 then Exit() end end function CH() gg.setRanges(gg.REGION_ANONYMOUS) menu = gg.prompt({ " ENTER CURRENT COINS :"," ENTER CURRENT GEMS :" }, {""}, {"number","number"}) gg.searchNumber(menu[1], gg.TYPE_DWORD) gg.getResults(gg.getResultsCount()) gg.getResults(100) gg.editAll ("999999999", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) gg.clearResults() gg.toast(' ENJOY 999999999') end function RN()
  13. since this morning i have reset 3 times pass it begin to makes me bad
  14. with account verif disable it have same trouble untill this morning i have reset my password 3 times why site is not fixed ( site is hacked ? )
  15. hi @Sysadmin sorry to open post ( cant access old post ) this morning the site still have trouble
  16. hi bro @MarioRossi93i when u have time and if u want please update
  17. blocx

    script

    @MonkeySAN nice thing still error for me local function h1() local function funcValue() local arg = ... local a = gg.prompt({"💳 ENTER YOUR CURRENT COINS 💳:", "💎 ENTER YOUR CURRENT GEMS 💎:"},arg) if not a then return funcValue() else local notInput, value, group = nil, "", "" for _, __ in next, a do if __ == "" then a[_] = "! IMPUT CODE !" notInput = true else value = value..group..__ group = ";" end end if notInput then return funcValue(a) end return value end end local customValue = funcValue() if customValue then s = customValue gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber(s, gg.TYPE_DWORD) gg.getResults(100) gg.editAll ("999999999", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.clearResults() gg.toast('💰 ENJOY 999999999💰') end local function h2() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("13900;13600;13300;13000;12700;12400;12100;11800;11500;11200;10900;10600;10300;10000;9550;9150::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(130, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0", gg.TYPE_DWORD) gg.searchNumber("8750;8400;8050;7700;7350;7000;6700;6400;6100;5800;5500;5200;4900;4600;4300;4000::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(130, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0", gg.TYPE_DWORD) gg.searchNumber("3750;3500;3250;3000;2750;2500;2250;2000;1750;1550;1350;1150;970::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(130, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0", gg.TYPE_DWORD) gg.searchNumber("780;610;450;310;200;120;60;40;30::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(130, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0", gg.TYPE_DWORD) gg.clearResults() gg.toast("ENJOY") end local hacks = { {name = " 999999999 GOLDS-GEMS ", func = h1}, {name = " UNLOCK WAY OF CLASSEMENT ", func = h2}, } local hackNames = {} local hackFunctions = {} for i, v in pairs(hacks) do table.insert(hackNames, v.name) table.insert(hackFunctions, v.func) end gg.setVisible(false) local choice = gg.choice(hackNames,nil," 999 999 999 COINS/GEMS- HACK WAY OF CLASSEMENT ") if choice ~= nil then if choice==1 then h1() elseif choice==2 then h2() end end
  18. blocx

    script

    20210812_200531.mp4 20210812_200531.mp4 20210812_200531.mp4
  19. blocx

    script

    @MonkeySAN @Lover1500 yes the problem is not to run prompt if i erase function it work but menu come after prompt
  20. blocx

    script

    i appreciate thanks will test later @MonkeySAN
  21. @MonkeySAN no in most of case i need to relog when i return on gg automatic log not realy work for me bheind update remember not work
  22. yes i reset my password it solved this error
  23. blocx

    script

    @MonkeySAN still error with gg launch local function h1() local function funcValue(...) local arg = ... local a = gg.prompt({"💳 ENTER YOUR CURRENT COINS 💳:", "💎 ENTER YOUR CURRENT GEMS 💎:"},arg) if not a then return funcValue() else local notInput, value, group = nil, "", "" for _, __ in next, a do if __ == "" then a[_] = "! IMPUT CODE !" notInput = true else value = value..group..__ group = ";" end end if notInput then return funcValue(a) end return value end end local customValue = funcValue() if customValue then s = customValue gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber(s, gg.TYPE_DWORD) gg.getResults(100) gg.editAll ("999999999", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.clearResults() gg.toast('💰 ENJOY 999999999💰') end local function h2() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("13900;13600;13300;13000;12700;12400;12100;11800;11500;11200;10900;10600;10300;10000;9550;9150::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(130, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0", gg.TYPE_DWORD) gg.searchNumber("8750;8400;8050;7700;7350;7000;6700;6400;6100;5800;5500;5200;4900;4600;4300;4000::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(130, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0", gg.TYPE_DWORD) gg.searchNumber("3750;3500;3250;3000;2750;2500;2250;2000;1750;1550;1350;1150;970::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(130, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0", gg.TYPE_DWORD) gg.searchNumber("780;610;450;310;200;120;60;40;30::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(130, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0", gg.TYPE_DWORD) gg.clearResults() gg.toast("ENJOY") end local hacks = { {name = " 999999999 GOLDS-GEMS ", func = h1}, {name = " UNLOCK WAY OF CLASSEMENT ", func = h2}, } local hackNames = {} local hackFunctions = {} for i, v in pairs(hacks) do table.insert(hackNames, v.name) table.insert(hackFunctions, v.func) end gg.setVisible(false) local choice = gg.choice(hackNames,nil," 9999 KEYS / RINGS TO 999 999 999 / MAX LEVEL ") if choice ~= nil then hackFunctions[choice]() end
  24. crazy update of site
×
×
  • 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.