Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Merge from master into xampp-less #71

Open
wants to merge 47 commits into
base: xampp-less
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
604ab2e
Fix modinfo null references and change example mod
Oct 14, 2020
73f7e71
Merge pull request #70 from Olivercomet/master
sticks-stuff Oct 14, 2020
c82a62e
Added More Swear Words You Cant Say!
tylerxxyz Oct 21, 2020
61f53ed
Read Me Updated
tylerxxyz Oct 21, 2020
78d47fe
Merge pull request #74 from GamingReflexThePenguin/master
sticks-stuff Oct 21, 2020
9ff092e
Delete AntiAd.php
P-AS Oct 21, 2020
6486a76
Delete AntiSwear.php
P-AS Oct 21, 2020
01cb834
Removes references to AntiAd
P-AS Oct 21, 2020
f23a6fd
Fixed GitHub misidentifying .as files as AngelScript
sticks-stuff Oct 26, 2020
586b3ee
Merge pull request #2 from PandaSRC/kpinjhubgiyvftcryghjkl;
P-AS Nov 19, 2020
ce77ac5
delete unnecessary file
P-AS Nov 19, 2020
0957913
delete copy
P-AS Nov 19, 2020
67305e9
stop it from copying the index.html.copy file
P-AS Nov 19, 2020
babd69b
load the website instead of the swf
P-AS Nov 19, 2020
6fe605c
update
P-AS Nov 19, 2020
42cd419
website remake
P-AS Nov 19, 2020
a6f2223
css for website remake
P-AS Nov 19, 2020
da7c889
Delete bg-mobile.png
P-AS Nov 19, 2020
efc8cf6
Delete bg.png
P-AS Nov 19, 2020
bb87561
cpsc logo
P-AS Nov 19, 2020
53e79ab
website remake
P-AS Nov 19, 2020
bbef65c
Delete CPSC BETA 4.exe
sticks-stuff Nov 19, 2020
76a7215
Delete CPSC BETA 4.exe
sticks-stuff Nov 19, 2020
67b5390
Delete AntiSwear.php
sticks-stuff Nov 19, 2020
44d06c5
Merge pull request #77 from PandaSRC/website-update
sticks-stuff Nov 19, 2020
5a9fc35
reupload CPSC BETA 4.exe
P-AS Nov 20, 2020
7552f64
Merge pull request #79 from PandaSRC/reupload
sticks-stuff Nov 20, 2020
e719bbc
Update README.md
nhaar Dec 22, 2020
ee0322a
Merge pull request #80 from nhaar/master
sticks-stuff Dec 23, 2020
f9d88f7
Delete 30 fps load.swf
nhaar Dec 31, 2020
a6e1af7
Added 24 fps load.swf
nhaar Dec 31, 2020
1a4ce46
Create 30fps
nhaar Dec 31, 2020
60955ca
Delete 30fps
nhaar Dec 31, 2020
5f0c7ba
Added 30fps mod
nhaar Dec 31, 2020
2bbf97c
dont contact me
sticks-stuff Jan 13, 2021
1b12322
Merge pull request #81 from nhaar/master
sticks-stuff Jan 26, 2021
9453f13
Fixed PBL
nhaar Jul 25, 2021
3a863ba
Merge pull request #83 from nhaar/master
sticks-stuff Jul 27, 2021
120698f
fixed sport shop not loading
sticks-stuff Feb 16, 2023
a7f1b9c
fixed ninja hideout not loading
sticks-stuff Feb 17, 2023
b0710c5
Fix rooms breaking the server
nhaar Mar 18, 2023
1459c6c
Merge pull request #85 from nhaar/patch-1
sticks-stuff Mar 19, 2023
3fec74c
Update README.md
Randomno Sep 9, 2023
2b3602c
Merge pull request #87 from Randomno/patch-3
sticks-stuff Sep 11, 2023
2787e2b
Fix mod manager bug where your settings are reset
nhaar Aug 31, 2024
a32669b
Merge pull request #94 from nhaar/master
sticks-stuff Aug 31, 2024
868ff49
Update README.md
sticks-stuff Oct 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Auto detect text files and perform LF normalization
* text=auto
*.as linguist-language=ActionScript
Binary file modified CPSC BETA 4.exe
Binary file not shown.
3 changes: 1 addition & 2 deletions Club Penguin Speedrunning Client.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -264,15 +264,14 @@ RegRead, firewall_status, HKLM, SYSTEM\ControlSet001\Services\SharedAccess\Param
If (!InStr(firewall_status, "Enabled"))
RegWrite, REG_SZ, HKLM, SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications\List, [C:\xampp\php\php.exe], [C:\xampp\php\php.exe]:*:Enabled:[PHP]

FileCopy, C:\xampp\htdocs\index.html.copy, C:\xampp\htdocs\index.html, 1
FileDelete, C:\xampp\htdocs\index.php
FileCopy, C:\xampp\htdocs\php.ini, C:\xampp\php, 1



Menu, Tray, Icon, %A_WorkingDir%\favicon.ico,,1
Run, run.vbs
Run, http://localhost/play/load.swf
Run, http://localhost/

OnExit, ExitSub
return
Expand Down
129 changes: 0 additions & 129 deletions Kitsune/ClubPenguin/Plugins/AntiAd/AntiAd.php

This file was deleted.

49 changes: 0 additions & 49 deletions Kitsune/ClubPenguin/Plugins/AntiSwear/AntiSwear.php

This file was deleted.

10 changes: 5 additions & 5 deletions Kitsune/ClubPenguin/Plugins/Commands/Commands.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ final class Commands extends Plugin {
//public $dependencies = array("PatchedItems" => "loadPatchedItems");
public $dependencies = array(
"PatchedItems" => "loadPatchedItems",
"AntiAd" => "loadAntiAd"
//"AntiAd" => "loadAntiAd"
);

public $worldHandlers = array(
Expand Down Expand Up @@ -76,7 +76,7 @@ final class Commands extends Plugin {
private $mutedPenguins = array();

private $patchedItems;
private $antiAd;
//private $antiAd;

public $partyServicePacket = '%xt%partyservice%2%{"partySettings":{"partyIglooItems":[0],"numOfDaysInParty":14,"unlockDayIndex":14},"questSettingList":[{"roomIds":[800,809,300,100],"questItemIndex":0,"unlockDay":0,"memberItemIds":[1967,24245],"nonmemberItemId":5509},{"roomIds":[800,809,300,801,100],"questItemIndex":1,"unlockDay":0,"memberItemIds":[1965,24243],"nonmemberItemId":5508},{"roomIds":[800,809,801],"questItemIndex":2,"unlockDay":1,"memberItemIds":[1968,24246],"nonmemberItemId":5510},{"roomIds":[800,801,300],"questItemIndex":3,"unlockDay":1,"memberItemIds":[1969,24247],"nonmemberItemId":5516},{"roomIds":[891],"questItemIndex":4,"unlockDay":2,"memberItemIds":[1966,24244],"nonmemberItemId":9291}],"swordsList":[{"rewardId":0,"points":20,"itemId":2327,"type":"FURNITURE"},{"rewardId":1,"points":50,"itemId":5512,"type":"PAPER_ITEM"},{"rewardId":2,"points":100,"itemId":5515,"type":"PAPER_ITEM"},{"rewardId":3,"points":200,"itemId":5513,"type":"PAPER_ITEM"},{"rewardId":4,"points":350,"itemId":83,"type":"IGLOO"},{"rewardId":5,"points":600,"itemId":0,"type":"PAPER_ITEM"}],"kananLightsaber":{"unlockDay":2,"itemId":5511},"inquisitorPrizeItems":{"memberItemId":[24248,5514],"nonMemberItemId":1970}}%';

Expand All @@ -92,9 +92,9 @@ public function loadPatchedItems() {
$this->patchedItems = $this->server->loadedPlugins["PatchedItems"];
}

public function loadAntiAd() {
$this->antiAd = $this->server->loadedPlugins["AntiAd"];
}
//public function loadAntiAd() {
// $this->antiAd = $this->server->loadedPlugins["AntiAd"];
//}

public function handleRefreshClient($penguin) {
$penguin->room->refreshRoom($penguin);
Expand Down
33 changes: 4 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
# CPSC
Club Penguin Singleplayer Client Beta 4
# CPSC has been superseded by [Waddle Forever](https://waddleforever.com/)
[Waddle Forever repo](https://github.com/nhaar/Waddle-Forever)

This is a singleplayer client for Club Penguin, designed for speedrunning.
It requires this version of XAMPP and it must be installed before installing CPSC.


https://www.apachefriends.org/xampp-files/5.6.33/xampp-win32-5.6.33-0-VC11-installer.exe


Download this as a zip and extract it to C:\xampp\htdocs.


CPSC is in Beta, more specifically Beta 4
It uses a lot of code from Kitsune (https://github.com/widd/kitsune) and Zaseth's modified Kitsune (https://github.com/Zaseth/KITSUNE-MODIFIED)


Older Versions:


Beta 2: https://drive.google.com/open?id=1g2_Eippr5DkHbER-Qba6DD7d3WCJvon4


Beta 1:https://drive.google.com/open?id=1PEophHubpKOGesErZYtuzmScPPn7Aos1

[Installation guide](https://pastebin.com/raw/BEKLhdc1)

[Guia de instalação em português](https://pastebin.com/raw/P3dYCLiP)

For more info you can message @Thestickman391#0391 on Discord or join the [CPSC discord server](https://discord.gg/tGDZeyK)
[Waddle Forever Discord](https://discord.gg/URHXm3cFv5)
## This repo has been left available as an archive. Do not use this software!
Loading