Jump to content

blocx

Contributor
  • Posts

    1,282
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by blocx

  1. 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 )

  2. 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

    Screenshot_20210520-201228_F1 VM.jpg

    [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

  3. 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

  4. @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

  5. hi all im very noob in coding but i want to know if it possible to modify an script recorded in gg ? i would to add an interface i develop i record a script that modify the acceleration time and i want add an menu with le name of car if you know teach me how to thanks

  6. 1 hour ago, Alexrodriguesminas said:
    [added 1 minute later]

    Sensational friend! Thank you very much for your dedication! If possible you could also create a script to unlock the cars! I thank you for your attention and willingness to help us! Hugs!

    hi car unlocker script allready exist but u need to use the single car unloker script and run it on the car seller  http://gameguardian.net/forum/applications/core/interface/file/attachment.php?id=18143

  7. hi happy to see u again can you take a screenshot i am realy lost i make exactly than mario say but maybe its me( i am just good to execute script ) or maybe i run in f1 player i do that i search 10101h i save the result in witch tab i modify in tab of search or tab of save ? beaucause im changed all value on the save but issue is never the same one time nothing change or game crashe thx bro

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