Author Topic: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS  (Read 12856 times)

0 Members and 2 Guests are viewing this topic.

plosky1

  • Intentional Cheater
  • **
  • Posts: 33
    • View Profile
TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« on: June 06, 2012, 01:32:00 am »
Ok, this is the ABSOLUTE NOOBIE tutorial on how to use scripts with Cheat Engine. Make sure to +1 me  :icon_biggrin2.
Also, here is a good website for adding code to ammo boxes http://browser.six-projects.net/cfg_weapons

Step 1. Download Cheat Engine http://www.cheatengine.org/downloads.php
Step 2. Download your script/make your script.

Step 3. Place it in a custom folder within your Arma 2 OA directory. (C:\Steam Games\arma 2 operation arrowhead)


Step 4. Open Arma 2 OA.
Step 5. Open Cheat Engine.

Step 6. Attach Arma 2 to Cheat Engine

Step 7. Search Cheat Engine, (using the text value type), for a string to attach your script to. The most common strings are things like vote_kick, vote_admin, vote_missions. In this tutorial, we will be using vote_kick.


Step 8. You should get a small list of whatever you searched for. You will have to right-click them and click Browse this Memory Region. You will see a bunch of hex characters, and then to the right of those plain text.


Step 9. The one you are looking for should look something like this: private ["_dummy"]; _dummy = [_this,"vote_kick"] execVM "\ca\ui\scripts\dedicatedServerInterface.sqf";

Step 10. Change the "\ca\ui\scripts\dedicatedServerInterface.sqf"; part to "\YOURSCRIPTSFOLDERINTHEOADIRECTORY\YOURSCRIPT.sqf";

Step 11. If there are any leftover letters from the old path, you will need to change the hex characters, (that are to the left of the text), to 00, which looks like a period.

Step 12. Do this until your periods meet up with the periods that are already there.

Step 13. Make sure to CLOSE CHEAT ENGINE after you are done.
Step 14. Enter a server.
Step 15. Press "M" to open up your map, go to server interface, (or something like that), then press whatever button you set your script to, in our case "Vote Kick".
Step 16. Exit out of server interface and your map, and your script should have worked.
« Last Edit: June 06, 2012, 09:00:59 pm by plosky1 »

skylmt666

  • Relentless Teamkiller
  • **
  • Posts: 75
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #1 on: June 06, 2012, 01:44:58 am »
Thanks mate!
LOLE'D

Buster

  • Klass Klown
  • ***
  • Posts: 295
  • Kool Kat
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #2 on: June 06, 2012, 01:46:42 am »
Very good, constructive post. Good work plosky1  :icon_thumbsup

DanDiDo

  • Cheater Apprentice
  • *
  • Posts: 19
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #3 on: June 06, 2012, 01:46:54 am »
Awesome, gotta try that tomorrow.
And I'm wondering whether this is detected by BE or not.
If its not, BE just proves again that it's nothing more than bullshit.

plosky1

  • Intentional Cheater
  • **
  • Posts: 33
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #4 on: June 06, 2012, 01:51:27 am »
As long as you close Cheat Engine before entering a server, this is NOT detected by BE unless your script has weapons that are not in the server. For example, if your using a weapon spawn script on DayZ with weapons that spawn normally in DayZ there shouldn't be a problem, but if you try to put in AA12 in the script, which does not normally spawn, there is a problem.

Snip3R

  • Cheater Apprentice
  • *
  • Posts: 24
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #5 on: June 06, 2012, 02:00:58 am »
I' newbie in CE. So, can you help me?
Can you attach a screen to every step, I will be very grateful.

plosky1

  • Intentional Cheater
  • **
  • Posts: 33
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #6 on: June 06, 2012, 02:21:16 am »
I' newbie in CE. So, can you help me?
Can you attach a screen to every step, I will be very grateful.

Done

Snip3R

  • Cheater Apprentice
  • *
  • Posts: 24
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #7 on: June 06, 2012, 02:32:11 am »
Very-very-very BIG thank you, pal!

schwartz

  • Poptart
  • *
  • Posts: 5
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #8 on: June 06, 2012, 02:36:41 am »
was just about to ask for more screenshots and I hit refresh to see they were there!

thanks very much mate!

Eros

  • Intentional Cheater
  • **
  • Posts: 49
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #9 on: June 06, 2012, 02:40:31 am »
I must be doing something wrong, I changed "\ca\ui\scripts\dedicatedServerInterface.sqf" to point to my scripts instead and filled in the spots leftover with . but it still doesn't work


anyways, thanks for this :)

plosky1

  • Intentional Cheater
  • **
  • Posts: 33
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #10 on: June 06, 2012, 02:43:59 am »
I must be doing something wrong, I changed "\ca\ui\scripts\dedicatedServerInterface.sqf" to point to my scripts instead and filled in the spots leftover with . but it still doesn't work


anyways, thanks for this :)
Are your scripts in your OA directory in a custom folder?

Eros

  • Intentional Cheater
  • **
  • Posts: 49
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #11 on: June 06, 2012, 02:45:16 am »
I must be doing something wrong, I changed "\ca\ui\scripts\dedicatedServerInterface.sqf" to point to my scripts instead and filled in the spots leftover with . but it still doesn't work


anyways, thanks for this :)
Are your scripts in your OA directory in a custom folder?

yes, i created the folder

C|T

  • Relentless Teamkiller
  • **
  • Posts: 50
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #12 on: June 06, 2012, 02:51:45 am »
very nice Tutorial plosky1

(I can't give reputation points right now,but anyways)
+1

sticky maybe*

Eros

  • Intentional Cheater
  • **
  • Posts: 49
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #13 on: June 06, 2012, 02:54:35 am »
I fixed my problem
Thank you plosky :)

plosky1

  • Intentional Cheater
  • **
  • Posts: 33
    • View Profile
Re: TOTAL NEWBIE GUIDE TO USING CHEAT ENGINE AND SCRIPTS
« Reply #14 on: June 06, 2012, 02:55:04 am »
I must be doing something wrong, I changed "\ca\ui\scripts\dedicatedServerInterface.sqf" to point to my scripts instead and filled in the spots leftover with . but it still doesn't work


anyways, thanks for this :)
Are your scripts in your OA directory in a custom folder?

yes, i created the folder

When you get in game and press Vote Kick, does it say that you want to vote kick someone in the chat, or does nothing happen at all?

Edit: Ok, cool  :smile