Results 1 to 5 of 5
  1. #1
    horny8150's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    1
    My Mood
    Happy

    Pattern for Visual Basic?

    Hello Com.

    How can i make a pattern search for the ammo for the main weapon? Every Game the offset is different...

  2. #2
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Pattern? You don't need one for ammo. Do a pointer scan on CE.

  3. #3
    horny8150's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    1
    My Mood
    Happy
    Okay Thanks, but i want the Programm in Vb...

  4. #4
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by horny8150 View Post
    Okay Thanks, but i want the Programm in Vb...
    And how does a pointer scan prevent this?

  5. #5
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    And a Pattern Scan wound't really help you that much, as the region is affected by the class and weapon(s) the player uses

    For a Pattern Scanner you would have to read from the game, and check the value.
    [Sandbox]
    Code:
    for(all bytes to check)
    if( byte_read is = to byte in pattern by index OR is unknown value)
    Continue the code, and re-do the progress, until a full match is found
    Next

     
    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. [Source Code]Undetect DLL Injector For Visual Basic[Source Code]
    By HskCool in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 12-11-2012, 08:55 PM
  2. [Visual Basics Tutorial] how to make injector for visual basic express
    By frekesh1 in forum Programming Tutorials
    Replies: 2
    Last Post: 10-11-2012, 02:00 PM
  3. [Discussion] [Source]Multihack (code) for visual basic
    By tabuzo013 in forum CrossFire Hacks & Cheats
    Replies: 24
    Last Post: 03-05-2010, 03:44 PM
  4. Applying for Visual Basics Mod?
    By creationsbrodcast in forum Visual Basic Programming
    Replies: 7
    Last Post: 01-06-2010, 10:16 PM
  5. PixieCorp for Visual Basics Moderator/Minion
    By Pixie in forum Visual Basic Programming
    Replies: 23
    Last Post: 11-13-2009, 04:54 PM