Categories > Exploiting > Scripts >

[leak] Elysium ui library + Documentation

Posts: 1

Threads: 1

Joined: Dec, 2021

Reputation: 0

Posted

I still had this library half a month ago, I wanted to get rid of it, but not as hands did not reach to make the documentation for it, but today I made up my mind and made a little documentation.

 

its pluses:

  • look nice,
  • easy to use,
  • simple

her problems:

  • broken Dropdown
  • broken binds

unfortunately I could not fix them :(

but he work

 

photo ui

documentation + example:

--connection library
local lib = loadstring(game:HttpGet('https://raw.githubusercontent.com/Bail-03r/Roblox/main/%5BLibrary%5D/Emenem.lua'))()

--creating main menu
local main = lib:CreateMain('totally not skidded menu')

--creating tabs in menu
local tab1 = main:CreateTab('tab1 (toggles and textbox)')
local tab2 = main:CreateTab('tab2 (sliders)')
local tab3 = main:CreateTab('tab3 (binds)')
local tab4 = main:CreateTab('tab4 (dropdown)')

--creating buttons in your cool tabs
tab1:CreateButton('text',function()
   print'text tab1'
end)
tab2:CreateButton('cool text',function()
   print'cool text tab2'
end)
tab3:CreateButton('very cool text',function()
   print'very cool text tab3'
end)

--creating toggles
tab1:CreateToggle('safe tp',function(state)
   print(state) 
end)
tab1:CreateToggle('aim botz',function(state)
   print(state) 
end)
tab1:CreateToggle('freeze',function(state)
   print(state) 
end)

--creating one slider but im lazy
tab2:CreateSlider('WalkSpeed',0,100, game:GetService('Players').LocalPlayer.Character.Humanoid.WalkSpeed ,1,function(slide) --arg 1 name | arg 2 and arg 3 its min and max | arg 4 defoult | arg 5 how much slide :)
    game:GetService('Players').LocalPlayer.Character.Humanoid.WalkSpeed = slide
    print(slide)
end)
tab2:CreateSlider('JumpPower',0,100, game:GetService('Players').LocalPlayer.Character.Humanoid.JumpPower ,1,function(slide)
    game:GetService('Players').LocalPlayer.Character.Humanoid.JumpPower = slide
    print(slide)
end)

--creating not cool label
tab3:CreateLabel('boring text😕')

--creating cool binds 😎
tab3:CreateBind('jump if dont have space', 'F', function(status) --binds semi broke :(
    print('buttoned')
    game:GetService('Players').LocalPlayer.Character.Humanoid:ChangeState(3)
end)

--omg DROPDOWN
tab4:CreateDropdown('dopdawn','defoult',{'ru','boganan','qwertyiwerty2','exploiters'},function(choose) --fully broken 🤧
    print(choose)
end)

--creating textbox
tab1:AddTextbox('warn in console','type here',function(text)
    warn(text)
end)
  • 0

chill...

blueless

Failed to fetch.

vip

Posts: 435

Threads: 41

Joined: Dec, 2021

Reputation: 17

Replied

Dont do this elysium hub developers worked hard on this, please delete this.

  • 0

Failed to fetch.

xamel

Scripter

Posts: 128

Threads: 19

Joined: Sep, 2020

Reputation: 3

Replied

Its not really cool to leak amazing and non skidded scripts

  • 0

local info = {

[1] = "frel0#4458", [2] = "Scripter"

}

Posts: 585

Threads: 30

Joined: Jan, 2018

Reputation: 5

Replied

cool but I have no brain and can't use

  • 0

I hide links and stuff in my post ✌ | they/them or he/him | stupid gay furry | ogredale#4684 | My epic site

♥💙💚💛💜🧡🤎💕

https://i.imgur.com/TVnRBe9.png

hookfunction

fake wumat

vip

Posts: 145

Threads: 20

Joined: Aug, 2021

Reputation: 19

Replied

@blueless fr, i work on elysium hub and this isnt nice 😐

  • 0

                                                                        https://cdn.discordapp.com/attachments/909012795851407390/927492917394821140/siggy.png

blueless

Failed to fetch.

vip

Posts: 435

Threads: 41

Joined: Dec, 2021

Reputation: 17

Replied

@hookfunction nice elysium and elysium hub = hot at levels that makes me do inapropiate things with myself

  • 0

Failed to fetch.

Posts: 199

Threads: 22

Joined: Jul, 2021

Reputation: -22

Replied

you can make a dropdown playerlist example?

  • 0

BONES_

Alt of Bones

vip

Posts: 20

Threads: 2

Joined: Nov, 2021

Reputation: 14

Replied

@GoldenCheats quit coding rn LOL

 

Just loop through the players and add them to a table lol

local skid = {}
for f, u in pairs(game:GetPlayers()) do
   table.insert(u)
end
  • 0

Added

  • 0

Posts: 199

Threads: 22

Joined: Jul, 2021

Reputation: -22

Replied

@BONES_ i dont code lol

  • 0

Users viewing this thread:

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