Facebook
From Me, 2 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 192
  1. -- Gojou Quest boiii
  2. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  3. local Window = OrionLib:MakeWindow({Name = "Gojou Quest| SPTS: No Limits ☕", HidePremium = false, IntroText = "SPTS: No Limits", SaveConfig = true, ConfigFolder = "Made By Someone"})
  4.  
  5. OrionLib:MakeNotification({
  6.     Name = "HAHA TANGA",
  7.     Content = "GET BANNED LOL ?",
  8.     Image = "rbxassetid://4483345998",
  9.     Time = 12
  10. })
  11.  
  12. OrionLib:MakeNotification({
  13.     Name = "Bilat",
  14.     Content = "Dont Expect Much?",
  15.     Image = "rbxassetid://4483345998",
  16.     Time = 12
  17. })
  18.  
  19. local MainTab = Window:MakeTab({
  20.     Name = "Main",
  21.     Icon = "rbxassetid://4483345998",
  22.     PremiumOnly = false
  23. })
  24.  
  25. local Section = MainTab:AddSection({
  26.     Name = "Auto Things"
  27. })
  28.  
  29. Section:AddToggle({
  30.     Name = "Auto Upgrade FS ?",
  31.     Default = false,
  32.     Callback = function(Value)
  33.         if Value then
  34.             loadstring(game:HttpGet('https://pastebin.com/raw/DXvz6zXX'))()
  35.         else
  36.             loadstring(game:HttpGet('https://pastebin.com/raw/psGj7ZX3'))()
  37.         end
  38.     end
  39. })
  40.  
  41. Section:AddToggle({
  42.     Name = "Auto Upgrade BT ?",
  43.     Default = false,
  44.     Callback = function(Value)
  45.         if Value then
  46.             loadstring(game:HttpGet('https://pastebin.com/raw/A46cv7Pb'))()
  47.         else
  48.             loadstring(game:HttpGet('https://pastebin.com/raw/g0udRJtb'))()
  49.         end
  50.     end
  51. })
  52.  
  53. Section:AddToggle({
  54.     Name = "Auto Upgrade MS ?",
  55.     Default = false,
  56.     Callback = function(Value)
  57.         if Value then
  58.             loadstring(game:HttpGet('https://pastebin.com/raw/y0A7YgTJ'))()
  59.         else
  60.             loadstring(game:HttpGet('https://pastebin.com/raw/CESePSVb'))()
  61.         end
  62.     end
  63. })
  64.  
  65. Section:AddToggle({
  66.     Name = "Auto Upgrade JF ?",
  67.     Default = false,
  68.     Callback = function(Value)
  69.         if Value then
  70.             loadstring(game:HttpGet('https://pastebin.com/raw/ZPF6HEGu'))()
  71.         else
  72.             loadstring(game:HttpGet('https://pastebin.com/raw/atyDZZDD'))()
  73.         end
  74.     end
  75. })
  76.  
  77. Section:AddToggle({
  78.     Name = "Auto Upgrade PP ?",
  79.     Default = false,
  80.     Callback = function(Value)
  81.         if Value then
  82.             loadstring(game:HttpGet('https://pastebin.com/raw/kbKZRw3J'))()
  83.         else
  84.             loadstring(game:HttpGet('https://pastebin.com/raw/ved0WxXP'))()
  85.         end
  86.     end
  87. })
  88.  
  89. local GojoQuestTab = Window:MakeTab({
  90.     Name = "Auto Train/Gojo Quest",
  91.     Icon = "rbxassetid://4483345998",
  92.     PremiumOnly = false
  93. })
  94.  
  95. local Section = GojoQuestTab:AddSection({
  96.     Name = "Auto Train Stats"
  97. })
  98.  
  99. Section:AddToggle({
  100.     Name = "Auto Train FS ?",
  101.     Default = false,
  102.     Callback = function(Value)
  103.         if Value then
  104.             loadstring(game:HttpGet('https://pastebin.com/raw/FPdhjp9B'))()
  105.         else
  106.             loadstring(game:HttpGet('https://pastebin.com/raw/jpt61sAT'))()
  107.         end
  108.     end
  109. })
  110.  
  111. Section:AddToggle({
  112.     Name = "Auto Train BT ?️",
  113.     Default = false,
  114.     Callback = function(Value)
  115.         if Value then
  116.             loadstring(game:HttpGet('https://pastebin.com/raw/J3KrZu9F'))()
  117.         else
  118.             loadstring(game:HttpGet('https://pastebin.com/raw/2J7yg5jQ'))()
  119.         end
  120.     end
  121. })
  122.  
  123. Section:AddToggle({
  124.     Name = "Auto Train PP ?",
  125.     Default = false,
  126.     Callback = function(Value)
  127.         if Value then
  128.             loadstring(game:HttpGet('https://pastebin.com/raw/SXJYYkSq'))()
  129.         else
  130.             loadstring(game:HttpGet('https://pastebin.com/raw/B0AU35be'))()
  131.         end
  132.     end
  133. })
  134.  
  135. local Section = GojoQuestTab:AddSection({
  136.     Name = "Auto Claim Gojo Quests"
  137. })
  138.  
  139. Section:AddToggle({
  140.     Name = "Auto CLAIM FS QUEST ?",
  141.     Default = false,
  142.     Callback = function(Value)
  143.         if Value then
  144.             loadstring(game:HttpGet('https://pastebin.com/raw/x2p5Z1yy'))()
  145.         else
  146.             loadstring(game:HttpGet('https://pastebin.com/raw/5cmBYH0m'))()
  147.         end
  148.     end
  149. })
  150.  
  151. Section:AddToggle({
  152.     Name = "Auto CLAIM BT QUEST ?️",
  153.     Default = false,
  154.     Callback = function(Value)
  155.         if Value then
  156.             loadstring(game:HttpGet('https://pastebin.com/raw/9nfNhYp3'))()
  157.         else
  158.             loadstring(game:HttpGet('https://pastebin.com/raw/M5SrxVbL'))()
  159.         end
  160.     end
  161. })
  162.  
  163. Section:AddToggle({
  164.     Name = "Auto CLAIM PP QUEST ?",
  165.     Default = false,
  166.     Callback = function(Value)
  167.         if Value then
  168.             loadstring(game:HttpGet('https://pastebin.com/raw/nydURjrS'))()
  169.         else
  170.             loadstring(game:HttpGet('https://pastebin.com/raw/5715j2fU'))()
  171.         end
  172.     end
  173. })
  174.  
  175. local AutoFarmTab = Window:MakeTab({
  176.     Name = "Auto Farms",
  177.     Icon = "rbxassetid://4483345998",
  178.     PremiumOnly = false
  179. })
  180.  
  181. local Section = AutoFarmTab:AddSection({
  182.     Name = "Auto Farm FS"
  183. })
  184.  
  185. Section:AddButton({
  186.     Name = "Auto Farm FS [Sx-Nod Click once]",
  187.     Callback = function()
  188.         loadstring(game:HttpGet('https://pastebin.com/raw/hd1P7ewK'))()
  189.     end
  190. })
  191.  
  192. local Section = AutoFarmTab:AddSection({
  193.     Name = "Auto Farm BT"
  194. })
  195.  
  196. Section:AddButton({
  197.     Name = "Auto Farm BT [Click Once]",
  198.     Callback = function()
  199.         loadstring(game:HttpGet('https://pastebin.com/raw/yf1e99M1'))()
  200.     end
  201. })
  202.  
  203. local Section = AutoFarmTab:AddSection({
  204.     Name = "Auto Farm PP"
  205. })
  206.  
  207. Section:AddButton({
  208.     Name = "PP Auto Farm PP [Click Once]",
  209.     Callback = function()
  210.         loadstring(game:HttpGet('https://pastebin.com/raw/HuZe0sHK'))()
  211.     end
  212. })
  213.  
  214. local Section = AutoFarmTab:AddSection({
  215.     Name = "Auto Farm FS [Stronger Areas]"
  216. })
  217.  
  218. Section:AddToggle({
  219.     Name = "Auto Farm [3Ocd+]",
  220.     Default = false,
  221.     Callback = function(Value)
  222.         if Value then
  223.             loadstring(game:HttpGet('https://pastebin.com/raw/rVmBN7Qw'))()
  224.         else
  225.             loadstring(game:HttpGet('https://pastebin.com/raw/A1VD6NWb'))()
  226.         end
  227.     end
  228. })
  229.  
  230. Section:AddToggle({
  231.     Name = "Auto Farm [500Nod+]",
  232.     Default = false,
  233.     Callback = function(Value)
  234.         if Value then
  235.             loadstring(game:HttpGet('https://pastebin.com/raw/qXjEE8tR'))()
  236.         else
  237.             loadstring(game:HttpGet('https://pastebin.com/raw/iY2iP3j3'))()
  238.         end
  239.     end
  240. })
  241.  
  242. Section:AddToggle({
  243.     Name = "Auto Farm [1UVg+]",
  244.     Default = false,
  245.     Callback = function(Value)
  246.         if Value then
  247.             loadstring(game:HttpGet('https://pastebin.com/raw/KMXEQ84a'))()
  248.         else
  249.             loadstring(game:HttpGet('https://pastebin.com/raw/rW3RqhJU'))()
  250.         end
  251.     end
  252. })
  253.  
  254. Section:AddToggle({
  255.     Name = "Auto Farm [50UVg+]",
  256.     Default = false,
  257.     Callback = function(Value)
  258.         if Value then
  259.             loadstring(game:HttpGet('https://pastebin.com/raw/haGPaPV0'))()
  260.         else
  261.             loadstring(game:HttpGet('https://pastebin.com/raw/R1hcrhNt'))()
  262.         end
  263.     end
  264. })
  265.  
  266. Section:AddToggle({
  267.     Name = "Auto Farm [10TVg+]",
  268.     Default = false,
  269.     Callback = function(Value)
  270.         if Value then
  271.             loadstring(game:HttpGet('https://pastebin.com/raw/CjHJfp3R'))()
  272.         else
  273.             loadstring(game:HttpGet('https://pastebin.com/raw/iz8LXS6i'))()
  274.         end
  275.     end
  276. })
  277.  
  278. Section:AddToggle({
  279.     Name = "Auto Farm [100TVg+]",
  280.     Default = false,
  281.     Callback = function(Value)
  282.         if Value then
  283.             loadstring(game:HttpGet('https://pastebin.com/raw/iB5UZp7w'))()
  284.         else
  285.             loadstring(game:HttpGet('https://pastebin.com/raw/4Yt3B7mb'))()
  286.         end
  287.     end
  288. })
  289.  
  290. Section:AddToggle({
  291.     Name = "Auto Farm [1QaVg+]",
  292.     Default = false,
  293.     Callback = function(Value)
  294.         if Value then
  295.             loadstring(game:HttpGet('https://pastebin.com/raw/LjmLhyt5'))()
  296.         else
  297.             loadstring(game:HttpGet('https://pastebin.com/raw/E6ALCy7B'))()
  298.         end
  299.     end
  300. })
  301.  
  302. local ReputationTab = Window:MakeTab({
  303.     Name = "Secret Shop",
  304.     Icon = "rbxassetid://4483345998",
  305.     PremiumOnly = false
  306. })
  307.  
  308. local ReputationSection = ReputationTab:AddSection({
  309.     Name = "Reputation"
  310. })
  311.  
  312. ReputationSection:AddButton({
  313.     Name = "Buy Good Rep ? [1.3Sp+]",
  314.     Callback = function()
  315.         loadstring(game:HttpGet('https://pastebin.com/raw/nrRcW9ff'))()
  316.     end
  317. })
  318.  
  319. ReputationSection:AddButton({
  320.     Name = "Buy Bad Rep ? [1.3Sp+]",
  321.     Callback = function()
  322.         loadstring(game:HttpGet('https://pastebin.com/raw/5QsiZPPA'))()
  323.     end
  324. })
  325.  
  326. local ReputationSection = ReputationTab:AddSection({
  327.     Name = "Multipliers"
  328. })
  329.  
  330. ReputationSection:AddButton({
  331.     Name = "Buy Max Multi FS ? [500Sp]",
  332.     Callback = function()
  333.         loadstring(game:HttpGet('https://pastebin.com/raw/dwkpVMzm'))()
  334.     end
  335. })
  336.  
  337. ReputationSection:AddButton({
  338.     Name = "Buy Max Multi BT ? [500Sp]",
  339.     Callback = function()
  340.         loadstring(game:HttpGet('https://pastebin.com/raw/apRAZmNe'))()
  341.     end
  342. })
  343.  
  344. ReputationSection:AddButton({
  345.     Name = "Buy Max Multi PP☝️? [500Sp]",
  346.     Callback = function()
  347.         loadstring(game:HttpGet('https://pastebin.com/raw/wR1mjqjs'))()
  348.     end
  349. })
  350.  
  351. local ReputationSection = ReputationTab:AddSection({
  352.     Name = "Ascend"
  353. })
  354.  
  355. ReputationSection:AddButton({
  356.     Name = "Buy Ascend ? [1 Oc]",
  357.     Callback = function()
  358.         loadstring(game:HttpGet('https://pastebin.com/raw/HqBB6zEV'))()
  359.     end
  360. })
  361.  
  362. local MiscTab = Window:MakeTab({
  363.     Name = "Misc",
  364.     Icon = "rbxassetid://4483345998",
  365.     PremiumOnly = false
  366. })
  367.  
  368. local MiscSection = MiscTab:AddSection({
  369.     Name = "Anti AFK ?"
  370. })
  371.  
  372. MiscSection:AddButton({
  373.     Name = "Activate Anti-AFK",
  374.     Callback = function()
  375.         loadstring(game:HttpGet('https://pastebin.com/raw/tXCNMiEa'))()
  376.     end
  377. })
  378.  
  379. OrionLib:Init()