Skip to content

Commit

Permalink
Merge pull request #55 from car-axle-client/skrill-on-discord-main
Browse files Browse the repository at this point in the history
Skrill on discord main
  • Loading branch information
penguinify authored Feb 3, 2024
2 parents 24fddc7 + ebfd71d commit 7eedf13
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 36 deletions.
67 changes: 38 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">

# car axle client
### The **MOST POPULAR** bookmarklet menu. Proxies, games, and exploits in a clean ui. (by @penguinify)
### The **MOST POPULAR** bookmarklet menu. Working proxies, games, and exploits in a clean ui. (by @penguinify)

<img src="docs/caraxle.png" alt="drawing" width="500"/><br>
<a href="https://car-axle-client.github.io">Install the latest version</a>
Expand All @@ -27,18 +27,17 @@

</div>

> [!NOTE]
> A recent update to ChromeOS (v115/v116) released in August 2023 has blocked all javascript: and javascript:// bookmarklets. If you use a managed Chromebook and **Devtools are turned off** (that means Inspect element, etc.) (they must be turned off or bookmarklets still work) then the Car Axle Client Bookmarklet won't work. You can still use an [about:blank Injector however](https://disnos9.github.io/jsinject/) but some features won't work. (Things like history flooder, scripts, etc.)
> [!IMPORTANT]
> As of chrome v115/v116 if **devtools are disabled bookmarklets are as well**. Please refer to ( this )[https://github.com/car-axle-client/car-axle-client/blob/main/docs/alternate_injection.md] docs for alternate execution methods.
## Features

- Exploits and history flooder
- Small, fun things bookmarklets
- Large 300+ game library
- Exploits
- 300+ game library
- JS Console
- Mini Browser
- Youtube Embeder
- Scripts that improve your quality of life
- Youtube Embedder
- Scripts to improve your quality of life

## Discord

Expand All @@ -50,28 +49,27 @@
[![website][install-img]][install-web]

## Screenshots

v7 example
v8 example
![App Screenshot](docs/dark.png)

## Hosting the games yourself

go here: https://github.com/car-axle-client/gay-hosting-v3
<!-- dead repo -->
<!-- ## Hosting the games yourself DEAD # ill link gitlab at some point...
## contributors (thanks)
go here: https://github.com/car-axle-client/gay-hosting-v3 -->

<a href="https://github.com/car-axle-client/car-axle-client/graphs/contributors">
<img src="https://contrib.rocks/image?repo=car-axle-client/car-axle-client" />
</a>

# people with write access
<!-- removed because it is basically useless, add back if wanted --> # i agree that its useless
<!-- # people with write access
- [@penguinify](https://github.com/Penguinify) main developer
- [@disnos9](https://github.com/disnos9) side developer
- [@disnos9](https://github.com/disnos9) side developer -->

# Contributing
> [!NOTE]
> Contributing on v9 is not recommended until docs have been created and penex as well as the layer on top of it has been finalized. If you are building from source, you should not need to worry.
Development Setup
Development Setup

1. Install Packages

Expand All @@ -85,28 +83,39 @@ pnpm install
pnpm dev
```

3. Output a release file
3. Output a release file in the build folder.

```
pnpm build
```

Contributing is made to be as easy as possible.
Check out the wiki for a guide on how the code works!
Contributing is made to be as easy as possible.
Check out the wiki for a guide on how the code works!

Just fork and submit a pr and I will likely add it with some minor changes.
Just fork and submit a pull request and I will likely add it with some minor changes.

Things you can contribute:
Things you can contribute:

- Fixing UI bugs (you can ask me for help if needed)
- adding small features
- refractoring
- Adding small features
- Refractoring the code
- Adding new proxies
- Assist with Github issues
- Remove Old/Broken proxies

## Docs

You could also look at github issues
The docs are currently in progress. They will be a seperate repo and will be linked here when they are ready.

## Contributors (thanks)

<a href="https://github.com/car-axle-client/car-axle-client/graphs/contributors">
<img src="https://contrib.rocks/image?repo=car-axle-client/car-axle-client" />
</a>

## Support
## Support or Questions

For support, contact me on discord @penguinify, through email ([email protected]) or through github issues
For support, contact me on discord @penguinify, through email ([email protected]). (please come with a request/question, not a hello.)

[support-invite]: https://discord.gg/QnxQUdEAUM
[support-image]: https://invidget.switchblade.xyz/QnxQUdEAUM
Expand Down
Binary file modified docs/dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/modules/modules/scripts/proxies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ function proxies() {
{ name: 'Nebula 2', url: 'https://typhoon.lol/' },
{ name: 'Rammerhead 1', url: 'https://yorkhigh.audicolsas.co/' },
{ name: 'Rammerhead 2', url: 'https://hotmomslol.ftp.sh/' },
{ name: 'Rammerhead 3', url: 'https://cdn.lukefleed.xyz/' },
{ name: 'Rammerhead 3', url: 'https://toronto.airwise.cl//' },
{ name: 'Rammerhead 4', url: 'https://canvas.info.gf/' },
{ name: 'Rammerhead 5', url: 'https://schoolhomeworkbuddy.jumpingcrab.com/' },
{ name: 'Rammerhead 6', url: 'https://cfbrowser.chickenkiller.com/' },
{ name: 'Rammerhead 7', url: 'https://kayd-is-goated.chickenkiller.com/' },
{ name: 'WebToppings', url: 'https://www.webtoppings.bar/' },

]

let style = create_element('style', popup.document.head)
Expand Down
12 changes: 6 additions & 6 deletions src/modules/modules/scripts/scripts.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "Ad Block (its trash)",
"name": "Basic Ad Block",
"desc": "Removes Advertisements from the website",
"author": { "name": "MarcellPerger1", "link": "https://github.com/MarcellPerger1" },
"url": "https://raw.githubusercontent.com/MarcellPerger1/adblock-bookmarklet/main/dist/release/bookmarklet.min.txt"
Expand All @@ -12,15 +12,15 @@
"url": "https://raw.githubusercontent.com/Penguinify/math-bookmarklet/main/dist/bundle.js"
},
{
"name": "Securely Kill",
"desc": "Kills Securely by feeding it cookies, dont ask i think im high rn",
"author": { "name": "Zek-c", "link": "https://github.com/zek-c" },
"name": "Securely Kill - PATCHED AS OF V119",
"desc": "Kills Securely by feeding it cookies",
"author": { "name": "Zek-c", "link": "https://github.com/zek-c/Securly-Kill-V111/" },
"url": "https://raw.githubusercontent.com/zek-c/Securly-Kill-V111/main/kill.js"
},
{
"name": "kick ass",
"desc": "kick ass on a website",
"author": { "name": "dead company anyways", "link": "idgaf" },
"author": { "name": "kick ass", "link": "link" },
"url": "",
"patch": "var KICKASSVERSION=\"2.0\",s=document.createElement(\"script\");s.type=\"text/javascript\",document.body.appendChild(s),s.src=\"https://hi.kickassapp.com/kickass.js\";"
},
Expand All @@ -32,7 +32,7 @@
},
{
"name": "Edpuzzle Answers",
"desc": "Gives you answers to edpuzzle assignments",
"desc": "Gives you answers to edpuzzle assignments - PATCHED ON PRIVATE EDPUZZLES",
"author": { "name": "vk6/adder2210", "link": "https://github.com/adder2210" },
"url": "https://cdn.jsdelivr.net/gh/ading2210/edpuzzle-answers@latest/script.js",
"patch": "var thumbnail"
Expand Down

0 comments on commit 7eedf13

Please sign in to comment.