Results 1 to 3 of 3
  1. #1
    denniskai1234's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0

    Visual Basic 2010 & Pattern Search

    Hello Com.

    I search with Cheat Engine for the acutal kill´s. After a while i found it.

    Now i put the Offset´s into my visual basic application and patch it to 24. That work´s fine but when i start a new game the acutal kill´s are on a another offset.

    How can i refresh the offset´s in my programm automatic?

    Sorry for my bad english i am german

  2. #2
    Nordiii's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    150
    Reputation
    61
    Thanks
    733
    My Mood
    Angelic
    @Jorndel may you can help him and explain how your ultimate name faker work exactly?
    Would find it interesting too because all my trys to code a pattern scanner failed :/
    I wanted to add the same thing as dennis too my server controll hack :P

  3. #3
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by Nordiii View Post
    @Jorndel may you can help him and explain how your ultimate name faker work exactly?
    Would find it interesting too because all my trys to code a pattern scanner failed :/
    I wanted to add the same thing as dennis too my server controll hack :P
    Erm, the name faker isn't using any patterns scanner

    It's brute force style
    That's why the users have to find their own "patter" value.


    Else, Pattern Scanner = Array of Byte Scanner

    You read a block from the game memory, and scan for the pattern you have.

    Means: You have to make an Array of Bytes @ the desired address.
    And ensure that the mask is correct.

    Mask: Is to set if the value have you be static or dynamic.

    And then you scan from an starting point to an end point.
    Once the pattern is found, you stop. And you have your address.


    It's not highly recommended.
    It can go very slow from time to time.
    Depends what it is

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

Similar Threads

  1. Visual Basic 2010 being stupid
    By awsomeownage in forum Combat Arms Coding Help & Discussion
    Replies: 7
    Last Post: 01-07-2011, 11:38 PM
  2. Visual Basic 2010 Serial
    By GER-Domi. in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 10-10-2010, 03:05 AM
  3. [HELP] Visual Basics 2010 error
    By myheroking in forum Visual Basic Programming
    Replies: 2
    Last Post: 05-02-2010, 11:01 AM
  4. Visual Basic 2010 Beta 2
    By -iTz- xCt3xx in forum Visual Basic Programming
    Replies: 8
    Last Post: 12-14-2009, 04:13 PM
  5. [RELEASE]VISUAL BASIC 2010 IS NOW OUT[RELEASE]
    By IHelper in forum Visual Basic Programming
    Replies: 15
    Last Post: 11-03-2009, 12:22 PM