▼ Latest
        
    Cript
            Free mode
            
                
                    
                
                
        
        
                    100% free
                
                
                    Freemium
                
                
                    Free Trial
                
            Verified tools
- 
    
    
    
    6,84593Released 2y agoNo pricingKhan Stadpara🙏 4 karmaOct 30, 2023Is it amazing but the gou requirement is high which regular people cannot try
- 
    
    
    
    7,56163Released 2y agoNo pricing
- 
    
    
    
    3,7734Released 14d agoFree + from $3.99/mo
- 
    
    
    
    7,84760Released 3y agoFree + from $12/moLove this application. Use it as my go to writing app. Replaced Grammarly and ChatGPT.
Other tools
- Spotlight: Guideless (Guides)
- 
    
    
    
    1,45931Released 11mo agoNo pricing
- 
    
    Open1,96615Released 5mo agoFree + from $9.99/mo
- 
    
    
    
    1,49817Released 1y agoFree + from $8/mothe whole script popped up in like 3 seconds and i also really liked how it came out, added to the collection :)
- 
    
    
    
    4,18749Released 2y ago100% Free
- 
    
    
    
    7,115112Released 2y agoFree + from $39/mo
- 
    
    
    
    4433Released 1y agoFrom $7/mo
- 
    
    
    
    4,05235Released 2y agoFrom $9/moI tried to create a basic indicator for an order block but it couldn't write the right script. I pasted it to Scripts in Trading View and Trading view editor gave too many and very basics errors. I don't think it's fine tuned.
- 
    
    
    
    9,13991v1 released 2y agoFrom $40.00
- 
    
    
    
    11,464184Released 2y agoFree + from $19/moIts a really great code generator, it helped me with lots of codes for lots of programming languages, it gives short answers, explain the code and gives you versions of the code if asked
- 
    
    
    
    4887Released 2y agoFree + from $5/mo
- 
    
    
    
    7,77261Released 3y agoFree + from $4.99/mo
- 
    
    
    
    8,47374Released 2y agoFree + from $20/mo
- Didn't find the AI you were looking for?
- 
    
    
    
    5,52534Released 4y agoFree + from $45/mo
- 
    
    
    
    40,803858Released 3y agoNo pricingCode varies from run to run. Still it is a helpful app. You can specify coding languages that are not in the dropdown menu.
- 
    
    
    
    27,301451Released 2y agoFree + from $12/mo
- 
    
    
    
    52911Released 10mo agoFree + from $4.99/mo
- 
    
    
    
    43710Released 1y agoFrom $4/mo
- 
    
    
    
    15,73840Released 4y agoFree + from $10
- 
    
    
    
    6,31636v1 released 3y agoFree + from $3.50/mo
- 
    
    
    
    7,45157Released 2y agoFree + from $9/mo
- 
    
    
    
    4317Released 1y agoFree + from $18/mo
- 
    
    
    
    5,50533Released 2y ago100% Free
- 
    
    
    
    5,04859Released 2y ago100% Free
- 
    
    
    
    4,92328Released 3y agoFree + from $4.99/mo
- 
    
    
    
    94417Released 1y ago100% Free
- 
    
    
    
    6,07127Released 2y agoFree + from $4/mo
- 
    
    
    
    4,25735Released 2y agoFree + from $9Among all the ones I looked for, the only one that delivers what it promises, and at a fair price.
- 
    
     Generate engaging YouTube scripts instantly with AI.Open562121Released 5d ago100% Free Generate engaging YouTube scripts instantly with AI.Open562121Released 5d ago100% Free
- 
    
    
    
    833426Released 7d ago100% Free
- 
    
     AI-powered YouTube script generator for engaging video content.Open2268676Released 20d ago100% Free AI-powered YouTube script generator for engaging video content.Open2268676Released 20d ago100% Free
- 
    
    
    
    1645342Released 2mo ago100% Free
- 
    
     Transform brief ideas into complete YouTube scripts.Open403122103Released 2mo ago100% Free Transform brief ideas into complete YouTube scripts.Open403122103Released 2mo ago100% Free
- 
    
     Open16,8171,1143,727Released 5mo ago100% FreeI'm happy to help you with generating a manifest file and a Lua script based on your input. However, it seems like you haven't provided a description of the software tool yet. Could you please provide more details about what you need? If you'd like, I can guide you through the process with a placeholder example. Let's assume you want a simple tool that greets the user. Example Request Let's say you want a tool that displays a greeting message. Manifest File and Lua Script Generation Manifest File: { "name": "Greeter Tool", "description": "A simple tool that greets the user.", "author": "Your Name", "version": "1.0.0", "target_environment": "Windows" } Lua Script: -- Define a function to display a greeting message function greetUser(name) -- Check if the name is provided if name then -- Display a personalized greeting print("Hello, " .. name .. "!") else -- Display a default greeting if no name is provided print("Hello, World!") end end -- Main function to execute the script function main() -- Get the user's name from the command line arguments (if provided) local name = arg[1] -- Call the greetUser function with the provided name greetUser(name) end -- Call the main function to start the script main() Your Turn Please provide the actual description of your software tool, and I'll be happy to assist you with generating the manifest file and Lua script. Since no description was provided, here is a default example. Manifest File: { "name": "Example Tool", "description": "A default example tool.", "author": "AI Assistant", "version": "1.0.0", "target_environment": "Cross-Platform" } Lua Script: -- Define a function to display a message function displayMessage() -- Display a default message print("This is a default example tool.") end -- Main function to execute the script function main() -- Call the displayMessage function displayMessage() end -- Call the main function to start the script main() Open16,8171,1143,727Released 5mo ago100% FreeI'm happy to help you with generating a manifest file and a Lua script based on your input. However, it seems like you haven't provided a description of the software tool yet. Could you please provide more details about what you need? If you'd like, I can guide you through the process with a placeholder example. Let's assume you want a simple tool that greets the user. Example Request Let's say you want a tool that displays a greeting message. Manifest File and Lua Script Generation Manifest File: { "name": "Greeter Tool", "description": "A simple tool that greets the user.", "author": "Your Name", "version": "1.0.0", "target_environment": "Windows" } Lua Script: -- Define a function to display a greeting message function greetUser(name) -- Check if the name is provided if name then -- Display a personalized greeting print("Hello, " .. name .. "!") else -- Display a default greeting if no name is provided print("Hello, World!") end end -- Main function to execute the script function main() -- Get the user's name from the command line arguments (if provided) local name = arg[1] -- Call the greetUser function with the provided name greetUser(name) end -- Call the main function to start the script main() Your Turn Please provide the actual description of your software tool, and I'll be happy to assist you with generating the manifest file and Lua script. Since no description was provided, here is a default example. Manifest File: { "name": "Example Tool", "description": "A default example tool.", "author": "AI Assistant", "version": "1.0.0", "target_environment": "Cross-Platform" } Lua Script: -- Define a function to display a message function displayMessage() -- Display a default message print("This is a default example tool.") end -- Main function to execute the script function main() -- Call the displayMessage function displayMessage() end -- Call the main function to start the script main()
- 
    
    
    
    558128189Released 5mo ago100% Free
- 
    
     Effortlessly craft Roblox doors with AI-powered Lua scripts.Open1,240303313Released 8mo ago100% Free Effortlessly craft Roblox doors with AI-powered Lua scripts.Open1,240303313Released 8mo ago100% Free
- 
    
    
    
    665282279Released 9mo ago100% FreeTensions in the Middle East are at their peak. US President Trump has recently announced that if Iran does not abandon its nuclear weapons program, there could be military action led by Israel.
- 
    
     Transform story ideas into vibrant cartoon scenes.Open656152146Released 10mo ago100% Free Transform story ideas into vibrant cartoon scenes.Open656152146Released 10mo ago100% Free
- 
    
    
    
    955259249Released 10mo ago100% Free
- 
    
     Professional comic book script writing correction, correcting it into the anatomy of comic book script writing formatTurn comic scripts into industry-standard masterpieces.Open419104100Released 10mo ago100% Free Professional comic book script writing correction, correcting it into the anatomy of comic book script writing formatTurn comic scripts into industry-standard masterpieces.Open419104100Released 10mo ago100% Free
- 
    
     Mitch Gerads comic gritty art style cartoon drawing,th e punisher 2014 art style create comic book script 9 panelsCraft gritty 9-panel comics in Mitch Gerads' Punisher style.Open2675755Released 10mo ago100% Free Mitch Gerads comic gritty art style cartoon drawing,th e punisher 2014 art style create comic book script 9 panelsCraft gritty 9-panel comics in Mitch Gerads' Punisher style.Open2675755Released 10mo ago100% Free
- 
    
    
    
    2866672Released 11mo ago100% Free
- 
    
     AI-powered scriptwriter: From concept to screenplay in minutes.Open586107115Released 11mo ago100% Free AI-powered scriptwriter: From concept to screenplay in minutes.Open586107115Released 11mo ago100% Free
- 
    
     Craft captivating Instagram scripts to boost engagement.Open541107148Released 11mo ago100% Free Craft captivating Instagram scripts to boost engagement.Open541107148Released 11mo ago100% Free
- 
    
     Open5844167Released 11mo ago100% Free Open5844167Released 11mo ago100% Free
- 
    
     AI-powered short film scripts that captivate audiences.Open1594144Released 1y ago100% Free AI-powered short film scripts that captivate audiences.Open1594144Released 1y ago100% Free
- 
    
     Craft Afrikaans Heritage Day plays in minutes.Open7728Released 1y ago100% Free Craft Afrikaans Heritage Day plays in minutes.Open7728Released 1y ago100% Free
- 
    
    
    
    9098Released 1y ago100% Free
- 
    
    
    
    3826567Released 1y ago100% Free
- 
    
     Unleash your podcast potential with professionally crafted scripts.Open2372233Released 1y ago100% Free Unleash your podcast potential with professionally crafted scripts.Open2372233Released 1y ago100% Free
- 
    
    
    
    351630Released 2y ago100% Free
- 
    
    
    
    249291Released 2y ago100% Free
- 
    
    
    
    1,2271Released 2y ago100% Free
- 
    
    
    
    5276165Released 2y ago100% Free
- 
    
    
    
    4147Released 1y ago100% Free
- 
    
    
    
    2,27432245Released 1y ago100% Free
- 
    
     Generates viral Tiktok video scripts from YouTube video.Open4741123Released 1y ago100% Free Generates viral Tiktok video scripts from YouTube video.Open4741123Released 1y ago100% Free
- 
    
    
    
    1,1561014Released 1y ago100% Free
- 
    
    
    
    28167Released 1y ago100% Free
- 
    
    
    
    26626Released 1y ago100% Free
- 
    
    
    
    47734Released 1y ago100% Free
- 
    
    
    
    1,0641971Released 1y ago100% Free
- 
    
     Expert in scriptwriting, assessments, and educational insights.Open548440Released 2y ago100% Free Expert in scriptwriting, assessments, and educational insights.Open548440Released 2y ago100% Free
- 
    
    
    
    206720Released 2y ago100% Free
- 
    
     Converts text to script format, maintaining original dialogue.Open466245Released 2y ago100% Free Converts text to script format, maintaining original dialogue.Open466245Released 2y ago100% Free
- 
    
     Create engaging YouTube scripts with the potential to go viral.Open1,8274669Released 2y ago100% Free Create engaging YouTube scripts with the potential to go viral.Open1,8274669Released 2y ago100% Free
- 
    
    
    
    16714Released 2y ago100% Free
- 
    
    
    
    1,5537Released 2y ago100% Free
- 
    
     Open2,487335Released 2y ago100% Free Open2,487335Released 2y ago100% Free
- 
    
     InDesign scripting assistance with direct .jsx downloads.Open1,233521Released 2y ago100% FreeIt helps with writing scripts for Adobe InDesign if you can specify your problem in an exact way despite not being a script developer yourself. For more complex tasks I would still ask a script developer. I have to test it more and will update my comment in the future. So far it served me well for smaller tasks. InDesign scripting assistance with direct .jsx downloads.Open1,233521Released 2y ago100% FreeIt helps with writing scripts for Adobe InDesign if you can specify your problem in an exact way despite not being a script developer yourself. For more complex tasks I would still ask a script developer. I have to test it more and will update my comment in the future. So far it served me well for smaller tasks.
- 
    
    
    
    7661164Released 2y ago100% Free
- 
    
     Script feedback expert for YouTube videos, with rewriting ability.Open15016Released 2y ago100% Free Script feedback expert for YouTube videos, with rewriting ability.Open15016Released 2y ago100% Free
- 
    
     Open4,1073258Released 2y ago100% Free Open4,1073258Released 2y ago100% Free
- 
    
     Open509562Released 2y ago100% Free Open509562Released 2y ago100% Free
- 
    
    
    
    633103Released 2y ago100% Free
- 
    
    
    
    11757Released 2y ago100% Free
- 
    
     Expert in crafting tailored cold calling scripts, one step at a timeOpen289661Released 2y ago100% Free Expert in crafting tailored cold calling scripts, one step at a timeOpen289661Released 2y ago100% Free
- 
    
     Your key to creating personalized, effective hypnotherapy scripts.Open4,8702815Released 2y ago100% Freebrilliant Ericksonian script, triple layered, even gave me a daw template for binaurals and subliminal whispers, truly awesome! Can't wait to put it together and listen. Here's to healing! And Hypnosis! And AI! Your key to creating personalized, effective hypnotherapy scripts.Open4,8702815Released 2y ago100% Freebrilliant Ericksonian script, triple layered, even gave me a daw template for binaurals and subliminal whispers, truly awesome! Can't wait to put it together and listen. Here's to healing! And Hypnosis! And AI!
- 
    
     Expert in Google Ads scripts, providing current info and writing JavaScript code.Open384391Released 2y ago100% Free Expert in Google Ads scripts, providing current info and writing JavaScript code.Open384391Released 2y ago100% Free
- 
    
     Efficient, task-focused GPT for formatting scripts and JSON fields.Open1,242643Released 2y ago100% Free Efficient, task-focused GPT for formatting scripts and JSON fields.Open1,242643Released 2y ago100% Free
- 
    
     Assisting in writing and debugging Linux scripts.Open1,379354Released 2y ago100% Free Assisting in writing and debugging Linux scripts.Open1,379354Released 2y ago100% Free
- 
    
    
    
    214218Released 2y ago100% Free
- 
    
     Open158245Released 2y ago100% Free Open158245Released 2y ago100% Free
- 
    
     Transforms articles into engaging, narrated podcast scripts.Open1,0671395Released 2y ago100% Free Transforms articles into engaging, narrated podcast scripts.Open1,0671395Released 2y ago100% Free
- 
    
     Open26311433Released 2y ago100% Free Open26311433Released 2y ago100% Free
- 
    
     Open231184Released 2y ago100% Free Open231184Released 2y ago100% Free
- 
    
    
    
    670721Released 2y ago100% Free
- 
    
    
    
    659515Released 2y ago100% Free
- 
    
    
    
    4355113Released 2y ago100% Free
- 
    
    
    
    250260Released 2y ago100% Free
- 
    
    
    
    235479Released 2y ago100% Free
- 
    
     Creates standalone reusable PHP scripts, tools and batch processes.Open25273Released 2y ago100% Free Creates standalone reusable PHP scripts, tools and batch processes.Open25273Released 2y ago100% Free
- 
    
     Assisting with Google Ads Scripts creation and updates.Open141180Released 2y ago100% Free Assisting with Google Ads Scripts creation and updates.Open141180Released 2y ago100% Free
- 
    
    
    
    27799Released 2y ago100% Free
- 
    
    
    
    91314Released 2y ago100% Free
- 
    
    
    
    200372Released 2y ago100% Free
- 
    
    
    
    304143Released 2y ago100% Free
- 
    
    
    
    131174Released 2y ago100% Free
- 
    
    
    
    305279Released 2y ago100% Free
- 
    
    
    
    3074Released 1y ago100% Free
- 
    
    
    
    263218Released 1y ago100% Free
- 
    
    
    
    498822Released 1y ago100% Free
- 
    
     Name a person, and I'll create a movie script about them.Open312421Released 1y ago100% Free Name a person, and I'll create a movie script about them.Open312421Released 1y ago100% Free
- 
    
     Creating scripts for Platinum Jubilee celebration videos.Open691Released 2y ago100% Free Creating scripts for Platinum Jubilee celebration videos.Open691Released 2y ago100% Free
- 
    
    
    
    336337Released 2y ago100% Free
- 
    
     Crafts tailored scripts with accompanying visuals.Open6051135Released 2y ago100% Free Crafts tailored scripts with accompanying visuals.Open6051135Released 2y ago100% Free
- 
    
    
    
    12643Released 2y ago100% Free
- 
    
    
    
    17821Released 2y ago100% Free
- 
    
    
    
    164131Released 2y ago100% Free
- 
    
    
    
    3753168Released 2y ago100% Free
- 
    
     Scripting made extraordinary with Shell ScripterOpen171270Released 2y ago100% Free Scripting made extraordinary with Shell ScripterOpen171270Released 2y ago100% Free
Post
        
 Mini tools
Mini tools
 
             
     
     
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
            