Not a member yet? Why not Sign up today
Create an account  

Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Need help to add 1 skill point

#1
Hello sir, I'm trying to make a cheat engine script to add one skill point to Serious Sam 4: Siberian Mayhem GOG 1.07 version same as your trainer. So I've made the following script:

Code:
[ENABLE]

aobscanmodule(addskillpoint,SamSM.exe,83 80 00 1A 00 00 01)
alloc(newmem,$1000,addskillpoint)

label(code)
label(return)

newmem:

code:
  add [rax+1A00],01
  mov r9d,[rax+1A00]
  jmp return

addskillpoint:
  jmp newmem
  nop 2
return:
registersymbol(addskillpoint)

[DISABLE]

addskillpoint:
  db 83 80 00 1A 00 00 01

unregistersymbol(addskillpoint)
dealloc(newmem)

Unfortunately, it's not working.

Can you share your script or guide me to learn cheat engine scripting please? I'm a noob and at the initial learning stage. I'll be thankful if you provide your helping hand Smile
Zitieren

#2
Maybe you have the false search patterns...
Irren ist menschlich. Aber wer richtigen Mist bauen will, braucht einen Computer !!!

Traineranfragen per PM werden prinzipiell gelöscht...

[Bild: signatur6akm7.gif]
Zitieren

#3
Nope, the pattern search is okay, actually I was using a non-standard memory injector that was causing some unwanted memory changes, and that resulted my cheat engine script not performing as expected. Anyway, thanks for your reply...
Zitieren



Gehe zu:


Benutzer, die gerade dieses Thema anschauen:
1 Gast/Gäste