Jump to content

_MemoryWrite, Memory writing for online game


 Share

Recommended Posts

Hey guys, I got this program i working on with AutoIT v3BETA for memory writing in an online game, And as you can see from the code snippet below, The program sends the keys {left}{left}{right}{right} to the server which make the character slide forward in a back in forth motion (fast tho making him go forward) this being that its tricking the server so you can float off a cliff... But How would i go about send those keys faster than normal? Like say x10 or somthing? is this possible? Because I figure inturn the faster the keys {left} and {right} get sent it should speed up the sliding process(cuz its farely slow with the code below..) So Some experience/Suggestions/Help would be great!

Thanks alot guys, Ill credit whoever helps me when I release my program! thanks

_MemoryWrite($ptrPlayerY , $hprocess,$real, 'float')
    send("{left}{left}{right}{right}")
    sleep(30)
Edited by Krypton88
Link to comment
Share on other sites

  • Developers

Have you searched because I have seen this question raised many time?

Also pls don't bump threads so quickly, it will make people ignore it.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...