Modificare la Textbox

By Me

« Older   Newer »
 
  Share  
.
  1. DJ_Grabber
        Top   Dislike
     
    .

    User deleted


    Salve, in questa guida vi mostro cio' che so fare con lo scripting intermedio,ovvero, il WBTO.
    Partiamo subito! P.s= I seguenti codici sono compatibili con Ruby.
    Come fare il Fadescreen su Ruby
    Il comando è questo:
    #dynamic 0x80000
    #org @start
    lock
    writebytetooffset 0x5f 0x4000001
    il tuo script
    writebytetooffset 0x7f 0x4000001
    release
    end

    Alcuni credono che sia difficile,ma in realtà non lo è: basta aggiungere solo quei due WBTO.

    Come rendere la TextBox trasparente
    #dynamic 0x800000

    #org @start
    lock
    writebytetooffset 0x3F 0x4000048
    writebytetooffset 0x1F 0x4000049
    writebytetooffset 0x41 0x4000050
    writebytetooffset 0x3F 0x4000051
    writebytetooffset 0xF 0x4000052
    writebytetooffset 0xA 0x4000053
    writebytetooffset 0xFF 0x202F0AA
    writebytetooffset 0xFF 0x202F0AB
    writebytetooffset 0x0 0x202F0B8
    writebytetooffset 0x0 0x202F0B9
    writebytetooffset 0x0 0x202F0AC
    writebytetooffset 0x0 0x202F0AD
    writebytetooffset 0x0 0x202F0BE
    writebytetooffset 0x0 0x202F0BF
    writebytetooffset 0x0 0x202F0C0
    writebytetooffset 0x0 0x202F0C1
    writebytetooffset 0x0 0x202F0C2
    writebytetooffset 0x0 0x202F0C3
    writebytetooffset 0x0 0x202F0C4
    writebytetooffset 0x0 0x202F0C5
    writebytetooffset 0x0 0x202F0C6
    writebytetooffset 0x0 0x202F0C7
    writebytetooffset 0x0 0x202F0C8
    writebytetooffset 0x0 0x202F0C9
    loadpointer 0x0 @msg
    boxset 0x2
    release
    end

    #org @msg
    = Ok.


    In realtà non è cosi difficile,io vi consiglio di salvarvi lo script da qualche parte.
    Come rendere la scritta trasparente
    Stesso metodo per il codice precedente,solo che,invece di mettere i WBTO della textbox,mettete questi:
    writebytetooffset 0x3F 0x4000048
    writebytetooffset 0x1F 0x4000049
    writebytetooffset 0x41 0x4000050
    writebytetooffset 0x3F 0x4000051
    writebytetooffset 0xF 0x4000052
    writebytetooffset 0xA 0x4000053
    writebytetooffset 0xFF 0x20377DC
    writebytetooffset 0xFF 0x20377DD
    writebytetooffset 0x0 0x20377DA
    writebytetooffset 0x0 0x20377DB
    writebytetooffset 0x0 0x20377DE
    writebytetooffset 0x0 0x20377DF
    writebytetooffset 0x0 0x20377EC
    writebytetooffset 0x0 0x20377ED
    writebytetooffset 0x0 0x20377EE
    writebytetooffset 0x0 0x20377EF
    writebytetooffset 0x0 0x20377F0
    writebytetooffset 0x0 0x20377F1
    writebytetooffset 0x0 0x20377F2
    writebytetooffset 0x0 0x20377F3
    writebytetooffset 0x0 0x20377F4
    writebytetooffset 0x0 0x20377F5
    writebytetooffset 0x0 0x20377F6
    writebytetooffset 0x0 0x20377F7


    In caso si volessero aggiungere entrambe le cose (scritta e textbox) basta che sotto al codice della textbox inserite quello
    della scritta :)
    Ultimo passaggio per il WBTO che conosco, è questo:
    Come rendere la textbox nera
    #org @start
    lock
    writebytetooffset 0x3F 0x4000050
    writebytetooffset 0x1F 0x4000049
    writebytetooffset 0x41 0x4000050
    writebytetooffset 0x3F 0x4000051
    writebytetooffset 0xF 0x4000052
    writebytetooffset 0xA 0x4000053
    writebytetooffset 0xFF 0x202F0AA
    writebytetooffset 0xFF 0x202F0AB
    writebytetooffset 0x0 0x202F0B8
    writebytetooffset 0x0 0x202F0B9
    writebytetooffset 0x0 0x202F0AC
    writebytetooffset 0x0 0x202F0AD
    writebytetooffset 0x0 0x202F0BE
    writebytetooffset 0x0 0x202F0BF
    writebytetooffset 0x0 0x202F0C0
    writebytetooffset 0x0 0x202F0C1
    writebytetooffset 0x0 0x202F0C2
    writebytetooffset 0x0 0x202F0C3
    writebytetooffset 0x0 0x202F0C4
    writebytetooffset 0x0 0x202F0C5
    writebytetooffset 0x0 0x202F0C6
    writebytetooffset 0x0 0x202F0C7
    writebytetooffset 0x0 0x202F0C8
    writebytetooffset 0x0 0x202F0C9
    msgbox @msg 0x6
    release
    end

    #org @msg
    = Ok.


    Questo è cio' che conosco sul WBTO,lo scripting intermedio. Per lo script avanzato,l'ASM,ho capito solo alcune cose,a breve pero',faro una guida! :)
     
    Top
    .
  2.     Top   Dislike
     
    .
    Avatar

    Advanced Member

    Group
    Amministratore
    Posts
    6,963
    Crediti HRF
    +44
    Location
    Crotone, Calabria

    Status
    Offline
    Se potresti accompagnare la guida con qualche immagine, sarebbe perfetto. Per il resto, bene così :)
     
    Top
    .
1 replies since 3/3/2014, 12:52   88 views
  Share  
.