Facebook
From By scripts , 4 Months ago, written in Lua.
This paste is a reply to Untitled from By scripts - go back
Embed
Viewing differences between Untitled and Re: Untitled
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
local Window = OrionLib:MakeWindow({Name = "tugo hub", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest",IntroText = "tugo execute"})

local Tab = Window:MakeTab({
 Name = "scripts",
 Icon = "rbxassetid://4483345998",
 PremiumOnly = false
})

 local Section = Tab:AddSection({
 Name = "script free"
})

OrionLib:MakeNotification({
 Name = "farm hub",
 Content = "farm hub execute",
 Image = "rbxassetid://4483345998",
 Time = 7
})

Tab:AddButton({
 Name = "esplosao de ki",
 Callback = function()
   local args = {
    [1] = Vector3.new(1689.888427734375, 562.505126953125, -35.16004180908203)
}

game:GetService("ReplicatedStorage").Remotes.Training.Blast:InvokeServer(unpack(args))
  
   end    
})


Tab:AddButton({
 Name = "regarrega",
 Callback = function()
   game:GetService("ReplicatedStorage").Remotes.Training.Charge:InvokeServer()

   end    
})
 
Tab:AddButton({
 Name = "acaba recarrega",
 Callback = function()
   game:GetService("ReplicatedStorage").Remotes.Training.ChargeFinish:FireServer()     
   end    
})
 
Tab:AddButton({
 Name = "defesa",
 Callback = function()
   game:GetService("ReplicatedStorage").Remotes.Training.Defense:InvokeServer()

   end    
})

Tab:AddButton({
 Name = "v4 ",
 Callback = function()
   game:GetService("ReplicatedStorage").Remotes.Modes.Transform:InvokeServer()
local args = {
    [1] = {
        [1] = {
            [1] = "SSJMALIGNO",
            [2] = 1,
            [3] = 1,
            [4] = 1
        },
        [2] = "Modes"
    }
}

game:GetService("ReplicatedStorage").Remotes.RequestSkill:InvokeServer(unpack(args))

     end    
})