Posted on Leave a comment

ChatGPT for Google Slides

AI Generated Google Slides

MagicSlides App is an AI-powered Google Slides extension that allows users to generate full Google Slide presentations with just two key pieces of information. Just provide title, Number of Slides and some additional text which you want included (optional) and click generate and done!

Installation:

Go to installation page

Click on the Install button

MagicSlides App

Click on Continue

MagicSlides Requesting Permission

Select your Google account

Selecting An Google Account

Allow the requested permissions

MagicSlides Google Account Access

Done!

MagicSlides Installed
Posted on Leave a comment

Bypassing ChatGPT Detection Programs Using Font Changers

What is GPTZero?

GPTZero is a tool that uses certain characteristics of AI to identify when AI is being used. It looks at things like how difficult it is for the AI to understand certain words or phrases, and uses this information to tell if the AI was involved in creating a piece of text. It’s like a “fingerprint” for AI, that can detect when it has been used.

Premium AI Detection Bypasses:

Introduction

Ever since GPTZero made headlines, I’ve tested the AI ChatGPT detection program to look for loopholes. I even created a Python script to bypass this detection tool. Funny enough, all that’s not needed, as all you need to bypass these popular AI detection software is an online font changer.

Note: Technically these aren't different fonts but rather they are different characters, this works because computers distinguish characters of different styles differently, but we'll call it fonts cause it brings better SEO

GPTZero Limitations

In my honest opinion, GPTZero is a very easy tool for people to bypass. However, in reality, people don’t even have to bypass it because it gives highly inaccurate results. It’s shocking to me that educational institutions trust this tool at all.

Step-By-Step Guide

Here’s a short, simple guide to bypassing many popular ChatGPT detection software programs using a free online font changer. For this guide, I’ll demonstrate it against GPTZero, as it’s the most popular tool among them all.

Generate your text with ChatGPT then copy your generated text, for my guide I’ll be using the text below

 Quantum computing is a type of computing that uses quantum-mechanical phenomena, such as superposition and entanglement, to perform operations on data. Unlike classical computers that use bits to represent information and perform calculations, quantum computers use quantum bits (qubits) which can be in multiple states at the same time. This allows quantum computers to perform certain calculations much faster than classical computers, making them well-suited for solving complex problems in fields like cryptography, chemistry, and machine learning.

Note: this string was generated by ChatGPT based on the question "Explain quantum computing in simple terms"

If we were to input a string of text generated by ChatGPT into GPTZero, it would likely classify the text as being generated by an AI.

AI Content Detected

Navigate to https://www.fontchanger.net/ with your copied AI generated text and paste it into the white text box

Font Changer Textbox

Note: If you are getting a lot of popup ad's consider installing uBlock Origin

Copy any of the fonts listed in Common Fonts

Font Changer Common Fonts

Lastly, test your newly font changed text into any AI detection software of your choice, for my guide I am using GPTZero

GPTZero Result

Video Guide

Posted on Leave a comment

Bypassing GPT-Zero’s ChatGPT Detection Program Using Different Font Types

What is GPT-Zero?

GPT-Zero is a tool that uses certain characteristics of AI to identify when AI is being used. It looks at things like how difficult it is for the AI to understand certain words or phrases, and uses this information to tell if the AI was involved in creating a piece of text. It’s like a “fingerprint” for AI, that can detect when it has been used.

Premium AI Detection Bypasses:

GPT-Zero: Limitations and Ways to Circumvent Them

Limitations:

GPT-Zero can identify responses generated by ChatGPT, however, its capabilities are limited. Currently, it cannot be used in real-world applications. If the need to bypass GPT-Zero arises, this is a simple method to do so.

Ways to Circumvent GPT-Zero Using Different Font Types:

You can use any text for my example, in this case I will be using a string generated by ChatGPT based on the question “Explain quantum computing in simple terms”.

Quantum computing is a type of computing that uses quantum-mechanical phenomena, such as superposition and entanglement, to perform operations on data. Unlike classical computers that use bits to represent information and perform calculations, quantum computers use quantum bits (qubits) which can be in multiple states at the same time. This allows quantum computers to perform certain calculations much faster than classical computers, making them well-suited for solving complex problems in fields like cryptography, chemistry, and machine learning.

If we were to input a string of text generated by ChatGPT into GPT-Zero, it would likely classify the text as being generated by an AI.

AI Content Detected

Note: You can test your text here. Be sure to select “Get Result” at the end of the page.

Step 1: Utilizing Python Script

Now that we know our freshly generated text from ChatGPT is detected by the algorithm of GPT-Zero, we can use a very simple tool to bypass GPT-Zero’s detection method. The tool we will use is a Python script that automatically replaces letters in sentences with the same letters but in a different font. It’s easy to use. Simply copy the script below

import random

def replace_letters(file_buffer):
    # Changes all AEOaeo letters with the cyrillic varients.
    file_buffer = file_buffer.replace('a', '𝚊')
    file_buffer = file_buffer.replace('q', '𝚚')
    file_buffer = file_buffer.replace('u', '𝚞')
    file_buffer = file_buffer.replace('n', '𝚗')
    file_buffer = file_buffer.replace('t', '𝚝')
    file_buffer = file_buffer.replace('m', '𝚖')
    file_buffer = file_buffer.replace('c', '𝚌')
    file_buffer = file_buffer.replace('o', '𝚘')
    file_buffer = file_buffer.replace('l', '𝚕 ')
    return file_buffer

def insert_zwj(file_buffer):
    output = ""
    zwj = "\u200D" # Zero Width Joiner unicode character
    for char in file_buffer:
        output += char
        # Randomly insert zero width joiner
        if random.random() < 0.2: # Lower number = Less ZWJ
            output += zwj
    return output


print(insert_zwj(replace_letters(input())))

input()

Note: To stay updated on the development of this script, visit my GitHub fork at https://github.com/gonzoknows/GPTZero-Bypasser

Step 2: Utilizing Online Python

Once you have copied the script above, simply paste it into https://www.online-python.com/ to utilize it online. Example image will be shown below

Online Python

To proceed, follow these steps in order:

Press the green run button

Online Python Run Button

Paste your text into the white input field

Online Python Result Field

Press enter when done

Press the red stop button

Online Python Red Stop Button

Press copy to clipboard button

Online Python Copy Button

Paste the output into a text editor or notepad

Copy the second output

Output Text File

Note: If you are getting a lot of popup ad's consider installing uBlock Origin

Once your article has been rewritten by the python script, copy and paste your text into GPT-Zero then press Enter to start the analyzation process. Scroll to the bottom of the page and select “Get Result” you will notice we have successfully bypassed GPT-Zero’s detection method!

AI Content Undetected
Posted on Leave a comment

ChatGPT vs. Turnitin – Does the Turnitin Plagiarism Checker Detect ChatGPT?

What Is ChatGPT?

“ChatGPT is a large language model trained by OpenAI that can generate human-like text based on a given prompt. It can be used for a variety of natural language processing tasks, such as language translation, text summarization, and question answering.” – This response was generated by ChatGPT

What Is Turnitin?

Turnitin is a web-based plagiarism detection service that helps educators and students identify potential plagiarism in written work. It compares submitted papers to a database of academic content, as well as content on the internet, in order to identify any matching or similar text. This tool is commonly used by educators to check student papers for plagiarism, as well as by students to check their own work for potential issues before submitting it.

Does the Turnitin Plagiarism Checker Detect ChatGPT?

Short Answer: No, here’s why.

ChatGPT is a language model that is based on a machine learning algorithm. It learns from every response it generates, constantly fine-tuning itself to produce more human-like text. Imagine a classroom of 100 college students who are all taught the same information. If you were to ask them all the same question, they would all give different answers. ChatGPT works similarly, as it is fed with millions of data points, allowing it to come up with unique responses. However, traditional plagiarism detection software such as Turnitin will not be able to detect plagiarism from ChatGPT, as it can change its responses in a way that is not easily traceable. Additionally, even newer programs specifically designed to detect ChatGPT plagiarism, like GPTZero, will not be able to keep up with the vast amount of data these models are trained on. Ultimately, the company with the most data will have an advantage in this field, as seen with companies like Google, Facebook, Apple, and Tesla.

Data/Results

I have conducted an experiment where I used ChatGPT to generate 20 essays, and then submitted them to Turnitin for plagiarism detection. The results showed that all the essays received a passing score, with very low similarity to other sources. This suggests that using ChatGPT to generate essays will be able to bypass plagiarism detection software such as Turnitin, as the model’s ability to produce unique responses makes it difficult to detect plagiarism.

Turnitin Results

Extra – Sam Altman Interview

StrictlyVC in conversation with Sam Altman, part two (OpenAI)

Posted on Leave a comment

Bypassing GPT-Zero’s ChatGPT Detection Program

What is GPT-Zero?

GPT-Zero is a tool that uses certain characteristics of AI to identify when AI is being used. It looks at things like how difficult it is for the AI to understand certain words or phrases, and uses this information to tell if the AI was involved in creating a piece of text. It’s like a “fingerprint” for AI, that can detect when it has been used.

Premium AI Detection Bypasses:

GPT-Zero: Limitations and Ways to Circumvent Them

Limitations:

GPT-Zero can identify responses generated by ChatGPT, however, its capabilities are limited. Currently, it cannot be used in real-world applications. If the need to bypass GPT-Zero arises, this is a simple method to do so.

Ways to Circumvent GPT-Zero:

You can use any text for my example, in this case I will be using a string generated by ChatGPT based on the question “Explain decentralized networks?”.

A decentralized network is a network that is not controlled by any single central authority, but instead is spread across multiple participants. In a decentralized network, each participant has a copy of the network's data, and each participant has the ability to contribute to the network. This allows for increased security and resiliency, since there is no single point of failure, and it makes it more difficult for any one participant to control or manipulate the network. Some examples of decentralized networks include peer-to-peer file sharing networks, blockchain networks, and distributed computing networks.

If we were to input a string of text generated by ChatGPT into GPT-Zero, it would likely classify the text as being generated by an AI.

GPTZero First Result

Note: You can test your text here. Be sure to select “Get Result” at the end of the page.

Now that we know our freshly generated text from ChatGPT is detected by the algorithm of GPT-Zero, we can use a very simple tool to bypass GPT-Zero’s detection method. The old-fashioned non-AI tool called Article Rewrite will do the trick. All you have to do is simply paste your text in the “Word Changer” section and press the button “Rewrite Article”.

Article Rewriter

Note: If you are getting a lot of popup ad's consider installing uBlock Origin

Once your article has been rewritten by Article Rewrite, copy and paste your text into GPT-Zero then hold Ctrl and press Enter to start the analyzation process. Scroll to the bottom of the page and select “Get Result” you will notice we have successfully bypassed GPT-Zero’s detection method!

GPTZero Second Result

Posted on Leave a comment

How to Summarize YouTube Video Transcripts with ChatGPT

Summarizing long YouTube videos can be a tedious task, but it’s often necessary for quickly getting the main points of a video or for creating notes. One way to streamline the process is to use ChatGPT, a state-of-the-art language model developed by OpenAI, to generate a summary of the video in the form of bullet points.

Here’s a step-by-step guide on how to use ChatGPT to summarize any YouTube video with a transcript:

First, obtain the transcript of the YouTube video. You can usually find a transcript by clicking on the “Three Dots Icon” button next to the share & clip buttons. If the transcript is not available, you can use a transcription service to create one.

Show Transcript Button

Next, open ChatGPT in your web browser. You can access ChatGPT at this link: https://chat.openai.com/auth/login. Note: Currently, obtaining a chatGPT invite requires being on a waitlist due to the large number of users.

Once you have ChatGPT open, enter the following command to start the summarization process: “summarize transcript into bullet points.”

ChatGPT will prompt you to enter the transcript of the YouTube video. Copy and paste the transcript into the input field and hit “Enter.”

Timestamps in ChatGPT

ChatGPT will process the transcript and generate a summary in the form of bullet points. The summary will be displayed in the output field of ChatGPT.

ChatGPT Result 1

Review the summary and make any necessary edits. You can also adjust the length of the summary by using the “summarize transcript to X sentences” command, where X is the desired number of sentences in the summary.

ChatGPT Result 2

Once you are satisfied with the summary, you can copy and paste it into a document or save it for later use.

Using ChatGPT to summarize YouTube videos with transcripts can save you a lot of time and effort, and it’s a great way to quickly get a sense of the main points of a video.