UPA USB sample script wanted - Page 76
Register
Page 76 of 87 FirstFirst ... 2666717273747576777879808186 ... LastLast
Results 1,126 to 1,140 of 1305
  1. #1126
    DK Veteran
    galaxy0634's Avatar
    Join Date
    Jan 2018
    Location
    Namek planet
    Posts
    1,391
    Thanks Thanks Given 
    683
    Thanks Thanks Received 
    199
    Thanked in
    137 Posts

    Default

    Quote Originally Posted by rybenz View Post
    Hello..
    Can r/w Fujitsu Mcu MB91F with Upa V1.3 clone?
    Thanks.
    No. Only original upa
    *I helped*push thanks button

  2. The Following 2 Users Say Thank You to galaxy0634 For This Useful Post:

    rtbdiagnostic (10th February, 2020), rybenz (17th July, 2019)

  3. #1127
    Top Poster +

    Join Date
    Apr 2019
    Posts
    219
    Thanks Thanks Given 
    137
    Thanks Thanks Received 
    77
    Thanked in
    35 Posts

    Default

    Quote Originally Posted by galaxy0634 View Post
    No. Only original upa
    Ok thank you.

  4. #1128
    DK Veteran
    kappa1's Avatar
    Join Date
    Apr 2013
    Location
    RO-IS
    Posts
    2,929
    Thanks Thanks Given 
    5,216
    Thanks Thanks Received 
    6,159
    Thanked in
    1,923 Posts

    Default

    Hi i need script for UPA USB to read protected MCU MC9S12DG256 , MC9S12DP512
    I have this error
    Reading: 1 Errors Found Device: MC9S12DG256 Range: 0-FFF
    Thanks in advance!
    Last edited by kappa1; 28th July, 2019 at 06:19 PM.

  5. #1129
    Senior Member

    Join Date
    Apr 2019
    Location
    NC
    Posts
    298
    Thanks Thanks Given 
    38
    Thanks Thanks Received 
    12
    Thanked in
    12 Posts

    Default

    hi. if i download this script how can i attach it to open with upa? i tried adding it to its folder but stays in RAR is this script TO EDIT MILEAGE ?

  6. #1130
    Newbie nsacodificadas's Avatar
    Join Date
    May 2019
    Posts
    16
    Thanks Thanks Given 
    7
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts

    Default

    Hello Greetings to all ... I hope not to bother with my question in this thread, if you go elsewhere the query let me know .. please.
    Anyone with the script design could tell me what method or application they use to encrypt the scripts uds files? Thank you so much

  7. #1131
    Newbie
    Join Date
    Dec 2015
    Location
    manaus amazonas
    Posts
    10
    Thanks Thanks Given 
    10
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default

    IhaveThesamedoubtlikeencryptthescriptsforudx
    Last edited by michel almeida; 19th September, 2019 at 12:35 AM.

  8. #1132
    Top Poster +

    Join Date
    Apr 2019
    Posts
    219
    Thanks Thanks Given 
    137
    Thanks Thanks Received 
    77
    Thanked in
    35 Posts

    Default

    Hello mates.
    I need help, does anyone have script/calc for Nippon Seiki dashboard?.
    Thanks before.
    Attached Files Attached Files
    Last edited by rybenz; 9th March, 2020 at 04:44 AM.

  9. The Following User Says Thank You to rybenz For This Useful Post:

    Asassini (30th January, 2020)

  10. #1133
    DK Veteran
    rtbdiagnostic's Avatar
    Join Date
    May 2015
    Location
    My Tool Room
    Posts
    1,461
    Thanks Thanks Given 
    1,988
    Thanks Thanks Received 
    431
    Thanked in
    295 Posts

    Default

    Anybody can help with upa usb script for toyota steering angle sensor hilux 89245-0K010
    'If I helped, please click Thanks +Reputation.. !'

  11. #1134
    Newbie
    Join Date
    Dec 2015
    Location
    manaus amazonas
    Posts
    10
    Thanks Thanks Given 
    10
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default

    how to use this code here
    Code:
    
    
    Code:
    Example:(hcip)
    function DecryptSerNo: string;
    const sn = ($05ABCDEF shl 4) + 7;
    begin
    result := UpperCase(inttohex(sn shr 4 , 8 ));
    end;
    
    begin
    If GetUUSPSerialNumber <> DecryptserNo then begin
    ShowMessage('Script was locked to UPA serial number ' + DecryptserNo
    +#10+ ' All menu will not be loaded' + #10
    + ' Please Contact Hcip')
    exit;
    end else
    
    AddDeviceGroup( '< Dash Correction >', 'Select Menu' );
    
    
    AddDeviceGroupEx( 'BMW', 'Select a Car', '< Dash Correction >' );
    AddDeviceex( 'Z3 inside Sw 9,10', '93S56', 'BMW', '93S56', 'E36', 'HideE36');
    AddAction( 'Show ', 'ShowE36', 'Z3 inside Sw 9,10' );
    end.
    



    I didn't understand how to use this code in my script
    I want to protect the serial from being edited

    Code:
    
    
    Code:
    uses
    Classes, Graphics, Controls, Forms, Dialogs, CARTECH_ELETRONICA_2, uuprog, CARTECH_ELETRONICA_5;
    //=============================================//
    // TODOS OS DIREITOS SÃO RESERVADOS CARTECH_ELETRONICA //
    //=============================================//
    procedure ShowForm;
    var f,COD,CODX: TForm;
    ownerf: TForm;
    begin
    codx:= GetUUSPSerialNumber;
    cod:='0544961E'
    if cod=codx then begin
    ownerf := GetHexEdit;
    if ownerf = nil then
    exit;
    f:= FindForm2( ownerf, 'Form2')
    if f = nil then
    f := TForm2.Create (Application);
    f.Show;
    f.BringToFront;
    end;
    end;
    //=============================================//
    procedure CreatePage( AParent: TForm; Caption: string );
    begin
    end;
    //=============================================//
    procedure DestroyPage( AParent: TForm );
    var f: TForm;
    begin
    f := FindForm2( AParent, 'Form2' );
    if f <> nil then begin
    AParent.RemoveComponent( f )
    f.Free;
    end;
    end;
    //============== MENÚ DE FUNÇÕES =============//
    begin
    AddDeviceGroup('CARTECH_ELETRONICA IMOBILIZADOR CHEVROLET','SELECIONE ABAIXO A OPÇÃO DESEJADA');
    AddDeviceEx('CHEVROLET CONTINENTAL OPEL 2R MC68HC08AZ32','CARGA 03 > < MC68HC08AZ32','CARTECH_ELETRONICA CHEVROLET','MC68HC08AZ32','SHOWFORM','');
    AddAction('CARTECH_ELETRONICA MENÚ DE FUNÇÕES','SHOWFORM','CHEVROLET CONTINENTAL OPEL 2R MC68HC08AZ32');
    AddMsg('IMOBILIZADOR CHEVROLET OPEL 2R MC68HC08AZ32'#169'TODOS OS DIREITOS RESERVADOS SERIAL ='+ GetUUSPSerialNumber);
    //clearmsgs;
    end.
    

    Last edited by michel almeida; 12th November, 2019 at 07:12 PM.

  12. The Following User Says Thank You to michel almeida For This Useful Post:

    lgmchaveiro (19th February, 2020)

  13. #1135
    Newbie
    Join Date
    May 2019
    Posts
    5
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    English only !!! MOTOROLA ...9S12XHY256
    Last edited by gmb45; 25th November, 2019 at 07:31 AM.

  14. #1136
    Member

    Join Date
    Jan 2010
    Location
    Russia
    Posts
    67
    Thanks Thanks Given 
    7
    Thanks Thanks Received 
    243
    Thanked in
    17 Posts

    Default

    Magnetti marelli 7GV ECU Immodata editor. Test and report!
    Attached Files Attached Files

  15. The Following 15 Users Say Thank You to Zaebasto For This Useful Post:

    angmar (4th December, 2021), aqemqum10 (7th January, 2021), Brown012 (30th August, 2022), caprariu (11th February, 2023), geeroam (14th June, 2023), hbalazs (30th August, 2020), keyzex (1st July, 2021), mardude (11th April, 2021), mexjack (17th April, 2020), MOBILTRONIC (24th October, 2021), mossa19 (30th September, 2020), mps125 (30th October, 2020), ProblemChild (24th December, 2023), zar0079 (29th October, 2021), zodiname (13th April, 2021)

  16. #1137
    Member

    Join Date
    Jun 2013
    Location
    brasil
    Posts
    44
    Thanks Thanks Given 
    22
    Thanks Thanks Received 
    22
    Thanked in
    9 Posts

    Default

    7gv.jpg

    hello friends i'm creating my version of 7gv .am new to the subject in scritp, i am having trouble in command to report status of immo on or off .o command used in uds ok as of friend Zaebasto.but as i am creating in form not correct on and off.
    old command and this one.

    Code:=inttohex(GetByteHexEdit($E2),2);//IMMO state
    n4:= strtoint('$'+Code) XOR mask;
    Code1:= '';
    Code2:= '';
    Code3:= '';
    Code1:= Code1 + chr($4F)+chr($4E)+chr($20);//ON
    SetLength(Code1,3);
    Code2:= Code2 + chr($4F)+chr($46)+chr($46);//OFF
    SetLength(Code2,3);
    Code3:= Code3 + chr($56)+chr($49)+chr($52)+chr($47)+chr($49)+chr($ 4E);//VIRGIN
    SetLength(Code,3);
    Code3:=inttohex(GetByteHexEdit($E7),2)+inttohex(Ge tByteHexEdit($E6),2);// pincode


    can someone help please

  17. #1138
    DK Veteran
    rafal's Avatar
    Join Date
    Jul 2010
    Location
    UK - PL
    Posts
    20,674
    Thanks Thanks Given 
    6,597
    Thanks Thanks Received 
    16,994
    Thanked in
    11,232 Posts

    Default

    i am looking for ezs mercedes sprinter script ( upa-s ) ................have someone?
    need help
    now my goal is to buy xp-005
    who will help?

  18. #1139
    Newbie
    Join Date
    Mar 2010
    Location
    mex
    Posts
    16
    Thanks Thanks Given 
    7
    Thanks Thanks Received 
    2
    Thanked in
    2 Posts

    Default

    Hi everyone,
    I hope someone can help me. I'm doing a scrip to change the vin from the scrip, but I can't make it work
    I need the algorithm to write a new vin in a dump.
    Can someone help me please.

  19. #1140
    Member

    Join Date
    Jan 2010
    Location
    Russia
    Posts
    67
    Thanks Thanks Given 
    7
    Thanks Thanks Received 
    243
    Thanked in
    17 Posts

    Default

    I cant create the same form... I try but no sucsess.

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.