Results 1 to 5 of 5
  1. #1
    AndrewxXx's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    310
    Reputation
    10
    Thanks
    216
    My Mood
    Bored

    some help with making noobie hacks

    well here is my problem
    mouse_event(&H2, 0, 0, 0, 1)
    Sleep((Rnd() * 50) * 100)
    mouse_event(&H4, 0, 0, 0, 1)
    this code is made up to be spammer , this one is lclick down lclick up so it hit a click and there is a sleep inside it , well it works fine in game but in lobby it dont o-0 so any other way to do a lclick ? (i did try timers plus without sleep and still didnt work)

    second problem
    i was trying to create a noobie aimbot , with #c0ol0o0r , like if the head color is pink it move the mouse pointer to the pink color so it hit the head
    i know it aint gona work in maps with same color on walls or on anything else
    so yes it will be bugged and will be 60/100 working but its fine ill try to pick up a unique color so i increase the efficiency but is it right o-0
    i want to create it with vb not c++ and not auto it , so do u think it gona work ? well how to scan for color on screen and move the pointer to it ?


    third problem just a lil modification on that
    thats to reg alt+z to be hotkey
    RegisterHotKey(Me.Handle, 100, MOD_ALT, Keys.Z)
    so if i want to edit it to f1 it gona be
    RegisterHotKey(Me.Handle, 100, 0, Keys.f1) ?
    well 100 is the case , what is me.handle


    thanks everyone , i know im still noob and a bit lazy to search but im really working on so many stuff
    thanks again
    Here is my Gifts
    [X][X]

    • Here is the Rules for crossfire hacks section ==> [X]
    • Here is the Rules for crossfire market ==>[X]
    • Here is the General Rules ==>[X]



    no one will teach u so do it on ur ownself or be LESS THAN NOTHING


    First they ignore/insult you. Then they laugh at you. Then they fight you. Then leech you . Then beg for your help !


    Quote Originally Posted by AndrewxXx View Post
    dude it always depends on how smart u r
    in conquer online there was a simple multi client i discovered , where client contain structure word of ENGLISH i removed the i and added u instead on hex editor , the result was undetected 3 years multi client so dont leech , take a day of thinking , u wont fail , u will just find a million way not to work it out

  2. #2
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Color aimbots are insanely inefficient. You'll need to write your own algorithm for quick-scanning a whole screen full of pixel using the GetPixel API/BMP method.

    On my screen this would take 1366 * 768 iterations to scan EVERY pixel ONCE = over 1 million iterations. If you assume just an API call to be between 0.5ms to 1ms, you're looking at 500k-1M ms to scan the screen once without doing any processing, it's a bad idea without some form of algorithm to narrow down your iterations.

    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)

  3. The Following User Says Thank You to Jason For This Useful Post:

    AndrewxXx (09-26-2011)

  4. #3
    AndrewxXx's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    310
    Reputation
    10
    Thanks
    216
    My Mood
    Bored
    Quote Originally Posted by Jason View Post
    Color aimbots are insanely inefficient. You'll need to write your own algorithm for quick-scanning a whole screen full of pixel using the GetPixel API/BMP method.

    On my screen this would take 1366 * 768 iterations to scan EVERY pixel ONCE = over 1 million iterations. If you assume just an API call to be between 0.5ms to 1ms, you're looking at 500k-1M ms to scan the screen once without doing any processing, it's a bad idea without some form of algorithm to narrow down your iterations.
    well i saw some aimbot using same idea , bot was build by autoit (some program) but it was fast and efficiency was not bad , but yes scanning the screen will take hella long so i have to find another way to scan it or put my ass on the d3d book and read it
    Here is my Gifts
    [X][X]

    • Here is the Rules for crossfire hacks section ==> [X]
    • Here is the Rules for crossfire market ==>[X]
    • Here is the General Rules ==>[X]



    no one will teach u so do it on ur ownself or be LESS THAN NOTHING


    First they ignore/insult you. Then they laugh at you. Then they fight you. Then leech you . Then beg for your help !


    Quote Originally Posted by AndrewxXx View Post
    dude it always depends on how smart u r
    in conquer online there was a simple multi client i discovered , where client contain structure word of ENGLISH i removed the i and added u instead on hex editor , the result was undetected 3 years multi client so dont leech , take a day of thinking , u wont fail , u will just find a million way not to work it out

  5. #4
    AndrewxXx's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    310
    Reputation
    10
    Thanks
    216
    My Mood
    Bored
    SO no one else will help ? :@
    Here is my Gifts
    [X][X]

    • Here is the Rules for crossfire hacks section ==> [X]
    • Here is the Rules for crossfire market ==>[X]
    • Here is the General Rules ==>[X]



    no one will teach u so do it on ur ownself or be LESS THAN NOTHING


    First they ignore/insult you. Then they laugh at you. Then they fight you. Then leech you . Then beg for your help !


    Quote Originally Posted by AndrewxXx View Post
    dude it always depends on how smart u r
    in conquer online there was a simple multi client i discovered , where client contain structure word of ENGLISH i removed the i and added u instead on hex editor , the result was undetected 3 years multi client so dont leech , take a day of thinking , u wont fail , u will just find a million way not to work it out

  6. #5
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

Similar Threads

  1. I Need some help with the hacks..
    By xcv123 in forum Combat Arms Help
    Replies: 7
    Last Post: 09-05-2009, 10:04 AM
  2. Some help with hacks
    By eliran93 in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 07-10-2009, 10:38 AM
  3. Need some help with elite hack
    By prototype33 in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 08-12-2008, 11:58 AM
  4. Help me with making my hack (VB6)
    By floris12345! in forum Visual Basic Programming
    Replies: 2
    Last Post: 01-04-2008, 07:40 AM