buffer_save()saves buffer to a file. Your best bet would be to encrypt your ini's and while in game make sure all of your important variables are not face value. For example when adding 1 to your score do
score+=1.32or something. Then in your draw event do
draw_text(x,y,score/1.32that way it will be harder to hack with memory editors.



Find content
Not Telling
