Facebook
From By scripts , 3 Months ago, written in Lua.
This paste is a reply to Untitled from By scripts - view diff
Embed
Download Paste or View Raw
Hits: 208
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "tugo hub", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest",IntroText = "tugo execute"})
  3.  
  4. local Tab = Window:MakeTab({
  5.  Name = "scripts",
  6.  Icon = "rbxassetid://4483345998",
  7.  PremiumOnly = false
  8. })
  9.  
  10.  local Section = Tab:AddSection({
  11.  Name = "script free"
  12. })
  13.  
  14. OrionLib:MakeNotification({
  15.  Name = "farm hub",
  16.  Content = "farm hub execute",
  17.  Image = "rbxassetid://4483345998",
  18.  Time = 7
  19. })
  20.  
  21. Tab:AddButton({
  22.  Name = "esplosao de ki",
  23.  Callback = function()
  24.    local args = {
  25.     [1] = Vector3.new(1689.888427734375, 562.505126953125, -35.16004180908203)
  26. }
  27.  
  28. game:GetService("ReplicatedStorage").Remotes.Training.Blast:InvokeServer(unpack(args))
  29.  
  30.    end    
  31. })
  32.  
  33.  
  34. Tab:AddButton({
  35.  Name = "regarrega",
  36.  Callback = function()
  37.    game:GetService("ReplicatedStorage").Remotes.Training.Charge:InvokeServer()
  38.  
  39.    end    
  40. })
  41.  
  42. Tab:AddButton({
  43.  Name = "acaba recarrega",
  44.  Callback = function()
  45.    game:GetService("ReplicatedStorage").Remotes.Training.ChargeFinish:FireServer()    
  46.    end    
  47. })
  48.  
  49. Tab:AddButton({
  50.  Name = "defesa",
  51.  Callback = function()
  52.    game:GetService("ReplicatedStorage").Remotes.Training.Defense:InvokeServer()
  53.  
  54.    end    
  55. })
  56.  
  57. Tab:AddButton({
  58.  Name = "v4 ",
  59.  Callback = function()
  60.    game:GetService("ReplicatedStorage").Remotes.Modes.Transform:InvokeServer()
  61. local args = {
  62.     [1] = {
  63.         [1] = {
  64.             [1] = "SSJMALIGNO",
  65.             [2] = 1,
  66.             [3] = 1,
  67.             [4] = 1
  68.         },
  69.         [2] = "Modes"
  70.     }
  71. }
  72.  
  73. game:GetService("ReplicatedStorage").Remotes.RequestSkill:InvokeServer(unpack(args))
  74.  
  75.      end    
  76. })
  77.  
  78.