Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    Kallisti's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,019
    Reputation
    52
    Thanks
    376
    My Mood
    In Love
    Dim threadSolved as boolean = true

    if threadSolved = true then
    ChangeDamnTitle
    Else
    There is no way this isnt solved
    end if

    未来が見えなくて怖いから
    未来が見えてしまって悲しいから
    目を閉じて優しい思い出に浸ってしまう




  2. #17
    GameTrainerMaker's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    465
    Reputation
    17
    Thanks
    514
    you can close this now if you want!

  3. #18
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Okay I may as well mark solved.

  4. The Following User Says Thank You to Lolland For This Useful Post:

    NextGen1 (09-08-2010)

  5. #19
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by NextGen1 View Post
    Really it would be


    Dim threadSolved as Boolean = false

    if threadSolved = true then
    MarkThreadSolved
    Else
    MsgBox "leave the title alone"
    end if

    threadSolved = True
    Booleans are false by default.

    [php]dim threadsolved as boolean 'no need for = false

    if threadsolved then 'if sentence already returns a boolean so you are basically doing if true = true?
    markthreadsolved
    else
    msgbox("leave the title alone") '!!!!!
    end if
    [/php]

    [IMG]https://cazisof*****m/wp-content/uploads/2009/09/pwned.jpg[/IMG]
    choob



  6. The Following User Says Thank You to Blubb1337 For This Useful Post:

    Jason (09-13-2010)

Page 2 of 2 FirstFirst 12

Similar Threads

  1. How To Create A Hack Loader Help!!
    By AZN_Noob in forum Combat Arms Coding Help & Discussion
    Replies: 15
    Last Post: 09-03-2011, 08:44 AM
  2. Help to make hack loader and cbl checker
    By akp123 in forum Combat Arms Coding Help & Discussion
    Replies: 17
    Last Post: 08-10-2011, 09:14 PM
  3. [Solved] [Help]Hack
    By rename in forum Call of Duty Black Ops Help
    Replies: 4
    Last Post: 05-06-2011, 01:52 PM
  4. [Help]A Loader like GorFag[Solved]
    By Devient_ in forum Visual Basic Programming
    Replies: 21
    Last Post: 10-29-2010, 05:09 AM
  5. Hey help whit hack Lagg[SOLVED]
    By Royku in forum CrossFire Help
    Replies: 5
    Last Post: 09-02-2010, 07:21 AM