Categories > Coding > C++ >

[OBFUSCATED SCRIPTS ISSUE] What influences it?

DareQPlaysRBX

Polish Content Creator

vip

Posts: 179

Threads: 27

Joined: Apr, 2020

Reputation: 13

Posted

Hello!

I come today with an unusual question. I need information, viz. I am having trouble running obfuscated scripts with PSU Obfuscator. I would like to know how I can implement such scripts support for my DLL. At the moment, any script obfuscated by PSU Obfuscator causes the game to hang when executed directly, or an error called "Attempting to Call String Value" when loaded by LoadString. I use Transpiler and LuaU Serializer (I have no problem with Iron Brew obfuscated scripts)

This option would be very useful for me as most of the scripts use this Obfuscator.

Is Transpiler/Serializer not responsible for this by any chance?

 

I will be grateful for any useful answer :)

  • 0

Posts: 129

Threads: 8

Joined: Jul, 2021

Reputation: 2

Replied

I know cpp but i dont know what are you talking about, i really need to see that hour long lua c tutorial

  • 0

“Code is like humor. When you have to explain it, it’s bad.” – Cory House

MINISHXP

[REDACTED]

Posts: 976

Threads: 3

Joined: Jan, 2021

Reputation: 9

Replied

no, i don't think it's the obfuscator since psu never had such an issue.

 

and i think 'attempting to call string value'  is basiclly this

 

local string_xd = "asdrfwef"

string_xd()

 

but i might be wrong

if im correct, you need some custom functions to run obfsucator like moonsec & psu.

  • 0

DareQPlaysRBX

Polish Content Creator

vip

Posts: 179

Threads: 27

Joined: Apr, 2020

Reputation: 13

Replied

its not a fault of obfuscator but my dll execution. i just need an answer what i need to do for psu obfuscated scripts support in my dll 

  • 0

Posts: 129

Threads: 8

Joined: Jul, 2021

Reputation: 2

Replied

@DareQPlaysRBX after reading a 162 page book of how to embed lua in c, i found that you need something called a bit library, i have found one here: http://bitop.luajit.org/install.html. If you read this, you will know how to add it.

Shoutout to my uncle for bringing me this book!

  • 0

“Code is like humor. When you have to explain it, it’s bad.” – Cory House

0x90

dingleberry#2286

vip

Posts: 249

Threads: 26

Joined: Dec, 2020

Reputation: 28

Replied

Are you still feeding errored scripts? You'll need compiler mod to support the "platform lock"

  • 0

DareQPlaysRBX

Polish Content Creator

vip

Posts: 179

Threads: 27

Joined: Apr, 2020

Reputation: 13

Replied

I have a registered bit library for my dll but idk maybe can be broken

  • 0

Posts: 871

Threads: 34

Joined: Aug, 2020

Reputation: 6

Replied

@DareQPlaysRBX You need to mod "your" compiler or conversion to in order to have more high script support! :>

  • 0

yranxzy

joe22

vip

Posts: 552

Threads: 113

Joined: Aug, 2020

Reputation: 33

Replied

what transpiler are you using? 

  • 0

when the function got hennessey

DareQPlaysRBX

Polish Content Creator

vip

Posts: 179

Threads: 27

Joined: Apr, 2020

Reputation: 13

Replied

Classic Calamari Transpiler 

  • 0

Added

Btw i tested my bit library and its works normally so this must be compiler

  • 0

Posts: 129

Threads: 8

Joined: Jul, 2021

Reputation: 2

Replied

@DareQPlaysRBX I'm not going to judge for the calamari but i really suggest you mod it. Also, it is the serializer/transpiler

  • 0

“Code is like humor. When you have to explain it, it’s bad.” – Cory House

DareQPlaysRBX

Polish Content Creator

vip

Posts: 179

Threads: 27

Joined: Apr, 2020

Reputation: 13

Replied

@R00T3D's
Ok thank you. This can be useful

  • 0

Added

btw i already have a debug.getinfo with what table :)

  • 0

TERIHAX

i say im gay as a joke 🙀

Posts: 2243

Threads: 102

Joined: Jul, 2020

Reputation: 32

Replied

@DareQPlaysRBX the title sounds very interesting "influences" but the actual thread isnt rlly lol

  • 0

Users viewing this thread:

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