Detected 1 occurrence(s) of ‘\s*[a-z0-9\-_]*secret[key]+\s*[:=]+\s*["']\S+["']‘: using UnityEngine; using System.Collections; public class Win : MonoBehaviour { private string secretKey="mySecretKey"; public string PlayerName = ""; public int wins; public string addScoreURL = "http://217.147.92.165/addscore.php?"; //be sure to add a ? to your url public string highscoreURL = "http://217.147.92.165/display.php"; void Start () { Play Source: http://pastebin.com/raw.php?i=5bcZDv65
↧