Skip to content

Instantly share code, notes, and snippets.

@sephirot47
Created June 17, 2015 20:51
Show Gist options
  • Save sephirot47/b88e0b4cac49b6826249 to your computer and use it in GitHub Desktop.
Save sephirot47/b88e0b4cac49b6826249 to your computer and use it in GitHub Desktop.
UE4 Get HUD from anywhere
//Supose we are inside a Component ACTOR OF THE COMP.
AREMHUD *hud = Cast<AREMHUD>(UGameplayStatics::GetPlayerController( this->GetOwner(), 0)->GetHUD());
//Custom HUD class: AREMHUD
@pepsi266
Copy link

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua
local Window = Library.CreateLib("سكربت بيبسي", "DarkTheme")
local Tab = Window:NewTab("مشكوك")
local Section = Tab:NewSection("ولا شي")
Section:NewButton("ButtonText", "natural disaster survival", function()
print("Clicked")
end)loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Super-Ring-Parts-24440"))()
Section:NewButton("ButtonText", "هز زب", function()
print("Clicked")
end)loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Sus-Movement-GUI-25560"))()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment