Categories > Exploiting > Scripts >
I need this asset converted to a lua script
Posted
Yo so i got synapse a couple days ago, Ive been trying to get a script gui to work does anyone thing they can get this converted to lua script(I dont want the require function). The rbxm file is downloadable through this link: https://easyupload.io/e15pms (edit theres a faster download)
“Code is like humor. When you have to explain it, it’s bad.â€
Replied
What are you trying to do? Be more specific. What asset? And isn't the RBXM file openable? And if you're looking to convert a module and its private, can't help with that.
Cancel
Post
Top 10 Poop Positions | Beginner's tutorial in making exploits
Xi Jinping Winnie the Pooh
Replied
@MainDab Im trying to get the folder converted into a executable code in synapse so i can use it in games.
Cancel
Post
“Code is like humor. When you have to explain it, it’s bad.â€
Replied
hmmmm its my first time trying making guis as well ! I just did my first one and it took alot to understand cause im pretty dumb , i reccomend u watch tutorials
Cancel
Post
Exploit i have : Synapse X , Sir hurt .Â
Hubs i use , Dark hub , Alpha XÂ
Guis I made : Tower of hell > https://pastebin.com/5gV0H08w
Replied
@Exploithunter
I have tried, sadly its a folder and none of the tutorials go over how to convert folders to executable lua.
Cancel
Post
“Code is like humor. When you have to explain it, it’s bad.â€
Replied
also make sure the workspace is changed to " CoreGui for example
ScreenGui.Parent = game.CoreGui
and then next to frame add
how it looks like
-
Frame.Parent = ScreenGui
-
Frame.BackgroundColor3 = Color3.fromRGB(170, 255, 255)
-
Frame.Position = UDim2.new(0.236111104, 0, 0.231139645, 0)
-
Frame.Size = UDim2.new(0, 514, 0, 288)
- ----------------------------------------------
-
Frame.Active = true <<<<< what you need to Add
-
Frame.Draggable = true
- this only counts if u didnt change the frame name if u did change it to yours
Cancel
Post
Added
also another example of the Core Gui thing
-
local ScreenGui = Instance.new("ScreenGui")
-
local Frame = Instance.new("Frame")
-
local title = Instance.new("TextLabel")
-
local TextButton = Instance.new("TextButton")
-
local TextButton_2 = Instance.new("TextButton")
-
local TextButton_3 = Instance.new("TextButton")
-
local TextButton_4 = Instance.new("TextButton")
-
local TextButton_5 = Instance.new("TextButton")
-
-
--Properties:
-
-
ScreenGui.Parent = game.CoreGui < << << < < << < << < <
-
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
Cancel
Post
Added
also if you mean about the lua convert thing then its here >> https://www.roblox.com/library/1343400903/Gui-to-Lua-Converter-Revamped
Cancel
Post
Exploit i have : Synapse X , Sir hurt .Â
Hubs i use , Dark hub , Alpha XÂ
Guis I made : Tower of hell > https://pastebin.com/5gV0H08w
Replied
@Exploithunter Mainly the only thing im looking for in that script is the Server Admin script. All i want is to convert that to one lua script able to be run in synapse.
Cancel
Post
“Code is like humor. When you have to explain it, it’s bad.â€
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post