Jump to content

blocx

Contributor
  • Posts

    1,282
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by blocx

  1. View File virtua tennis its simple script for virtua tennis it make all tournaments free and give big reward ( in hamburg u win reward without victory ) Thanks to @sammax71 for help to make script Submitter blocx Submitted 06/23/2021 Category LUA scripts  
  2. blocx

    script

    thank you man
  3. Version 1.4.5

    318 downloads

    its simple script for virtua tennis it make all tournaments free and give big reward ( in hamburg u win reward without victory ) Thanks to @sammax71 for help to make script
  4. blocx

    script

    hi what i need in this for freeze the values ? thanks for help Test.lua
  5. no i use script ddl on youtube i will try wolf [added 4 minutes later] im stupid wollf is not an encrypt
  6. @sammax71 not work for me f1player [added 2 minutes later]
  7. nice job bro
  8. how u use gg virtual space or rooted device ? [added 0 minutes later] im in android 11 work well on f1 vm player
  9. @JustDavid003 work for me on 9.5.0
  10. old version still work say thanks to @MarioRossi93i Auto-Win.lua
  11. @john316 i repeat u again a little search in lua ddl .u want the other search for u ? its last time i reply u Real Racing 3 (9.2.0) Player Level Hack (#cu5ea41u)Real Racing 3 (9.2.0) Fame Points Hack (#bqr8epq1)Real Racing 3 (9.1.1) Player Profile Hack (#a90pv7pe) all work in 9.4.0
  12. blocx

    Daemon not working

    no need f1 work similar to an virtual space but a little different u only need to install f1 under f1 u need to add ur game u can clone but u need also to install gg but not clone install under f1 with apk maybe you need also good setting ( under f1 enable root permition )
  13. blocx

    Daemon not working

    @sammysam http://f1vm.com/
  14. blocx

    Daemon not working

    no dual space from play store is not optimized for gg i recomand u to use f1 vm or x8 sandbox
  15. @MarioRossi93i
  16. hi bro mario is there a way to uptade no need to all but lap number changer is cool if u can thanks
  17. @john316 if u search curency hack with a little search lol script updated 15 may Real Racing 3 (9.4.0) Currency Hack (R$,Gold,M$) (#8ke0l7fm)
  18. blocx

    GameGuardian

    @zzz how u use gg ( u say ur not rooted ) witch virtual space u use ?
  19. blocx

    edit script

    ok @MonkeySAN it work ! thank u very much bro thank u too @Crystal_Mods100x
  20. blocx

    edit script

    thanks you 2 for the time i will try yomorow maybe i dot not have succes because i use my phone with editor txt ?
  21. blocx

    edit script

    please if i pose the recorded script can just copy the good lines in your exemple becoz the script recorded have many line not just the search value all time i try to launch same error [added 1 minute later] i am here whats wrong ? --main code function Veneno() gg.searchNumber("2.25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(500, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0.25", gg.TYPE_FLOAT) end function Porsche() gg.searchNumber("2.56", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(500, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0.25", gg.TYPE_FLOAT) end function Chevrolet() --code here end function Dodge() --code here end menu = gg.choice({ "Veneno" "Porsche" "Chevrolet" "Dodge" "Exit" },nil,"car menu") if menu == 1 then Veneno() end if menu == 2 then Porsche() end if menu == 3 then Chevrolet() end if menu == 4 then Dodge() end if menu == 5 then os.exit() end if menu == nil then end [added 3 minutes later] sans titre.lua
  22. blocx

    edit script

    ok but the rest of script what do i do with ? @MonkeySAN
  23. blocx

    edit script

    sorry i dont understand i have zero notion lol and im french for the exemple for i try to understand for find value and change its ok i know i record with gg for one car for the example its an porsche and the script its thats where to copy ur code and what i do writte in ur code ? -- Script generated by GameGuardian 101.1 (16142) at 2021-05-20 16:53:10 for Real Racing 3 [com.ea.games.r3_row 9.4.0 (9401)] -- Lua help: http://gameguardian.net/help/ -- options local scriptName = [=====[Script for Real Racing 3 9.4.0]=====] local scriptVersion = '1.0.0' local scriptAuthor = 'BLOC-XV' local startToast = 'ROULE PLUS VITE ET PLUS LOIN' -- 0 - no check; 1 - check package only, 2 - check package and build local checkTarget = 0 local targetName = [=====[Real Racing 3]=====] local targetPkg = 'com.ea.games.r3_row' local targetVersion = [=====[9.4.0]=====] local targetBuild = 9401 -- functions -- init gg.require('101.1', 16142) if startToast ~= '' then startToast = '\n'..startToast end gg.toast(scriptName..' v'..scriptVersion..' by '..scriptAuthor..startToast) if checkTarget ~= 0 then local info = gg.getTargetInfo() local check = false local current = false if checkTarget >= 1 then check = targetPkg current = info.packageName end if checkTarget >= 2 then check = check..' '..targetVersion..' ('..targetBuild..')' current = current..' '..info.versionName..' ('..info.versionCode..')' end if check ~= current then gg.alert('This script for "'..targetName..'" ['..check..'].\nYou select "'..info.label..'" ['..current..'].\nNow script exit.') os.exit() end end local revert = nil -- main code gg.searchNumber("2.56", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(500, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0.25", gg.TYPE_FLOAT) [added 1 minute later] sorry for that i want understand @Crystal_Mods100x
  24. blocx

    edit script

    @Crystal_Mods100x its for real racing 3 for the exemple for the script i try i use an car with 2,50 s in acceleration i modify to 0,50 and i make and andurance race i can run untill i want to stop question in your exemple when u writte code here i would say than i can paste the script ? [added 4 minutes later] if i understand its that ? --main code function CN1(jaquar xtype?) --code here i paste the script record for jaguar ? end function CN2(acura nsx) --code here i paste here script record for acura ? end function CN3() --code here end function CN4() --code here end menu = gg.choice({ "car name 1" "car name 2" "car name 3" "car name 4" "exit" },nil,"car menu") if menu == 1 then CN1(jaguar xtype ?) end if menu == 2 then CN2(acura nsx ?) end if menu == 3 then CN3() end if menu == 4 then CN4() end if menu == 5 then os.exit() end if menu == nil then end
  25. @derantun use single car unlocker it still work use in seller for it work ( all credits are for @MarioRossi93i Car single unlocker.lua
×
×
  • 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.