Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Yoanndp/anticheat-server-sided

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anticheat Server Sided

This is a simple anticheat server sided for GDPS's. (compatible with CvoltonGDPS source)


Its functioning

It performs multiple actions:

  • It considers the total amount of stars, usercoins and demons from all online levels.
  • It considers the total amount of stars, coins and difficulty from all map packs.
  • It considers the total amount of stars from local levels1 (Stereo madness to Fingerdash).
  • It has a star margin and a logging table.

Get it to work

  1. Upload Anticheat folder into your gdps.
  2. Edit settings.php with your values.
  3. Update getGJScores.php and add theses lines:
require "anticheat/anticheat.php";
$ac = new Anticheat();
if($ac->check($accountID)){
	Anticheat::logging($accountID);
	$ac->ban_by_accountID($accountID);
}

1: For next updates, this value will be modifiable (in case of new local levels)

Releases

No releases published

Packages

 
 
 

Languages