Tool locfile + total madi
Hello & Welcome to our community. Is this your first visit? Đăng Ký
Follow us on
Follow us on Facebook Follow us on Twitter Linked In Flickr Watch us on YouTube My Space Blogger
 
Kết quả 1 đến 4 của 4
  1. #1
    Super Moderator huuduyen_05's Avatar
    Ngày tham gia
    May 2006
    Đang ở
    Unknow
    Bài viết
    2,924
    Thanks
    122
    Thanked 2,102 Times in 648 Posts

    Tool locfile + total madi

    Tool locfile được viết lại.

    Link: [Only registered and activated users can see links. ]
    Cách dùng: như tool cũ
    PHP Code:
    // locFile.cpp : Defines the entry point for the console application.
    // locFile module for Audition
    // Author: Nguyen Truong Tho. Email: [email protected]
    // Explaination:
    // Each byte in this file is crypted by xoring with 0x64
    // To see that, set break point at where Kernel.ReadFile is called,
    // then Set hardware break point at any byte in file buffer.
    // F9 and u will catch the ecrypt function
    // Welcome new moderator for Audition forum ^_^
    #include <stdio.h>

    int main(int argcchar **argv)
    {
    if (
    argc != 3) {printf("Usage: %s [input_file] [output_file]"argv[0]); return 0;}
    FILE *fi;
    fifopen(argv[1], "rb");
    FILE *fo;
    fo fopen(argv[2], "wb");
    if (
    fi == NULL) {printf("Error in opening input file.");return 0;}
    if (
    fo == NULL) {printf("Error in writing output file.");return 0;}
    // Read the file size
    fseek(fi0SEEK_END);
    long fiSize ftell(fi);
    fseek(fi0SEEK_SET);
    // Other way: long fiSize = filelength(fileno(fi));

    char buff[fiSize];
    fread(buff1fiSizefi);

    // decrypt
    for (int i 0fiSizei++) *(buff i) ^= 0x64;

    fwrite(bufffiSize1fo);
    // free the memory
    delete [] buff;

    fclose(fi);
    fclose(fo);
    return 
    0;

    Tool total madi cũng được viết lại ^^
    Link: [Only registered and activated users can see links. ]
    Cách dùng: Chạy là biết
    PHP Code:
    /* Soft tinh total madi khi biet 
    time + bpm cua bai hat
    */
    #include <stdio.h>
    #include <conio.h>

    int main()
    {
        
    float bpm,totalmadi ;
        
    int time;
        
    printf("Enter bpm: "); //nhap bpm cua bai hat
        
    scanf("%f", &bpm);
        
    printf("Enter time (second(s)): "); //nhap gio cua bai hat (tinh bang giay)
        
    scanf("%d", &time);
        
    totalmadi time bpm /60 4;
        
    printf("Total madi: %.0f"totalmadi);
        
    getch();

    Khách viếng thăm hãy cùng huuduyen_05 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  2. #2
    Super Moderator thaihoa91's Avatar
    Ngày tham gia
    Apr 2008
    Bài viết
    12,110
    Thanks
    662
    Thanked 3,167 Times in 1,602 Posts

    Ðề: Tool locfile + total madi

    Póc tem nha Thanks Hữu Duyên
    Khách viếng thăm hãy cùng thaihoa91 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  3. #3
    Business Monitoring Chiritokaji's Avatar
    Ngày tham gia
    Apr 2008
    Đang ở
    Heaven
    Bài viết
    759
    Thanks
    13
    Thanked 27 Times in 20 Posts

    Ðề: Tool locfile + total madi

    ....mềnh nhìn vào cũng chả biết nó là cái M gì
    Chắc chỉ có chuyên môn mới hiểu
    Thanks vì share
    -= Follow The Rules =-
    [Only registered and activated users can see links. ]

  4. #4
    Super Moderator huuduyen_05's Avatar
    Ngày tham gia
    May 2006
    Đang ở
    Unknow
    Bài viết
    2,924
    Thanks
    122
    Thanked 2,102 Times in 648 Posts

    Ðề: Tool locfile + total madi

    Code trên là code C. Ai biết C hoặc ngôn ngữ lập trình tương tự thì hiểu
    Khách viếng thăm hãy cùng huuduyen_05 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

 

 

Các Chủ đề tương tự

  1. [Release]Bộ Full Tool Musever & Client Tool
    Bởi trungviet2k trong diễn đàn Releases
    Trả lời: 7
    Bài viết cuối: 10-06-12, 02:48 AM
  2. Tool Chuyển Sinh HKGH :D ( Tool Add ITEM CHARATER)
    Bởi pikhjn trong diễn đàn Release
    Trả lời: 22
    Bài viết cuối: 17-12-11, 09:43 PM

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •  
Múi giờ GMT +7. Bây giờ là 08:08 PM.
vBulletin®, Copyright ©2000-2011, Jelsoft Enterprises Ltd.
CLBGamesVN không chịu trách nhiệm về Luật Bản Quyền của các tài liệu, bài viết v.v...được đăng tải trên diễn đàn này.
Diễn đàn phát triển dưới sự đóng góp của tất cả thành viên. BQT chỉ là những người thành lập ra sân chơi, quản lý và duy trì về mặt kỹ thuật, nội dung khi hợp lệ.