Results 1 to 2 of 2
  1. #1
    Tonyx97's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    165
    My Mood
    Aggressive

    Chrome memory click

    Hello guys, I need a program to click in a specific button on chrome, I thought about use ollydbg to get button function but I don't know how to exactly do it. My goal is make a bot to click without standing with chrome opened, I made a program which clicks on the button but I need click on button while I'm doing my stuff on my PC, any suggestions to start or tutorial? Thanks for read.

  2. #2
    liquidsystem's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    507
    Reputation
    135
    Thanks
    691
    My Mood
    Happy
    Try using something like this:
    Code:
    SendMessage(YOURWINDOWHERE, WM_KEYUP, VK_SPACE, 0x390000);
    Look at the API for SendMessage, it'll do what you want it to do as far as I know.
    If you wish to thank me, don't forget to click the button!

    Currently Playing: Osu, OldSchool Runescape (pm for username)


    Bitcoin Address: 1HUdLVM7DnT9gC1i5kNKzcKWekSbFoKNp2


    Steam
    Main Account
    Sales Account

    Feel free to PM me if you have any other questions relating Java, Python, or Physics, or general schoolwork


Similar Threads

  1. Click v2.2 (For irc)
    By AN1MAL in forum Suggestions, Requests & General Help
    Replies: 11
    Last Post: 09-27-2006, 11:29 AM
  2. [Tutorial] Memory Tips
    By njdavid in forum WarRock - International Hacks
    Replies: 6
    Last Post: 09-23-2006, 10:25 AM
  3. Optimize Memory
    By 1h1a1i in forum Hardware & Software Support
    Replies: 35
    Last Post: 08-03-2006, 07:31 AM
  4. Replies: 3
    Last Post: 01-04-2006, 09:52 PM
  5. Direct Memory Access (DMA) to Static Memory Addresses
    By Dave84311 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 12-31-2005, 08:18 PM

Tags for this Thread