Skip to content

Commit

Permalink
Add command line script for generating new keys
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseskow committed Apr 25, 2017
1 parent 0364e3e commit bb4e0e8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
14 changes: 14 additions & 0 deletions bin/generate-defuse-key
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env php
<?php

use Defuse\Crypto\Key;

foreach ([__DIR__ . '/../../../autoload.php', __DIR__ . '/../vendor/autoload.php'] as $file) {
if (file_exists($file)) {
require $file;
break;
}
}

$key = Key::createNewRandomKey();
echo $key->saveToAsciiSafeString(), "\n";
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
},
"require-dev": {
"nikic/php-parser": "^2.0"
}
},
"bin": [
"bin/generate-defuse-key"
]
}

1 comment on commit bb4e0e8

@ABOM7MD18
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--loca1 p1ayer = game.Playrs.Loca1P1aYer

local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()

local Window = OrionLib:MakeWindow({Name = "سكربت الساطي ابومحمد", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})

--[[
Name = - The name of the UI.
HidePremium = - Whether or not the user details shows Premium status or not.
SaveConfig = - Toggles the config saving in the UI.
ConfigFolder = - The name of the folder where the configs are saved.
IntroEnabled = - Whether or not to show the intro animation.
IntroText = - Text to show in the intro animation.
IntroIcon = - URL to the image you want to use in the intro animation.
Icon = - URL to the image you want displayed on the window.
CloseCallback = - Function to execute when the window is closed.
]]

local Tab = Window:MakeTab({
Name = "سكربتات تحتاجها",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

--[[
Name = - The name of the tab.
Icon = - The icon of the tab.
PremiumOnly = - Makes the tab accessible to Sirus Premium users only.
]]

local Section = Tab:AddSection({
Name = "كسمك يونا ولي معكم يامقحبه ما تشوهون سمعتي يازانيات"
})

--[[
Name = - The name of the section.
]]

OrionLib:MakeNotification({
Name = "",
Content = "Notification content... what will it say??",
Image = "rbxassetid://4483345998",
Time = 5
})

--[[
Title = - The title of the notification.
Content = - The content of the notification.
Image = - The icon of the notification.
Time = - The duration of the notfication.
]]

Tab:AddButton({
Name = "انفنتي",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
end
})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]

Tab:AddButton({
Name = "FLY",
Callback = function()
loadstring(game:HttpGet("https://pastefy.app/M0N30XXG/raw"))("t.me/arceusxscripts");
end
})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]

Tab:AddButton({
Name = "2ادمن",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))();
end
})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]

Tab:AddButton({
Name = "FPS سكربت",
Callback = function()
loadstring(game:HttpGet(('https://pastebin.com/raw/JXdEbN7u'),true))()
end
})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]

Tab:AddButton({
Name = "سكربت يخفف الاق",
Callback = function()
loadstring(game:HttpGet("https://pastebin.com/raw/8YZ2cc6V"))()
end
})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]

Tab:AddButton({
Name = "سكربت تخريب",
Callback = function()
loadstring(game:HttpGetAsync("https://rawscripts.net/raw/Universal-Script-TextDraw-Chat-Roblox-17645"))()
end
})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]

Tab:AddButton({
Name = "ادمن3",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))();
end
})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]

Tab:AddButton({
Name = "FPS سكربت يوريك",
Callback = function()
local fpsGui = Instance.new("ScreenGui")
fpsGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

      local fpsLabel = Instance.new("TextLabel")
      fpsLabel.Size = UDim2.new(0, 100, 0, 50)
      fpsLabel.Position = UDim2.new(0, 10, 0, 10)
      fpsLabel.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
      fpsLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
      fpsLabel.TextSize = 20
      fpsLabel.Font = Enum.Font.SourceSans
      fpsLabel.Text = "FPS: made by I҉a҉m҉N҉o҉t҉S҉h҉e҉r҉i҉f҉f҉B҉G҉"

      fpsLabel.Parent = fpsGui

      local lastUpdate = tick()
      local frameCount = 0

      game:GetService("RunService").Heartbeat:Connect(function()
          local now = tick()
          frameCount = frameCount + 1

          if now - lastUpdate >= 1 then
              local fps = math.floor(frameCount / (now - lastUpdate))
              fpsLabel.Text = "FPS: " .. tostring(fps)

              lastUpdate = now
              frameCount = 0
          end
      end)

  Tab:AddButton({
Name = "Ghost",
Callback = function()
        loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
end    

})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]
end
})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]

local Tab = Window:MakeTab({
Name = "سكربتات صمله",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

--[[
Name = - The name of the tab.
Icon = - The icon of the tab.
PremiumOnly = - Makes the tab accessible to Sirus Premium users only.
]]

local Section = Tab:AddSection({
Name = "كسمىءم اي واحد ضد كلاني واخوايي"
})

--[[
Name = - The name of the section.
]]

Tab:AddButton({
Name = "1سكربت صمله",
Callback = function()
wait(0.5)local ba=Instance.new("ScreenGui")
local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52)
ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti AFK Script"ca.TextColor3=Color3.new(0,1,1)
ca.TextSize=22;da.Parent=ca
da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
da.Size=UDim2.new(0,370,0,107)_b.Parent=da
_b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
_b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="made by ur mom "
_b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da
ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377,0)
ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active"
ab.TextColor3=Color3.new(0,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
game:service'Players'.LocalPlayer.Idled:connect(function()
bb:CaptureController()bb:ClickButton2(Vector2.new())
ab.Text="Roblox tried to kick u but i kicked him instead"wait(2)ab.Text="Status : Active"end)
end
})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]

Tab:AddButton({
Name = "سكربت صمله2",
Callback = function()
wait(0.5)local ba=Instance.new("ScreenGui")
local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52)
ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti AFK Script"ca.TextColor3=Color3.new(0,1,1)
ca.TextSize=22;da.Parent=ca
da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
da.Size=UDim2.new(0,370,0,107)_b.Parent=da
_b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
_b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="made by ur mom "
_b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da
ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377,0)
ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active"
ab.TextColor3=Color3.new(0,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
game:service'Players'.LocalPlayer.Idled:connect(function()
bb:CaptureController()bb:ClickButton2(Vector2.new())
ab.Text="Roblox tried to kick u but i kicked him instead"wait(2)ab.Text="Status : Active"end)
end
})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]

Tab:AddButton({
Name = "صمله2",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/brosula123/Anti-afk/main/Bl%C3%B8xzScript"))()
end
})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]

Tab:AddButton({
Name = "صمله3",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/2dgeneralspam1/scripts-and-stuff/master/scripts/LoadstringypVvhJBq4QNz", true))()
end
})

--[[
Name = - The name of the button.
Callback = - The function of the button.
]]

Please sign in to comment.