Pages (2): 1 2   
Snarg   02-05-2015, 12:59 PM
#1
IF there is any truth to the alleged leaked patch notes, what do you think the, 'New system to prevent bot attacks', is going to bring?

IMHO, it will possibly be a captcha system. For those who have not yet seen it, this was posted on Supercells sub-Reddit about an hour ago:
[Image: 8acfT7Z.jpg]
SongHyeKyo   02-05-2015, 01:12 PM
#2
Link please?

I try to look in supercell forum and in facebook clash of clan .. no announcement update like that ..

Take delight in the LORD, and he will give you the desires of your heart - Psalm 37:4
Snarg   02-05-2015, 01:34 PM
#3
(02-05-2015, 01:12 PM)SongHyeKyo Wrote: Link please?

I try to look in supercell forum and in facebook clash of clan .. no announcement update like that ..

Threads are being deleted from SC's forum as fast as they are made.
Proxy   02-05-2015, 01:42 PM
#4
Really a captcha system would be the only way to stop botters since the Devs make it look just as if a player did the attack. Not sure they'll do this though because I'd imagine this would be annoying/irritate a lot more people then just botters.
I guess we'll have to see though.
sheva370   02-05-2015, 04:30 PM
#5
No need captcha, just block play COC in Bluestack Sad
Proxy   02-05-2015, 04:48 PM
#6
(02-05-2015, 04:30 PM)sheva370 Wrote: No need captcha, just block play COC in Bluestack Sad

Pretty sure this isn't possible since Bluestacks makes the game believe it's actually being played on an Android defense. Although I may be wrong...
Sm007hCriminal   02-05-2015, 06:30 PM
#7
I honestly think they are trying to block the "sandbox attack" feature on the xmodgames.
kingburat   02-05-2015, 06:49 PM
#8
i think there were block the bluestack user
Mystery7   02-05-2015, 08:45 PM
#9
Blocking bot attacks isnt possible at all.
Specially this one... the answer is simple.. the game is click dependent so is everything you do in it.. everything the bot does is just a series of clicks and scans... block the clicks no one will ever play coc... as for that captcha I just dont see that happening

Be Wise & Good As Much As You Could
-Mystery7 Shadetongue
Snarg   02-06-2015, 02:07 AM
#10
It seems that detecting if an app is running on BlueStacks is much easier than I thought:

Code:
/**
* Returns true if device is Android port to x86
*/
public static boolean isx86Port()
{
    String kernelVersion = System.getProperty("os.version");
    if(kernelVersion != null && kernelVersion.contains("x86")) // for BlueStacks returns "2.6.38-android-x86+"
        return true;
    return false;
}

That little snippet of code could easily shut down anyone running CoC on BlueStacks.
Pages (2): 1 2   
  
Users browsing this thread: 1 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.