Results 1 to 5 of 5

Thread: startuptonechanger.nrx

  1. #1

    startuptonechanger.nrx

    Hi!

    I played around with NokiX a little bit...
    With this script you can easily change your startup/shutdown tone.
    I know there are progs that can already accomplish this, but this is (hopefully) this first NokiX script
    ...It's nothing big, but I had to start from scratch
    Attached Files Attached Files
    Last edited by courtjester199; 04-01-2005 at 03:33 PM.

  2. #2
    Join Date
    Apr 2003
    Location
    Portugal
    Posts
    1,256
    Good job m8 new script writers are always welcome and sometimes i get new ideas from newbies' scripts also

    btw, been looking at your script and i think that u could use a nokix feature to make it easier. Instead of using a description file with just one hex code line you could use the parameters box and have modders paste the code there

    The description file is usefull if you want to get different types of values.

    If u need help then just shout

    cheers
    searching and asking won't kill you, will only make you wiser (please search before you ask! )
    -------------------------------------------------------------
    Asking how is like traveling the entire space in 3 seconds. (Nokdoc)

  3. #3
    SHOUT

    I need some help with using the parameters box. No idea how to do that.

  4. #4
    Join Date
    Apr 2003
    Location
    Portugal
    Posts
    1,256

    parameters lesson

    easy m8

    to start, nokix calls "arguments" to the data typed in the parameters box. So, instead of parsing file you parse arguments

    next you can get rid of all the first part of your script because it's there to read the description file.

    so instead of line you can call new_code or hex_code to the typed values (ex: new_code=arguments).
    Then you must check if the code has only hex values or you'll get wrong patching (ex: if datatype(new_code,"x")~=1 then do.... here goes the error message and the exit 1)

    Well, that's pretty much it but if you wanna get more ideas, just look at the script i'll release shortly called XOR_IMEI.nrx

    cheers
    searching and asking won't kill you, will only make you wiser (please search before you ask! )
    -------------------------------------------------------------
    Asking how is like traveling the entire space in 3 seconds. (Nokdoc)

  5. #5
    Thx m8!!!!!!!

    first post edited

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •