Games Achievements My Kong Sign In

Comments for Anti Hacking Tutorial

« Back to Anti Hacking Tutorial

supermanny08

Nov. 03, 2010

Under rating threshold (show) I'd lol if it got hacked.

+ - !

(72)

Nester64

Oct. 18, 2010

Under rating threshold (show) On the one hand, this is great for developers who are sick of seeing highscores of 123,456,789 etc. but on the other, sometimes its fun to have a flash game and playing a broken game from lvl 1... y'know?

+ - !

(4)

noob897

Sep. 08, 2010

Under rating threshold (show)

+ - !

(-13)

Lttlemoi

Sep. 07, 2010

Under rating threshold (show) it would have been great if people don't just submit rubbish. this is a great tutorial

+ - !

(9)

Omnigears

Sep. 06, 2010

Under rating threshold (show)

+ - !

(-40)

mikesully52

Aug. 29, 2010

Under rating threshold (show) AS3 makes it so much easier lol

+ - !

(4)

12sea21

Aug. 24, 2010

Under rating threshold (show) lol. I went to anti tab.. and pressed tab.. and lol!

+ - !

(107)

hot12345

Aug. 07, 2010

Under rating threshold (show) This is AS2...

+ - !

(6)

SPACEDUDE360000

Aug. 04, 2010

Under rating threshold (show) it would also help to show the ways to get past these

+ - !

(2)

timster568

Aug. 03, 2010

Under rating threshold (show)

+ - !

(-6)

Personnel

Jul. 22, 2010

Under rating threshold (show) oh never mind. i was doing it right. i just had to refresh

+ - !

(0)

Personnel

Jul. 22, 2010

Under rating threshold (show) also, how do you load the tips?

+ - !

(-1)

Personnel

Jul. 22, 2010

Under rating threshold (show) cheat engine scans the game's memory for a certain value and returns all that have it. also, it would be smart if the hacker couldnt know the value and the value constantly changed (up and down) because you have an option on it to search for an unknown value and then one that decreased or increased

+ - !

(2)

Sharkes_5

Jul. 22, 2010

Under rating threshold (show) well, too bad it doesn't even mention how the cheat engine works, in my opinion, somebody should explain how the cheat engine works so we can prevent cheating.

+ - !

(0)

deathomoto

Jul. 12, 2010

Under rating threshold (show) Cool

+ - !

(-1)

surveybeta

Jul. 02, 2010

Under rating threshold (show) Thanks for all the tips, time to go hack around :D

+ - !

(99)

thegamemaker777

Jun. 24, 2010

Under rating threshold (show) Really cool tutorial, as I am just getting into AS3! I take it this is AS2 or is it AS3? 5/5

+ - !

(35)

domomo

Jun. 15, 2010

Under rating threshold (show)

+ - !

(-13)

Olimar72

May. 23, 2010

Under rating threshold (show)

+ - !

(-6)

Missymouse97

May. 12, 2010

Under rating threshold (show) @Xzer I have tried and succeeded very easily just to see what would happen. I found all the codes, they are placed in the comments. I decompile .swf's of my friend to see if there any errors and such so, it's obviously not impossible to read the code. They are usualy placed like ex: //d0 47 d0 _as3_connect to servers

+ - !

(2)

Missymouse97

May. 07, 2010

Under rating threshold (show) @ Foarl I've edit games scores enough to say it's really easy.

+ - !

(0)

Hokke

Apr. 19, 2010

Under rating threshold (show) Good tutorial! =D

+ - !

(28)

Heylon

Apr. 05, 2010

Under rating threshold (show) @Foral I use cheat engine for test purposes ONLY and found that it is quite easy to edit two variables at once. Quite so I can easily edit 20 at once, so we just got to keep improving our math and hope to god by putting massive decimals on the score it will prevent hacking for standard users. Any use of multipliers such as x4 x8 x16 etc. could be overly risky for the game. Try to keep as many variants of the score as possible to help prevent people from finding on value and changing it, they would have to find like 5 random numbers change the values so when multiplied there values are equivalent to actually make the score change. This would be hard to find the exact multiplier of each one to hack it :) hope this helps explain the issue moreover.

+ - !

(0)

YaGames

Feb. 09, 2010

Under rating threshold (show) @Foarl: I'm experienced at memory editing (useful for Windows programming; the API has a function for reading/setting another program's memory). Checking for two variables at the same time is simple. The best way that I can think of to secure score etc is to use encryption (if you're lazy like me, just use XOR encryption :D). This can be circumvented if someone is dedicated enough to cheat, but then you can just change the encryption key as part of an update.

+ - !

(2)

RNGbladegames

Feb. 06, 2010

Under rating threshold (show)

+ - !

(-5)

Foarl

Feb. 05, 2010

Under rating threshold (show) I've been thinking about the score modifying issue. Sure stopping score mods over a certain value would work, but someone could be dedicated enough to do it long enough to rack up those scores. I'm thinking of adding a secondary counter that is added to along with the score feature (onEnterFrame scoring in my case). If the counter is not increased with the score during that frame, revert the score to the previous frames score. Not being a hacker personally how easy is it to edit two variables simultaneously?

+ - !

(-2)

Xzer

Feb. 04, 2010

Under rating threshold (show) @Zaixionito: Disputed Galaxy is very badly protected, and nearly everything is handled by the client.

+ - !

(0)

Xzer

Feb. 02, 2010

Under rating threshold (show) @Zaixionito: You can make your game unhackable by storing everything on a server. Also, how are you going to make it so people who cheat can't submit their score?

+ - !

(0)

Heylon

Jan. 27, 2010

Under rating threshold (show) Whos gives a crap Swf encrypt is there for extra protection. Yes it may be easy to crack, but its one more thing for someone to do to get the code they want and the people that are not very good at the decompiling will simply give up. less risk of it getting hacked in the long term. is a little better than nothing? Think about it.

+ - !

(-1)

Magical_Zorse

Jan. 20, 2010

Under rating threshold (show) If you wanna disable tab, use: _root.focusrect=false

+ - !

(0)

Xzer

Jan. 19, 2010

Under rating threshold (show) Downloading an swf and opening it with a decompiler such as Sothink's only takes a few minutes. swfencrypt isn't suppose to completely stop people from decompiling your code, it's trying to make it so hard to read, that all the script kiddies will give up.

+ - !

(71)

asuffield

Jan. 19, 2010

Under rating threshold (show) Placing a banana peel on the floor just past your locked door makes it 'harder' to break into your house, but few people would bother. swfencrypt is slightly less effective than this. If somebody bothered to go to all the hassle of grabbing the swf and running a decompiler over it, they're fairly likely to spend the extra few minutes it takes to strip off swfencrypt nonsense.

+ - !

(0)

Xzer

Jan. 19, 2010

Under rating threshold (show) As I said, swfencrypt makes it harder to read, not impossible. We are talking about cheating in a flash game, why would anyone bother that much to cheat in a game? And I doubt any of the code in the games on this website is worth reading.

+ - !

(12)

asuffield

Jan. 19, 2010

Under rating threshold (show) swfencrypt is fairly useless. Anybody who can decompile a swf can defeat it with little effort. But then, anybody who believes in things like swfencrypt probably doesn't have any code worth reading.

+ - !

(0)

dusclops

Jan. 18, 2010

Under rating threshold (show) 3st ;D

+ - !

(-2)

Ruudiluca

Jan. 18, 2010

Under rating threshold (show) Iiiit's a small world laaa laa laa

+ - !

(0)

iwanhoowe123

Jan. 18, 2010

Under rating threshold (show) :O world of hax

+ - !

(0)

  • add a comment
Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms Privacy Code of Conduct
© 2024 Kongregate