Advertisement
jamkles

jamkles

Jun 12th, 2023 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.70 KB | None | 0 0
  1. -- main
  2.  
  3. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  4.  
  5. local Window = OrionLib:MakeWindow({Name = "jamkles.lua ", HidePremium = true,IntroText = "jamkles.lua", SaveConfig = true, ConfigFolder = "jamkles.lua"})
  6.  
  7. -- tabs
  8.  
  9. local MainTab = Window:MakeTab({
  10.     Name = "Main",
  11.     Icon = "rbxassetid://4483345998",
  12.     PremiumOnly = false
  13. })
  14.  
  15.  
  16.  
  17. local Tab = Window:MakeTab({
  18.     Name = "locker vault",
  19.     Icon = "rbxassetid://4483345998",
  20.     PremiumOnly = false
  21. })
  22.  
  23. local GuiTab = Window:MakeTab({
  24.     Name = "script guis",
  25.     Icon = "rbxassetid://4483345998",
  26.     PremiumOnly = false
  27. })
  28.  
  29. local CreditTab = Window:MakeTab({
  30.     Name = "credits",
  31.     Icon = "rbxassetid://4483345998",
  32.     PremiumOnly = false
  33. })
  34.  
  35. local GTab = Window:MakeTab({
  36.     Name = "games",
  37.     Icon = "rbxassetid://4483345998",
  38.     PremiumOnly = false
  39. })
  40.  
  41.  
  42.  
  43.  
  44. -- notifactions
  45.  
  46. OrionLib:MakeNotification({
  47.     Name = "Welcome ",
  48.     Content = "added jamkles#0001",
  49.     Image = "rbxassetid://4483345998",
  50.     Time = 20
  51. })
  52.  
  53. -- buttons
  54.  
  55. -- tab buttons
  56.  
  57. Tab:AddButton({
  58.     Name = "jamkles silent",
  59.     Callback = function()
  60.       loadstring(game:HttpGet("https://pastebin.com/raw/hgAtyQTS", true))()
  61.             print("button pressed")
  62.     end    
  63. })
  64.  
  65.  
  66. Tab:AddButton({
  67.     Name = "tideclapz lock",
  68.     Callback = function()
  69.       loadstring(game:HttpGet("https://pastebin.com/raw/j08xM9mW", true))()
  70.  
  71. getgenv().Suicide = true
  72. getgenv().Speed = true
  73. getgenv().FakeMacro = true
  74. getgenv().ClickTp = true
  75. loadstring(game:HttpGet("https://raw.githubusercontent.com/Allvideo/nukermode/main/Kit%20tools.txt"))()
  76.             print("button pressed")
  77.     end    
  78. })
  79.  
  80.  
  81. -- gui buttons
  82.  
  83. GuiTab:AddButton({
  84.     Name = "swagmode ",
  85.     Callback = function()
  86.       loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))()
  87.             print("button pressed")
  88.     end    
  89. })
  90.  
  91. GuiTab:AddButton({
  92.     Name = "spaceware ",
  93.     Callback = function()
  94.       loadstring(game:HttpGet('https://raw.githubusercontent.com/Maxiiiiiiiiiiiiiiiiiiiiiii/spaceware/main/spaceware'))()
  95.             print("button pressed")
  96.     end    
  97. })
  98.  
  99. -- Maintab buttons
  100.  
  101. MainTab:AddButton({
  102.     Name = "Fps boost ",
  103.     Callback = function()
  104.       local fps = 900
  105.  
  106.     if setfpscap then
  107.         setfpscap(fps)
  108. end
  109.             print("button pressed")
  110.     end    
  111. })
  112.  
  113.  
  114. Tab:AddButton({
  115.     Name = "desync aa ",
  116.     Callback = function()
  117.       getgenv().demisethebest = true
  118.  
  119. game:GetService("RunService").heartbeat:Connect(function()
  120.     if getgenv().demisethebest == true then
  121.     local abc = game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity
  122.     game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(1,1,1) * (2^16)
  123.     game:GetService("RunService").RenderStepped:Wait()
  124.     game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = abc
  125.     end
  126. end)
  127.             print("button pressed")
  128.     end    
  129. })
  130.  
  131.  
  132.  
  133.  
  134. Tab:AddButton({
  135.     Name = "aimviewer",
  136.     Callback = function()
  137. loadstring(game:HttpGet("https://raw.githubusercontent.com/Nosssa/NossLock/main/VinGUI"))()
  138.             print("button pressed")
  139.     end    
  140. })
  141.  
  142. GTab:AddButton({
  143.     Name = "hoopz",
  144.     Callback = function()
  145. loadstring(game:HttpGet("https://pastebin.com/raw/hRNsugpM", true))()
  146.             print("button pressed")
  147.     end    
  148. })
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163. -- Labels
  164.  
  165. CreditTab:AddLabel("Made by jamkles#0001")
  166. CreditTab:AddLabel("Not all  scripts are made by me ")
  167. CreditTab:AddLabel("")
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175. -- paragraphs
  176.  
  177. CreditTab:AddParagraph("credits","add jamkles#0001 if need for help can not add join server ")
  178.  
  179.  
  180. --({ https://github.com/shlexware/Orion/blob/main/Documentation.md#changing-the-value-of-an-existing-toggle })
  181.  
  182.  
  183.  
  184.  
  185.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement