Register
Page 54 of 89 FirstFirst ... 444495051525354555657585964 ... LastLast
Results 796 to 810 of 1332
  1. #796
    DK Veteran
    pinkfloyd5eg's Avatar
    Join Date
    Mar 2010
    Location
    DARK SIDE OF THE MOON
    Posts
    1,205
    Thanks Thanks Given 
    45
    Thanks Thanks Received 
    1,047
    Thanked in
    120 Posts

    Default

    Quote Originally Posted by jjrp255630 View Post
    hi,im starting to create scripts, but i need some help, where i can get a good manual with exemples in this case for change mileage in dumps?

    thanks
    here is a good start point mate

    -LET'S LEARN PASCAL FOR FLEXIBLE SCRIPTING !!

    -Download 010 Editor + patch .. Merry Xmas!

    http://www.digital-kaos.co.uk/forums...w-year-247358/

    you can find many scripts as samples here on this thread to review .

    good luck
    << KEEP LEARNING W.O LIMITS >>
    2 Simple Methods To Say Thanks on DK
    Press Thanks _OR_ Add Rep

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

    clubedomodulo (24th November, 2019), gameiruz (28th August, 2014)

  3. #797
    Banned

    Join Date
    Jun 2009
    Location
    porto portugal
    Posts
    1,949
    Thanks Thanks Given 
    331
    Thanks Thanks Received 
    234
    Thanked in
    157 Posts

    Default

    hi friends, i need help in this procedure of script, im trying to write a value in a dump, but i dont know what im doing wrong

    thanks to all



    procedure insertvalue;
    var
    a: integer;
    a:= FF;
    begin
    if not ReadDevice then begin
    sgBox( 'Read Error', 'Error', MB_OK );
    end
    else begin
    SetProgramModifiedOnly( true );
    if MsgBox( 'write value?', 'Confirm', MB_YESNO ) = IDYES then begin
    SetByteHexEdit( $AA ,a);
    RefreshHexEdit;
    end;
    end;
    end;
    Last edited by jjrp255630; 19th January, 2012 at 07:13 PM.

  4. #798
    DK Veteran
    hcip's Avatar
    Join Date
    Dec 2009
    Location
    From the heaven of paradise in the middle of happiness|hobby:__Bedtime| Sex:Female|Status:Not_Virgin
    Posts
    1,926
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,581
    Thanked in
    834 Posts

    Default

    Quote Originally Posted by jjrp255630 View Post
    hi friends, i need help in this procedure of script, im trying to write a value in a dump, but i dont know what im doing wrong

    thanks to all



    procedure insertvalue;
    var
    a: integer;
    a:= FF;
    begin
    if not ReadDevice then begin
    sgBox( 'Read Error', 'Error', MB_OK );
    end
    else begin
    SetProgramModifiedOnly( true );
    if MsgBox( 'write value?', 'Confirm', MB_YESNO ) = IDYES then begin
    SetByteHexEdit( $AA ,a);
    RefreshHexEdit;
    end;
    end;
    end;
    The Value should be an integer and not a string
    So you need to assign it in Variable A as:

    $FF or dec 15
    Last edited by hcip; 20th January, 2012 at 02:07 AM.


    Stupidity is not a disease, because there are no existing hospitals for Idiots!

    ​​

  5. #799
    DK Veteran viejomatius's Avatar
    Join Date
    Jun 2009
    Posts
    309
    Thanks Thanks Given 
    170
    Thanks Thanks Received 
    40
    Thanked in
    25 Posts

    Default

    Hi Dk friends

    I need some help... I have UPA-USB ver1.2 CLONE can someone create the script for modify mileage fot CHEVROLET AVEO(68HC05H12, 93C56) AND CHEVROLET SPARK(68HC05H12) ... I don't know much about scripts then i need some help!

    thanks in advance to any help

    Car type: Chevrolet Aveo - 68HC05H12 - 2003-2005 years
    The mileage is stored in the next lines:
    0050: xx xx xx xx xx xx xx xx 02 73 84 xx xx xx xx xx
    0060: xx xx xx xx xx xx 02 73 84 xx xx xx xx xx xx xx
    0070: xx xx xx xx 02 73 84 xx xx xx xx xx xx xx xx xx
    0080: xx xx 02 73 84 xx xx xx xx xx xx xx xx xx xx xx
    0090: 02 73 84 xx xx xx xx xx xx xx xx xx xx xx 02 73
    00A0: 84 xx xx xx xx xx xx xx xx xx xx xx 02 73 84 xx
    00B0: xx xx xx xx xx xx xx xx xx xx 02 73 84 xx xx xx
    00C0: xx xx xx xx xx xx xx xx 02 73 84 xx xx xx xx xx
    00D0: xx xx xx xx xx xx 02 73 84 xx xx xx xx xx xx xx
    00E0: xx xx xx xx 02 73 84 xx xx xx xx xx xx xx xx xx
    00F0: xx xx 02 73 84 xx xx xx xx xx xx xx xx xx xx xx
    where the next bytes:
    02 73 84 - is a mileage
    ____________________________________________


    Car type: Chevrolet Aveo - 93c56 - 2005-2007 years
    The mileage is stored in the next lines:
    0000: xx xx xx xx xx xx xx xx 0F 00 40 42 xx xx xx xx
    0010: xx xx xx xx 0F 00 40 42 xx xx xx xx xx xx xx xx
    0020: 0F 00 40 42 xx xx xx xx xx xx xx xx 0F 00 40 42
    0030: xx xx xx xx xx xx xx xx 0F 00 40 42 xx xx xx xx
    0040: xx xx xx xx 0F 00 40 42 xx xx xx xx xx xx xx xx
    0050: 0F 00 40 42 xx xx xx xx xx xx xx xx 0F 00 40 42
    0060: xx xx xx xx xx xx xx xx 0F 00 40 42 xx xx xx xx
    0070: xx xx xx xx 0F 00 40 42 xx xx xx xx xx xx xx xx
    0080: 0F 00 40 42 xx xx xx xx xx xx xx xx 0F 00 40 42
    0090: xx xx xx xx xx xx xx xx 0F 00 40 42 xx xx xx xx
    00A0: xx xx xx xx 0F 00 40 42 xx xx xx xx xx xx xx xx
    00B0: 0F 00 40 42 xx xx xx xx xx xx xx xx 0F 00 40 42
    00C0: xx xx xx xx xx xx xx xx 0F 00 40 42 xx xx xx xx
    00D0: xx xx xx xx 0F 00 40 42 xx xx xx xx xx xx xx xx
    00E0: 0F 00 40 42 xx xx xx xx xx xx xx xx 0F 00 40 42
    where the next bytes:
    0F 00 40 42 - is a mileage

    ______________________________________________

    Car type: Chevrolet Spark - 68HC05H12 - 2007
    The mileage is stored in the next lines:
    0050: xx xx xx xx xx xx xx xx 12 34 56 xx xx xx xx xx
    0060: xx xx xx xx xx xx xx 12 34 56 xx xx xx xx xx xx
    0070: xx xx xx xx xx xx 12 34 56 xx xx xx xx xx xx xx
    0080: xx xx xx xx xx 12 34 56 xx xx xx xx xx xx xx xx
    0090: xx xx xx xx 12 34 56 xx xx xx xx xx xx xx xx xx
    00A0: xx xx xx 12 34 56 xx xx xx xx xx xx xx xx xx xx
    00B0: xx xx 12 34 56 xx xx xx xx xx xx xx xx xx xx xx
    00C0: xx 12 34 56 xx xx xx xx xx xx xx xx xx xx xx xx
    00D0: 12 34 56 xx xx xx xx xx xx xx xx xx xx xx xx 12
    00E0: 34 56 xx xx xx xx xx xx xx xx xx xx xx xx 12 34
    00F0: 56 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx
    where the next bytes:
    12 34 56 - is a mileage

  6. #800
    Banned

    Join Date
    Jun 2009
    Location
    porto portugal
    Posts
    1,949
    Thanks Thanks Given 
    331
    Thanks Thanks Received 
    234
    Thanked in
    157 Posts

    Default

    hi, friends, can help me to make a procedure to do this calculation:

    for exemple, i have hex AA and need to do NOT(AA) to have FFFFFF55


    thanks

  7. #801
    Member
    Join Date
    Feb 2010
    Location
    TABASCO MEXICO
    Posts
    68
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    10
    Thanked in
    3 Posts

    Default

    hello my friend , test:

    A:= $AA;
    B:= $FF

    A XOR B = $55

  8. #802
    DK Veteran
    hcip's Avatar
    Join Date
    Dec 2009
    Location
    From the heaven of paradise in the middle of happiness|hobby:__Bedtime| Sex:Female|Status:Not_Virgin
    Posts
    1,926
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,581
    Thanked in
    834 Posts

    Default

    Quote Originally Posted by viejomatius View Post
    Hi Dk friends

    I need some help... I have UPA-USB ver1.2 CLONE can someone create the script for modify mileage fot CHEVROLET AVEO(68HC05H12, 93C56) AND CHEVROLET SPARK(68HC05H12) ... I don't know much about scripts then i need some help!

    thanks in advance to any help
    Try this Script
    Attached Files Attached Files


    Stupidity is not a disease, because there are no existing hospitals for Idiots!

    ​​

  9. The Following 12 Users Say Thank You to hcip For This Useful Post:

    AMDOR (11th August, 2019), audiotek (17th September, 2019), ciptel07 (25th December, 2013), eliet2000 (4th June, 2023), gameiruz (5th December, 2014), hoangtu (26th May, 2013), Jashmine1983 (6th December, 2014), mariusz971 (8th August, 2013), martinracing (7th December, 2014), pintobraz (29th July, 2014), Tariel (1st June, 2016), viejomatius (21st January, 2016)

  10. #803
    DK Veteran viejomatius's Avatar
    Join Date
    Jun 2009
    Posts
    309
    Thanks Thanks Given 
    170
    Thanks Thanks Received 
    40
    Thanked in
    25 Posts

    Default CHEVROLET

    Quote Originally Posted by hcip View Post
    Try this Script

    Hi thanks for your help and your time but the script didn't work... shows an error(look atached picture), and in the script menu i don't see the option "Read Km; New Km"

    If you help me it will be very apreciated

    Thnks
    Attached Images Attached Images

  11. The Following User Says Thank You to viejomatius For This Useful Post:

    pintobraz (29th July, 2014)

  12. #804
    DK Veteran
    dashradio's Avatar
    Join Date
    Nov 2009
    Location
    Inafield
    Posts
    1,409
    Thanks Thanks Given 
    1,144
    Thanks Thanks Received 
    457
    Thanked in
    259 Posts

    Default

    Quote Originally Posted by viejomatius View Post
    Hi thanks for your help and your time but the script didn't work... shows an error(look atached picture), and in the script menu i don't see the option "Read Km; New Km"

    If you help me it will be very apreciated

    Thnks
    What happens when you press "Actions" on the top row ?

  13. #805
    DK Veteran
    pinkfloyd5eg's Avatar
    Join Date
    Mar 2010
    Location
    DARK SIDE OF THE MOON
    Posts
    1,205
    Thanks Thanks Given 
    45
    Thanks Thanks Received 
    1,047
    Thanked in
    120 Posts

    Default

    Quote Originally Posted by viejomatius View Post
    Hi thanks for your help and your time but the script didn't work... shows an error(look atached picture), and in the script menu i don't see the option "Read Km; New Km"

    If you help me it will be very apreciated

    Thnks
    It's working mate, make sure you are using the right software version and that you have put the script file inside the device script folder, look at the attached pic !!
    Attached Images Attached Images
    << KEEP LEARNING W.O LIMITS >>
    2 Simple Methods To Say Thanks on DK
    Press Thanks _OR_ Add Rep

  14. #806
    DK Veteran
    hcip's Avatar
    Join Date
    Dec 2009
    Location
    From the heaven of paradise in the middle of happiness|hobby:__Bedtime| Sex:Female|Status:Not_Virgin
    Posts
    1,926
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,581
    Thanked in
    834 Posts

    Default

    The Script was compiled in the newest software realease Version 1.2 build 1.13


    Stupidity is not a disease, because there are no existing hospitals for Idiots!

    ​​

  15. #807
    DK Veteran viejomatius's Avatar
    Join Date
    Jun 2009
    Posts
    309
    Thanks Thanks Given 
    170
    Thanks Thanks Received 
    40
    Thanked in
    25 Posts

    Default

    Quote Originally Posted by pinkfloyd5eg View Post
    It's working mate, make sure you are using the right software version and that you have put the script file inside the device script folder, look at the attached pic !!
    Hi
    the script is in the correct Folder device script... and my software version is 1.2... and anyway it doesn't work for me

    Thanks...

  16. #808
    DK Veteran viejomatius's Avatar
    Join Date
    Jun 2009
    Posts
    309
    Thanks Thanks Given 
    170
    Thanks Thanks Received 
    40
    Thanked in
    25 Posts

    Default

    Does someone have another scripr for these chevrolet: aveo and spark mileage?

  17. #809
    DK Veteran
    hcip's Avatar
    Join Date
    Dec 2009
    Location
    From the heaven of paradise in the middle of happiness|hobby:__Bedtime| Sex:Female|Status:Not_Virgin
    Posts
    1,926
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,581
    Thanked in
    834 Posts

    Default

    Quote Originally Posted by viejomatius View Post
    Hi
    the script is in the correct Folder device script... and my software version is 1.2... and anyway it doesn't work for me

    Thanks...
    Version 1.2 Build 1.13
    Last edited by hcip; 28th January, 2012 at 11:46 PM.


    Stupidity is not a disease, because there are no existing hospitals for Idiots!

    ​​

  18. #810
    DK Veteran
    pinkfloyd5eg's Avatar
    Join Date
    Mar 2010
    Location
    DARK SIDE OF THE MOON
    Posts
    1,205
    Thanks Thanks Given 
    45
    Thanks Thanks Received 
    1,047
    Thanked in
    120 Posts

    Default

    Quote Originally Posted by hcip View Post
    Version 1.2 Build 1.13
    @hcip, can you please post more scripts for vag crypto dashes C86 such as in vw polo and seat ibiza c86 crypto ?

    thanks in advance
    << KEEP LEARNING W.O LIMITS >>
    2 Simple Methods To Say Thanks on DK
    Press Thanks _OR_ Add Rep

 

 

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.