Results 1 to 2 of 2

Thread: SetBrightness(Brightness : Integer);

  1. #1
    Join Date
    Feb 2006
    Posts
    241
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default SetBrightness(Brightness : Integer);

    Just something I quickly put together, it means even less setup for the user

    PHP Code:
    Procedure SetBrightness(Brightness Integer);
     
    Begin
       
    If(Not(GetColor(679479) = 1579079))Then
        Mouse
    (67947955True);
       If(
    Brightness 1)And(Not(GetColor(575256) = 1579626))Then
        Mouse
    (575261108True);
       If(
    Brightness 2)And(Not(GetColor(616259) = 1974666))Then
        Mouse
    (623261108True);
       If(
    Brightness 3)And(Not(GetColor(665253) = 1777020))Then
        Mouse
    (668261108True);
       If(
    Brightness 4)And(Not(GetColor(708257) = 2106259))Then
        Mouse
    (713261108True);
      
    GameTab(4);
     
    End
    1 = Dark, 2 = Normal, 3 = Bright, 4 = Very Bright.

  2. #2
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Ah, so this should always be very Bright

    Nice for putting in the setup of a script.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. BRIGHTNESS update on RS
    By Brain in forum RS has been updated.
    Replies: 11
    Last Post: 02-25-2008, 04:18 AM
  2. SetBrightness Function!
    By Da 0wner in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 02-09-2008, 03:54 AM

Posting Permissions

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