Results 1 to 12 of 12

Hybrid View

  1. #1
    lucasheer1's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    498
    Quote Originally Posted by one1time View Post
    Couldn't you store the co-ordinate/color in a variable?
    Although i am working on a new one to save time

    The new 1.2 version still takes too many pictures of rs so im gonna take one per loop if i can and it will scan like this

    dim colorarray() as color
    dim coloramt as integer
    scan function--

    for i as integer = 0 to coloramt
    for x as integer = 0 to bmap.x
    for y as integer = 0 to bmap.y
    if(colorarray(i) = getpixel(x,y)
    return new point(x,y)
    end if
    next
    next
    next

    would be something like that

  2. The Following User Says Thank You to lucasheer1 For This Useful Post:

    Nine11 (02-12-2017)

Similar Threads

  1. Writing your own Visual Basics (v5 or v6) Trainer
    By TheRedEye in forum Game Hacking Tutorials
    Replies: 29
    Last Post: 12-09-2013, 09:56 AM
  2. Need visual basic download
    By Trixiez in forum WarRock - International Hacks
    Replies: 10
    Last Post: 06-01-2007, 10:45 AM
  3. problem with the visual basic tut
    By Elliwood in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-30-2007, 12:45 AM
  4. [Help] Atom API with Visual Basic 6.0 or .NET
    By Bull3t in forum Visual Basic Programming
    Replies: 5
    Last Post: 07-23-2006, 09:21 AM
  5. Packets & Visual Basic
    By BadBob in forum Hack Requests
    Replies: 5
    Last Post: 07-20-2006, 09:28 PM