Results 1 to 7 of 7
  1. #1
    aLcohoL_95's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    SatyRicon
    Posts
    685
    Reputation
    8
    Thanks
    291
    My Mood
    Cynical

    Rez Extractor Error

    im trying to make a rez extractor

    But this code gives error

    Code:
     Private Sub ExtractRezFiles(ByVal FileName As String)
            Dim threadd As New ExtractThread With { _
                 .FileName = FileName _
             }
      
            Thread(New ThreadStart(AddressOf threadd.Extract)).Start()
    
        End Sub
    Thread is underlined

    Thread(New ThreadStart(AddressOf threadd.Extract)).Start()

    Code:
    Error : Error	1	'Thread' is a type and cannot be used as an expression.	C:\Users\Deicide\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\Form1.vb	17	9	WindowsApplication1

    CANNIBAL CORPSE P0WNS


  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Dim t as new threading.thread(addressof subname)
    t.start



  3. #3
    T0P-CENT's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    88
    Reputation
    14
    Thanks
    17
    My Mood
    Stressed
    Name space
    Code:
    Import System.Threading.Thread
    im guessing you are trying to decomiple rez xtract? good luck you need more knowledge for that

  4. #4
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Read the errors? Thread is a class, how the hell is that code you posted in ANY way related to a use of a class.

    As Blubb said, initialize the thread with the "new" keyword, and set its target

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  5. #5
    aLcohoL_95's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    SatyRicon
    Posts
    685
    Reputation
    8
    Thanks
    291
    My Mood
    Cynical
    omg , .net reflector failed again :/ i nearly fixed 50 errors and its the latest

    CANNIBAL CORPSE P0WNS


  6. #6
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by aLcohoL_95 View Post
    omg , .net reflector failed again :/ i nearly fixed 50 errors and its the latest
    .NET Reflector didn't fail. It wasn't designed so that people can just leech source you know.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. #7
    aLcohoL_95's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    SatyRicon
    Posts
    685
    Reputation
    8
    Thanks
    291
    My Mood
    Cynical
    haha anyway , close thread pls , finally i got source of rez Xtractor >.<

    CANNIBAL CORPSE P0WNS


Similar Threads

  1. [Help] REZ Mod Error HELP
    By pacoese123 in forum CrossFire Mods & Rez Modding
    Replies: 0
    Last Post: 10-04-2011, 07:32 PM
  2. .REZ Extracting Error?
    By solomon409 in forum Combat Arms Mod Help
    Replies: 3
    Last Post: 08-28-2011, 03:00 AM
  3. [Help] "No[t] A Valid REZ File" Error?
    By Nitehawk772 in forum Sudden Attack General
    Replies: 19
    Last Post: 07-11-2011, 05:12 AM
  4. Better, More Useful Rez Extractor!
    By Corndog in forum Combat Arms Mod Discussion
    Replies: 13
    Last Post: 09-10-2010, 09:31 AM
  5. Rez Extractor?
    By killerbeener in forum Combat Arms Mod Discussion
    Replies: 4
    Last Post: 08-19-2010, 04:00 PM