Skip to content

Instantly share code, notes, and snippets.

View paramphy's full-sized avatar
🎯
Focusing

Paramesh Chandra paramphy

🎯
Focusing
View GitHub Profile
@paramphy
paramphy / ghost.py
Created October 10, 2020 08:34
Ghost mode for mous
import pyautogui
import time
def ghost():
x = 800
y = 500
pyautogui.moveTo(100, 100, duration = 1)
pyautogui.scroll(200)
pyautogui.moveTo(100 + x, 100, duration = 1)

𝗛𝗲𝗹𝗹𝗼!

𝗜'𝗺 𝗬𝗮𝗿𝗼𝗻𝘇𝘇!𝗜'𝗺 𝗮 𝘀𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗲𝗻𝗴𝗶𝗻𝗲𝗲𝗿 👨‍💻 𝘄𝗵𝗼 𝗶𝘀 𝗽𝗮𝘀𝘀𝗶𝗼𝗻𝗮𝘁𝗲 𝗮𝗯𝗼𝘂𝘁 𝗺𝘂𝘀𝗶𝗰 𝗮𝗻𝗱 𝗼𝗽𝗲𝗻 𝘀𝗼𝘂𝗿𝗰𝗲.

Twitter Badge Email Badge Bilibili Badge Github Badge ![visitors](https://visitor-bad

@paramphy
paramphy / addon_add_lightning.py
Created July 14, 2020 05:40
A simple blender add-on for lightning
bl_info = {
"name": "Add Lightning",
"author": "Paramesh Chandra",
"version": (1, 0),
"blender": (2, 80, 0),
"location": "View3D > Add > Lightning Object",
"description": "Adds a new Mesh Object",
"warning": "",
"doc_url": "",
"category": "Add Mesh",
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.