Results 1 to 6 of 6
  1. #1
    ThatBenderGuy's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Tucson, AZ
    Posts
    60
    Reputation
    10
    Thanks
    7
    My Mood
    Sleepy

    Post Golf With Your Friends Cheat/Hacking Discussion

    I am creating this thread as a collaborative effort to share known cheats/hacks for the game. I will contribute to said thread immediately with a script for cheat engine that allows a ball to be out of bound and putt from out of bounds.

    Code for Cheat Engine
    Game Version: 0.0.95H2
    Code:
    [ENABLE]
    
    aobscan(OutOfBounds,69 00 00 00 C6 87 09 01 00 00 01)
    aobscan(OutOfBounds2,01 00 00 C6 87 A8 01 00 00 01)
    
    
    OutOfBounds+04:
      db 90 90 90 90 90 90 90
    
    OutOfBounds2+03:
      db 90 90 90 90 90 90 90
    
    registersymbol(OutOfBounds)
    registersymbol(OutOfBounds2)
    
    [DISABLE]
    
    OutOfBounds+04:
      db C6 87 09 01 00 00 01
    OutOfBounds2+03:
      db C6 87 A8 01 00 00 01
    
    unregistersymbol(OutOfBounds)
    unregistersymbol(OutOfBounds2)
    Alternatively there is this version of the cheat
    Code:
    [ENABLE]
    
    aobscan(OutOfBounds,69 00 00 00 C6 87 09 01 00 00 01)
    aobscan(OutOfBounds2,01 00 00 C6 87 A8 01 00 00 01)
    
    
    OutOfBounds+04:
      db C6 87 09 01 00 00 00
    
    OutOfBounds2+03:
      db C6 87 A8 01 00 00 00
    
    registersymbol(OutOfBounds)
    registersymbol(OutOfBounds2)
    
    [DISABLE]
    
    OutOfBounds+04:
      db C6 87 09 01 00 00 01
    OutOfBounds2+03:
      db C6 87 A8 01 00 00 01
    
    unregistersymbol(OutOfBounds)
    unregistersymbol(OutOfBounds2)
    Notes: Do NOT turn off the script while out of bounds otherwise you will not be able to get back onto the course. If you do turn it off while out of bounds then turn it back on then putt your way back on course then turn it off again

    I do not know if my cheat will work online but it should (as long as you are host?) I am currently waiting for my friend to get the game to test it with him to see if it's working while online and whether or not you have to be the host
    Last edited by ThatBenderGuy; 09-07-2016 at 04:56 PM.
    "Prove you’re alive. If you don’t claim your humanity you will become a statistic." - Tyler Durden

  2. #2
    AquaAndrew's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Doh
    how do I use this with cheat engine?

  3. #3
    TotallyNotAnonymous's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ThatBenderGuy View Post
    I am creating this thread as a collaborative effort to share known cheats/hacks for the game. I will contribute to said thread immediately with a script for cheat engine that allows a ball to be out of bound and putt from out of bounds.

    Code for Cheat Engine
    Game Version: 0.0.95H2
    Code:
    [ENABLE]
    
    aobscan(OutOfBounds,69 00 00 00 C6 87 09 01 00 00 01)
    aobscan(OutOfBounds2,01 00 00 C6 87 A8 01 00 00 01)
    
    
    OutOfBounds+04:
      db 90 90 90 90 90 90 90
    
    OutOfBounds2+03:
      db 90 90 90 90 90 90 90
    
    registersymbol(OutOfBounds)
    registersymbol(OutOfBounds2)
    
    [DISABLE]
    
    OutOfBounds+04:
      db C6 87 09 01 00 00 01
    OutOfBounds2+03:
      db C6 87 A8 01 00 00 01
    
    unregistersymbol(OutOfBounds)
    unregistersymbol(OutOfBounds2)
    Alternatively there is this version of the cheat
    Code:
    [ENABLE]
    
    aobscan(OutOfBounds,69 00 00 00 C6 87 09 01 00 00 01)
    aobscan(OutOfBounds2,01 00 00 C6 87 A8 01 00 00 01)
    
    
    OutOfBounds+04:
      db C6 87 09 01 00 00 00
    
    OutOfBounds2+03:
      db C6 87 A8 01 00 00 00
    
    registersymbol(OutOfBounds)
    registersymbol(OutOfBounds2)
    
    [DISABLE]
    
    OutOfBounds+04:
      db C6 87 09 01 00 00 01
    OutOfBounds2+03:
      db C6 87 A8 01 00 00 01
    
    unregistersymbol(OutOfBounds)
    unregistersymbol(OutOfBounds2)
    Notes: Do NOT turn off the script while out of bounds otherwise you will not be able to get back onto the course. If you do turn it off while out of bounds then turn it back on then putt your way back on course then turn it off again

    I do not know if my cheat will work online but it should (as long as you are host?) I am currently waiting for my friend to get the game to test it with him to see if it's working while online and whether or not you have to be the host
    Tutorial please?

  4. #4
    MALFUNKTION's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    where under the mono dissector is the function to put this script under?

  5. #5
    bustr's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    the strokes
    <CheatEntry>
    <ID>6</ID>
    <Description>"strokes"</Description>
    <VariableType>4 Bytes</VariableType>
    <Address>"mono.dll"+001F5684</Address>
    <Offsets>
    <Offset>114</Offset>
    <Offset>5B8</Offset>
    <Offset>F0</Offset>
    </Offsets>
    </CheatEntry>

  6. #6
    Hector's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Location
    Just trying to be a decent being
    Posts
    2,492
    Reputation
    1032
    Thanks
    557
    My Mood
    Hungover
    can briefly explain pls

Similar Threads

  1. [Help] Golf With Your Friends Cheat Engine
    By Sonxr in forum Steam Games Hacks & Cheats
    Replies: 1
    Last Post: 06-15-2016, 01:40 AM
  2. how to creat your own cheat/hacks
    By jokong105 in forum CrossFire PH Help
    Replies: 10
    Last Post: 04-24-2012, 12:53 AM
  3. zombie mode is better to play with your friends
    By PasterOfMuppets in forum CrossFire Discussions
    Replies: 20
    Last Post: 09-16-2011, 05:15 PM
  4. Screw around with your friends with this. ;)
    By mastowns in forum Spammers Corner
    Replies: 0
    Last Post: 03-23-2009, 02:45 PM
  5. Batch Tutorial! - Mess With Your Friends
    By Haites in forum General Game Hacking
    Replies: 6
    Last Post: 04-29-2008, 09:49 AM