Prakan01

Stand Awakening+Boss script v.3 mobile

Mar 24th, 2023 (edited)
1,634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "CatShark X hub mobile", HidePremium = false, SaveConfig = false, ConfigFolder = "CatShark X hub"})
  3. --[[
  4. Name = <string> - The name of the UI.
  5. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  6. SaveConfig = <bool> - Toggles the config saving in the UI.
  7. ConfigFolder = <string> - The name of the folder where the configs are saved.
  8. IntroEnabled = <bool> - Whether or not to show the intro animation.
  9. IntroText = <string> - Text to show in the intro animation.
  10. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  11. Icon = <string> - URL to the image you want displayed on the window.
  12. CloseCallback = <function> - Function to execute when the window is closed.
  13. ]]
  14. local Tab = Window:MakeTab({
  15. Name = "Stand Awakening",
  16. Icon = "rbxassetid://4483345998",
  17. PremiumOnly = false
  18. })
  19.  
  20. --[[
  21. Name = <string> - The name of the tab.
  22. Icon = <string> - The icon of the tab.
  23. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  24. ]]
  25.  
  26. Tab:AddButton({
  27. Name = "Clouds hub(ใช้อันนี้แล้วเมนูจะมาแทนที่เมนูแรกจะหาย)",
  28. Callback = function()
  29. loadstring(game:HttpGet("https://raw.githubusercontent.com/BadScripters/CloudHub/main/hub"))()
  30. end
  31. })
  32.  
  33. --[[
  34. Name = <string> - The name of the button.
  35. Callback = <function> - The function of the button.
  36. ]]
  37.  
  38. Tab:AddButton({
  39. Name = "Bebo hub(แนะนำ)(recommend)",
  40. Callback = function()
  41. loadstring(game:HttpGet("https://raw.githubusercontent.com/Bebo-Mods/BeboScripts/main/StandAwekening.lua"))()
  42. end
  43. })
  44.  
  45. --[[
  46. Name = <string> - The name of the button.
  47. Callback = <function> - The function of the button.
  48. ]]
  49.  
  50. Tab:AddButton({
  51. Name = "Infinite Yield",
  52. Callback = function()
  53. loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
  54. end
  55. })
  56.  
  57. --[[
  58. Name = <string> - The name of the button.
  59. Callback = <function> - The function of the button.
  60. ]]
  61.  
  62. Tab:AddButton({
  63. Name = "Mobile fly",
  64. Callback = function()
  65. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  66. end
  67. })
  68.  
  69. --[[
  70. Name = <string> - The name of the button.
  71. Callback = <function> - The function of the button.
  72. ]]
  73.  
  74. Tab:AddButton({
  75. Name = "Keyboard",
  76. Callback = function()
  77. loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  78. end
  79. })
  80.  
  81. --[[
  82. Name = <string> - The name of the button.
  83. Callback = <function> - The function of the button.
  84. ]]
  85.  
  86. Tab:AddButton({
  87. Name = "f3x tool",
  88. Callback = function()
  89. loadstring(game:GetObjects("rbxassetid://6695644299")[1].Source)()
  90. end
  91. })
  92.  
  93. --[[
  94. Name = <string> - The name of the button.
  95. Callback = <function> - The function of the button.
  96. ]]
  97.  
  98. Tab:AddButton({
  99. Name = "Players control",
  100. Callback = function()
  101. loadstring(game:HttpGet("https://pastebin.com/raw/LMWCkgnm"))()
  102. end
  103. })
  104.  
  105. --[[
  106. Name = <string> - The name of the button.
  107. Callback = <function> - The function of the button.
  108. ]]
  109.  
  110. Tab:AddButton({
  111. Name = "Sussy Hub",
  112. Callback = function()
  113. loadstring(game:HttpGet(('https://gist.githubusercontent.com/Nilrogram/8b0c8bd710be142f383c71f79279752c/raw/e4fb01a7de7cd498bb53270d2ad191dfab268a88/FE%2520SussyHub'),true))();
  114. end
  115. })
  116.  
  117. --[[
  118. Name = <string> - The name of the button.
  119. Callback = <function> - The function of the button.
  120. ]]
  121.  
  122. Tab:AddButton({
  123. Name = "Sus Commands",
  124. Callback = function()
  125. loadstring(game:HttpGet("https://pastebinp.com/raw/0CbyREmX"))()
  126. end
  127. })
  128.  
  129. --[[
  130. Name = <string> - The name of the button.
  131. Callback = <function> - The function of the button.
  132. ]]
  133.  
  134. Tab:AddButton({
  135. Name = "Fling gui",
  136. Callback = function()
  137. loadstring(game:HttpGet('https://pastebin.com/raw/r97d7dS0', true))()
  138. end
  139. })
  140.  
  141. --[[
  142. Name = <string> - The name of the button.
  143. Callback = <function> - The function of the button.
  144. ]]
  145.  
  146. local Tab = Window:MakeTab({
  147. Name = "SA Boss",
  148. Icon = "rbxassetid://4483345998",
  149. PremiumOnly = false
  150. })
  151.  
  152. --[[
  153. Name = <string> - The name of the tab.
  154. Icon = <string> - The icon of the tab.
  155. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  156. ]]
  157.  
  158. Tab:AddButton({
  159. Name = "Delete Skill and esp",
  160. Callback = function()
  161. loadstring(game:HttpGet("https://raw.githubusercontent.com/Looser3itx/sus/main/Loader.lua"))()
  162. end
  163. })
  164.  
  165. --[[
  166. Name = <string> - The name of the button.
  167. Callback = <function> - The function of the button.
  168. ]]
  169.  
  170. Tab:AddButton({
  171. Name = "No cooldown",
  172. Callback = function()
  173. loadstring(game:HttpGet(('https://raw.githubusercontent.com/itsyouranya/free/main/Anya%20Stands%20Awakening%20Helper.lua'),true))()
  174. end
  175. })
  176.  
  177. --[[
  178. Name = <string> - The name of the button.
  179. Callback = <function> - The function of the button.
  180. ]]
  181.  
  182. Tab:AddButton({
  183. Name = "Auto kill boss",
  184. Callback = function()
  185. getgenv().WaitTime = 420 -- amount time you want added to your run in seconds
  186. loadstring(game:HttpGet("https://raw.githubusercontent.com/sunexn/standsawakening/main/uncanny.lua",true))() -- open source
  187. end
  188. })
  189.  
  190. --[[
  191. Name = <string> - The name of the button.
  192. Callback = <function> - The function of the button.
  193. ]]
  194.  
  195.  
Advertisement
Add Comment
Please, Sign In to add comment