Advertisement
KienZino

Pirates Wrath

May 2nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local onepiecepiratewrath = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10. local TextButton_5 = Instance.new("TextButton")
  11. local CloseButton = Instance.new("TextButton")
  12. local OpenGui = Instance.new("TextButton")
  13. --Properties:
  14. onepiecepiratewrath.Name = "one piece pirate wrath"
  15. onepiecepiratewrath.Parent = game.CoreGui
  16.  
  17. Frame.Parent = onepiecepiratewrath
  18. Frame.BackgroundColor3 = Color3.new(0.670588, 0.670588, 0.670588)
  19. Frame.BackgroundTransparency = 0.20000000298023
  20. Frame.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  21. Frame.BorderSizePixel = 0
  22. Frame.Position = UDim2.new(0.248447195, 0, 0.307397962, 0)
  23. Frame.Size = UDim2.new(0, 614, 0, 204)
  24. Frame.SizeConstraint = Enum.SizeConstraint.RelativeYY
  25. Frame.Visible = false
  26. Frame.Active = true
  27. Frame.Draggable = true
  28.  
  29. TextButton.Parent = Frame
  30. TextButton.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  31. TextButton.BorderSizePixel = 2
  32. TextButton.Position = UDim2.new(0.0196003858, 0, 0.46124956, 0)
  33. TextButton.Size = UDim2.new(0, 270, 0, 36)
  34. TextButton.Font = Enum.Font.Fantasy
  35. TextButton.Text = "Auto Farm Gui"
  36. TextButton.TextColor3 = Color3.new(0, 0, 0)
  37. TextButton.TextScaled = true
  38. TextButton.TextSize = 14
  39. TextButton.TextWrapped = true
  40. TextButton.MouseButton1Down:connect(function()
  41.     -- Farewell Infortality.
  42. -- Version: 2.82
  43. -- Instances:
  44. local onepiecepiratewrath = Instance.new("ScreenGui")
  45. local Frame = Instance.new("Frame")
  46. local TextButton = Instance.new("TextButton")
  47. local TextButton_2 = Instance.new("TextButton")
  48. local TextButton_3 = Instance.new("TextButton")
  49. local CloseButton = Instance.new("TextButton")
  50. local TextButton_4 = Instance.new("TextButton")
  51. local TextButton_5 = Instance.new("TextButton")
  52. local TextButton_6 = Instance.new("TextButton")
  53. local TextButton_7 = Instance.new("TextButton")
  54. --Properties:
  55. onepiecepiratewrath.Name = "one piece pirate wrath"
  56. onepiecepiratewrath.Parent = game.CoreGui
  57.  
  58. Frame.Parent = onepiecepiratewrath
  59. Frame.BackgroundColor3 = Color3.new(0.670588, 0.670588, 0.670588)
  60. Frame.BackgroundTransparency = 0.20000000298023
  61. Frame.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  62. Frame.BorderSizePixel = 0
  63. Frame.Position = UDim2.new(0.410825163, 0, 0.179846942, 0)
  64. Frame.Size = UDim2.new(0, 339, 0, 343)
  65. Frame.SizeConstraint = Enum.SizeConstraint.RelativeYY
  66. Frame.Active = true
  67. Frame.Draggable = true
  68.  
  69. TextButton.Parent = Frame
  70. TextButton.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  71. TextButton.BorderSizePixel = 2
  72. TextButton.Position = UDim2.new(0.100186788, 0, 0.469810694, 0)
  73. TextButton.Size = UDim2.new(0, 270, 0, 36)
  74. TextButton.Font = Enum.Font.Fantasy
  75. TextButton.Text = "Farm Buggy's"
  76. TextButton.TextColor3 = Color3.new(0, 0, 0)
  77. TextButton.TextScaled = true
  78. TextButton.TextSize = 14
  79. TextButton.TextWrapped = true
  80. TextButton.MouseButton1Down:connect(function()
  81. for _,v in pairs(game.Workspace["Hostile NPCs"]:GetDescendants()) do
  82. if string.find(v.Name, "Buggy") and v:FindFirstChild("HumanoidRootPart") then
  83. v:FindFirstChild("HumanoidRootPart").Anchored = true
  84. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  85. end
  86. end
  87. end)
  88.  
  89. TextButton_2.Parent = Frame
  90. TextButton_2.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  91. TextButton_2.BorderSizePixel = 2
  92. TextButton_2.Position = UDim2.new(0.0942870975, 0, 0.332175255, 0)
  93. TextButton_2.Size = UDim2.new(0, 270, 0, 36)
  94. TextButton_2.Font = Enum.Font.Fantasy
  95. TextButton_2.Text = "Farm Fishman"
  96. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  97. TextButton_2.TextScaled = true
  98. TextButton_2.TextSize = 14
  99. TextButton_2.TextWrapped = true
  100. TextButton_2.MouseButton1Down:connect(function()
  101. for _,v in pairs(game.Workspace["Hostile NPCs"]:GetDescendants()) do
  102. if string.find(v.Name, "Fishman") and v:FindFirstChild("HumanoidRootPart") then
  103. v:FindFirstChild("HumanoidRootPart").Anchored = true
  104. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  105. end
  106. end
  107. end)
  108.  
  109. TextButton_3.Parent = Frame
  110. TextButton_3.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  111. TextButton_3.BorderSizePixel = 2
  112. TextButton_3.Position = UDim2.new(0.0968393683, 0, 0.740329206, 0)
  113. TextButton_3.Size = UDim2.new(0, 270, 0, 36)
  114. TextButton_3.Font = Enum.Font.Fantasy
  115. TextButton_3.Text = "Farm Exe"
  116. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  117. TextButton_3.TextScaled = true
  118. TextButton_3.TextSize = 14
  119. TextButton_3.TextWrapped = true
  120. TextButton_3.MouseButton1Down:connect(function()
  121. for _,v in pairs(game.Workspace["Hostile NPCs"]:GetDescendants()) do
  122. if string.find(v.Name, "Exe") and v:FindFirstChild("HumanoidRootPart") then
  123. v:FindFirstChild("HumanoidRootPart").Anchored = true
  124. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  125. end
  126. end
  127. end)
  128.  
  129. CloseButton.Name = "CloseButton"
  130. CloseButton.Parent = Frame
  131. CloseButton.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  132. CloseButton.BorderSizePixel = 2
  133. CloseButton.Position = UDim2.new(-0.00150067918, 0, -0.00443686917, 0)
  134. CloseButton.Size = UDim2.new(0, 89, 0, 36)
  135. CloseButton.Font = Enum.Font.Fantasy
  136. CloseButton.Text = "X"
  137. CloseButton.TextColor3 = Color3.new(0.666667, 0, 0)
  138. CloseButton.TextScaled = true
  139. CloseButton.TextSize = 14
  140. CloseButton.TextWrapped = true
  141. CloseButton.MouseButton1Down:connect(function()
  142. Frame.Visible = false
  143. end)
  144.  
  145. TextButton_4.Parent = Frame
  146. TextButton_4.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  147. TextButton_4.BorderSizePixel = 2
  148. TextButton_4.Position = UDim2.new(0.10018681, 0, 0.19944869, 0)
  149. TextButton_4.Size = UDim2.new(0, 270, 0, 36)
  150. TextButton_4.Font = Enum.Font.Fantasy
  151. TextButton_4.Text = "Farm Bandits"
  152. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  153. TextButton_4.TextScaled = true
  154. TextButton_4.TextSize = 14
  155. TextButton_4.TextWrapped = true
  156. TextButton_4.MouseButton1Down:connect(function()
  157. for _,v in pairs(game.Workspace["Hostile NPCs"]:GetDescendants()) do
  158. if string.find(v.Name, "Bandit") and v:FindFirstChild("HumanoidRootPart") then
  159. v:FindFirstChild("HumanoidRootPart").Anchored = true
  160. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  161. end
  162. end
  163. end)
  164.  
  165. TextButton_5.Parent = Frame
  166. TextButton_5.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  167. TextButton_5.BackgroundTransparency = 1
  168. TextButton_5.BorderSizePixel = 2
  169. TextButton_5.Position = UDim2.new(0.162133709, 0, -0.000612512231, 0)
  170. TextButton_5.Size = UDim2.new(0, 270, 0, 36)
  171. TextButton_5.Font = Enum.Font.Fantasy
  172. TextButton_5.Text = "Roblox Pain"
  173. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  174. TextButton_5.TextScaled = true
  175. TextButton_5.TextSize = 14
  176. TextButton_5.TextWrapped = true
  177.  
  178. TextButton_6.Parent = Frame
  179. TextButton_6.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  180. TextButton_6.BorderSizePixel = 2
  181. TextButton_6.Position = UDim2.new(0.099789232, 0, 0.874267399, 0)
  182. TextButton_6.Size = UDim2.new(0, 270, 0, 36)
  183. TextButton_6.Font = Enum.Font.Fantasy
  184. TextButton_6.Text = "Farm Siren"
  185. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  186. TextButton_6.TextScaled = true
  187. TextButton_6.TextSize = 14
  188. TextButton_6.TextWrapped = true
  189. TextButton_6.MouseButton1Down:connect(function()
  190. for _,v in pairs(game.Workspace["Hostile NPCs"]:GetDescendants()) do
  191. if string.find(v.Name, "Siren") and v:FindFirstChild("HumanoidRootPart") then
  192. v:FindFirstChild("HumanoidRootPart").Anchored = true
  193. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  194. end
  195. end
  196. end)
  197.  
  198. TextButton_7.Parent = Frame
  199. TextButton_7.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  200. TextButton_7.BorderSizePixel = 2
  201. TextButton_7.Position = UDim2.new(0.100186788, 0, 0.60502398, 0)
  202. TextButton_7.Size = UDim2.new(0, 270, 0, 36)
  203. TextButton_7.Font = Enum.Font.Fantasy
  204. TextButton_7.Text = "Farm Marine's"
  205. TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  206. TextButton_7.TextScaled = true
  207. TextButton_7.TextSize = 14
  208. TextButton_7.TextWrapped = true
  209. TextButton_7.MouseButton1Down:connect(function()
  210. for _,v in pairs(game.Workspace["Hostile NPCs"]:GetDescendants()) do
  211. if string.find(v.Name, "Marine") and v:FindFirstChild("HumanoidRootPart") then
  212. v:FindFirstChild("HumanoidRootPart").Anchored = true
  213. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  214. end
  215. end
  216. end)
  217. -- Scripts:
  218.  
  219. end)
  220.  
  221.  
  222. TextButton_2.Parent = Frame
  223. TextButton_2.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  224. TextButton_2.BorderSizePixel = 2
  225. TextButton_2.Position = UDim2.new(0.477546036, 0, 0.461249411, 0)
  226. TextButton_2.Size = UDim2.new(0, 307, 0, 36)
  227. TextButton_2.Font = Enum.Font.Fantasy
  228. TextButton_2.Text = "Chest/Fruit Gui"
  229. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  230. TextButton_2.TextScaled = true
  231. TextButton_2.TextSize = 14
  232. TextButton_2.TextWrapped = true
  233. TextButton_2.MouseButton1Down:connect(function()
  234.     -- Farewell Infortality.
  235. -- Version: 2.82
  236. -- Instances:
  237. local onepiecepiratewrath = Instance.new("ScreenGui")
  238. local Frame = Instance.new("Frame")
  239. local TextButton = Instance.new("TextButton")
  240. local TextButton_2 = Instance.new("TextButton")
  241. local TextButton_3 = Instance.new("TextButton")
  242. local CloseButton = Instance.new("TextButton")
  243. local TextButton_4 = Instance.new("TextButton")
  244. local TextButton_5 = Instance.new("TextButton")
  245. --Properties:
  246. onepiecepiratewrath.Name = "one piece pirate wrath"
  247. onepiecepiratewrath.Parent = game.CoreGui
  248.  
  249. Frame.Parent = onepiecepiratewrath
  250. Frame.BackgroundColor3 = Color3.new(0.670588, 0.670588, 0.670588)
  251. Frame.BackgroundTransparency = 0.20000000298023
  252. Frame.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  253. Frame.BorderSizePixel = 0
  254. Frame.Position = UDim2.new(0.238686755, 0, 0.389030606, 0)
  255. Frame.Size = UDim2.new(0, 339, 0, 265)
  256. Frame.SizeConstraint = Enum.SizeConstraint.RelativeYY
  257. Frame.Active = true
  258. Frame.Draggable = true
  259.  
  260. TextButton.Parent = Frame
  261. TextButton.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  262. TextButton.BorderSizePixel = 2
  263. TextButton.Position = UDim2.new(0.100186788, 0, 0.559020877, 0)
  264. TextButton.Size = UDim2.new(0, 270, 0, 36)
  265. TextButton.Font = Enum.Font.Fantasy
  266. TextButton.Text = "Bring Chest"
  267. TextButton.TextColor3 = Color3.new(0, 0, 0)
  268. TextButton.TextScaled = true
  269. TextButton.TextSize = 14
  270. TextButton.TextWrapped = true
  271. TextButton.MouseButton1Down:connect(function()
  272. local a=select;local b=string.byte;local c=string.sub;local d=string.char;local e=type;local f=table.concat;local unpack=unpack;local setmetatable=setmetatable;local pcall=pcall;local g,h,i,j;if bit and bit.bxor then g=bit.bxor;h=function(k,l)local m=g(k,l)if m<0 then m=4294967296+m end;return m end else g=function(k,l)local n=function(o,p)return o%(p*2)>=p end;local q=0;for r=0,31 do q=q+(n(k,2^r)~=n(l,2^r)and 2^r or 0)end;return q end;h=g end;i=function(s,t,u)return(s+t)%u end;j=function(s,t,u)return(s-t)%u end;local function v(m)if m<0 then m=4294967296+m end;return m end;local getfenv=getfenv;if not getfenv then getfenv=function()return _ENV end end;local w={}local x={}local y;local z;local A={}local B={}for r=0,255 do local C,D=d(r),d(r,0)A[C]=D;B[D]=C end;local function E(F,G,H,I)if H>=256 then H,I=0,I+1;if I>=256 then G={}I=1 end end;G[d(H,I)]=F;H=H+1;return G,H,I end;local function J(K)local function L(M)local I='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'M=string.gsub(M,'[^'..I..'=]','')return M:gsub('.',function(s)if s=='='then return''end;local N,O='',I:find(s)-1;for r=6,1,-1 do N=N..(O%2^r-O%2^(r-1)>0 and'1'or'0')end;return N end):gsub('%d%d%d?%d?%d?%d?%d?%d?',function(s)if#s~=8 then return''end;local P=0;for r=1,8 do P=P+(s:sub(r,r)=='1'and 2^(8-r)or 0)end;return string.char(P)end)end;K=L(K)local Q=c(K,1,1)if Q=="u"then return c(K,2)elseif Q~="c"then error("Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")end;K=c(K,2)local R=#K;local G={}local H,I=0,1;local S={}local m=1;local T=c(K,1,2)S[m]=B[T]or G[T]m=m+1;for r=3,R,2 do local U=c(K,r,r+1)local V=B[T]or G[T]if not V then error("Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")end;local W=B[U]or G[U]if W then S[m]=W;m=m+1;G,H,I=E(V..c(W,1,1),G,H,I)else local X=V..c(V,1,1)S[m]=X;m=m+1;G,H,I=E(X,G,H,I)end;T=U end;return f(S)end;local function Y(Z,_,a0)if a0 then local a1=Z/2^(_-1)%2^(a0-1-(_-1)+1)return a1-a1%1 else local a2=2^(_-1)if Z%(a2+a2)>=a2 then return 1 else return 0 end end end;local function a3()local a4=g(2990881723,z)while true do if a4==g(427360939,x[4])then y=function(a5,a6)return g(a5+12884,a6+34078)-g(1041408082,x[2])end;a4=a4-g(3915334102,x[7])elseif a4==g(3090343167,z)then return elseif a4==g(56496349,x[2])then y=function(a5,a6)return g(a5-39182,a6+5848)+g(3731311905,x[5])end;a4=a4+g(3336908429,z)elseif a4==g(4222217573,z)then y=function(a5,a6)return g(a5+41120,a6-48365)+g(1609872394,x[8])end;a4=a4+g(1609849985,x[8])elseif a4==g(1250794146,x[2])then y=function(a5,a6)return g(a5+7593,a6+8557)+g(1499992403,x[6])end;a4=g(a4,g(2402745237,z))elseif a4==g(4222202884,z)then y=function(a5,a6)return g(a5-48577,a6+2717)+g(3336958346,z)end;a4=g(a4,g(2239635729,z))elseif a4==g(2990881723,z)then y=function(a5,a6)return g(a5+3078,a6+25832)+g(3035044254,x[3])end;a4=a4-g(1499995863,x[6])end end end;local function a7(a8)local a9=1;local aa;local ab;local function ac()local ad=b(a8,a9,a9)a9=a9+1;return ad end;local function ae()local af,a5,a6,ag=b(a8,a9,a9+3)a9=a9+4;return ag*16777216+a6*65536+a5*256+af end;local function ah()return ae()*4294967296+ae()end;local function ai()local aj=h(ae(),w[1682771815]or(function()local s="now comes with a free n word pass"w[1682771815]=g(y(803498633,1861186610),g(225893282,x[5]))-string.len(s)-#{1751180231}return w[1682771815]end)())local ak=h(ae(),w[2467169363]or(function()local s="luraph better then xen bros :pensive:"w[2467169363]=g(y(3300305415,3572500050),g(1414002116,z))-string.len(s)-#{1430452655}return w[2467169363]end)())local al=1;local am=Y(ak,1,20)*2^32+aj;local an=Y(ak,21,31)local ao=(-1)^Y(ak,32)if an==0 then if am==0 then return ao*0 else an=1;al=0 end elseif an==2047 then if am==0 then return ao*1/0 else return ao*0/0 end end;return math.ldexp(ao,an-1023)*(al+am/2^52)end;local function ap(aq)local ar;if aq then ar=c(a8,a9,a9+aq-1)a9=a9+aq else aq=aa()if aq==0 then return""end;ar=c(a8,a9,a9+aq-1)a9=a9+aq end;return ar end;local function as(ar)local a1={}for r=1,#ar do local at=ar:sub(r,r)a1[#a1+1]=string.char(g(string.byte(at),w[1957335932]or(function(...)local s="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"local au=y(753204245,354817484)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(4164687941,130342941)end;au=au-ax end;w[1957335932]=g(g(1116860608,au),g(3182781988,z))-string.len(s)-#{1830321633,726756322,445765232,3400841430,1501492694,4074337827}return w[1957335932]end)(9449,"Iiil",3159,3673,"IilllIli",{},6050,{},"liIilIiIili")))end;return table.concat(a1)end;local function az()local aA={}local aB={}local aC={}local aD={[w[6772603]or(function()local s="this is so sad, alexa play ripull.mp4"w[6772603]=g(y(1902818235,1635236607),g(2330506638,x[7]))-string.len(s)-#{1097447566,3559699550,3482291202,1238408030,3145244003,2562990076}return w[6772603]end)()]=aC,[w[187380175]or(function()local s="my way to go against expwoiting is to have safety measuwes. i 1 wocawscwipt and onwy moduwes. hewe's how it wowks: this scwipt bewow stowes the moduwes in a tabwe fow each moduwe we send the wist with the moduwes and moduwe infowmation and use inyit a function in my moduwe that wiww stowe the info and aftew it has send to aww the moduwes it wiww dewete them. so whenyevew the cwient twies to hack they cant get the moduwes. onwy this peace of wocawscwipt."w[187380175]=g(y(478298357,1621021531),g(3928086195,z))-string.len(s)-#{3239111927,1951328438,3689187023,1456088230,1302149860}return w[187380175]end)()]=aA,[w[3107529564]or(function(...)local s="epic gamer vision"local au=y(1521221344,4077414962)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(951232940,3343793891)end;au=au+ax end;w[3107529564]=g(g(3740391994,au),g(2412154081,x[1]))-string.len(s)-#{3181604441,108159613,3085840536,2498883213,1411408490,2912930357,2862299130,13485236,577207179,856944534}return w[3107529564]end)("llllIIlli","IIlIlIiiIiiI",{},"iIIiII",6433,"illIl",{})]=aB}ac()ae()aD[1467572439]=g(ac(),w[435923861]or(function(...)local s="i'm intercommunication about the most nonecclesiastical dll exploits for esp. they only characterization objects with a antepatriarchal in the geistesgeschichte for the esp."local au=y(1759411678,2488019624)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2759534722,1535496639)end;au=au+ax end;w[435923861]=g(g(209879902,au),g(2950967767,x[8]))-string.len(s)-#{2160791454,2040740125,4069356934}return w[435923861]end)("IIiIllIi","IlIlIiIlIIlIilIIIli",6851,{},"iIll"))ac()aD[101084375]=g(ac(),w[1819935498]or(function()local s="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"w[1819935498]=g(y(1744348978,3193892314),g(578527768,x[1]))-string.len(s)-#{542257080,2256466221,2636368500,3135815499,451330761,893472384}return w[1819935498]end)())ae()ae()for aE=1,g(ab(),w[1359775283]or(function(...)local s="wow xen is shit buy luraph ok"local au=y(37956186,3916562032)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1461673818,2833327858)end;au=au+ax end;w[1359775283]=g(g(1255893499,au),g(443834883,z))-string.len(s)-#{3110866498,3048656080,2592198541,1798806797,1124007644,2320142052,1030841845,1712098442,2626454561}return w[1359775283]end)("IliIiIIl",{}))do local aF=g(ae(),w[3550567]or(function(...)local s="sponsored by ironbrew, jk xen is better"local au=y(3677143043,970701773)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3161423331,1133599563)end;au=au+ax end;w[3550567]=g(g(3036873777,au),g(2955432336,z))-string.len(s)-#{443982387,2689305327,262431078,2279922540,3838647342,3592669615,3809912985,3782726803}return w[3550567]end)({},13928))local aG=ac()ae()local e=ac()ac()local aH={[2132776628]=aF,[1032144423]=aG,[1760726453]=Y(aF,1,6),[1650877655]=Y(aF,7,14)}if e==(w[3359166014]or(function()local s="wally bad bird"w[3359166014]=g(y(2895662947,2305002963),g(3727079644,x[1]))-string.len(s)-#{4254243672,2567605441,3303346597,3155950574,3493560363}return w[3359166014]end)())then aH[582961947]=Y(aF,24,32)aH[845987461]=Y(aF,15,23)elseif e==(w[502916864]or(function(...)local s="so if you'we nyot awawe of expwoiting by this point, you've pwobabwy been wiving undew a wock that the pionyeews used to wide fow miwes. wobwox is often seen as an expwoit-infested gwound by most fwom the suwface, awthough this isn't the case."local au=y(3928851861,1046554723)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3465462344,829520550)end;au=au-ax end;w[502916864]=g(g(3402803687,au),g(2860225561,x[3]))-string.len(s)-#{3528418200,1589734344,1985802867,4245312180}return w[502916864]end)("Illiliii",{}))then aH[1013257287]=Y(aF,15,32)elseif e==(w[3161236271]or(function(...)local s="xen doesn't come with instance caching, sorry superskater"local au=y(3767724613,2043452487)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(516044986,3778987987)end;au=au+ax end;w[3161236271]=g(g(2130347378,au),g(2323437025,x[4]))-string.len(s)-#{1808104098,198401869,3492695964}return w[3161236271]end)({},{}))then aH[1194622356]=Y(aF,15,32)-131071 end;aC[aE]=aH end;ae()ae()for aE=1,g(ab(),w[2399307000]or(function(...)local s="skisploit is the superior obfuscator, clearly."local au=y(2381896886,1725141228)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2403782923,1891210016)end;au=au-ax end;w[2399307000]=g(g(1595166805,au),g(2695064492,x[4]))-string.len(s)-#{795614483,1638338777}return w[2399307000]end)({},{}))do local e=ac()ae()local aI;if e==(w[1940102054]or(function()local s="sometimes it be like that"w[1940102054]=g(y(1941163462,1230187577),g(4228241047,z))-string.len(s)-#{3507379385,3727785829,2608763513,1982525028,3547567024,3419558835}return w[1940102054]end)())then aI=ac()~=0 elseif e==(w[2122634556]or(function()local s="xen detects custom getfenv"w[2122634556]=g(y(2826359331,146047332),g(1713793302,z))-string.len(s)-#{4272363430,3795036051}return w[2122634556]end)())then aI=ai()elseif e==(w[585602374]or(function(...)local s="hi my 2.5mb script doesn't work with xen please help"local au=y(4169300164,4114035657)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2854599865,1440442840)end;au=au-ax end;w[585602374]=g(g(3864202364,au),g(2252098828,x[4]))-string.len(s)-#{1627314237}return w[585602374]end)(3914,7826,"illiIIlliiliIiIlI","lIii","llillili",1681,13083,14947,{},{}))then aI=c(as(ap()),1,-2)end;aB[aE-1]=aI end;for aE=1,g(ab(),w[3453285935]or(function(...)local s="hi xen doesn't work on sk8r please help"local au=y(2611359377,1457287375)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3499798599,795232728)end;au=au-ax end;w[3453285935]=g(g(3445813504,au),g(3339778246,z))-string.len(s)-#{2288721048,3114131903,1419997324,2430356303}return w[3453285935]end)("iiIiI","IIilIlliiiiliI"))do aA[aE-1]=az()end;return aD end;do assert(ap(4)=="\27Xen","Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")ab=ae;aa=ae;local aJ=ap()ae()ac()z=v(ab())ac()ae()local aK=0;for r=1,#aJ do local at=aJ:sub(r,r)aK=aK+string.byte(at)end;aK=g(aK,z)for aE=1,ac()do x[aE]=h(ab(),aK)end;a3()end;return az()end;local function aL(...)return a('#',...),{...}end;local function aM(aD,aN,aO)local aC=aD[w[6772603]or(function()local s="this is so sad, alexa play ripull.mp4"w[6772603]=g(y(1902818235,1635236607),g(2330506638,x[7]))-string.len(s)-#{1097447566,3559699550,3482291202,1238408030,3145244003,2562990076}return w[6772603]end)()]local aB=aD[w[3107529564]or(function(...)local s="epic gamer vision"local au=y(1521221344,4077414962)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(951232940,3343793891)end;au=au+ax end;w[3107529564]=g(g(3740391994,au),g(2412154081,x[1]))-string.len(s)-#{3181604441,108159613,3085840536,2498883213,1411408490,2912930357,2862299130,13485236,577207179,856944534}return w[3107529564]end)("llllIIlli","IIlIlIiiIiiI",{},"iIIiII",6433,"illIl",{})]local aA=aD[w[187380175]or(function()local s="my way to go against expwoiting is to have safety measuwes. i 1 wocawscwipt and onwy moduwes. hewe's how it wowks: this scwipt bewow stowes the moduwes in a tabwe fow each moduwe we send the wist with the moduwes and moduwe infowmation and use inyit a function in my moduwe that wiww stowe the info and aftew it has send to aww the moduwes it wiww dewete them. so whenyevew the cwient twies to hack they cant get the moduwes. onwy this peace of wocawscwipt."w[187380175]=g(y(478298357,1621021531),g(3928086195,z))-string.len(s)-#{3239111927,1951328438,3689187023,1456088230,1302149860}return w[187380175]end)()]return function(...)local aP,aQ=1,-1;local aR,aS={},a('#',...)-1;local aT=0;local aU={}local aV={}local aW=setmetatable({},{__index=aU,__newindex=function(aX,aY,aZ)if aY>aQ then aQ=aY end;aU[aY]=aZ end})local function a_()local aH,b0;while true do aH=aC[aP]b0=aH[1032144423]aP=aP+1;if b0==(w[3283451684]or(function(...)local s="hi xen crashes on my axon paste plz help"local au=y(8150910,2050587589)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(4251105869,43936399)end;au=au+ax end;w[3283451684]=g(g(2249198816,au),g(985117334,z))-string.len(s)-#{3991038070,1375485486,3119123897,1283594058,1314915872,4155568118,3442259033,4072279085,993509957}return w[3283451684]end)("iIIllIIIl",9835,"ilIll"))then aW[g(aH[1650877655],w[3166402025]or(function()local s="xen best rerubi paste"w[3166402025]=g(y(2042204586,3150018514),g(2426633048,x[10]))-string.len(s)-#{915819708,4225614190}return w[3166402025]end)())]=-aW[i(aH[582961947],w[3794606490]or(function(...)local s="pain is gonna use the backspace method on xen"local au=y(1458662421,3863803251)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1375735516,2919296422)end;au=au-ax end;w[3794606490]=g(g(1942639904,au),g(487791995,x[5]))-string.len(s)-b0-#{3885158537,2238453311,1952099991,2799954408,30719354,3952968965,2849545781}return w[3794606490]end)("IliIiIliIiilliII","IillliIIiii"),512)]elseif b0==(w[1825142772]or(function()local s="this is a christian obfuscator, no cursing allowed in our scripts"w[1825142772]=g(y(855487652,1575484166),g(2851078875,z))-string.len(s)-#{2628760186,2998672724,3833637182,2934422497,3718107987,1784113222,719115203}return w[1825142772]end)())then local at=g(aH[845987461],w[428031585]or(function(...)local s="aspect network better obfuscator"local au=y(2893294618,1174473121)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2310909429,1984127516)end;au=au-ax end;w[428031585]=g(g(2338959700,au),g(2818483816,z))-string.len(s)-#{1749195578}return w[428031585]end)({},"lIiIIiiiIIII",11756,{},"IiililllI",490,"lIlillii",{},3369))local b1=aW;if at>255 then at=aB[at-256]else at=b1[at]end;b1[j(aH[1650877655],w[2977695979]or(function(...)local s="SECURE API, IMPOSSIBLE TO BYPASS!"local au=y(3634745125,3213982731)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(345751101,3949238725)end;au=au-ax end;w[2977695979]=g(g(2963527120,au),g(292711326,z))-string.len(s)-#{2613579013,1910890125,3761319144,2003689643}return w[2977695979]end)({},{}),256)]=b1[i(aH[582961947],w[3362522239]or(function(...)local s="https://twitter.com/Ripull_RBLX/status/1059334518581145603"local au=y(2089154015,91461394)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1904770881,2390247765)end;au=au-ax end;w[3362522239]=g(g(2927067481,au),g(291781714,z))-string.len(s)-b0-#{2873907306,3387006279,1926287631,1659974935,3581410610,1855917501}return w[3362522239]end)({},10258,{},"liIilIlllliii"),512)][at]elseif b0==(w[680084362]or(function()local s="imagine using some lua minifier tool and thinking you are a badass"w[680084362]=g(y(142664652,3648334147),g(386983881,z))-string.len(s)-#{3069861666,238173996,740734786,2116850262,1575463208,2785813302,3538130422,915460587,4094143510,3833217261}return w[680084362]end)())then local b2=j(aH[582961947],w[3904067957]or(function()local s="can we have an f in chat for ripull"w[3904067957]=g(y(4140831526,1794709685),g(3311326126,x[6]))-string.len(s)-#{1309879428,3870997101,803368632,3379436231,709621176,2914073194,1375058797}return w[3904067957]end)(),512)local at=g(i(aH[845987461],w[898485975]or(function(...)local s="xen detects custom getfenv"local au=y(647626061,2980124319)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2972579772,1322425983)end;au=au+ax end;w[898485975]=g(g(3330240458,au),g(2544031421,z))-string.len(s)-#{447818126,3954102835,3788749476,1296709419,1104264681,1084069731,489319818,2699823451}return w[898485975]end)(10484),512),aT)local b1=aW;if b2>255 then b2=aB[b2-256]else b2=b1[b2]end;if at>255 then at=aB[at-256]else at=b1[at]end;b1[g(aH[1650877655],w[1416976229]or(function()local s="thats how mafia works"w[1416976229]=g(y(2452652896,3863676006),g(650109031,x[10]))-b0-string.len(s)-#{4067791122,3861792182,949602988}return w[1416976229]end)())]=b2/at elseif b0==(w[2518850272]or(function(...)local s="so if you'we nyot awawe of expwoiting by this point, you've pwobabwy been wiving undew a wock that the pionyeews used to wide fow miwes. wobwox is often seen as an expwoit-infested gwound by most fwom the suwface, awthough this isn't the case."local au=y(3487301911,2458100255)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(473756525,3821245267)end;au=au+ax end;w[2518850272]=g(g(2902958177,au),g(918255033,z))-string.len(s)-#{3473822271,1821245874,3552272391,1002776339,3250768037,2679440604,769325281,2741849586}return w[2518850272]end)(1829,1393,"iIiI",{},"iillIiIIIiiI","liiiIIIlillI"))then local b3=i(aH[1650877655],w[995957449]or(function(...)local s="print(bytecode)"local au=y(2432488118,1781239220)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1554480900,2740534437)end;au=au+ax end;w[995957449]=g(g(2699215804,au),g(4025355807,x[9]))-string.len(s)-#{261263737,438083614,1624032018,1233512174,1476955257,1612085080,2239007477}return w[995957449]end)("IiiiIIiilliillIilIi",{},{},{},{},{},5686),256)local b1=aW;b1[b3]=assert(tonumber(b1[b3]),'`for` initial value must be a number')b1[b3+1]=assert(tonumber(b1[b3+1]),'`for` limit must be a number')b1[b3+2]=assert(tonumber(b1[b3+2]),'`for` step must be a number')b1[b3]=b1[b3]-b1[b3+2]aP=aP+aH[1194622356]elseif b0==(w[3547118321]or(function()local s="sponsored by ironbrew, jk xen is better"w[3547118321]=g(y(1032920602,882463894),g(1540560241,x[10]))-string.len(s)-#{2042881854,3826278410,690549339,667469342,352911825}return w[3547118321]end)())then local b3=i(aH[1650877655],w[3968716905]or(function()local s="now with shitty xor string obfuscation"w[3968716905]=g(y(3537101738,1960370825),g(3419751834,x[4]))-b0-string.len(s)-#{2917308377,711514000,2240831438,2578442351,1689066555,704315899,2897330643,553990993}return w[3968716905]end)(),256)~=0;local b2=i(aH[582961947],w[298197214]or(function(...)local s="level 1 crook = luraph, level 100 boss = xen"local au=y(3507996300,4141045978)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(77700314,4217334906)end;au=au+ax end;w[298197214]=g(g(777859144,au),g(1681991716,x[4]))-string.len(s)-#{3993217724,3049703153,2229074829,4142004181,1708915373}return w[298197214]end)("lIIllIiiIIi","IlIlIli","lIllilillIiiIl",{}),512)local at=g(aH[845987461],w[3831622180]or(function()local s="epic gamer vision"w[3831622180]=g(y(721961387,1736947775),g(2321920063,z))-string.len(s)-#{4238232121,340300168,3892946834,192208690}return w[3831622180]end)())local b1=aW;if b2>255 then b2=aB[b2-256]else b2=b1[b2]end;if at>255 then at=aB[at-256]else at=b1[at]end;if b2<at~=b3 then aP=aP+1 end elseif b0==(w[591059809]or(function()local s="yed"w[591059809]=g(y(3145121434,3557147797),g(2493932070,x[1]))-string.len(s)-#{2233162261,3939004522,3891108434}return w[591059809]end)())then local b3=j(aH[1650877655],w[428885797]or(function()local s="inb4 posted on exploit reports section"w[428885797]=g(y(2436908823,1209019929),g(123163952,x[5]))-string.len(s)-#{3750751795,728061573,917800145,1938393100,1131895607}return w[428885797]end)(),256)local b2=g(aH[582961947],w[2082105190]or(function(...)local s="pain exist is gonna connect the dots of xen"local au=y(1329617492,2518430367)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(509395311,3785592701)end;au=au-ax end;w[2082105190]=g(g(1082928112,au),g(3413456167,x[10]))-string.len(s)-#{1641238544,1573175617}return w[2082105190]end)("IIIlIlliliIIlll","iIiIIiIilIillIII",4967,9657,{},{},"iIII","l","IilliliIiliIl","ii"))local at=i(aH[845987461],w[905047559]or(function()local s="what are you trying to say? that fucking one dot + dot + dot + many dots is not adding adding 1 dot + dot and then adding all the dots together????"w[905047559]=g(y(3559277426,1158164407),g(4244065441,x[4]))-string.len(s)-#{1007650592,1586990617,732403953,2888790607,1952150902,2604541773,2449322116}return w[905047559]end)(),512)local b1=aW;b2=b1[b2]if at>255 then at=aB[at-256]else at=b1[at]end;b1[b3+1]=b2;b1[b3]=b2[at]elseif b0==(w[2733640956]or(function()local s="aspect network better obfuscator"w[2733640956]=g(y(1656658024,1001835290),g(198256038,x[10]))-string.len(s)-#{3780490200,1149395052,377350175,3430332162}return w[2733640956]end)())then local b3=g(aH[1650877655],w[561005240]or(function()local s="luraph better then xen bros :pensive:"w[561005240]=g(y(2866587149,108537771),g(1467377834,x[1]))-string.len(s)-#{1120563801,375589821,256497522,2257777321}return w[561005240]end)())local b2=j(aH[582961947],w[3016635639]or(function(...)local s="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"local au=y(2915296039,3953476943)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(818660122,3476325637)end;au=au-ax end;w[3016635639]=g(g(1668682343,au),g(2448935658,x[3]))-string.len(s)-#{2559411437,2005263892,3946458670,2767211343,3020048505,3276518600,3636995714,562587841}return w[3016635639]end)(8755,157,12540),512)local b1=aW;local b4,b5;local b6;local b7=0;b4={}if b2~=1 then if b2~=0 then b6=b3+b2-1 else b6=aQ end;for aE=b3+1,b6 do b4[#b4+1]=b1[aE]end;b5={b1[b3](unpack(b4,1,b6-b3))}else b5={b1[b3]()}end;for b8 in next,b5 do if b8>b7 then b7=b8 end end;return b5,b7 elseif b0==(w[2068963689]or(function(...)local s="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"local au=y(429240483,1596649463)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(30852694,4264135032)end;au=au+ax end;w[2068963689]=g(g(2147121615,au),g(4288794669,z))-string.len(s)-#{3090789644,390149568,276805131,3324851331,1501379158}return w[2068963689]end)(6867,"iIilIIiIiIlIiIil",3786,9823))then local b2=i(g(aH[582961947],w[1955828687]or(function()local s="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"w[1955828687]=g(y(3204776521,1393301223),g(1492101682,x[3]))-string.len(s)-#{982668622,3595004505,4009945527,4177098172,1677155643,3997663960,3686192346}return w[1955828687]end)()),aT,512)local at=j(aH[845987461],w[856771589]or(function(...)local s="wow xen is shit buy luraph ok"local au=y(2321829248,1636542962)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2386429965,1908593815)end;au=au+ax end;w[856771589]=g(g(1936759440,au),g(1585219763,z))-string.len(s)-#{1825632673,324682493,1544268567,4092585413,1453499137,1139612892}return w[856771589]end)("IllIllII",11141,13943,12420,{}),512)local b1=aW;if b2>255 then b2=aB[b2-256]else b2=b1[b2]end;if at>255 then at=aB[at-256]else at=b1[at]end;b1[j(j(aH[1650877655],w[2545093625]or(function(...)local s="my way to go against expwoiting is to have safety measuwes. i 1 wocawscwipt and onwy moduwes. hewe's how it wowks: this scwipt bewow stowes the moduwes in a tabwe fow each moduwe we send the wist with the moduwes and moduwe infowmation and use inyit a function in my moduwe that wiww stowe the info and aftew it has send to aww the moduwes it wiww dewete them. so whenyevew the cwient twies to hack they cant get the moduwes. onwy this peace of wocawscwipt."local au=y(1169725241,1794322442)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1523328693,2771705281)end;au=au-ax end;w[2545093625]=g(g(1079143195,au),g(2851209932,z))-string.len(s)-b0-#{973849324,2316167082,1929383933,2824695760,4075179592,4057814791,2395725637,1645907077}return w[2545093625]end)("IIlIi",6861,1499,{},{},7766,2193),256),aT,256)]=b2%at elseif b0==(w[760386351]or(function()local s="so if you'we nyot awawe of expwoiting by this point, you've pwobabwy been wiving undew a wock that the pionyeews used to wide fow miwes. wobwox is often seen as an expwoit-infested gwound by most fwom the suwface, awthough this isn't the case."w[760386351]=g(y(1936790742,1790395150),g(3743607675,z))-string.len(s)-#{2642761735,1679818154,2977990859}return w[760386351]end)())then aW[g(aH[1650877655],w[2178051768]or(function()local s="xen detects custom getfenv"w[2178051768]=g(y(2624882391,2881638523),g(161496994,x[2]))-string.len(s)-#{2024146228,1528396983,2545047751,3034380878}return w[2178051768]end)())]=#aW[i(j(aH[582961947],w[3002450024]or(function(...)local s="inb4 posted on exploit reports section"local au=y(1005144481,1578639760)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2465582907,1829411324)end;au=au-ax end;w[3002450024]=g(g(3862541400,au),g(1160525006,z))-string.len(s)-#{1913359471,4009062584,2932422764,3245318142,2340248871,3967400135,1339693352,2829536374,3712527430,3020795151}return w[3002450024]end)("ilIIlllIliilllI",{}),512),aT,512)]elseif b0==(w[3790391810]or(function(...)local s="aspect network better obfuscator"local au=y(3514558524,1657629300)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3164960950,1130042695)end;au=au-ax end;w[3790391810]=g(g(2686200555,au),g(1281241175,x[8]))-string.len(s)-#{2576593408,3940030919,3230652394,3845006763,1365287183,1231474810,3742985242,3344170587,1963474008}return w[3790391810]end)({},"i","IlliiIllI","iIlIllIl",{},85,"liIIlIliIiill",{}))then aW[i(aH[1650877655],w[2422113452]or(function()local s="hi xen doesn't work on sk8r please help"w[2422113452]=g(y(1115152784,1303035440),g(835471077,x[2]))-b0-string.len(s)-#{3311325964,1360792239,818746691,601510876,50193529,3598421465,1845363625}return w[2422113452]end)(),256)]={}elseif b0==(w[1177244883]or(function()local s="this is a christian obfuscator, no cursing allowed in our scripts"w[1177244883]=g(y(1278034350,321733343),g(1628464037,x[2]))-string.len(s)-#{2796860176,3062731442,2300153467,2210673510,4036061770}return w[1177244883]end)())then aN[aB[j(i(aH[1013257287],w[3691908884]or(function(...)local s="i put more time into this shitty list of dead memes then i did into the obfuscator itself"local au=y(3570281595,1708624134)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3430084512,864917362)end;au=au+ax end;w[3691908884]=g(g(127615632,au),g(3916723080,x[8]))-string.len(s)-#{4059658332,3021026050,1312510787,2047061199,3329562681,3854529444,2083066582,2020890110,489700879}return w[3691908884]end)(6603,{},"ilIIllIlIiilllilii"),262144),aT,262144)]]=aW[i(aH[1650877655],w[3477923714]or(function()local s="now with shitty xor string obfuscation"w[3477923714]=g(y(2276171259,2551401578),g(1919105909,x[4]))-b0-string.len(s)-#{4227735553,4263111142,811875404,1050855236,3273376303,3851239521,198423346,280707739,3226774056,3882166416}return w[3477923714]end)(),256)]elseif b0==(w[1651340065]or(function(...)local s="yed"local au=y(892099966,1641258734)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(413259471,3881733582)end;au=au+ax end;w[1651340065]=g(g(1811927185,au),g(4192437402,z))-string.len(s)-#{2190735366,1212196817,375176606,3150159115,3204481156,1675349934,610956702,281022483,543232337,1121729794}return w[1651340065]end)("IiiilIiIiiillilIIlI",{},{},12980,{},13136,{},{},"IiiiiiiiiIIiIi","lIiiillIIIIllIilI"))then local b3=g(aH[1650877655],w[3556720362]or(function()local s="this is so sad, alexa play ripull.mp4"w[3556720362]=g(y(609156738,3249152997),g(587308855,z))-b0-string.len(s)-#{479278407,3246749663,1060637877,2067570268,1934948360,2374888774}return w[3556720362]end)())local b2=i(aH[582961947],w[1659138184]or(function()local s="what are you trying to say? that fucking one dot + dot + dot + many dots is not adding adding 1 dot + dot and then adding all the dots together????"w[1659138184]=g(y(2786736198,1295212446),g(1607327541,x[3]))-b0-string.len(s)-#{700552502,3068777113}return w[1659138184]end)(),512)local at=g(aH[845987461],w[3277418497]or(function(...)local s="luraph better then xen bros :pensive:"local au=y(3808812491,1403448100)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3312957369,982086571)end;au=au+ax end;w[3277418497]=g(g(1696290003,au),g(1617668733,x[9]))-string.len(s)-b0-#{1600680087,973618911,2595056355,381043321,1578666896,1938781600}return w[3277418497]end)(4758,{}))local b1=aW;if at==0 then aP=aP+1;at=aC[aP][2132776628]end;local b9=(at-1)*50;local ba=b1[b3]if b2==0 then b2=aQ-b3 end;for aE=1,b2 do ba[b9+aE]=b1[b3+aE]end elseif b0==(w[4045649007]or(function()local s="can we have an f in chat for ripull"w[4045649007]=g(y(4275225163,3276780418),g(4219161485,z))-string.len(s)-#{2770322272,3137520319,1587768927,659396242,833330254,459421346,3811078021}return w[4045649007]end)())then local b3=j(aH[1650877655],w[1507467084]or(function()local s="https://twitter.com/Ripull_RBLX/status/1059334518581145603"w[1507467084]=g(y(424224158,123844493),g(3637466882,z))-b0-string.len(s)-#{559454214,2237639151,3723464894,4265493698,4290694476,1456556870,2206997363}return w[1507467084]end)(),256)local b2=i(g(aH[582961947],w[3989599697]or(function(...)local s="wally bad bird"local au=y(496861676,776853626)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3866856960,428175262)end;au=au-ax end;w[3989599697]=g(g(620476607,au),g(3377303832,x[5]))-string.len(s)-b0-#{3597590172,1271986157}return w[3989599697]end)(2585,"ii","ilIlIIllIiiiiI","llIiIIIliiiIiIii",14618,4487,1205)),aT,512)local at=j(aH[845987461],w[532325560]or(function(...)local s="my way to go against expwoiting is to have safety measuwes. i 1 wocawscwipt and onwy moduwes. hewe's how it wowks: this scwipt bewow stowes the moduwes in a tabwe fow each moduwe we send the wist with the moduwes and moduwe infowmation and use inyit a function in my moduwe that wiww stowe the info and aftew it has send to aww the moduwes it wiww dewete them. so whenyevew the cwient twies to hack they cant get the moduwes. onwy this peace of wocawscwipt."local au=y(3413369879,953474732)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3398978200,896016689)end;au=au-ax end;w[532325560]=g(g(3801509628,au),g(3621052897,z))-string.len(s)-#{3766517416,1719613251}return w[532325560]end)(10485,"iIiiI",{}),512)local b1=aW;local b4,b5;local b6,bb;b4={}if b2~=1 then if b2~=0 then b6=b3+b2-1 else b6=aQ end;bb=0;for aE=b3+1,b6 do bb=bb+1;b4[bb]=b1[aE]end;b6,b5=aL(b1[b3](unpack(b4,1,b6-b3)))else b6,b5=aL(b1[b3]())end;aQ=b3-1;if at~=1 then if at~=0 then b6=b3+at-2 else b6=b6+b3-1 end;bb=0;for aE=b3,b6 do bb=bb+1;b1[aE]=b5[bb]end end elseif b0==(w[3916875919]or(function()local s="epic gamer vision"w[3916875919]=g(y(1933762690,1033590854),g(2285678869,z))-string.len(s)-#{4062661816,518406897,2718952622,3792303295,3227181310,875549832}return w[3916875919]end)())then local b3=i(i(aH[1650877655],w[784380915]or(function(...)local s="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"local au=y(3263722945,1005290881)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1344684726,2950309505)end;au=au+ax end;w[784380915]=g(g(3463823743,au),g(4059921278,z))-string.len(s)-b0-#{2498172790,4273562370,802494450,1150721205,4036734926,145027160,1805091599}return w[784380915]end)("IlII",{},9822,"liII",{},14203,5859,2814,{},"lIIIII"),256),aT,256)local b1=aW;local bc=b1[b3+2]local b8=b1[b3]+bc;b1[b3]=b8;if bc>0 then if b8<=b1[b3+1]then aP=aP+aH[1194622356]b1[b3+3]=b8 end else if b8>=b1[b3+1]then aP=aP+aH[1194622356]b1[b3+3]=b8 end end elseif b0==(w[1578944416]or(function()local s="yed"w[1578944416]=g(y(4011608644,4041885032),g(1294530199,x[10]))-string.len(s)-#{4227252896,3622619620}return w[1578944416]end)())then local b2,at=i(g(aH[582961947],w[2823600857]or(function(...)local s="this is a christian obfuscator, no cursing allowed in our scripts"local au=y(2111035876,1346537194)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(674323049,3620675154)end;au=au+ax end;w[2823600857]=g(g(4184752833,au),g(2250675513,x[10]))-string.len(s)-#{620182770,2139957124,3698477094,3582065953,3098432963,3467475412}return w[2823600857]end)({},1555,"lIi",{})),aT,512),i(aH[845987461],w[848614381]or(function(...)local s="sometimes it be like that"local au=y(4130701318,1327560389)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(459732377,3835263389)end;au=au+ax end;w[848614381]=g(g(670307945,au),g(1476900805,z))-string.len(s)-#{717413296,2315428165,1021416034,785405931,2195472285,1202004164,3159201041,1211327009,3881229269,403861503}return w[848614381]end)({},9410,{}),512)local b1=aW;if b2>255 then b2=aB[b2-256]else b2=b1[b2]end;if at>255 then at=aB[at-256]else at=b1[at]end;b1[j(aH[1650877655],w[1445848836]or(function(...)local s="hi devforum"local au=y(353851959,1904060385)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1677320447,2617671224)end;au=au-ax end;w[1445848836]=g(g(2044525873,au),g(3679636161,z))-string.len(s)-#{3268032487,1329175457,4034895422,548872392,3351474213,1069653030,2694504026}return w[1445848836]end)(4785,{},8818,"l",1719,"liIliilliliiliil"),256)][b2]=at elseif b0==(w[2647090053]or(function()local s="sponsored by ironbrew, jk xen is better"w[2647090053]=g(y(3588930445,3958912852),g(4176956714,z))-string.len(s)-#{703440334,4180684109,3723952217,241182957,2546291899,962300912,1736294440,4279963733,1296062366}return w[2647090053]end)())then local b3=i(aH[1650877655],w[3147721247]or(function(...)local s="xen detects custom getfenv"local au=y(3301647281,3670173119)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(204416531,4090613427)end;au=au-ax end;w[3147721247]=g(g(1528498329,au),g(2063682867,x[2]))-string.len(s)-b0-#{324383020,479066618,3972845517,3000471406}return w[3147721247]end)("liiIllil","ilIiIil",11535),256)local b2=g(aH[582961947],w[2489616893]or(function()local s="pain is gonna use the backspace method on xen"w[2489616893]=g(y(4038584688,1802475736),g(1564243968,z))-b0-string.len(s)-#{3941160939,2881353461,1423553153,2966707934,254047084,187203817,1325327301,699685196}return w[2489616893]end)())local b1,bd=aW,aR;aQ=b3-1;for aE=b3,b3+(b2>0 and b2-1 or aS)do b1[aE]=bd[aE-b3]end elseif b0==(w[245381750]or(function()local s="inb4 posted on exploit reports section"w[245381750]=g(y(881656156,2780289292),g(3360949585,x[6]))-string.len(s)-#{4138401340,1412129234,643037985,805693275,1741102554,2266642634,2825044664,1006363311,2519173531,1695936416}return w[245381750]end)())then if g(aH[1013257287],w[501841374]or(function()local s="hi xen crashes on my axon paste plz help"w[501841374]=g(y(1412887618,1897192437),g(3821290308,z))-string.len(s)-#{1510323459,3469417378,1159259051}return w[501841374]end)())==(w[2434386941]or(function()local s="luraph better then xen bros :pensive:"w[2434386941]=g(y(2822238006,3913796716),g(2274625833,z))-string.len(s)-#{1158263252,1592285084,631683249,3138268971,242895673}return w[2434386941]end)())then aW[j(i(aH[1650877655],w[829012671]or(function()local s="SECURE API, IMPOSSIBLE TO BYPASS!"w[829012671]=g(y(1966922055,1874934220),g(3692597602,z))-b0-string.len(s)-#{2425660140}return w[829012671]end)(),256),aT,256)]=z else aW[j(i(aH[1650877655],w[829012671]or(function()local s="SECURE API, IMPOSSIBLE TO BYPASS!"w[829012671]=g(y(1966922055,1874934220),g(3692597602,z))-b0-string.len(s)-#{2425660140}return w[829012671]end)(),256),aT,256)]=x[g(aH[1013257287],w[501841374]or(function()local s="hi xen crashes on my axon paste plz help"w[501841374]=g(y(1412887618,1897192437),g(3821290308,z))-string.len(s)-#{1510323459,3469417378,1159259051}return w[501841374]end)())]end elseif b0==(w[4235909666]or(function(...)local s="wait for someone on devforum to say they are gonna deobfuscate this"local au=y(3697776143,3614359044)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1694795027,2600222615)end;au=au-ax end;w[4235909666]=g(g(259178368,au),g(3265247925,z))-string.len(s)-#{2772465203,3319196296,2236162463,2925536246,3673393405,3588009229,3340383749,310068848,1301992852}return w[4235909666]end)({},{}))then aW[i(aH[1650877655],w[1421255014]or(function()local s="pain exist is gonna connect the dots of xen"w[1421255014]=g(y(1356361062,2580845493),g(266781356,z))-b0-string.len(s)-#{4281477764,1097433089,1313843858,132745499,515676786,556416330}return w[1421255014]end)(),256)]=aB[j(aH[1013257287],w[1702193896]or(function()local s="i'm intercommunication about the most nonecclesiastical dll exploits for esp. they only characterization objects with a antepatriarchal in the geistesgeschichte for the esp."w[1702193896]=g(y(695391083,3070038953),g(1500094474,z))-b0-string.len(s)-#{2647339126,1843645252,3594484268,2059887623,1387671398,69050215,1887136843}return w[1702193896]end)(),262144)]elseif b0==(w[3800467208]or(function()local s="aspect network better obfuscator"w[3800467208]=g(y(3677411075,3254596506),g(3693663873,z))-string.len(s)-#{2465773609,4211546895,981987955,1550711438,2775284652,3936659298,2984066776,3355609061,3701702245}return w[3800467208]end)())then local b1=aW;local b2=i(g(aH[582961947],w[939788945]or(function(...)local s="so if you'we nyot awawe of expwoiting by this point, you've pwobabwy been wiving undew a wock that the pionyeews used to wide fow miwes. wobwox is often seen as an expwoit-infested gwound by most fwom the suwface, awthough this isn't the case."local au=y(2286042363,1950849685)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2971373919,1323657088)end;au=au+ax end;w[939788945]=g(g(3605025958,au),g(3510244256,x[1]))-string.len(s)-#{82085449,1110132275,2829865435,2488758605,1537015587,1736849323,3040356817,1585035313}return w[939788945]end)({},"IIiliIII","iIilIIlilllIlI",{},{},"lIIIilll",14113,11617,10229,10081)),aT,512)local be=b1[b2]for aE=b2+1,j(aH[845987461],w[1384394516]or(function(...)local s="thats how mafia works"local au=y(2220822814,3687036609)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(4251872409,43133644)end;au=au+ax end;w[1384394516]=g(g(2430064338,au),g(162276514,z))-string.len(s)-b0-#{3055849307,1694712003,3756283734,3839929208,3807873047,3580294254,3837333412,2796429327}return w[1384394516]end)({},"liilIIillliIIIIiI",{},14529,"i","illliIillIIlIII"),512)do be=be..b1[aE]end;aW[g(j(aH[1650877655],w[2613388706]or(function()local s="hi xen doesn't work on sk8r please help"w[2613388706]=g(y(3897104638,1662769856),g(1303465842,z))-string.len(s)-#{1866832166,382987754,2792104643,1140888766,799343599,3139992974,150173940,3552555725,735887804,2986944034}return w[2613388706]end)(),256),aT)]=be elseif b0==(w[2476394067]or(function()local s="can we have an f in chat for ripull"w[2476394067]=g(y(188639526,4225013980),g(906820011,z))-string.len(s)-#{56671968,2985285353}return w[2476394067]end)())then local bf=aA[g(aH[1013257287],w[3520464771]or(function(...)local s="xen detects custom getfenv"local au=y(2168401884,458578849)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3994435952,300556798)end;au=au-ax end;w[3520464771]=g(g(4087114452,au),g(3693087747,x[9]))-string.len(s)-b0-#{4284356562,3814494984,3449366921,3059868961,2514722672,2441022285}return w[3520464771]end)("IIIIIiIIlillIlill",415,5438))]local b1=aW;local bg;local bh;if bf[1467572439]~=0 then bg={}bh=setmetatable({},{__index=function(aX,aY)local bi=bg[aY]return bi[1][bi[2]]end,__newindex=function(aX,aY,aZ)local bi=bg[aY]bi[1][bi[2]]=aZ end})for aE=1,bf[1467572439]do local bj=aC[aP]if bj[1032144423]==(w[3084010900]or(function(...)local s="sponsored by ironbrew, jk xen is better"local au=y(3487644730,122705506)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1878649914,2416358023)end;au=au+ax end;w[3084010900]=g(g(3831103602,au),g(2571078107,x[9]))-string.len(s)-#{688880622,2237810474,3229483053,872243611,943955708,2063474447,935825684,4165849527,1286098820}return w[3084010900]end)(14414,12023))then bg[aE-1]={b1,g(bj[582961947],w[820541750]or(function(...)local s="i put more time into this shitty list of dead memes then i did into the obfuscator itself"local au=y(707937215,3372576776)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3645683630,649347010)end;au=au-ax end;w[820541750]=g(g(847536433,au),g(955125968,x[7]))-string.len(s)-#{2477376261,651793919,4147896539,4258132528,3751015718,3232328566,296433989,3944319699,233287560}return w[820541750]end)("illlliIlll",6209,"lIIi"))}elseif bj[1032144423]==(w[2492284003]or(function()local s="my way to go against expwoiting is to have safety measuwes. i 1 wocawscwipt and onwy moduwes. hewe's how it wowks: this scwipt bewow stowes the moduwes in a tabwe fow each moduwe we send the wist with the moduwes and moduwe infowmation and use inyit a function in my moduwe that wiww stowe the info and aftew it has send to aww the moduwes it wiww dewete them. so whenyevew the cwient twies to hack they cant get the moduwes. onwy this peace of wocawscwipt."w[2492284003]=g(y(3212060211,4206048313),g(2200282359,z))-string.len(s)-#{3293559903,1523850626,2593807754,2113400498,1364742557,3609517192,3234679379,377057583,4172773195,2132798730}return w[2492284003]end)())then bg[aE-1]={aO,g(bj[582961947],w[3739393880]or(function()local s="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"w[3739393880]=g(y(2173735165,2966953864),g(1747999811,x[6]))-string.len(s)-#{649046567,2778263666,943182331,978438035,2761319975,1338398813,2395065870,146256413,4247546933,719441494}return w[3739393880]end)())}end;aP=aP+1 end;aV[#aV+1]=bg end;b1[i(aH[1650877655],w[2800711803]or(function(...)local s="luraph better then xen bros :pensive:"local au=y(917806899,132966703)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(614130553,3680859651)end;au=au+ax end;w[2800711803]=g(g(2899799388,au),g(1533906899,z))-string.len(s)-#{2224203207,4144757646,529726254}return w[2800711803]end)("ilillliillI"),256)]=aM(bf,aN,bh)elseif b0==(w[3000875199]or(function()local s="inb4 posted on exploit reports section"w[3000875199]=g(y(1530399982,570311017),g(3157062393,z))-string.len(s)-#{1211202066}return w[3000875199]end)())then aT=aW[j(aH[1650877655],w[1939651765]or(function()local s="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"w[1939651765]=g(y(18351921,526647257),g(543288915,x[2]))-string.len(s)-#{2273772041,2317959722,3309187768}return w[1939651765]end)(),256)]elseif b0==(w[3411303633]or(function()local s="now comes with a free n word pass"w[3411303633]=g(y(55437583,2178757377),g(1148577338,z))-string.len(s)-#{625942628,308326062,1987881842,1272028216}return w[3411303633]end)())then local b3=g(j(aH[1650877655],w[1228438132]or(function(...)local s="https://twitter.com/Ripull_RBLX/status/1059334518581145603"local au=y(137119714,3626605865)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1929469934,2365533824)end;au=au+ax end;w[1228438132]=g(g(641298601,au),g(819908743,z))-string.len(s)-#{616068050,554589189}return w[1228438132]end)("iIIIIliillIIlIlIill",1918,{}),256),aT)local b2=i(aH[582961947],w[244730327]or(function(...)local s="wally bad bird"local au=y(3495579737,643402271)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(235629815,4059363693)end;au=au+ax end;w[244730327]=g(g(2338584525,au),g(3146236406,z))-string.len(s)-b0-#{1327054163,2350148961,1032610976,2559970751,975896561,3860346766,2582470387}return w[244730327]end)("iI","iI",3336,11996,{},11533,"IIl",{},"lliliiIiiIIillI"),512)local b1=aW;local bb,bk;local b6;if b2==1 then return elseif b2==0 then b6=aQ else b6=b3+b2-2 end;bk={}bb=0;for aE=b3,b6 do bb=bb+1;bk[bb]=b1[aE]end;return bk,bb elseif b0==(w[2900956985]or(function()local s="aspect network better obfuscator"w[2900956985]=g(y(3927504401,3139955597),g(2861726769,x[1]))-string.len(s)-#{825615977,1902034910,1684773500,271528514,1555229162,4243443745,3300524352,3373936924,3736004832}return w[2900956985]end)())then local b3=i(aH[1650877655],w[1265674986]or(function(...)local s="wow xen is shit buy luraph ok"local au=y(3085904273,3591057259)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1139442532,3155576427)end;au=au+ax end;w[1265674986]=g(g(3015941599,au),g(348164838,z))-string.len(s)-#{383114219}return w[1265674986]end)({},9824,{},{},"IIlIlIiIiIIi",{},7652,"ililil",5187),256)~=0;local b2=i(aH[582961947],w[2353478604]or(function(...)local s="epic gamer vision"local au=y(4101890897,1525861384)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2164046130,2130984876)end;au=au+ax end;w[2353478604]=g(g(2691597751,au),g(4113429689,x[1]))-string.len(s)-#{2668989254,3912222473,330519417,297629436,564079255,1987021166,829855648}return w[2353478604]end)({},{},{},"IlillIIlI","iIliliIlIlilII",2359,{},"IlilliIiIIi"),512)local at=i(aH[845987461],w[432395457]or(function(...)local s="hi xen crashes on my axon paste plz help"local au=y(1788830149,2879046365)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1166564573,3128434669)end;au=au-ax end;w[432395457]=g(g(1001235014,au),g(1011673821,z))-string.len(s)-#{3235210229,2415626983,3345704275,4188927758,1382511630}return w[432395457]end)({},"ilIIIiillliiili",{},{},3750,"lllilli","illll"),512)local b1=aW;if b2>255 then b2=aB[b2-256]else b2=b1[b2]end;if at>255 then at=aB[at-256]else at=b1[at]end;if b2==at~=b3 then aP=aP+1 end elseif b0==(w[2675992156]or(function()local s="hi devforum"w[2675992156]=g(y(2896148721,3383123738),g(3505233125,x[9]))-string.len(s)-#{3568573022,4241489058,248824509,486563880,1798846450}return w[2675992156]end)())then aW[j(aH[1650877655],w[1793990515]or(function()local s="now with shitty xor string obfuscation"w[1793990515]=g(y(2515632143,3817371309),g(2963124851,z))-b0-string.len(s)-#{2495692998,2689361207,1749420408}return w[1793990515]end)(),256)]=aN[aB[g(aH[1013257287],w[1397799074]or(function(...)local s="wally bad bird"local au=y(1931032490,3968376767)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2042628881,2252395822)end;au=au-ax end;w[1397799074]=g(g(825925997,au),g(461321640,x[9]))-string.len(s)-b0-#{1531900377,2387769572}return w[1397799074]end)("IIIiIlliilll",{},"IiIIiliIIllIll",13861,"IilIIllili",{},2851))]]elseif b0==(w[44406020]or(function()local s="print(bytecode)"w[44406020]=g(y(1567831355,3960412108),g(3701791152,x[4]))-string.len(s)-#{1226628555,3923717018}return w[44406020]end)())then local b2=aW[i(aH[582961947],w[2852360815]or(function(...)local s="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"local au=y(1664785437,571873702)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1712329698,2582702911)end;au=au+ax end;w[2852360815]=g(g(629575330,au),g(2723373345,z))-string.len(s)-#{3103220195,2042776103,489085685,3803942311,1932295740,3428321174,3429628319,3082551988,2325487569}return w[2852360815]end)("IIIliIIilIl","iiiiIiI",{}),512)]if not not b2==(i(aH[845987461],w[1337889424]or(function()local s="skisploit is the superior obfuscator, clearly."w[1337889424]=g(y(3138460997,3799547372),g(2676762223,z))-b0-string.len(s)-#{439006302,2390100729,488302888,2273884514}return w[1337889424]end)(),512)==0)then aP=aP+1 else aW[g(aH[1650877655],w[1054779448]or(function()local s="luraph better then xen bros :pensive:"w[1054779448]=g(y(758416704,2917775249),g(1770361617,x[7]))-b0-string.len(s)-#{603638888,425785724,1335926054,3286419884,181590963,587178406}return w[1054779448]end)())]=b2 end elseif b0==(w[2794306310]or(function(...)local s="thats how mafia works"local au=y(3658220664,3330908611)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(366003210,3928988660)end;au=au-ax end;w[2794306310]=g(g(3086014463,au),g(1838629992,z))-string.len(s)-#{2101396886,1752095674,3043970124,1354638574,1683664153,3303444572,1825169094}return w[2794306310]end)("lIIlIIliI","iIIIIII","IliIlllilIll",{},{},{},"liil","IlIllIliil",872,{}))then if not not aW[j(aH[1650877655],w[4219704094]or(function()local s="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"w[4219704094]=g(y(3328503997,3729120109),g(3737592911,z))-b0-string.len(s)-#{3309214486,1745579152,2642618117,2190197493,409365046}return w[4219704094]end)(),256)]==(g(aH[845987461],w[1481404223]or(function(...)local s="sponsored by ironbrew, jk xen is better"local au=y(1908067626,1326717998)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3087157476,1207830930)end;au=au+ax end;w[1481404223]=g(g(1508224095,au),g(3533598760,x[9]))-string.len(s)-b0-#{3351507498,115588931,3019328839,3449835204,4054953446,339419878,1117688614,1102046907,1208725777,336484318}return w[1481404223]end)({},6655,"lIIl",{},4152,"llliIlIiIlIIl",{},"iiIllIIl",{}))==0)then aP=aP+1 end elseif b0==(w[4164880311]or(function(...)local s="inb4 posted on exploit reports section"local au=y(3898086506,1046093445)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(944039238,3350965508)end;au=au+ax end;w[4164880311]=g(g(278975437,au),g(4960867,z))-string.len(s)-#{4209383356,129981102}return w[4164880311]end)("IiiiIlIiIliIIliiII","IiilIiiliilIlili",{}))then local b3=g(g(aH[1650877655],w[1386628068]or(function(...)local s="hi xen crashes on my axon paste plz help"local au=y(178134153,2945433833)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3667742031,627250769)end;au=au-ax end;w[1386628068]=g(g(390163819,au),g(1958145206,z))-string.len(s)-#{3429682979,2544325027,1958170604,532411863,2070931981,3428558051,3871612870,1703971562}return w[1386628068]end)(6342,3116)),aT)~=0;local b2=i(aH[582961947],w[2444418286]or(function(...)local s="https://twitter.com/Ripull_RBLX/status/1059334518581145603"local au=y(1546911719,3632507718)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2466271811,1828726540)end;au=au+ax end;w[2444418286]=g(g(3266165977,au),g(2558034584,x[5]))-string.len(s)-#{1899490489,2444139379,2703320784,3684782692,3747400000,388088025,697735410,3593384591,1531483051}return w[2444418286]end)("i",{},{},{},{},"IiIIIIliiilIll",{},{}),512)local at=g(aH[845987461],w[620256706]or(function(...)local s="yed"local au=y(1197402496,2375640696)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3539372958,755649366)end;au=au+ax end;w[620256706]=g(g(2932287046,au),g(1030168364,x[6]))-string.len(s)-#{684225359,2843451735,1511381257,2466268254,1745920754,1030875767,3211548449,94966756,2544427847,562353283}return w[620256706]end)(4228,{},"iliIiIilIIliiliill","i",{}))local b1=aW;if b2>255 then b2=aB[b2-256]else b2=b1[b2]end;if at>255 then at=aB[at-256]else at=b1[at]end;if b2<=at~=b3 then aP=aP+1 end elseif b0==(w[1362987488]or(function(...)local s="i put more time into this shitty list of dead memes then i did into the obfuscator itself"local au=y(3501267095,2612602957)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(525686030,3769301612)end;au=au-ax end;w[1362987488]=g(g(4193523566,au),g(120133292,x[9]))-string.len(s)-#{2663466578,2257189393,1912899736,1069177014,3840490340,3427077171,1804228160}return w[1362987488]end)(7733,"ilIlilllliIliliIll",6531,"IlIlIIllI","Ililili",2869,{},"Illii",775))then aW[g(i(aH[1650877655],w[3753093419]or(function()local s="pain is gonna use the backspace method on xen"w[3753093419]=g(y(3112995424,540346214),g(1599746046,z))-b0-string.len(s)-#{1008180159,3752615376,215305657,1027210601,1999208019,2792863564,495968421,3422993907}return w[3753093419]end)(),256),aT)]=g(aH[582961947],w[1040467068]or(function(...)local s="wow xen is shit buy luraph ok"local au=y(679018309,2145391222)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1188876943,3106115640)end;au=au+ax end;w[1040467068]=g(g(3260316635,au),g(1269561197,x[5]))-string.len(s)-#{849141860,922777504}return w[1040467068]end)("IiilIiIIlillilIllI",{},"iIlIilIliIiIl"))~=0;if j(aH[845987461],w[1178101449]or(function()local s="now with shitty xor string obfuscation"w[1178101449]=g(y(2673461663,3602522259),g(2012318920,x[2]))-string.len(s)-#{412497256,2986530869,2638546850,2132038540,137827394}return w[1178101449]end)(),512)~=0 then aP=aP+1 end elseif b0==(w[3776151757]or(function(...)local s="wait for someone on devforum to say they are gonna deobfuscate this"local au=y(879699061,269738694)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(989875237,3305112700)end;au=au+ax end;w[3776151757]=g(g(3058955161,au),g(1422429311,z))-string.len(s)-#{885617073,2670994966,2110378546,641377077,2222194109,3225624839,4292124699,3184381938}return w[3776151757]end)(597,"llill","illIli","liIllIiIii"))then local b2=g(aH[582961947],w[1324929416]or(function(...)local s="aspect network better obfuscator"local au=y(1319972295,2806762028)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1476660784,2818366067)end;au=au+ax end;w[1324929416]=g(g(2674241894,au),g(2959707232,z))-string.len(s)-b0-#{1020361133,2217292061,4228536215,3440512318,2350953584,2837668859,469676470}return w[1324929416]end)("iIIlI",12368,9154,{},"ilIIl","iiI",14565,10946,{},925))local at=g(aH[845987461],w[4163895376]or(function(...)local s="xen detects custom getfenv"local au=y(1912297838,3328528691)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1693937214,2601069343)end;au=au+ax end;w[4163895376]=g(g(1696137295,au),g(341631469,z))-string.len(s)-b0-#{4075114302,2396049806,1033748666,4025816387,4188287332,3401574662,4220930871,3798246002,240504333}return w[4163895376]end)({},{},14193,{},{}))local b1=aW;if b2>255 then b2=aB[b2-256]else b2=b1[b2]end;if at>255 then at=aB[at-256]else at=b1[at]end;b1[j(aH[1650877655],w[895069784]or(function(...)local s="hi devforum"local au=y(4277709910,2463548409)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3754871297,540117086)end;au=au+ax end;w[895069784]=g(g(3478224692,au),g(1704347675,z))-string.len(s)-b0-#{147113829,1724071027}return w[895069784]end)("IlIlllIilllIIIl",{},{},{},7256,"IiIIIliIIiIiIlIliil",11388),256)]=b2-at elseif b0==(w[4171200447]or(function(...)local s="luraph better then xen bros :pensive:"local au=y(1502815945,1931080455)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(898744717,3396238026)end;au=au-ax end;w[4171200447]=g(g(3487523104,au),g(202098135,x[7]))-string.len(s)-#{1764974307,2317072379,2474061579,490165494,4122914093}return w[4171200447]end)("IilIIllliil",{},14212,"l",5676,{},{},"il"))then local b2=i(aH[582961947],w[42373868]or(function()local s="level 1 crook = luraph, level 100 boss = xen"w[42373868]=g(y(3159234213,3676067282),g(2712979861,z))-string.len(s)-#{881052472,1817113619,2317286079,2408722822}return w[42373868]end)(),512)local at=j(j(aH[845987461],w[3783755306]or(function()local s="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"w[3783755306]=g(y(181066348,955695144),g(1800762280,x[6]))-string.len(s)-#{3759444060,1716655462,3702523564,3682218886}return w[3783755306]end)(),512),aT,512)local b1=aW;if b2>255 then b2=aB[b2-256]else b2=b1[b2]end;if at>255 then at=aB[at-256]else at=b1[at]end;b1[i(aH[1650877655],w[3884220155]or(function(...)local s="what are you trying to say? that fucking one dot + dot + dot + many dots is not adding adding 1 dot + dot and then adding all the dots together????"local au=y(3736324404,2014976100)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(825102987,3469920594)end;au=au-ax end;w[3884220155]=g(g(2742438338,au),g(3275399824,z))-string.len(s)-b0-#{2640153563,4251185342,3524290247,2424938168}return w[3884220155]end)(3367),256)]=b2+at elseif b0==(w[550520713]or(function(...)local s="imagine using some lua minifier tool and thinking you are a badass"local au=y(2750635174,1546601609)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2463872372,1831158535)end;au=au-ax end;w[550520713]=g(g(1552537114,au),g(1706130038,z))-string.len(s)-#{1661553433,3435775834,2518653493,3497923732,1283727276,792678683,4077835559,4068074067}return w[550520713]end)({},13666,1154))then local b3=g(j(aH[1650877655],w[3372847941]or(function(...)local s="xen doesn't come with instance caching, sorry superskater"local au=y(3570791956,2261374344)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(65035922,4229955152)end;au=au-ax end;w[3372847941]=g(g(1035757763,au),g(2982609438,x[5]))-string.len(s)-#{102863380,2230293329,788792229,2188551396,2361493943,750621559,2665918866,554321105,1560298297}return w[3372847941]end)({},{},{},11660,{},{},10656,{},"iIIIIilIiiIiI"),256),aT)local at=g(aH[845987461],w[4054723435]or(function(...)local s="sometimes it be like that"local au=y(2750840840,3928181172)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3029325976,1265667342)end;au=au-ax end;w[4054723435]=g(g(2358467232,au),g(60880384,z))-string.len(s)-b0-#{3003718220,1788314240,482234867}return w[4054723435]end)("IiilliIiIiIiiliiIii",8457,"lIliIiiiIilIiIII","liiliiII","illillIilIIiIiIl",6079,"IlllllIIIIilII"))local b1=aW;local b9=b3+2;local bl={b1[b3](b1[b3+1],b1[b3+2])}for aE=1,at do aW[b9+aE]=bl[aE]end;if b1[b3+3]~=nil then b1[b3+2]=b1[b3+3]else aP=aP+1 end elseif b0==(w[1966246359]or(function()local s="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"w[1966246359]=g(y(842159143,2935317026),g(1512049191,z))-string.len(s)-#{4054821556,1023671174,1170212405,497814093,2873153418,1586280111,3794248672,3444624105,3396440384,2512772641}return w[1966246359]end)())then aP=aP+aH[1194622356]elseif b0==(w[421905430]or(function()local s="hi xen doesn't work on sk8r please help"w[421905430]=g(y(3773549103,3608340502),g(166220320,x[2]))-string.len(s)-#{3379317147,2137356392,3322287868,1812703008,3958147465,1516692502,2136185593,1578941876}return w[421905430]end)())then local b2=i(i(aH[582961947],w[260492197]or(function(...)local s="wait for someone on devforum to say they are gonna deobfuscate this"local au=y(3592154368,179875672)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1994094487,2300907254)end;au=au+ax end;w[260492197]=g(g(2337097519,au),g(2433499667,z))-string.len(s)-#{1822234930,1001386176,2902815398,940774432}return w[260492197]end)("Ilii",{},"liliIilII",1421,5712,{},"iliIlIIIIIIIIIIii"),512),aT,512)local at=j(aH[845987461],w[2390578978]or(function()local s="hi my 2.5mb script doesn't work with xen please help"w[2390578978]=g(y(2477999529,2918350772),g(2326249532,x[3]))-b0-string.len(s)-#{1778810616,2162778454,3720757330,2886479387,3356244081,4164801930}return w[2390578978]end)(),512)local b1=aW;if b2>255 then b2=aB[b2-256]else b2=b1[b2]end;if at>255 then at=aB[at-256]else at=b1[at]end;b1[i(aH[1650877655],w[3750103203]or(function()local s="epic gamer vision"w[3750103203]=g(y(3194995488,1425747755),g(1584657323,x[3]))-string.len(s)-#{1685138126,1995148453,1517988929,559459860}return w[3750103203]end)(),256)]=b2^at elseif b0==(w[1600175301]or(function(...)local s="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"local au=y(1421340823,3996735960)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(3248048963,1046946368)end;au=au-ax end;w[1600175301]=g(g(3102368547,au),g(3296831260,z))-string.len(s)-#{2298396241,748474455}return w[1600175301]end)({},"iiIiiIlIIlIl","IIiIllIlIllIliIIII"))then local b1=aW;for aE=i(aH[1650877655],w[3916967545]or(function(...)local s="my way to go against expwoiting is to have safety measuwes. i 1 wocawscwipt and onwy moduwes. hewe's how it wowks: this scwipt bewow stowes the moduwes in a tabwe fow each moduwe we send the wist with the moduwes and moduwe infowmation and use inyit a function in my moduwe that wiww stowe the info and aftew it has send to aww the moduwes it wiww dewete them. so whenyevew the cwient twies to hack they cant get the moduwes. onwy this peace of wocawscwipt."local au=y(3938171947,2029331412)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(413832425,3881201032)end;au=au+ax end;w[3916967545]=g(g(1556470592,au),g(284415281,x[5]))-string.len(s)-#{3928866351,2421668338,528410890,620336236,2634478065,2811099417,2459939925,1564733538,1307818292}return w[3916967545]end)(12074,"IiliiIll",10748,"lIil",{},13124,{},{}),256),g(aH[582961947],w[2253918160]or(function()local s="sponsored by ironbrew, jk xen is better"w[2253918160]=g(y(3209955909,1470420180),g(773678269,z))-b0-string.len(s)-#{707084503,3633732039}return w[2253918160]end)())do b1[aE]=nil end elseif b0==(w[146600133]or(function()local s="https://twitter.com/Ripull_RBLX/status/1059334518581145603"w[146600133]=g(y(2762337372,3506801813),g(2881904011,x[5]))-string.len(s)-#{3719541067,1924271931,2574665665,456619039,2559627416,4099260940,1134275627}return w[146600133]end)())then aO[j(aH[582961947],w[2406173249]or(function()local s="imagine using some lua minifier tool and thinking you are a badass"w[2406173249]=g(y(2297165318,3774179800),g(2935733745,z))-string.len(s)-#{2382014829,476836551,3876341130,2496418429}return w[2406173249]end)(),512)]=aW[j(g(aH[1650877655],w[4124328459]or(function(...)local s="i'm intercommunication about the most nonecclesiastical dll exploits for esp. they only characterization objects with a antepatriarchal in the geistesgeschichte for the esp."local au=y(468569402,2897778324)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(2513941348,1781093585)end;au=au+ax end;w[4124328459]=g(g(2814155586,au),g(3591357629,z))-string.len(s)-#{1183153001}return w[4124328459]end)("lliiilIIiIlI","IIlll","l","lllliIlllIIlli")),aT,256)]elseif b0==(w[2156685344]or(function()local s="wait for someone on devforum to say they are gonna deobfuscate this"w[2156685344]=g(y(2280852872,699245025),g(1753552086,z))-string.len(s)-#{195637138,2295847151,2783150238}return w[2156685344]end)())then local b2=g(aH[582961947],w[1761595223]or(function(...)local s="my way to go against expwoiting is to have safety measuwes. i 1 wocawscwipt and onwy moduwes. hewe's how it wowks: this scwipt bewow stowes the moduwes in a tabwe fow each moduwe we send the wist with the moduwes and moduwe infowmation and use inyit a function in my moduwe that wiww stowe the info and aftew it has send to aww the moduwes it wiww dewete them. so whenyevew the cwient twies to hack they cant get the moduwes. onwy this peace of wocawscwipt."local au=y(123074785,2302477611)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(548988954,3746005399)end;au=au-ax end;w[1761595223]=g(g(1033816939,au),g(1964223263,z))-string.len(s)-#{1718847716}return w[1761595223]end)({},{},"lIlllilIlIli",14697,"II",6815))local at=j(aH[845987461],w[221127745]or(function()local s="level 1 crook = luraph, level 100 boss = xen"w[221127745]=g(y(1352785864,1442948417),g(3225714268,z))-b0-string.len(s)-#{1530504546,3212698838,2595284696,3463074101,3333373857,2316986073}return w[221127745]end)(),512)local b1=aW;if b2>255 then b2=aB[b2-256]else b2=b1[b2]end;if at>255 then at=aB[at-256]else at=b1[at]end;b1[i(aH[1650877655],w[3213173271]or(function(...)local s="i put more time into this shitty list of dead memes then i did into the obfuscator itself"local au=y(313053888,2838902824)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(4053457023,241533607)end;au=au-ax end;w[3213173271]=g(g(571870114,au),g(1601031908,z))-string.len(s)-#{3080571282,3795483252,1522896512,272398903}return w[3213173271]end)({},2568,"illIl"),256)]=b2*at elseif b0==(w[1871628085]or(function()local s="yed"w[1871628085]=g(y(2372084318,3071428429),g(1703198789,x[8]))-string.len(s)-#{2205130785,3359213236,2919369620}return w[1871628085]end)())then aW[g(aH[1650877655],w[3829080715]or(function()local s="can we have an f in chat for ripull"w[3829080715]=g(y(611482123,2699589588),g(1841735746,x[7]))-string.len(s)-#{4157418019,3916060464,1394270678}return w[3829080715]end)())]=aO[g(aH[582961947],w[2285334967]or(function(...)local s="https://twitter.com/Ripull_RBLX/status/1059334518581145603"local au=y(1070208027,3795462618)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(1097523361,3197472095)end;au=au-ax end;w[2285334967]=g(g(2808329559,au),g(3161821821,z))-string.len(s)-b0-#{945140079,4194004391,4162826440,2903293741}return w[2285334967]end)({},1333,"IIiiliIIiIiIIliIill","IliIii",9437,11474))]elseif b0==(w[696056048]or(function()local s="print(bytecode)"w[696056048]=g(y(1270745420,3609744894),g(1517345388,z))-string.len(s)-#{570118858,2960700953}return w[696056048]end)())then local b3=j(aH[1650877655],w[3873763844]or(function()local s="hi xen doesn't work on sk8r please help"w[3873763844]=g(y(933214509,385321218),g(4279144125,x[5]))-string.len(s)-#{1245192263,6165905,1518516610,1492453097,2618782103,1202315182,552030495,3169583757,195259251}return w[3873763844]end)(),256)local bm={}for aE=1,#aV do local bn=aV[aE]for bo=0,#bn do local bp=bn[bo]local b1=bp[1]local a9=bp[2]if b1==aW and a9>=b3 then bm[a9]=b1[a9]bp[1]=bm end end end elseif b0==(w[3835673075]or(function(...)local s="this is a christian obfuscator, no cursing allowed in our scripts"local au=y(3563970197,1032638036)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(295435866,3999580432)end;au=au-ax end;w[3835673075]=g(g(1940247958,au),g(798185497,x[9]))-string.len(s)-#{1716891865}return w[3835673075]end)({},6532,12588,{},"iiiIiililI",4888,"lliiIilIII"))then aW[g(aH[1650877655],w[2016723797]or(function()local s="luraph better then xen bros :pensive:"w[2016723797]=g(y(2806223789,3608427249),g(692008340,x[6]))-b0-string.len(s)-#{1267841111,2697872282,7446713,206771909,3342661007}return w[2016723797]end)())]=not aW[g(g(aH[582961947],w[441183049]or(function()local s="pain exist is gonna connect the dots of xen"w[441183049]=g(y(2254098480,1998559454),g(933445805,z))-string.len(s)-#{228639250,3409147711,1635634189,2635157548,1923510978,2687559556}return w[441183049]end)()),aT)]elseif b0==(w[3896006905]or(function(...)local s="inb4 posted on exploit reports section"local au=y(3367202079,2094617562)local av={...}for r,aw in pairs(av)do local ax;local ay=type(aw)if ay=="number"then ax=aw elseif ay=="string"then ax=aw:len()elseif ay=="table"then ax=y(81380532,4213615692)end;au=au-ax end;w[3896006905]=g(g(3790737458,au),g(174728644,x[8]))-string.len(s)-#{3237302568,876249448,3613786369}return w[3896006905]end)({},"i"))then aW[g(aH[1650877655],w[3606993854]or(function()local s="what are you trying to say? that fucking one dot + dot + dot + many dots is not adding adding 1 dot + dot and then adding all the dots together????"w[3606993854]=g(y(483419677,1587450285),g(2226439239,z))-b0-string.len(s)-#{3368630950,4236970936,3534730346,2170814801,2115496179,3750123265,307525491,1067119893,1148412766}return w[3606993854]end)())]=aW[g(aH[582961947],w[2462978342]or(function()local s="inb4 posted on exploit reports section"w[2462978342]=g(y(1439517224,439935742),g(2299630123,z))-b0-string.len(s)-#{2747787175,2257704312,3629691217,1974329888,1085438056,2899592849,4095001736,1844158412}return w[2462978342]end)())]end end end;local b4={...}for aE=0,aS do if aE>=aD[101084375]then aR[aE-aD[101084375]]=b4[aE+1]else aW[aE]=b4[aE+1]end end;local b2,at=a_()if b2 and at>0 then return unpack(b2,1,at)end;return end end;local function bq(br,aN)local bs=a7(br)return aM(bs,aN or getfenv(0)),bs end;return bq(J("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"),getfenv())()
  273. end)
  274.  
  275. TextButton_2.Parent = Frame
  276. TextButton_2.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  277. TextButton_2.BorderSizePixel = 2
  278. TextButton_2.Position = UDim2.new(0.100186795, 0, 0.394229859, 0)
  279. TextButton_2.Size = UDim2.new(0, 270, 0, 36)
  280. TextButton_2.Font = Enum.Font.Fantasy
  281. TextButton_2.Text = "Tp Chest"
  282. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  283. TextButton_2.TextScaled = true
  284. TextButton_2.TextSize = 14
  285. TextButton_2.TextWrapped = true
  286.     TextButton_2.MouseButton1Down:connect(function()local a=game.Players.LocalPlayer.Character.HumanoidRootPart;a.CFrame=CFrame.new(8355.464,3.349,-7998.158)wait(0.5)a.CFrame=CFrame.new(9028.607,0.647,-7579.422)wait(0.5)a.CFrame=CFrame.new(8976.521,0.697,-7859.543)wait(0.5)a.CFrame=CFrame.new(9350.075,0.834,-7714.254)wait(0.5)a.CFrame=CFrame.new(9294.869,0.734,-7442.591)wait(0.5)a.CFrame=CFrame.new(-254.961,17.517,8379.074)wait(0.5)a.CFrame=CFrame.new(187.315,7.997,8351.873)wait(0.5)a.CFrame=CFrame.new(-95.261,15.603,7839.425)wait(0.5)a.CFrame=CFrame.new(6492.47,39.082,-321.365)wait(0.5)a.CFrame=CFrame.new(7051.241,245.517,158.868)wait(0.5)a.CFrame=CFrame.new(6246.476,28.869,-108.358)wait(0.5)a.CFrame=CFrame.new(6127.932,28.883,-17.86)wait(0.5)a.CFrame=CFrame.new(1763.855,3.683,236.884)wait(0.5)a.CFrame=CFrame.new(6736.36,39.124,680.657)wait(0.5)a.CFrame=CFrame.new(619.37,1497.952,323.753)wait(0.5)a.CFrame=CFrame.new(2502.445,641.724,321.771)wait(0.5)a.CFrame=CFrame.new(625.306,1497.952,323.619)wait(0.5)a.CFrame=CFrame.new(8273.476,2574.469,2999.002)wait(0.5)a.CFrame=CFrame.new(-7445.941,9.984,5207.763)wait(0.5)a.CFrame=CFrame.new(-11175.305,6.744,6512.525)wait(0.5)a.CFrame=CFrame.new(-10792.226,6.744,6593.8)wait(0.5)a.CFrame=CFrame.new(-5422.29,8.693,8630.804)wait(0.5)a.CFrame=CFrame.new(-10841.016,6.744,6199.853)wait(0.5)a.CFrame=CFrame.new(-2436.2,3468.474,1896.355)wait(0.5)a.CFrame=CFrame.new(-5386.516,6.974,8620.232)wait(0.5)a.CFrame=CFrame.new(-3131.691,3468.33,2002.335)wait(0.5)a.CFrame=CFrame.new(-2491.637,3468.529,1204.492)wait(0.5)a.CFrame=CFrame.new(-3174.164,3468.434,1347.869)wait(0.5)a.CFrame=CFrame.new(8136.163,2574.469,4330.564)wait(0.5)a.CFrame=CFrame.new(-3195.558,3468.469,1474.995)wait(0.5)a.CFrame=CFrame.new(7531.696,2574.492,3769.282)wait(0.5)a.CFrame=CFrame.new(-2810.567,3468.427,1080.504)wait(0.5)a.CFrame=CFrame.new(7397.171,2574.495,3679.629)wait(0.5)a.CFrame=CFrame.new(-397.893,27.406,-13919.861)wait(0.5)a.CFrame=CFrame.new(-45.738,7.554,-4579.09)wait(0.5)a.CFrame=CFrame.new(8115.477,2638.473,3547.464)wait(0.5)a.CFrame=CFrame.new(8877.639,2591.471,3749.299)wait(0.5)a.CFrame=CFrame.new(-38.506,7.506,-4358.045)wait(0.5)a.CFrame=CFrame.new(622.387,1497.952,320.282)wait(0.5)a.CFrame=CFrame.new(-2015.202,19.759,3224.84)wait(0.5)a.CFrame=CFrame.new(213.254,7.827,7995.698)wait(0.5)a.CFrame=CFrame.new(447.414,7.827,8300.918)wait(0.5)a.CFrame=CFrame.new(622.38,1497.952,327.349)wait(0.5)a.CFrame=CFrame.new(-10792.226,6.744,6593.8)wait(0.5)a.CFrame=CFrame.new(-11352.436,6.744,6183.382)wait(0.5)end)
  287.  
  288. TextButton_3.Parent = Frame
  289. TextButton_3.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  290. TextButton_3.BorderSizePixel = 2
  291. TextButton_3.Position = UDim2.new(0.0997892246, 0, 0.729590535, 0)
  292. TextButton_3.Size = UDim2.new(0, 270, 0, 36)
  293. TextButton_3.Font = Enum.Font.Fantasy
  294. TextButton_3.Text = "Bring Fruit"
  295. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  296. TextButton_3.TextScaled = true
  297. TextButton_3.TextSize = 14
  298. TextButton_3.TextWrapped = true
  299. TextButton.MouseButton1Down:connect(function()
  300.     check = function(x)
  301.  
  302.   for _,v in next, x:GetChildren() do
  303.       if v:IsA("Tool") then
  304.           if not v.Parent:FindFirstChild("Humanoid") then
  305.               v.TextureId = "";
  306.               v.Parent = game.Players.LocalPlayer.Backpack
  307.           end
  308.       end
  309.       check(v)
  310.   end
  311. end
  312. check(workspace)
  313. end)
  314.  
  315.  
  316. CloseButton.Name = "CloseButton"
  317. CloseButton.Parent = Frame
  318. CloseButton.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  319. CloseButton.BorderSizePixel = 2
  320. CloseButton.Position = UDim2.new(-0.00150067918, 0, -0.00443686917, 0)
  321. CloseButton.Size = UDim2.new(0, 89, 0, 36)
  322. CloseButton.Font = Enum.Font.Fantasy
  323. CloseButton.Text = "X"
  324. CloseButton.TextColor3 = Color3.new(0.666667, 0, 0)
  325. CloseButton.TextScaled = true
  326. CloseButton.TextSize = 14
  327. CloseButton.TextWrapped = true
  328. CloseButton.MouseButton1Down:connect(function()
  329. Frame.Visible = false
  330. end)
  331.  
  332. TextButton_4.Parent = Frame
  333. TextButton_4.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  334. TextButton_4.BorderSizePixel = 2
  335. TextButton_4.Position = UDim2.new(0.10018681, 0, 0.22560142, 0)
  336. TextButton_4.Size = UDim2.new(0, 270, 0, 36)
  337. TextButton_4.Font = Enum.Font.Fantasy
  338. TextButton_4.Text = "Tp Fruit"
  339. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  340. TextButton_4.TextScaled = true
  341. TextButton_4.TextSize = 14
  342. TextButton_4.TextWrapped = true
  343. TextButton_4.MouseButton1Down:connect(function()local a=game.Players.LocalPlayer.Character.HumanoidRootPart;a.CFrame=CFrame.new(-3229.453,3467.577,1295.043)wait(0.5)a.CFrame=CFrame.new(-7383.391,9.045,5153.448)wait(0.5)a.CFrame=CFrame.new(-2456.696,3467.577,1421.154)wait(0.5)a.CFrame=CFrame.new(-3235.982,41.511,-5171.697)wait(0.5)a.CFrame=CFrame.new(8407.084,2.54,-7993.863)wait(0.5)a.CFrame=CFrame.new(7486.026,2573.664,3684.177)wait(0.5)a.CFrame=CFrame.new(4146.192,0.884,4940.397)wait(0.5)end)
  344.  
  345. TextButton_5.Parent = Frame
  346. TextButton_5.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  347. TextButton_5.BackgroundTransparency = 1
  348. TextButton_5.BorderSizePixel = 2
  349. TextButton_5.Position = UDim2.new(0.162133709, 0, -0.000612512231, 0)
  350. TextButton_5.Size = UDim2.new(0, 270, 0, 36)
  351. TextButton_5.Font = Enum.Font.Fantasy
  352. TextButton_5.Text = "Roblox Pain"
  353. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  354. TextButton_5.TextScaled = true
  355. TextButton_5.TextSize = 14
  356. TextButton_5.TextWrapped = true
  357. -- Scripts:
  358.  
  359. end)
  360.  
  361.  
  362. TextButton_3.Parent = Frame
  363. TextButton_3.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  364. TextButton_3.BorderSizePixel = 2
  365. TextButton_3.Position = UDim2.new(0.0180432945, 0, 0.721053302, 0)
  366. TextButton_3.Size = UDim2.new(0, 270, 0, 36)
  367. TextButton_3.Font = Enum.Font.Fantasy
  368. TextButton_3.Text = "Island Tp's Gui"
  369. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  370. TextButton_3.TextScaled = true
  371. TextButton_3.TextSize = 14
  372. TextButton_3.TextWrapped = true
  373. TextButton_3.MouseButton1Down:connect(function()
  374. -- Farewell Infortality.
  375. -- Version: 2.82
  376. -- Instances:
  377. local onepiecepiratewrath = Instance.new("ScreenGui")
  378. local Frame = Instance.new("Frame")
  379. local TextButton = Instance.new("TextButton")
  380. local TextButton_2 = Instance.new("TextButton")
  381. local TextButton_3 = Instance.new("TextButton")
  382. local TextButton_4 = Instance.new("TextButton")
  383. local CloseButton = Instance.new("TextButton")
  384. local TextButton_5 = Instance.new("TextButton")
  385. local TextButton_6 = Instance.new("TextButton")
  386. local TextButton_7 = Instance.new("TextButton")
  387. --Properties:
  388. onepiecepiratewrath.Name = "one piece pirate wrath"
  389. onepiecepiratewrath.Parent = game.CoreGui
  390.  
  391. Frame.Parent = onepiecepiratewrath
  392. Frame.BackgroundColor3 = Color3.new(0.670588, 0.670588, 0.670588)
  393. Frame.BackgroundTransparency = 0.20000000298023
  394. Frame.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  395. Frame.BorderSizePixel = 0
  396. Frame.Position = UDim2.new(0.258207649, 0, 0.205357134, 0)
  397. Frame.Size = UDim2.new(0, 339, 0, 412)
  398. Frame.SizeConstraint = Enum.SizeConstraint.RelativeYY
  399. Frame.Active = true
  400. Frame.Draggable = true
  401.  
  402. TextButton.Parent = Frame
  403. TextButton.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  404. TextButton.BorderSizePixel = 2
  405. TextButton.Position = UDim2.new(0.0972369388, 0, 0.485492319, 0)
  406. TextButton.Size = UDim2.new(0, 270, 0, 36)
  407. TextButton.Font = Enum.Font.Fantasy
  408. TextButton.Text = "Marine Island"
  409. TextButton.TextColor3 = Color3.new(0, 0, 0)
  410. TextButton.TextScaled = true
  411. TextButton.TextSize = 14
  412. TextButton.TextWrapped = true
  413. TextButton.MouseButton1Down:connect(function()
  414.    
  415. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  416.  
  417. char.CFrame = CFrame.new(5761.7, 27.9169, 493.299)
  418. wait(0.5)
  419. end)
  420.  
  421. TextButton_2.Parent = Frame
  422. TextButton_2.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  423. TextButton_2.BorderSizePixel = 2
  424. TextButton_2.Position = UDim2.new(0.0972369537, 0, 0.376493901, 0)
  425. TextButton_2.Size = UDim2.new(0, 270, 0, 36)
  426. TextButton_2.Font = Enum.Font.Fantasy
  427. TextButton_2.Text = "Bandit Island"
  428. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  429. TextButton_2.TextScaled = true
  430. TextButton_2.TextSize = 14
  431. TextButton_2.TextWrapped = true
  432. TextButton_2.MouseButton1Down:connect(function()
  433. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  434. char.CFrame = CFrame.new(8338.134, 2.066, -8045.011)
  435. wait(0.5)
  436. end)
  437.  
  438. TextButton_3.Parent = Frame
  439. TextButton_3.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  440. TextButton_3.BorderSizePixel = 2
  441. TextButton_3.Position = UDim2.new(0.0968393683, 0, 0.593089461, 0)
  442. TextButton_3.Size = UDim2.new(0, 270, 0, 36)
  443. TextButton_3.Font = Enum.Font.Fantasy
  444. TextButton_3.Text = "Exe Island"
  445. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  446. TextButton_3.TextScaled = true
  447. TextButton_3.TextSize = 14
  448. TextButton_3.TextWrapped = true
  449. TextButton_3.MouseButton1Down:connect(function()
  450. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  451. char.CFrame = CFrame.new(-650.056, 262.521, -13849.749)
  452. wait(0.5)
  453. end)
  454.  
  455. TextButton_4.Parent = Frame
  456. TextButton_4.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  457. TextButton_4.BorderSizePixel = 2
  458. TextButton_4.Position = UDim2.new(0.0963107795, 0, 0.707623899, 0)
  459. TextButton_4.Size = UDim2.new(0, 270, 0, 36)
  460. TextButton_4.Font = Enum.Font.Fantasy
  461. TextButton_4.Text = "1v1 Island"
  462. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  463. TextButton_4.TextScaled = true
  464. TextButton_4.TextSize = 14
  465. TextButton_4.TextWrapped = true
  466. TextButton_4.MouseButton1Down:connect(function()
  467. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  468. char.CFrame = CFrame.new(-2773.689, 0.135, -9456.383)
  469. wait(0.5)
  470. end)
  471.  
  472. CloseButton.Name = "CloseButton"
  473. CloseButton.Parent = Frame
  474. CloseButton.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  475. CloseButton.BorderSizePixel = 2
  476. CloseButton.Position = UDim2.new(-0.00150067918, 0, -0.00443686917, 0)
  477. CloseButton.Size = UDim2.new(0, 89, 0, 36)
  478. CloseButton.Font = Enum.Font.Fantasy
  479. CloseButton.Text = "X"
  480. CloseButton.TextColor3 = Color3.new(0.666667, 0, 0)
  481. CloseButton.TextScaled = true
  482. CloseButton.TextSize = 14
  483. CloseButton.TextWrapped = true
  484. CloseButton.MouseButton1Down:connect(function()
  485. Frame.Visible = false
  486. end)
  487.  
  488. TextButton_5.Parent = Frame
  489. TextButton_5.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  490. TextButton_5.BorderSizePixel = 2
  491. TextButton_5.Position = UDim2.new(0.0972369537, 0, 0.260361701, 0)
  492. TextButton_5.Size = UDim2.new(0, 270, 0, 36)
  493. TextButton_5.Font = Enum.Font.Fantasy
  494. TextButton_5.Text = "Fishman island"
  495. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  496. TextButton_5.TextScaled = true
  497. TextButton_5.TextSize = 14
  498. TextButton_5.TextWrapped = true
  499. TextButton_5.MouseButton1Down:connect(function()
  500. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  501. char.CFrame = CFrame.new(422.589, 109.235, 8597.241)
  502. wait(0.5)
  503. end)
  504.  
  505. TextButton_6.Parent = Frame
  506. TextButton_6.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  507. TextButton_6.BackgroundTransparency = 1
  508. TextButton_6.BorderSizePixel = 2
  509. TextButton_6.Position = UDim2.new(0.0736381337, 0, 0.132583916, 0)
  510. TextButton_6.Size = UDim2.new(0, 270, 0, 36)
  511. TextButton_6.Font = Enum.Font.Fantasy
  512. TextButton_6.Text = "Roblox Pain"
  513. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  514. TextButton_6.TextScaled = true
  515. TextButton_6.TextSize = 14
  516. TextButton_6.TextWrapped = true
  517.  
  518. TextButton_7.Parent = Frame
  519. TextButton_7.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  520. TextButton_7.BorderSizePixel = 2
  521. TextButton_7.Position = UDim2.new(0.0992606282, 0, 0.821701586, 0)
  522. TextButton_7.Size = UDim2.new(0, 270, 0, 36)
  523. TextButton_7.Font = Enum.Font.Fantasy
  524. TextButton_7.Text = "Buggy Island"
  525. TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  526. TextButton_7.TextScaled = true
  527. TextButton_7.TextSize = 14
  528. TextButton_7.TextWrapped = true
  529. TextButton_7.MouseButton1Down:connect(function()
  530. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  531. char.CFrame = CFrame.new(-11486.304, 13.266, 6490.784)
  532. wait(0.5)
  533. end)
  534. -- Scripts:
  535. end)
  536.  
  537. TextButton_4.Parent = Frame
  538. TextButton_4.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  539. TextButton_4.BorderSizePixel = 2
  540. TextButton_4.Position = UDim2.new(0.477546036, 0, 0.725955129, 0)
  541. TextButton_4.Size = UDim2.new(0, 307, 0, 36)
  542. TextButton_4.Font = Enum.Font.Fantasy
  543. TextButton_4.Text = "Quest NPC's Gui"
  544. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  545. TextButton_4.TextScaled = true
  546. TextButton_4.TextSize = 14
  547. TextButton_4.TextWrapped = true
  548. TextButton_4.MouseButton1Down:connect(function()
  549. -- Farewell Infortality.
  550. -- Version: 2.82
  551. -- Instances:
  552. local onepiecepiratewrath = Instance.new("ScreenGui")
  553. local Frame = Instance.new("Frame")
  554. local TextButton = Instance.new("TextButton")
  555. local TextButton_2 = Instance.new("TextButton")
  556. local TextButton_3 = Instance.new("TextButton")
  557. local TextButton_4 = Instance.new("TextButton")
  558. local CloseButton = Instance.new("TextButton")
  559. local TextButton_5 = Instance.new("TextButton")
  560. local TextButton_6 = Instance.new("TextButton")
  561. local TextButton_7 = Instance.new("TextButton")
  562. local TextButton_8 = Instance.new("TextButton")
  563. --Properties:
  564. onepiecepiratewrath.Name = "one piece pirate wrath"
  565. onepiecepiratewrath.Parent = game.CoreGui
  566.  
  567. Frame.Parent = onepiecepiratewrath
  568. Frame.BackgroundColor3 = Color3.new(0.670588, 0.670588, 0.670588)
  569. Frame.BackgroundTransparency = 0.20000000298023
  570. Frame.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  571. Frame.BorderSizePixel = 0
  572. Frame.Position = UDim2.new(0.210292816, 0, 0.125, 0)
  573. Frame.Size = UDim2.new(0, 339, 0, 390)
  574. Frame.SizeConstraint = Enum.SizeConstraint.RelativeYY
  575. Frame.Active = true
  576. Frame.Draggable = true
  577.  
  578. TextButton.Parent = Frame
  579. TextButton.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  580. TextButton.BorderSizePixel = 2
  581. TextButton.Position = UDim2.new(0.0942870826, 0, 0.419398218, 0)
  582. TextButton.Size = UDim2.new(0, 270, 0, 36)
  583. TextButton.Font = Enum.Font.Fantasy
  584. TextButton.Text = "Ray 2"
  585. TextButton.TextColor3 = Color3.new(0, 0, 0)
  586. TextButton.TextScaled = true
  587. TextButton.TextSize = 14
  588. TextButton.TextWrapped = true
  589. TextButton.MouseButton1Down:connect(function()local a=game.Players.LocalPlayer.Character.HumanoidRootPart;a.CFrame=CFrame.new(433.468, 1498.364, 325.395)wait(0.5)end)
  590.  
  591. TextButton_2.Parent = Frame
  592. TextButton_2.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  593. TextButton_2.BorderSizePixel = 2
  594. TextButton_2.Position = UDim2.new(0.0942870975, 0, 0.30743739, 0)
  595. TextButton_2.Size = UDim2.new(0, 270, 0, 36)
  596. TextButton_2.Font = Enum.Font.Fantasy
  597. TextButton_2.Text = "Ray 1"
  598. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  599. TextButton_2.TextScaled = true
  600. TextButton_2.TextSize = 14
  601. TextButton_2.TextWrapped = true
  602. TextButton_2.MouseButton1Down:connect(function()local a=game.Players.LocalPlayer.Character.HumanoidRootPart;a.CFrame=CFrame.new(1859.613, 2903.364, -3846.877)wait(0.5)end)
  603.  
  604. TextButton_3.Parent = Frame
  605. TextButton_3.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  606. TextButton_3.BorderSizePixel = 2
  607. TextButton_3.Position = UDim2.new(0.0997892246, 0, 0.540911257, 0)
  608. TextButton_3.Size = UDim2.new(0, 270, 0, 36)
  609. TextButton_3.Font = Enum.Font.Fantasy
  610. TextButton_3.Text = "Ray 3"
  611. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  612. TextButton_3.TextScaled = true
  613. TextButton_3.TextSize = 14
  614. TextButton_3.TextWrapped = true
  615. TextButton_3.MouseButton1Down:connect(function()local a=game.Players.LocalPlayer.Character.HumanoidRootPart;a.CFrame=CFrame.new(-5441.217, 10.052, 8623.604)wait(0.5)end)
  616.  
  617. TextButton_4.Parent = Frame
  618. TextButton_4.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  619. TextButton_4.BorderSizePixel = 2
  620. TextButton_4.Position = UDim2.new(0.0992606357, 0, 0.653902173, 0)
  621. TextButton_4.Size = UDim2.new(0, 270, 0, 36)
  622. TextButton_4.Font = Enum.Font.Fantasy
  623. TextButton_4.Text = "Rob Lucci"
  624. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  625. TextButton_4.TextScaled = true
  626. TextButton_4.TextSize = 14
  627. TextButton_4.TextWrapped = true
  628. TextButton_4.MouseButton1Down:connect(function()local a=game.Players.LocalPlayer.Character.HumanoidRootPart;a.CFrame=CFrame.new(-2013.594,43.268,3287.739)wait(0.5)end)
  629.  
  630.  
  631. CloseButton.Name = "CloseButton"
  632. CloseButton.Parent = Frame
  633. CloseButton.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  634. CloseButton.BorderSizePixel = 2
  635. CloseButton.Position = UDim2.new(-0.00150067918, 0, -0.00443686917, 0)
  636. CloseButton.Size = UDim2.new(0, 89, 0, 36)
  637. CloseButton.Font = Enum.Font.Fantasy
  638. CloseButton.Text = "X"
  639. CloseButton.TextColor3 = Color3.new(0.666667, 0, 0)
  640. CloseButton.TextScaled = true
  641. CloseButton.TextSize = 14
  642. CloseButton.TextWrapped = true
  643. CloseButton.MouseButton1Down:connect(function()
  644. Frame.Visible = false
  645. end)
  646.  
  647. TextButton_5.Parent = Frame
  648. TextButton_5.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  649. TextButton_5.BorderSizePixel = 2
  650. TextButton_5.Position = UDim2.new(0.0972369611, 0, 0.19541274, 0)
  651. TextButton_5.Size = UDim2.new(0, 270, 0, 36)
  652. TextButton_5.Font = Enum.Font.Fantasy
  653. TextButton_5.Text = "Sanji"
  654. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  655. TextButton_5.TextScaled = true
  656. TextButton_5.TextSize = 14
  657. TextButton_5.TextWrapped = true
  658. TextButton_5.MouseButton1Down:connect(function()
  659.  
  660. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  661.  
  662. char.CFrame = CFrame.new(5756.37, 30.4052, 505.369)
  663. wait(0.5)
  664. end)
  665.  
  666.  
  667. TextButton_6.Parent = Frame
  668. TextButton_6.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  669. TextButton_6.BackgroundTransparency = 1
  670. TextButton_6.BorderSizePixel = 2
  671. TextButton_6.Position = UDim2.new(0.162133709, 0, -0.000612512231, 0)
  672. TextButton_6.Size = UDim2.new(0, 270, 0, 36)
  673. TextButton_6.Font = Enum.Font.Fantasy
  674. TextButton_6.Text = "Roblox Pain"
  675. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  676. TextButton_6.TextScaled = true
  677. TextButton_6.TextSize = 14
  678. TextButton_6.TextWrapped = true
  679.  
  680. TextButton_7.Parent = Frame
  681. TextButton_7.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  682. TextButton_7.BorderSizePixel = 2
  683. TextButton_7.Position = UDim2.new(0.0992606282, 0, 0.767058849, 0)
  684. TextButton_7.Size = UDim2.new(0, 270, 0, 36)
  685. TextButton_7.Font = Enum.Font.Fantasy
  686. TextButton_7.Text = "Sans"
  687. TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  688. TextButton_7.TextScaled = true
  689. TextButton_7.TextSize = 14
  690. TextButton_7.TextWrapped = true
  691. TextButton_7.MouseButton1Down:connect(function()
  692. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  693.  
  694. char.CFrame = CFrame.new(1500.55, 207.902, 194.925)
  695. wait(0.5)
  696. end)
  697.  
  698.  
  699. TextButton_8.Parent = Frame
  700. TextButton_8.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  701. TextButton_8.BorderSizePixel = 2
  702. TextButton_8.Position = UDim2.new(0.0992606282, 0, 0.880078495, 0)
  703. TextButton_8.Size = UDim2.new(0, 270, 0, 36)
  704. TextButton_8.Font = Enum.Font.Fantasy
  705. TextButton_8.Text = "Mink"
  706. TextButton_8.TextColor3 = Color3.new(0, 0, 0)
  707. TextButton_8.TextScaled = true
  708. TextButton_8.TextSize = 14
  709. TextButton_8.TextWrapped = true
  710. TextButton_8.MouseButton1Down:connect(function()local a=game.Players.LocalPlayer.Character.HumanoidRootPart;a.CFrame=CFrame.new(8370.63,2640.56,3875.55)wait(0.5)end)
  711. -- Scripts:
  712.  
  713.  
  714. end)
  715.  
  716.  
  717. TextButton_5.Parent = Frame
  718. TextButton_5.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  719. TextButton_5.BackgroundTransparency = 1
  720. TextButton_5.BorderSizePixel = 2
  721. TextButton_5.Position = UDim2.new(0.0488599353, 0, 0.221053481, 0)
  722. TextButton_5.Size = UDim2.new(0, 553, 0, 36)
  723. TextButton_5.Font = Enum.Font.Fantasy
  724. TextButton_5.Text = "All Credit: Roblox Pain/mr.iskymaster"
  725. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  726. TextButton_5.TextScaled = true
  727. TextButton_5.TextSize = 14
  728. TextButton_5.TextWrapped = true
  729.  
  730. CloseButton.Name = "CloseButton"
  731. CloseButton.Parent = Frame
  732. CloseButton.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  733. CloseButton.BorderSizePixel = 2
  734. CloseButton.Position = UDim2.new(-0.00150067918, 0, -0.00443686917, 0)
  735. CloseButton.Size = UDim2.new(0, 89, 0, 36)
  736. CloseButton.Font = Enum.Font.Fantasy
  737. CloseButton.Text = "X"
  738. CloseButton.TextColor3 = Color3.new(0.666667, 0, 0)
  739. CloseButton.TextScaled = true
  740. CloseButton.TextSize = 14
  741. CloseButton.TextWrapped = true
  742. CloseButton.Active = true
  743. CloseButton.MouseButton1Down:connect(function()
  744. Frame.Visible = false
  745. end)
  746.  
  747. OpenGui.Name = "Open Gui"
  748. OpenGui.Parent = onepiecepiratewrath
  749. OpenGui.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  750. OpenGui.BorderSizePixel = 2
  751. OpenGui.Position = UDim2.new(-0.000473158434, 0, 0.373764545, 0)
  752. OpenGui.Size = UDim2.new(0, 251, 0, 101)
  753. OpenGui.Style = Enum.ButtonStyle.RobloxRoundButton
  754. OpenGui.Font = Enum.Font.Fantasy
  755. OpenGui.Text = "OPEN GUI"
  756. OpenGui.TextColor3 = Color3.new(0, 0, 0)
  757. OpenGui.TextScaled = true
  758. OpenGui.TextSize = 14
  759. OpenGui.TextWrapped = true
  760. -- Scripts:
  761. function SCRIPT_FZGK81_FAKESCRIPT() -- OpenGui.LocalScript
  762.     local script = Instance.new('LocalScript')
  763.     script.Parent = OpenGui
  764.     local Frame = script.Parent.Parent.Frame
  765.     script.Parent.MouseButton1Click:connect(function()
  766.     if Frame.Visible == false then
  767.     Frame.Visible = true
  768.     else
  769.     Frame.Visible = false
  770.     end
  771.     end)
  772.  
  773. end
  774. coroutine.resume(coroutine.create(SCRIPT_FZGK81_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement