User Profile

Collapse

Profile Sidebar

Collapse
fsssf
fsssf
Last Activity: Nov 4 '08, 04:50 PM
Joined: Nov 1 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • fsssf
    replied to Checking a hash?
    in .NET
    My application is running a game I want to use GUID so people cant hook hacks in the GUID i s representing a hash string I need it to prevent hooking hacks in I should be blocking other hashes....
    See more | Go to post

    Leave a comment:


  • fsssf
    replied to Checking a hash?
    in .NET
    yes I´m talking about GUID hope you can help me ( already thanks for replying )...
    See more | Go to post

    Leave a comment:


  • fsssf
    replied to Checking a hash?
    in .NET
    I´m not sure if were talking about the same thing
    each program got a unique hash
    example google toolbars hash is xxxxxxx
    I want my program to check if the hash is xxxxxx and not something else...
    See more | Go to post

    Leave a comment:


  • fsssf
    replied to Checking a hash?
    in .NET
    I already got the hash code from the program but I don´t know how to calculate it whitin the program. I´ll try search on the link you gave me ( System.Security .Cryptography Namespace )

    Would protecting the memory be effectfull so someone can't hook something in?
    See more | Go to post

    Leave a comment:


  • fsssf
    replied to Checking a hash?
    in .NET
    I know you cant help¨me withouth code but after reading the link you gave me I got this question I want this to happen:


    If hash key is 12345 continue
    else stop.
    Code:
    If  (hashkey != 12345)
    MessageBox.Show("passed");
    Continue()
    
    }
    
    else
    
    {
    
    MessageBox.Show("not passed");
    Close()
    
    }
    See more | Go to post

    Leave a comment:


  • fsssf
    started a topic Checking a hash?
    in .NET

    Checking a hash?

    Hey I'm trying to make a anti cheat that checks if the hash is the same (to check if someone hooked something in) But I got no clue how to this
    So if key is 12345 it continue else it closes itself can anybody help me out whit this matter?


    Thanks in advance.



    btw this has to be in c#
    See more | Go to post
No activity results to display
Show More
Working...