This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title : Untitled | |
Guest on 16th October 2024 02:09:08 AM | |
Syntax: TEXT | Views: 828 | Paste Size: 246.67 KB | |
https://justpasteit.org/7ddb85 | |
From Google Translate of https://pastebin.com/x9Rne5iZ | |
Oh lawd it's 131kb with a max comment size of 10 kB. I'll make a new paste: | |
pmyth01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Echo off | |
:: PatoFlamejanteTV's Anti Cheat | |
:: Based on Loader-Souce's Anticheat | |
:: https://github.com/binaryloverr/Loader-Source/blob/caf4e95ab3d535b66cab419db4ea378755428db8/prot/protector.h | |
TITLE cheater??????? | |
echo Did you have cheats? | |
askkill /f /im Cheat Engine.exe | |
taskkill /f /im cheatengine-x86_64.exe | |
taskkill /f /im cheatengine-x86_64-SSE4-AVX2.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: MessageBox System, make for Imaturidade++ | |
:: By: PatoFlamejanteTV, made ONLY by me | |
:: ---------------------------------------------------------------------------------- | |
@echo off | |
IF EXIST temp.vbs ( | |
del temp.vbs | |
) | |
echo x=msgbox("%1" ,%3, "%2") >> temp.vbs | |
start temp.vbs | |
echo DEBUG: Message: %1, Title: %2. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- For Psych Engine | |
-- https://github.com/PatoFlamejanteTV/ImaturidadePlusPlus/blob/main/scripts/Dirty%20Edge.lua.hfesjklghjk | |
-- needs Dirty Edge.frag to work (yourmod/shaders/Dirty Edge.frag) | |
-- https://github.com/PatoFlamejanteTV/ImaturidadePlusPlus/blob/main/shaders/Dirty%20Edge.frag | |
local shaderName = "Dirty Edge" | |
function onCreate() | |
shaderCoordFix() -- initialize a fix for textureCoord when resizing game window | |
makeLuaSprite("Dirty Edge") | |
makeGraphic("shaderImage", screenWidth, screenHeight) |