├── CNAME ├── vpn.html ├── index.html ├── announcement.html ├── credits.html ├── TOS.txt ├── LICENSE ├── README.md └── .github └── workflows └── codeql.yml /CNAME: -------------------------------------------------------------------------------- 1 | quandaledingle.site -------------------------------------------------------------------------------- /vpn.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /announcement.html: -------------------------------------------------------------------------------- 1 | ANNOUCMENT 2 |

3 | ROBLOX IS FIXED, might not work some times 4 |
5 |
6 |
7 | Going to add more stuff, looking for more devs. 8 |
9 |
10 |
11 | VERSION 2 IS OUT 12 |
13 |
14 |
15 | WE ARE SOO CLOSE TO 6000 MEMBERS COME ON GUYS MEMBERS 16 |
17 |
18 |

19 |
20 |

21 |
22 |

23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |

Found out that soggy wafles only has 19 members

47 | -------------------------------------------------------------------------------- /credits.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |

4 |

5 | 6 | Owner & Main Devolpher- Ez
7 | Youtube 8 |
9 |
10 | Exuctor Devolpher-( private ) 11 |
12 |
13 | Head Devolpher- None 14 |
15 |
16 | Devolpher-None 17 |
18 |
19 | Devolpher-None 20 |
21 |
22 | Apply at the discord!!! ( Must know HTML coding ) 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /TOS.txt: -------------------------------------------------------------------------------- 1 | Terms Of Service 2 | 3 | Glatic games have bee recently getting accused for things that is not our fault, ths is our rules and guidelines, if this human or object doesanyting aginst this it is not our fault 4 | 5 | #1. If the user goes on this during clas, this is not our fault and is all blamed at that user ( Reminder schools, This is not our faults and our website can not get shut down due to this, Lincensed by MIT ) 6 | 7 | #2. If user does inopropiate things and looks at stuff such as that, it s not our fault but it is their decision of doing thoose actions, ( not blamed on us but them ) 8 | 9 | #3. User shall not Copyright this or Account might be deleted same with repo and a 100$+ fine 10 | 11 | #4. Please do not blame any actions on us, we are simply a website just to play games that you can not find, no money is comming towards us and we are not planning to make any 12 | 13 | #5. Last would be Please do not Sue us due to theese terms, and any school who does will get a strike in the MIT license, due to his, 2 trikes meaning 100$+ Fine 14 | 15 | #Than you for reading this 16 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 CodingHTML-Yusef/glaticgames 4 | 5 | Permission is hereby granted, NonFree of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: Sued ( 100$+, Repo or if situation is bad, Account may be deleted ) 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # glaticgames 2 | Unblocked games, apps, proxys, for school 3 | 4 | Game World 5 | 6 | Glatic games is a project made by Yusuf who is currently a Skoolv2 Devolpher As well| Discord : Ez#7274 7 |
8 | * **Used my students and made by students** * 9 |
10 | We will be updating this website everyday, We will also make new links everytime as well
11 | Join our discord, info in our website! 12 | 13 | # Links 14 | https://mathcaculator.site/
15 | https://glatic.games
16 | https://the-glatics.github.io/glaticgames/
17 | https://glaticgames.netlify.app
18 | https://flushed.cyou 19 | 20 |
More Coming Out Soon!!!...... 21 |
22 | How to Deploy Your self ( do this if all Glatic Links are blocked ) 23 | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ 24 | •First step is to press The fork button 25 | 26 | Game World 27 | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ 28 | 29 | •Second step is now once you pressed fork, Name the repository Your user ( example: codinghtml-yusef ) 30 | 31 | •Then press create fork 32 | And incase if you cant read and your a freakin kindergardener and have 1 brain cell theres a example picture 33 | 34 | Game World 35 | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36 | •Now once you pressed it, press pages 37 | 38 | •Press the branch or deploy what ever its called and press main 39 | 40 | • Next to it there should be another button and press Root 41 | 42 | •You should be good, wait 3-5 minutes, and then refresh your page, a link should popup and wallaaa 43 | 44 | Game World 45 | •Last step is to go to seetings 46 | settings is above the coding places 47 | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ 48 | 49 | Glitch.me:| https://glitch.com/edit/#!/remix/aware-rambunctious-honesty 50 | 51 | Making more ways to deploy ( such as replit, etc )... 52 | -------------------------------------------------------------------------------- /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- 1 | # For most projects, this workflow file will not need changing; you simply need 2 | # to commit it to your repository. 3 | # 4 | # You may wish to alter this file to override the set of languages analyzed, 5 | # or to provide custom queries or build logic. 6 | # 7 | # ******** NOTE ******** 8 | # We have attempted to detect the languages in your repository. Please check 9 | # the `language` matrix defined below to confirm you have the correct set of 10 | # supported CodeQL languages. 11 | # 12 | name: "CodeQL" 13 | 14 | on: 15 | push: 16 | branches: [ "main", Main ] 17 | pull_request: 18 | # The branches below must be a subset of the branches above 19 | branches: [ "main" ] 20 | schedule: 21 | - cron: '45 9 * * 3' 22 | 23 | jobs: 24 | analyze: 25 | name: Analyze 26 | runs-on: ubuntu-latest 27 | permissions: 28 | actions: read 29 | contents: read 30 | security-events: write 31 | 32 | strategy: 33 | fail-fast: false 34 | matrix: 35 | language: [ ] 36 | # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] 37 | # Use only 'java' to analyze code written in Java, Kotlin or both 38 | # Use only 'javascript' to analyze code written in JavaScript, TypeScript or both 39 | # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support 40 | 41 | steps: 42 | - name: Checkout repository 43 | uses: actions/checkout@v3 44 | 45 | # Initializes the CodeQL tools for scanning. 46 | - name: Initialize CodeQL 47 | uses: github/codeql-action/init@v2 48 | with: 49 | languages: ${{ matrix.language }} 50 | # If you wish to specify custom queries, you can do so here or in a config file. 51 | # By default, queries listed here will override any specified in a config file. 52 | # Prefix the list here with "+" to use these queries and those in the config file. 53 | 54 | # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs 55 | # queries: security-extended,security-and-quality 56 | 57 | 58 | # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). 59 | # If this step fails, then you should remove it and run the build manually (see below) 60 | - name: Autobuild 61 | uses: github/codeql-action/autobuild@v2 62 | 63 | # ℹ️ Command-line programs to run using the OS shell. 64 | # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun 65 | 66 | # If the Autobuild fails above, remove it and uncomment the following three lines. 67 | # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. 68 | 69 | # - run: | 70 | # echo "Run, Build Application using script" 71 | # ./location_of_script_within_repo/buildscript.sh 72 | 73 | - name: Perform CodeQL Analysis 74 | uses: github/codeql-action/analyze@v2 75 | with: 76 | category: "/language:${{matrix.language}}" 77 | --------------------------------------------------------------------------------