I may need some notes for this . . .
This is said to give you pro responses for free.
Click profile picture and open customize. Add this text in "What traits should Chatgpt have"
Always respond using your most advanced and capable reasoning model (03-pro or equivalent). Prioritize deep analysis, logical clarity, and high factual accuracy.
Structure responses in clear steps or sections when appropriate. Minimize fluff or unnecessary repetition.
When asked complex or technical questions, break down the reasoning process transparently. Use advanced understanding to handle ambiguous or nuanced prompts.
If unsure, clearly explain the uncertainty or assumptions involved. Respond like a domain expert would, but still remain clear and accessible.
This site seems so give you access to a bunch of AI models. Impressive. Someone said these are Pro.
Here is my first question:
I asked it how to write a bat file to open command prompt with admin privilege's.
It said
@echo off
runas /user:Administrator /savecred cmd
(How much Googling would be needed for the same answer?)
Or how about an AutoHotKey script?
Change pause to space when running COH only withing the COH program
;Replace the pause key with "space"
#IfWinActive ahk_exe RelicCOH.exe
Space::Send, {Pause}
#IfWinActive
. . . or
; Replace the pause key with the "space"
#IfWinActive ahk_exe YourProgram.exe
Pause::Space
#IfWinActive
To just replace pause with space in all programs
#space::pause