Categories > Exploiting > Roblox >

Theory: Making Our Own Encoder!

Luau

Luau

Posts: 132

Threads: 25

Joined: May, 2022

Reputation: -32

Posted

Alright, I've seen lots of famous people make encoders such as Base64, Brainf***, Hex, Etc.

 

I was inspired and thought of myself, why not make my own encoder? It's actually medium-hard to develop one.

 

First off, you wan't to make your own decoder as well, because you can't really do anything with encoded stuff.


Here's the vocabulary list (doesnt support symbols yet):

A = 1
B = 2
C = 3
D = 4
E = 5
F = 6
G = 7
H = 8
I = 9
J = 10
K = 12
L = 14
M = 16
N = 19
O = 15
P = 17
Q = 19
R = 20
S = 23
T = 26
U = 27
V = 29
W = 666
X = 420
Y = 999
Z = 69

 

We have to make words in group that make no sense.

 

Pretend a user has done 'AI' or '19', since 19 is actually the letter 'Q', it would replace letter's Q with the letter's 'AI', and it would brainf**** the whole system. So we would replace the letters AI or 19 with 18.

 

Keep in mind this would encode only letters, we will have to do quotations and etc. We haven't even built our encoder/decoder yet!

 

To make the encoder, we would need a lot of 'if' statments, I wrote this in C# since it's easiest.

 

My encoder's name is going to be called Intcode - Integer Encoded String.

 

string normal = "abc";//a example text
string addon;//what string to addon to
            if (normal.Contains("a"))
            {
               addon += "1";//add on a number
            }
            else if (textBox1.Text.Contains("b"))
            {
               addon += "2";//add on a number
            }
            else if (textBox1.Text.Contains("c"))
            {
               addon += "3";//add on anumber
            }

This is not completed but if we run the sample code, our output should be -> "ABC".

 

This is not the best way to do it, as there are backsides on how it can be broken and bypassed.

 

Encoder means to difficultize, to make it harder for us to read but for code it's easier.  

 

Let me know if I should continue this series :) Tell me your opinions in the replies!

 

 

  • 1

Luau

Cyros

Revision

Posts: 1060

Threads: 49

Joined: Feb, 2021

Reputation: 20

Replied

what coding language is this because i dk what it is

  • 0

Added

  • 0

We Hate VOID

Luau

Luau

Posts: 132

Threads: 25

Joined: May, 2022

Reputation: -32

Replied

@_realnickk Yep you bet Im crying as well rn cuz u bully me -chars ngl and bully and sad

  • 1

Luau

RealChronics

Roblox Trafficker

vip

Posts: 280

Threads: 32

Joined: Dec, 2020

Reputation: 22

Replied

no

//Charssssssssssssss

  • 0

https://media.discordapp.net/attachments/979496861738086420/981316649661632562/4353979.png

https://cdn.discordapp.com/attachments/930896685230612592/931747495514628207/unknown.png

 

pepsi

PePsIDeveloper

vip

Posts: 309

Threads: 6

Joined: Apr, 2021

Reputation: 16

Replied

@63716your pfp looks like a girl on tiktok with huge tits

  • 0

https://cdn.discordapp.com/attachments/661621789591470090/1013919752294498314/Untitled_1366_768_px_1546_202_px_2.gif

Posts: 87

Threads: 15

Joined: Mar, 2022

Reputation: 0

Replied

@pepsi

 

💀 :skull:

 

 

 

 

//charss

  • 1

I'm gon have seazure OMG MICROSOFT AZURE ⚠⚠⚠⚠⚠⚠⚠⚠⚠ 🐸🐸🐸🐸🐸🐸🐸🐶🐶😩😩😩😩😩😩😩😩😩😩😩😩😩😩😩

https://cdn.discordapp.com/attachments/976614881493127250/986564908864909382/image_3.png

RealRealNik

type !larry in chat ;)

vip

Posts: 430

Threads: 23

Joined: Nov, 2021

Reputation: 43

Replied

Nice man ignore the haters this community is toxic as f*ck. If you have a high rep people will like it even if its bs and if you have a low rep everyone will hate no matter what you do.

  • 0

https://media.discordapp.net/attachments/1067168861343989910/1099371568062267503/WRDBanner_RealRealNikkk.png

 

Siggy made by B00M :D

Luau

Luau

Posts: 132

Threads: 25

Joined: May, 2022

Reputation: -32

Replied

  • 0

Luau

Posts: 2014

Threads: 198

Joined: Apr, 2021

Reputation: 16

Replied

I think you got the languages wrong man

  • 0

Random quote here...

Posts: 1479

Threads: 95

Joined: Oct, 2019

Reputation: 103

Replied

@VoidableMethod No Hes Thinking Of A General Encoder Such As Base64 Otherwise If He Did Make It, I Would Think It'd Be Pretty Strong Since No One Would Know The Proper Pattern Imo

  • 0

Luau

Luau

Posts: 132

Threads: 25

Joined: May, 2022

Reputation: -32

Replied

@ImmuneLion318 Yes, you are right. I did not Complete This Encoder As It Would Take A Lot Of Time to Make Decoding System as Well!

  • 0

Luau

Posts: 87

Threads: 15

Joined: Mar, 2022

Reputation: 0

Replied

@Cyros

C Sharp

 

  • 0

I'm gon have seazure OMG MICROSOFT AZURE ⚠⚠⚠⚠⚠⚠⚠⚠⚠ 🐸🐸🐸🐸🐸🐸🐸🐶🐶😩😩😩😩😩😩😩😩😩😩😩😩😩😩😩

https://cdn.discordapp.com/attachments/976614881493127250/986564908864909382/image_3.png

Cyros

Revision

Posts: 1060

Threads: 49

Joined: Feb, 2021

Reputation: 20

Replied

  • 0

We Hate VOID

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )