Register
Page 48 of 88 FirstFirst ... 38434445464748495051525358 ... LastLast
Results 706 to 720 of 1311
  1. #706
    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,883
    Thanks Thanks Given 
    197
    Thanks Thanks Received 
    2,483
    Thanked in
    805 Posts

    Default

    Quote Originally Posted by DrugWash View Post
    You can use this function

    s := GetUUSPSerialNumber;
    if s = '00000000' then {Check with you serial}
    begin
    AddMsg('!!! No UPA-USB Connected !!!');
    AddMsg('UUPS Serial : ' + S);
    exit;
    end;

    For checking you serial!
    But you need to Decrypt the serial also so that nobody can edit it

    Example:
    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.


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

    ​​

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

    gameiruz (5th December, 2014), lebneni (28th February, 2016), michel almeida (12th November, 2019)

  3. #707
    Top Poster

    Join Date
    Jul 2009
    Posts
    186
    Thanks Thanks Given 
    18
    Thanks Thanks Received 
    31
    Thanked in
    28 Posts

    Default

    thank you for helping me, I am ?ew in this topic, I have tried first code which you gave me but does not run. Please help me, I am going to try with this ?ew code

    thank you

  4. #708
    Member
    Join Date
    Nov 2009
    Posts
    40
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    22
    Thanked in
    8 Posts

    Default

    Quote Originally Posted by vinicio1716 View Post
    THANK YOU SO MUCH, I AM GOING TO TRY IT
    EXCUSEME COULD YOU TELL ME HOW COULD I ENCRYPT MY SCRIPTS?? maybe with .udx??
    If you are using New Soft you do not need any encryption because you will get compiled version of you script with extension .xscr. If are you using old software in this case you need ask developer of UPA for getting program for encrypting you script.

  5. #709
    Top Poster

    Join Date
    Jul 2009
    Posts
    186
    Thanks Thanks Given 
    18
    Thanks Thanks Received 
    31
    Thanked in
    28 Posts

    Default

    HI, I HAVE TRIED WITH YOUR CODE BUT DOESNT RUN, PLEASE COULD YOU INSERT THE CODE TO THE SAMPLE (SCRYPT) THAT I ATACH. MY UPA SERIAL IS 058A89E2.

    SCRIPT SAMPLE sample1.rar

    THANK YOU

  6. #710
    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,883
    Thanks Thanks Given 
    197
    Thanks Thanks Received 
    2,483
    Thanked in
    805 Posts

    Default

    Quote Originally Posted by vinicio1716 View Post
    HI, I HAVE TRIED WITH YOUR CODE BUT DOESNT RUN, PLEASE COULD YOU INSERT THE CODE TO THE SAMPLE (SCRYPT) THAT I ATACH. MY UPA SERIAL IS 058A89E2.

    SCRIPT SAMPLE sample1.rar

    THANK YOU
    please attached her the rar files I cannot download it

    use "Manage Attachment" then browse and upload file


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

    ​​

  7. #711
    Top Poster

    Join Date
    Jul 2009
    Posts
    186
    Thanks Thanks Given 
    18
    Thanks Thanks Received 
    31
    Thanked in
    28 Posts

    Default script sample and serial upa

    Ok, thak you I atach again
    Attached Files Attached Files

  8. The Following User Says Thank You to vinicio1716 For This Useful Post:

    pintobraz (29th July, 2014)

  9. #712
    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,883
    Thanks Thanks Given 
    197
    Thanks Thanks Received 
    2,483
    Thanked in
    805 Posts

    Default

    Decryption of Serrial number is not possible in the old software

    You need to create it from the newest software of elrasoft


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

    ​​

  10. #713
    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,883
    Thanks Thanks Given 
    197
    Thanks Thanks Received 
    2,483
    Thanked in
    805 Posts

    Default

    Here is a sample of script that lock in serial number just edit the const that match with your serial
    Attached Files Attached Files
    Last edited by hcip; 8th August, 2011 at 03:03 PM.


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

    ​​

  11. The Following 6 Users Say Thank You to hcip For This Useful Post:

    audiotek (9th September, 2019), BBDOPAI (9th April, 2019), fuzz1 (29th October, 2022), gameiruz (5th December, 2014), Jardel (1st January, 2022), pintobraz (29th July, 2014)

  12. #714
    Banned
    Join Date
    Feb 2010
    Posts
    580
    Thanks Thanks Given 
    117
    Thanks Thanks Received 
    161
    Thanked in
    70 Posts

    Default

    Quote Originally Posted by hcip View Post
    Here is a sample script ready
    Hi Hil , can you add "open file" "save file" commands for me ...

    Thanks.

  13. #715
    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,883
    Thanks Thanks Given 
    197
    Thanks Thanks Received 
    2,483
    Thanked in
    805 Posts

    Default

    Quote Originally Posted by nomis View Post
    Hi Hil , can you add "open file" "save file" commands for me ...

    Thanks.
    Granted .................
    Attached Files Attached Files


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

    ​​

  14. The Following 5 Users Say Thank You to hcip For This Useful Post:

    audiotek (9th September, 2019), BBDOPAI (27th January, 2021), Jashmine1983 (6th December, 2014), mexjack (4th May, 2020), pintobraz (29th July, 2014)

  15. #716
    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,883
    Thanks Thanks Given 
    197
    Thanks Thanks Received 
    2,483
    Thanked in
    805 Posts

    Default Rosfar to X-prog Flash Converter

    Another script attached
    Attached Files Attached Files


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

    ​​

  16. The Following 11 Users Say Thank You to hcip For This Useful Post:

    AMDOR (11th August, 2019), antonypaul (16th April, 2023), BBDOPAI (25th March, 2019), ciptel07 (25th December, 2013), clubedomodulo (24th November, 2019), doslamer (6th December, 2013), Faraday (18th February, 2023), Jashmine1983 (6th December, 2014), mexjack (4th May, 2020), MOBILTRONIC (24th October, 2021), pintobraz (29th July, 2014)

  17. #717
    Banned
    Join Date
    Feb 2010
    Posts
    580
    Thanks Thanks Given 
    117
    Thanks Thanks Received 
    161
    Thanked in
    70 Posts

    Default

    Thank you so so much dear sister .


  18. #718
    DK Veteran
    Join Date
    Feb 2010
    Location
    Germany
    Posts
    442
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    28
    Thanked in
    19 Posts

    Default

    hi 2011 c3 pls hep hep orj km 18805 new 8500 pls
    Attached Files Attached Files

  19. The Following User Says Thank You to polat For This Useful Post:

    pintobraz (29th July, 2014)

  20. #719
    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,883
    Thanks Thanks Given 
    197
    Thanks Thanks Received 
    2,483
    Thanked in
    805 Posts

    Default

    Quote Originally Posted by polat View Post
    hi 2011 c3 pls hep hep orj km 18805 new 8500 pls
    is this Related to UPA USB Sample script?

    Have you read the title of this topic????


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

    ​​

  21. #720
    DK Veteran

    Join Date
    Sep 2010
    Posts
    450
    Thanks Thanks Given 
    37
    Thanks Thanks Received 
    73
    Thanked in
    45 Posts

    Default

    sorry i can not help with any upa scripts as i am very new to this and unable to write any scripts at all.I am, however trying my best to learn as not to be a leecher and be able to contribute also. Many thanks to the pros in this area that give so much.I will do all i can to help but at this time i dont think i can help much as I am lagging so far behind.Thanks again all

 

 

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.