โผ Latest
        
    Scripte
            Free mode
            
                
                    
                
                
        
        
                    100% free
                
                
                    Freemium
                
                
                    Free Trial
                
            Featured matches
- 
    
    
    
    35,70390Released 7mo agoFree + from $8/mo  Aleric Heck๐ ๏ธ 3 tools ๐ 232 karmaMar 10, 2025VideoIdeas.ai Creates YouTube Video Ideas & Scripts Aleric Heck๐ ๏ธ 3 tools ๐ 232 karmaMar 10, 2025VideoIdeas.ai Creates YouTube Video Ideas & Scripts
Verified tools
- 
    
    
    
    15,634199v2.0 released 1y agoFrom $21.25/moI tried to look at what their avatars look and sound like but could not find it on their website. I'm not going to make a purchase if I can't see what I'm buying.
- 
    
    
    
    82,52492Released 6mo agoFree + from $5/moCreative, and love the design, great job with scripts and options for video Scripts.
- 
    
    
    
    2,00331Released 1y agoFrom $2.99/mo
- 
    
    
    
    6,83193Released 2y agoNo pricingIs it amazing but the gou requirement is high which regular people cannot try
- Sponsor:Rocket
- 
    
    
    
    7,55063Released 2y agoNo pricing
- 
    
    
    
    6,492152Released 2y ago100% FreeThis is really helpful, I use StoryBrand for all my website messaging and creating a brand script always takes quite a lot of work. Awesome tool
Other tools
- 
    
    Open1,89615Released 5mo agoFree + from $9.99/mo
- 
    
    
    
    1,42731Released 11mo agoNo pricing
- 
    
    
    
    48512Released 1y agoFree + from $59
- 
    
    Automate clinical notes with ambient AI transcription.Open3375Released 1y agoNo pricing
- 
    
    
    
    1,49617Released 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 :)
- 
    
    
    
    2961Released 1y agoFrom $20.91/mo
- 
    
    
    
    1791Released 1y agoFree + from $99/mo
- 
    
    
    
    79711Released 2mo agoFrom $9/mo
- 
    
    
    
    1941Released 1y agoFree + from $0.01
- 
    
    
    
    97811Released 2y agoFree + from $6/mo
- 
    
    
    
    1,04010Released 2y agoFree + from $23/mo
- 
    
    
    
    8,059166Released 2y ago100% Free
- Didn't find the AI you were looking for?
- 
    
    
    
    4,04635Released 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.
- 
    
    
    
    7,115112Released 2y agoFree + from $39/mo
- 
    
    Open5,20071Released 2y agoFree + from $8/mo
- 
    
    
    
    5,92270Released 2y ago100% FreeTried out. Still no response after 15 minutes. Too bad, would have been a great idea from the makers. None of the models send an answer. Updates apparently not made either. ! Would have loved to make a donation, but not like this. Sorry ! Greetings Michael
- 
    
    
    
    7,44157Released 2y agoFree + from $9/mo
- 
    
    
    
    5,11161Released 2y agoFree + from $4/mo
- 
    
    
    
    4877Released 2y agoFree + from $5/mo
- 
    
    
    
    5,52334Released 4y agoFree + from $45/mo
- 
    
    
    
    4,65732Released 2y agoFrom $9/mo
- 
    
    
    
    1,32912Released 2y agoFree + from $16.50/mo
- 
    
    
    
    4,18549Released 2y ago100% Free
- 
    
    
    
    43210Released 1y agoFrom $4/mo
- 
    
    
    
    68012Released 1y agoFrom $10
- 
    
    
    
    4,84316Released 2y agoFrom $9.99
- 
    
    
    
    4,38935Released 2y agoFrom $0.067
- 
    
    
    
    9,13091v1 released 2y agoFrom $40.00
- 
    
     Generate engaging YouTube scripts instantly with AI.Open1766Released 3d ago100% Free Generate engaging YouTube scripts instantly with AI.Open1766Released 3d ago100% Free
- 
    
    
    
    612823Released 5d ago100% Free
- 
    
     AI-powered YouTube script generator for engaging video content.Open2088271Released 18d ago100% Free AI-powered YouTube script generator for engaging video content.Open2088271Released 18d ago100% Free
- 
    
    
    
    551921Released 1mo ago100% Free
- 
    
    
    
    1525039Released 2mo ago100% Free
- 
    
     Transform brief ideas into complete YouTube scripts.Open397119100Released 2mo ago100% Free Transform brief ideas into complete YouTube scripts.Open397119100Released 2mo ago100% Free
- 
    
     Open16,6101,1033,654Released 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,6101,1033,654Released 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()
- 
    
    
    
    547126184Released 5mo ago100% Free
- 
    
     Effortlessly craft Roblox doors with AI-powered Lua scripts.Open1,238303312Released 8mo ago100% Free Effortlessly craft Roblox doors with AI-powered Lua scripts.Open1,238303312Released 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.
- 
    
     Create custom 8-bit Nintendo sprites for retro gaming nostalgia.Open494118165Released 10mo ago100% Free Create custom 8-bit Nintendo sprites for retro gaming nostalgia.Open494118165Released 10mo ago100% Free
- 
    
     Transform story ideas into vibrant cartoon scenes.Open651151146Released 10mo ago100% Free Transform story ideas into vibrant cartoon scenes.Open651151146Released 10mo ago100% Free
- 
    
     AI-powered Minecraft sprite generator for modders.Open44593148Released 10mo ago100% Free AI-powered Minecraft sprite generator for modders.Open44593148Released 10mo ago100% Free
- 
    
    
    
    946255247Released 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
- 
    
    
    
    2816470Released 10mo ago100% Free
- 
    
     AI-powered scriptwriter: From concept to screenplay in minutes.Open578103113Released 11mo ago100% Free AI-powered scriptwriter: From concept to screenplay in minutes.Open578103113Released 11mo ago100% Free
- 
    
     Craft captivating Instagram scripts to boost engagement.Open540107148Released 11mo ago100% Free Craft captivating Instagram scripts to boost engagement.Open540107148Released 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
- 
    
    
    
    3776466Released 1y ago100% Free
- 
    
     Unleash your podcast potential with professionally crafted scripts.Open2352232Released 1y ago100% Free Unleash your podcast potential with professionally crafted scripts.Open2352232Released 1y ago100% Free
- 
    
    
    
    3744662Released 9mo ago100% FreeThis AI is trash. I donโt think the people who engineered this app even like sitcoms. Everything wrong with AI is wrong with this. If you have no sense of humor and are easily offended, this app is for you.
- 
    
     Open2154362Released 11mo ago100% Free Open2154362Released 11mo ago100% Free
- 
    
     Open412103123Released 1y ago100% Free Open412103123Released 1y ago100% Free
- 
    
     AI-powered TV episode creator for compelling scriptsOpen2733748Released 1y ago100% Free AI-powered TV episode creator for compelling scriptsOpen2733748Released 1y ago100% Free
- 
    
    
    
    53578107Released 1y ago100% Free
- 
    
    
    
    767152219Released 1y ago100% FreeDiscover the power of meditation for stress relief and mindfulness. Learn easy techniques for beginners, and hear from people who've experienced the benefits firsthand.
- 
    
    Specialist in 3D modeling, scripting, and fractal design.Open60314Released 1y ago100% Free
- 
    
    
    
    32228Released 1y ago100% Free
- 
    
    
    
    6401080Released 2y ago100% Free
- 
    
    
    
    269254Released 2y ago100% Free
- 
    
    
    
    64518888Released 2y ago100% Free
- 
    
    
    
    452520Released 2y ago100% Free
- 
    
     Scripting made extraordinary with Shell ScripterOpen171270Released 2y ago100% Free Scripting made extraordinary with Shell ScripterOpen171270Released 2y ago100% Free
- 
    
    
    
    4147Released 1y ago100% Free
- 
    
    
    
    2,27132245Released 1y ago100% Free
- 
    
    
    
    35618Released 1y ago100% Free
- 
    
     Translates messages into Egyptian Hieroglyphics on ancient stones.Open2381Released 1y ago100% Free Translates messages into Egyptian Hieroglyphics on ancient stones.Open2381Released 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
- 
    
    
    
    252134Released 1y ago100% Free
- 
    
    
    
    217415Released 1y ago100% Free
- 
    
    
    
    9013Released 1y ago100% Free
- 
    
    
    
    28167Released 1y ago100% Free
- 
    
     Open12512Released 1y ago100% Free Open12512Released 1y ago100% Free
- 
    
    
    
    72576Released 1y ago100% Free
- 
    
    
    
    26626Released 1y ago100% Free
- 
    
    
    
    47734Released 1y ago100% Free
- 
    
    
    
    1,0611971Released 1y ago100% Free
- 
    
     Expert in scriptwriting, assessments, and educational insights.Open548440Released 1y ago100% Free Expert in scriptwriting, assessments, and educational insights.Open548440Released 1y ago100% Free
- 
    
    
    
    206720Released 1y 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
- 
    
     Daily Bible messages with complementary images for everyday inspiration.Open438Released 2y ago100% Free Daily Bible messages with complementary images for everyday inspiration.Open438Released 2y ago100% Free
- 
    
    
    
    16714Released 2y ago100% Free
- 
    
     Transforming travel and food ideas into popular short film scripts.Open382320Released 2y ago100% Free Transforming travel and food ideas into popular short film scripts.Open382320Released 2y ago100% Free
- 
    
    
    
    1,5527Released 2y ago100% Free
- 
    
     Open2,481335Released 2y ago100% Free Open2,481335Released 2y ago100% Free
- 
    
    
    
    105316Released 2y ago100% Free
- 
    
     Crafts tailored scripts with accompanying visuals.Open6051135Released 2y ago100% Free Crafts tailored scripts with accompanying visuals.Open6051135Released 2y ago100% Free
- 
    
    
    
    149216Released 2y ago100% Free
- 
    
     A concise, casual card writer for personalized messages.Open8110Released 2y ago100% Free A concise, casual card writer for personalized messages.Open8110Released 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.
- 
    
    
    
    564172Released 2y ago100% Free
- 
    
     Open197263Released 2y ago100% Free Open197263Released 2y ago100% Free
- 
    
     Crafting visually rich and SEO-optimized TTRPG blog content.Open17020Released 2y ago100% Free Crafting visually rich and SEO-optimized TTRPG blog content.Open17020Released 2y ago100% Free
- 
    
    
    
    27027Released 2y ago100% Free
- 
    
     A florist's assistant for creating gift card messages.Open10811Released 2y ago100% Free A florist's assistant for creating gift card messages.Open10811Released 2y ago100% Free
- 
    
    
    
    136101Released 2y ago100% Free
- 
    
    
    
    7661164Released 2y ago100% Free
- 
    
    
    
    15230Released 2y ago100% Free
- 
    
    
    
    377419Released 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
- 
    
    
    
    2703Released 2y ago100% Free
- 
    
     Open4,1053258Released 2y ago100% Free Open4,1053258Released 2y ago100% Free
- 
    
    
    
    351630Released 2y ago100% Free
- 
    
     Open508562Released 2y ago100% Free Open508562Released 2y ago100% Free
- 
    
    
    
    255120Released 2y ago100% Free
- 
    
     Effortlessly create compelling dialogues and plotlines with AI-enhanced scriptwriting.Open5821313Released 2y ago100% Free Effortlessly create compelling dialogues and plotlines with AI-enhanced scriptwriting.Open5821313Released 2y ago100% Free
- 
    
     Efficient, task-focused GPT for formatting scripts and JSON fields.Open1,240643Released 2y ago100% Free Efficient, task-focused GPT for formatting scripts and JSON fields.Open1,240643Released 2y ago100% Free
- 
    
    
    
    698Released 2y ago100% Free
- 
    
    
    
    387313Released 2y ago100% Free
- 
    
    
    
    633103Released 2y ago100% Free
- 
    
    
    
    11657Released 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,8632815Released 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,8632815Released 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!
- 
    
    
    
    16921Released 2y ago100% Free
- 
    
    
    
    2325Released 2y ago100% Free
- 
    
     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
- 
    
     Transforms articles into engaging, narrated podcast scripts.Open1,0661395Released 2y ago100% Free Transforms articles into engaging, narrated podcast scripts.Open1,0661395Released 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
- 
    
    
    
    4123321Released 2y ago100% Free
- 
    
    
    
    1741330Released 2y ago100% Free
- 
    
    
    
    213218Released 2y ago100% Free
- 
    
    
    
    651445Released 2y ago100% Free
- 
    
     Open158245Released 2y ago100% Free Open158245Released 2y ago100% Free
- 
    
    
    
    7133Released 2y ago100% Free
- 
    
    
    
    249291Released 2y ago100% Free
- 
    
    
    
    5775138Released 2y ago100% Free
- 
    
    
    
    183211Released 2y ago100% Free
- 
    
     Open26311433Released 2y ago100% Free Open26311433Released 2y ago100% Free
- 
    
    
    
    21618Released 2y ago100% Free
- 
    
    
    
    1,2271Released 2y ago100% Free
- 
    
     Speaks like a Tang/Song scholar, with themed images.Open1744123Released 2y ago100% Free Speaks like a Tang/Song scholar, with themed images.Open1744123Released 2y ago100% Free
- 
    
    
    
    13453Released 2y ago100% Free
- 
    
     Open231184Released 2y ago100% Free Open231184Released 2y ago100% Free
- 
    
    
    
    670721Released 2y ago100% Free
- 
    
    
    
    5266165Released 2y ago100% Free
- 
    
    
    
    1,1148943Released 2y ago100% Free
- 
    
    
    
    10841Released 2y ago100% Free
- 
    
    
    
    234552Released 2y ago100% Free
- 
    
    
    
    758Released 2y ago100% Free
- 
    
    
    
    10199Released 2y ago100% Free
- 
    
    
    
    102521Released 2y ago100% Free
- 
    
    
    
    659515Released 2y ago100% Free
- 
    
    
    
    3074Released 1y ago100% Free
- 
    
    
    
    73016Released 1y ago100% Free
- 
    
    
    
    263218Released 1y ago100% Free
- 
    
    
    
    2,28912Released 1y agoNo pricing
- 
    
    
    
    17322Released 1y ago100% Free
- 
    
     A scriptwriting assistant for explainer videos.Open3523Released 1y ago100% Free A scriptwriting assistant for explainer videos.Open3523Released 1y ago100% Free
- 
    
    
    
    2,5571014Released 1y ago100% Free
- 
    
    
    
    497822Released 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 1y ago100% Free Creating scripts for Platinum Jubilee celebration videos.Open691Released 1y ago100% Free
- 
    
    
    
    357112Released 1y ago100% Free
- 
    
    
    
    336337Released 2y ago100% Free
- 
    
     Crafting compelling YouTube titles and descriptions.Open523838Released 2y ago100% Free Crafting compelling YouTube titles and descriptions.Open523838Released 2y ago100% Free
- 
    
    
    
    19617Released 2y ago100% Free
- 
    
    
    
    391464Released 2y ago100% Free
- 
    
    
    
    1,7392666Released 2y ago100% Free
- 
    
    
    
    12643Released 2y ago100% Free
- 
    
    
    
    437448Released 2y ago100% Free
- 
    
    
    
    17821Released 2y ago100% Free
- 
    
     Providing insights and explanations on the Book of Mormon.Open177134Released 2y ago100% Free Providing insights and explanations on the Book of Mormon.Open177134Released 2y ago100% Free
- 
    
    
    
    164131Released 2y ago100% Free
- 
    
    
    
    4355113Released 2y ago100% Free
- 
    
    
    
    250260Released 2y ago100% Free
- 
    
    
    
    4907165Released 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
- 
    
    
    
    3753168Released 2y ago100% Free
- 
    
    
    
    91314Released 2y ago100% Free
- 
    
    
    
    304143Released 2y ago100% Free
- 
    
    
    
    1,5552046Released 2y ago100% Free
Post
        
 Mini tools
Mini tools
 
             
     
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
            