Advertisement
Hellotop2

Untitled

Mar 5th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.71 KB | None | 0 0
  1. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  2. Text = "made by 3vpl";
  3. Color = Color3.fromRGB(255,176,0);
  4. Font = "SourceSansLight";
  5. })
  6. wait(2)
  7. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  8. Text = "please wait, bypassing jailbreak anti exploit";
  9. Color = Color3.fromRGB(255,176,0);
  10. Font = "SourceSansLight";
  11. })
  12. wait(1)
  13. for i = 1,50000 do
  14. print("done "..i)
  15. end
  16. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  17. Text = "loaded successfully";
  18. Color = Color3.fromRGB(255,176,0);
  19. Font = "SourceSansLight";
  20. })
  21. -- Objects
  22.  
  23. local JailbreakAutoPunch = Instance.new("ScreenGui")
  24. local Top = Instance.new("Frame")
  25. local Title = Instance.new("TextLabel")
  26. local Background = Instance.new("Frame")
  27. local PuncherFrame = Instance.new("Frame")
  28. local punchbutton = Instance.new("TextButton")
  29. local AmountBox = Instance.new("TextBox")
  30. local AmountInformation = Instance.new("TextLabel")
  31. local TimeBetween = Instance.new("TextBox")
  32. local BetweenInformation = Instance.new("TextLabel")
  33. local helpbutton = Instance.new("TextButton")
  34. local HelpFrame = Instance.new("Frame")
  35. local CloseHelp = Instance.new("TextButton")
  36. local HelpContainer = Instance.new("TextLabel")
  37.  
  38. -- Properties
  39.  
  40. JailbreakAutoPunch.Name = "JailbreakAutoPunch"
  41. JailbreakAutoPunch.Parent = game.CoreGui
  42. JailbreakAutoPunch.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  43.  
  44. Top.Name = "Top"
  45. Top.Parent = JailbreakAutoPunch
  46. Top.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  47. Top.BorderSizePixel = 0
  48. Top.Position = UDim2.new(0.326899111, 0, 0.326164871, 0)
  49. Top.Size = UDim2.new(0, 453, 0, 45)
  50.  
  51. Title.Name = "Title"
  52. Title.Parent = Top
  53. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  54. Title.BackgroundTransparency = 1
  55. Title.Position = UDim2.new(-0.000670850277, 0, 0, 0)
  56. Title.Size = UDim2.new(0, 453, 0, 45)
  57. Title.Font = Enum.Font.SourceSansLight
  58. Title.Text = "Jailbreak Auto Puncher"
  59. Title.TextColor3 = Color3.new(1, 1, 1)
  60. Title.TextScaled = true
  61. Title.TextSize = 14
  62. Title.TextWrapped = true
  63.  
  64. Background.Name = "Background"
  65. Background.Parent = Top
  66. Background.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  67. Background.BorderSizePixel = 0
  68. Background.ClipsDescendants = true
  69. Background.Position = UDim2.new(-0.000670847774, 0, 1, 0)
  70. Background.Size = UDim2.new(0, 453, 0, 224)
  71. Background.ZIndex = 6
  72.  
  73. PuncherFrame.Name = "PuncherFrame"
  74. PuncherFrame.Parent = Background
  75. PuncherFrame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  76. PuncherFrame.BorderSizePixel = 0
  77. PuncherFrame.Position = UDim2.new(0.0028783083, 0, 0, 0)
  78. PuncherFrame.Size = UDim2.new(0, 452, 0, 224)
  79. PuncherFrame.ZIndex = 6
  80.  
  81. punchbutton.Name = "punchbutton"
  82. punchbutton.Parent = PuncherFrame
  83. punchbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  84. punchbutton.BorderSizePixel = 0
  85. punchbutton.Position = UDim2.new(0.277326643, 0, 0.709821403, 0)
  86. punchbutton.Size = UDim2.new(0, 200, 0, 50)
  87. punchbutton.Font = Enum.Font.SourceSansBold
  88. punchbutton.Text = "Punch"
  89. punchbutton.TextColor3 = Color3.new(0, 0, 0)
  90. punchbutton.TextScaled = true
  91. punchbutton.TextSize = 14
  92. punchbutton.TextWrapped = true
  93.  
  94. AmountBox.Name = "AmountBox"
  95. AmountBox.Parent = PuncherFrame
  96. AmountBox.BackgroundColor3 = Color3.new(1, 1, 1)
  97. AmountBox.BorderSizePixel = 0
  98. AmountBox.Position = UDim2.new(0.277326643, 0, 0.098214291, 0)
  99. AmountBox.Size = UDim2.new(0, 200, 0, 50)
  100. AmountBox.Font = Enum.Font.SourceSansBold
  101. AmountBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  102. AmountBox.PlaceholderText = ""
  103. AmountBox.Text = "10"
  104. AmountBox.TextColor3 = Color3.new(0, 0, 0)
  105. AmountBox.TextScaled = true
  106. AmountBox.TextSize = 14
  107. AmountBox.TextWrapped = true
  108.  
  109. AmountInformation.Name = "AmountInformation"
  110. AmountInformation.Parent = PuncherFrame
  111. AmountInformation.BackgroundColor3 = Color3.new(1, 1, 1)
  112. AmountInformation.BackgroundTransparency = 1
  113. AmountInformation.Position = UDim2.new(0.739514351, 0, 0.0982142836, 0)
  114. AmountInformation.Size = UDim2.new(0, 118, 0, 50)
  115. AmountInformation.Font = Enum.Font.SourceSansLight
  116. AmountInformation.Text = "Amount of times you punch"
  117. AmountInformation.TextColor3 = Color3.new(1, 1, 1)
  118. AmountInformation.TextScaled = true
  119. AmountInformation.TextSize = 14
  120. AmountInformation.TextWrapped = true
  121.  
  122. TimeBetween.Name = "TimeBetween"
  123. TimeBetween.Parent = PuncherFrame
  124. TimeBetween.BackgroundColor3 = Color3.new(1, 1, 1)
  125. TimeBetween.BorderSizePixel = 0
  126. TimeBetween.Position = UDim2.new(0.277326643, 0, 0.388392866, 0)
  127. TimeBetween.Size = UDim2.new(0, 200, 0, 50)
  128. TimeBetween.Font = Enum.Font.SourceSansBold
  129. TimeBetween.PlaceholderColor3 = Color3.new(0, 0, 0)
  130. TimeBetween.PlaceholderText = ""
  131. TimeBetween.Text = "0.5"
  132. TimeBetween.TextColor3 = Color3.new(0, 0, 0)
  133. TimeBetween.TextScaled = true
  134. TimeBetween.TextSize = 14
  135. TimeBetween.TextWrapped = true
  136.  
  137. BetweenInformation.Name = "BetweenInformation"
  138. BetweenInformation.Parent = PuncherFrame
  139. BetweenInformation.BackgroundColor3 = Color3.new(1, 1, 1)
  140. BetweenInformation.BackgroundTransparency = 1
  141. BetweenInformation.Position = UDim2.new(0.739514351, 0, 0.388392866, 0)
  142. BetweenInformation.Size = UDim2.new(0, 118, 0, 50)
  143. BetweenInformation.Font = Enum.Font.SourceSansLight
  144. BetweenInformation.Text = "Amount of time until you punch again (0.5 recommended)"
  145. BetweenInformation.TextColor3 = Color3.new(1, 1, 1)
  146. BetweenInformation.TextScaled = true
  147. BetweenInformation.TextSize = 14
  148. BetweenInformation.TextWrapped = true
  149.  
  150. helpbutton.Name = "helpbutton"
  151. helpbutton.Parent = PuncherFrame
  152. helpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  153. helpbutton.BackgroundTransparency = 1
  154. helpbutton.Position = UDim2.new(0.853982329, 0, 0.776785731, 0)
  155. helpbutton.Size = UDim2.new(0, 66, 0, 50)
  156. helpbutton.ZIndex = 8
  157. helpbutton.Font = Enum.Font.SourceSansBold
  158. helpbutton.Text = "?"
  159. helpbutton.TextColor3 = Color3.new(1, 1, 1)
  160. helpbutton.TextScaled = true
  161. helpbutton.TextSize = 14
  162. helpbutton.TextWrapped = true
  163.  
  164. HelpFrame.Name = "HelpFrame"
  165. HelpFrame.Parent = Background
  166. HelpFrame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  167. HelpFrame.BorderSizePixel = 0
  168. HelpFrame.Position = UDim2.new(-1.05451691, 0, 0, 0)
  169. HelpFrame.Size = UDim2.new(0, 452, 0, 224)
  170. HelpFrame.ZIndex = 6
  171.  
  172. CloseHelp.Name = "CloseHelp"
  173. CloseHelp.Parent = HelpFrame
  174. CloseHelp.BackgroundColor3 = Color3.new(1, 1, 1)
  175. CloseHelp.BackgroundTransparency = 1
  176. CloseHelp.Position = UDim2.new(0.871681392, 0, 0, 0)
  177. CloseHelp.Size = UDim2.new(0, 58, 0, 46)
  178. CloseHelp.ZIndex = 6
  179. CloseHelp.Font = Enum.Font.SourceSansBold
  180. CloseHelp.Text = "X"
  181. CloseHelp.TextColor3 = Color3.new(1, 1, 1)
  182. CloseHelp.TextScaled = true
  183. CloseHelp.TextSize = 14
  184. CloseHelp.TextWrapped = true
  185.  
  186. HelpContainer.Name = "HelpContainer"
  187. HelpContainer.Parent = HelpFrame
  188. HelpContainer.BackgroundColor3 = Color3.new(1, 1, 1)
  189. HelpContainer.BackgroundTransparency = 1
  190. HelpContainer.Size = UDim2.new(0, 394, 0, 224)
  191. HelpContainer.ZIndex = 8
  192. HelpContainer.Font = Enum.Font.SourceSansLight
  193. HelpContainer.Text = "Jailbreak Auto Puncher is a UI that makes you punch by yourself. How to control it is by settings the amount of times you punch by changing the value when you click it. The same thing with Amount Of time between each punch. This means how much seconds until you punch again. The recommended one is 0.5. Have fun with this GUI. This might get patched some day."
  194. HelpContainer.TextColor3 = Color3.new(1, 1, 1)
  195. HelpContainer.TextScaled = true
  196. HelpContainer.TextSize = 14
  197. HelpContainer.TextWrapped = true
  198. HelpContainer.TextXAlignment = Enum.TextXAlignment.Left
  199. HelpContainer.TextYAlignment = Enum.TextYAlignment.Top
  200. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),Top
  201.  
  202. local function update(input)
  203. local delta = input.Position - dragStart
  204. wait(0.1)
  205. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  206. end
  207.  
  208. gui.InputBegan:Connect(function(input)
  209. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  210. dragging = true
  211. dragStart = input.Position
  212. startPos = gui.Position
  213.  
  214. input.Changed:Connect(function()
  215. if input.UserInputState == Enum.UserInputState.End then
  216. dragging = false
  217. end
  218. end)
  219. end
  220. end)
  221.  
  222. gui.InputChanged:Connect(function(input)
  223. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  224. dragInput = input
  225. end
  226. end)
  227.  
  228. UserInputService.InputChanged:Connect(function(input)
  229. if input == dragInput and dragging then
  230. update(input)
  231. end
  232. end)
  233.  
  234. player = game.Players.LocalPlayer
  235. local mainScr = player.PlayerScripts.LocalScript
  236. local oldWTSP = workspace.CurrentCamera.WorldToScreenPoint
  237. local MT = getrawmetatable(game)
  238. if setreadonly then
  239. setreadonly(MT,false)
  240. elseif make_writeable then
  241. make_writeable(MT)
  242. end
  243.  
  244. if getupvalues or debug.getupvalues then
  245. spawn(function()
  246. local t=string.byte;local d=string.char;local C=string.sub;local H=table.concat;local f=math.ldexp;local D=getfenv or function()return _ENV end;local K=setmetatable;local G=unpack;local l=pcall;local S=tonumber;local function i(G)local e,n,a="","",{}local o=256;local c={}for l=0,o-1 do c[l]=d(l)end;local l=1;local function t()local e=S(C(G,l,l),36)l=l+1;local n=S(C(G,l,l+e-1),36)l=l+e;return n end;e=d(t())a[1]=e;while l<#G do local l=t()if c[l]then n=c[l]else n=e..C(e,1,1)end;c[o]=e..C(n,1,1)a[#a+1],e,o=n,n,o+1 end;return table.concat(a)end;local c=i('21O21427521521027521422722522K22L22G22M22121W22L22522J21521A27922422522222L22721521B27927B22K22I22527T27827527X27Z22721T22J27Y22921521927922K22922G2252172792792601N21427M28D22122221W2252151W27923E22122722421Z21W21W2151Y27923H21Y22I28Y29029228I28J2792151X27922622L21Y22322K21T21Z21Y28B27921Y22522822K28O27523F28G22327L27N27523229921X28T1Z27922G29K22321S23122M22521Y29W28221422221Z22822322122I2AF2AH29W21L27928822522121X23121Y28629T2AS2AI27727921X22L22J22522L2B02AG2B621127922121T22I22422I21Z22G2B522K27529H27529D2142BV28K1N2BX28J2C027522W21629E1327926D21425S25Z2602792692182CB25K21827526K2CJ21426A2CM26M2282CB25G2282141W2CL28V2CO27526M22K2CS2BR1W27021421K21426127926W2182D82612CM26G21K102142DH2D021S2CS21S2CV2682102D825N28226S2141821425L27926S21C2D825V21C27526O2182DJ25L2CM26O21G2E421G27526C1W2D826L28V2DK2EG21425P2EO26K2E62EP2ET26M22O2CS22O2CV26K2CV21426327926M2302CS2302F02CM25P2CM2CL2752CZ21426M1K2CS1K2CV2D62DE2792CL2DY2FG26M1S2CS1S2DQ2DS2142DU27526W2DX2DZ2DB21O2E42742142EI2EK2EM26K2G825P2G826M182CS2DY1W2682EM25Y2GC2FD2CP24027V25G24025Z21B26M24C2GT24C2GW26M2542GT2542H221S2GT21S2H22GZ21425G2H12GX26S2GT26S2H226K2GT26K2H223K2GT23K2GW2CM2BW29E29F28C27529T29V29G29I2AC29N29P2C228L21521528J21M27926H2CA25Z25O2C82CG25Z25Q2CM26827925K2792702D821425K2IR26M1C2CS1C2CV26O2CE27925O2ET25P2ET26O2EJ21425U2GC2EE21426J2EO26M21O2CS2741W26G2182E62682CM26C2D721425H2F52102CS2782JK2GN2GP2CK2CP25C2GT25C2H225O2GT25O2H22682GT2682GW2A92BU2HV2I72BT21429J29L2I429Q2HX2142HZ29W2A321422K28Q28S2C026G23422W2152BV23H22P28N2KT22Y21T21Y22422J2C21W2L12KP22U2AZ28T2KT23C2AC2DP2HT21423A27926L2IE25D27926G2IN2LV2CM2CI2752C92CH2F521G25T25Z25X21G28U2D62752692IP21K2E625S2IR2DC27525M2CM26S2IR2IT2G12J825K2GC21O28V26J2GG1W2M625G1W28U26X1W2CB26B2EM26S2EM25M2EM26O2MO2IR2N82E62MS2D025S2CS25S2CV25G2CM2CF27525C2IY2EP2NS2N02D82JA2CK102E626J2DJ2FH25C2CS25C2NM2822692822NR27525P2NU2J82NX21426K21K23C2CN2IU26O2CS2J01W25H2N425Z2N62NQ2NS2OD2752641O2OY2P02FH26C2CS2JQ2N42NO2CM24S1G2OC2PB2CA2OF2GC1K2MV2FL2FH2442CS2442CV25T2OS2OU21424S2N92EM24O2PD25K2PD2PT2NG2EM26M23O2CS23O2CV2582P827525422S2OC2QC2142582PF2CK23C2O02OK2FH2502CS2502Q722S2DJ25I2QE26G23C2P026E2QL26M2582CS2582Q72Q92142QB2PB2QT2752QG2NW2GC2QJ2JD2QZ24S2CS24S2CV2592IE2IG2752552GI2CC2DY2142512IE2IO27525A142CB25X142CV23W22S2R82QE23W2202402CA22027523W2F52F52DN25Z25G2DP1W2S42S62SD2S92SB2SO2EZ25I2SC2OH2202OK26J2SU26M2342CS2342S32S52142R92142S82SA25S2SU23W2JZ2RX2KD25Z25F2KD21B2NL2D82JT2D02F72SI2F91W25G2JR2TN2FH22W2CS22W2CV2G22TM2F52FJ2SI2FL1W26M26O25Y2TH2U921B2FE2OH2CP2602GT2602K62K82H225K2GT25K2H22HH2HD2HJ2GX26W2GT26W2H226C2GT26C2H226G2GT26G2H22442GT2442H22GS2HD2GV2GX2HC2HE2H223O2GT23O2HO2HQ2H21O2GT1O2H22182GT2182KA27N25G26825Y21B2C52762KP22N2BJ22K2BV26W24G26J21422Y2HV2HT2LS2N52IC2II25O2FD1W28V26D2K02UF27629F2KJ22Z27H21W22222122321V28N28J2KP2F12MC2FP27926727926C2CM2652FD2102WM2822UE2UE2952KG29E28L28N2LG2LI29427922V28G21Y1823021Z21Z22I2I127522K21Z28822I2L927T2KP23C2AQ29W21328W2XW2262XV2XX22Z21W2Y22252242152BH27522P22J22X29L27K2Y122I22V2262YM27922Y27Z2WX21S1823I22122L21W29W2WS2WU2WW2WY2I828J1M2J12CB2LU2752MB2IS2ME2752MP21426X2RV27926A23K2S023K2IZ2J12E721G2P025S2EO2OP2142ID2D023S2CS23S2CV26M31092SI310B2CW2182MV2CP2QN2SI2QP1W25O2JC25I2ER182O02RS2R02R22CV25P21K2N52MO21G2QS2EO25O2QH2OH182P026J310V2RH2SI2RJ310O2142PB2X727525G31132T631152FY25U2822RN2FH2F52D22SI2D426G2EO2EQ2D022G2CS22G2F02WL2JD2Q221W2CS21W2CV310P2D8310R2CK182TZ311B2D02242CS224312C311H214311J2HD311M312F21425O311P311R2SF2D023G2CS23G2CV26C311Z2EO2LW2D02F522S2CS2QC310O2182EZ2672CM2NN2752XB275312W2XE2EH312Z2FH2U425G2U63116313G2EM313J214313L312V2XD21426D28226A22S25Z2TH31472UD2GQ2D02342GT2342HK2HM2H22582GT2582H22H42HD2H62GX24K2GT24K2H224G2GT24G2H22482GT2482VH2VJ2VL2HD2HR2GX23W2GT23W2HB2H0314H2HD2HN21B2AV2XJ2HV2I62BZ2HV2142L12EM2142B12KW2YK29R2752LH2A72152HT22J22L2222C221O2L12KT233299222182XP27522N2XX21V22J22G2WX28T27V27523G2992L927L2YN2142YP2YR2232YT2XX2YW315V2142Y822I2W62HV21G2L12KJ2Y42252262AP2BB316Z2W421T2Z92792WT2922ZC21V2C21A2TZ2I927928M2752WF25Z2662WH2CH2CM2WN2CH2EM2CF2CB2WJ27526I2PL2M72PN1W26X2WI2MM2ZZ2142E231852ET26P318C27526Y23W2S02SE1W2RW2142MD2ZO1C2TZ25S2NS318R26M2F5310E25G310G25G1C2E625I2NU313Q26M24W2CS24W2NM1C2DY3198311K319A2542CS254319F319H2NU102DJ2672O22XB2CB2602CM26121C2CH2ET25G21K2NW2IR26K102PB2O12D02CR2SI2CU2OQ2RQ26B2RS25G102SS2O231AJ2OK25C2O22641C2T325K2NU2FY25K2822TT31392D02202CS2SC2JK31A421426E2IU2382CS238319O2T6319Q319S319U1O31832P225G312X2NY2DP31AA2FH2EX2SI2EZ2OQ1G2N52PD25D318K2HD31262WN311K1C2CU2622NS2642LZ313I314231AX2CK2F22IM2CK2TZ2CN31CH26M102CS2DJ310H2K1318L23C314825F31CR21B26I1G31CS31CX314B31CP2FH25G2GT25G2H22K32HD2K52GX2K72HD2K92GX2UN2HD2UP2HG2HI314Z31512H22702GT2702H22UV2HD2UX21B2KF2HU2XK1N316Z315X28T3160316231643166279316828Q316B2XI214316E22I316G316I316V27U27922T2BA2BC21X2YY2YO2YQ2YS288316X2YX2Y72Y92XZ214317I2WV2WX21V317D2W52X02791D2LR2LT2LV2LX2752JL2ZO317Y2ZS312K2S0312N2D5318E2IQ2MG2IR2ZL31902D031BA2SI31BC1W26W21K28V25I2MI319A31312SI313331FU31FW2T62MI2G6312Q2G826P2IE2CD2OC2JV25Z31CC21431FV31A52CK21O2DY2MW2D0313S2U626X2JH2OT2G826W21O2P025I31GV21O2PB25C2G82NC2TZ2ZP26W31AW2822G231B02FH2IW2SI2IY31G4313G2IR2E8313K2CM31H8313O2ZQ31CL2OT2O22DC28V25W2CP2H62TH314Q2XG2UG2UI2H231D32HD31D52GX31D725G31D926M31DB25G31DD316L31DW28J2I72XN315Y2KT2YI22N2252XY2IB27522G21T2WY1827E182223178317A221317C316R316T31EQ2YU316Y31EU317231EW31EY317K2ZE279192IC31F8313P2ZO2X82EM2NH318S31FF21426I23C2S02OK31FU318E31GW2DY25S31GV319A31BR25G31BT26S2MU2T62G82DW31HC26M2TX2SI2TZ1W31K431FX31K72E3312Q2ET2N82RC2CK21C2O02EV31BI2SI2P031KE2G3312R25O21O2QS31K731BM318F319A2RQ25G2GK31K42P02672G83184313Z2MM314231442D031GT25G2JJ26I315B2TH315B31D02WP2FH2UH2HD2UJ2GX31I425G31I626M31I831IA31IC31DD31IB2UL21B24I31F72CB25E2LV31JL318131JO2IM28V31072FH2482MZ24828U31822OT2IL28225I2822712PQ2EM2D631MF31912MZ23S28U2712II26B2CM31FL31G62ZK319A2582MZ25828U31CF311T2D02542MZ25431N031MT31N731MW2D024G2MZ24G31N031N231N42MF31N62142702DD21426N2CM26X31102OT2IR26T2II25T2FD2GE31GA2OS2PP2CK2IR310Z31GL2OC2G826K28225P2XF2J42J631NY31O031FB3136310027525Z311Z31GT25K2G82ZP2ZP25H31OY2G825Q2ON2M72OP26421K2T32MH2CK31012JD2JF1G2MZ1G28U26031OA27525W2P225P2P2260311726K1S31A92FW2FH102MZ1031PL1O2TZ25I31PS31L32MZ316B1W2601O2SS31Q731K921C2MZ21C31Q331852P231PV2SX31PY26M21K2MZ21K28U26131GF25T282264182DP26C2RS31HK31LC2D02182MZ21828U26K1W311A2Q22142MZ28N31QB31PN21431PP2OC31PS31PU1S2T326J31QP2602CS2CD1W26131KR26B2P225W28225R28225S2P225K31S01W2Q12D025K2CS2IO1W24K31RJ24G2F92EP31SJ24K31PU22O31A92EZ2FH26W2CS2G231SF2302DP25I31SL319A2682CS31ME24K230312431SY27524K319A26G2CS2LW31SV318531SJ26K22O2SX31SQ26M2402CS2SA1W26C31SW2T631SJ2CD2U22D02482CS2482ZY31K92Q42SI2Q631TP319A2ZV2SI2ZX2U731U725G31U925Q21G31CS31UF21B2ZL25J31F931K9310L25G310N27131O325T31A62FB2CM2712U425K2PJ2JQ31K924K2CS31T91W27131GT25T31OJ2EM25P2EM27131KB25K31CH27131A025Z25T2ET31RB2OC31VC2TP25K31SJ27121G2CB25T2ER31VA31VC31BR25K31SQ2712RQ25T2RS31VM2EP31VC313B31GG2QE31I02D022S2VW22S2VZ26M2242VW22431WH23S2GT23S2H22502GT2502H222K2VW22K31WH2VS2HD2VU2GX2142GT2142H225W2VW25W31WH25S2VW25S31WH2642VW26431WH2242GT2242H22202GT2202H22382GT2382H223C2GT31CU26M22S2GT314A2EW2GT22O2H22302GT2302H222W2GT22W2H231X32HD31X52GX23G2GT23G31XU31XW31YL2HD31XX31XJ2HD31XL2GX24W2GT24W2GW');local o=bit and bit.bxor or function(l,e)local n,o=1,0 while l>0 and e>0 do local c,C=l%2,e%2 if c~=C then o=o+n end l,e,n=(l-c)/2,(e-C)/2,n*2 end if l<e then l=e end while l>0 do local e=l%2 if e>0 then o=o+n end l,n=(l-e)/2,n*2 end return o end local function n(e,l,n)if n then local l=(e/2^(l-1))%2^((n-1)-(l-1)+1);return l-l%1;else local l=2^(l-1);return(e%(l+l)>=l)and 1 or 0;end;end;local l=1;local function e()local c,n,C,e=t(c,l,l+3);c=o(c,40)n=o(n,40)C=o(C,40)e=o(e,40)l=l+4;return(e*16777216)+(C*65536)+(n*256)+c;end;local function a()return e()*4294967296+e();end;local function a()local e=o(t(c,l,l),40);l=l+1;return e;end;local function i()local l=e();local e=e();local C=1;local o=(n(e,1,20)*(2^32))+l;local l=n(e,21,31);local e=((-1)^n(e,32));if(l==0)then if(o==0)then return e*0;else l=1;C=0;end;elseif(l==2047)then return(o==0)and(e*(1/0))or(e*(0/0));end;return f(e,l-1023)*(C+(o/(2^52)));end;local f=e;local function S(e)local n;if(not e)then e=f();if(e==0)then return;end;end;n=C(c,l,l+e-2);l=l+e-1;local e={}for l=1,#n do e[l]=d(o(t(C(n,l,l)),40))end return H(e);end;local l=e;local function W()local t={};local d={};local G={};local l={};local c={};c[1]=t;c[2]=G;c[3]=d;c[7]=l;for n=1,e()do local e=a();local l;if(e==2)then l=(a()~=0);elseif(e==3)then l=i();elseif(e==1)then l=C(S(),1,-1);end;G[n-1]=l;end;c[6]=a();c[5]=a();for l=1,e()do d[l-1]=W();end;for a=1,e()do local C=o(e(),196);local e=o(e(),224);local o=n(C,1,2);local c=n(e,1,10);local l={};l[1]=c;l[5]=e;l[2]=n(C,3,10);if(o==0)then l[3]=n(C,11,19);l[4]=n(C,20,28);elseif(o==1)then l[3]=n(e,11,28);elseif(o==2)then l[3]=n(e,11,28)-131071;end;t[a]=l;end;return c;end;local function t(...)local l={...};return l,#l end;local function i(l,f,S)local a=l[1];local c=l[2];local W=l[3];local H=l[6];return function(...)local n=1;local o=-1;local h={};local C={...};local l=#C-1;local d={};local e={};for l=0,l do if(l>=H)then h[l-H]=C[l+1];else e[l]=C[l+1];end;end;local l;local C;while true do l=a[n];C=l[1];if C<=22 then if C<=10 then if C<=4 then if C<=1 then if C>0 then local n=l[2];if n>o then o=n end;e[n]=e[l[3]]-e[l[4]];else S[c[l[3]]]=e[l[2]];end;elseif C<=2 then local c=l[2];if c>o then o=c end;e[c]=f[l[3]];n=n+1;l=a[n];C=l[1];local c=l[2];if c>o then o=c end;e[c]=e[l[3]];n=n+1;l=a[n];C=l[1];local d;local c=l[2];local a={};local n=0;local C=c+l[3]-1;for l=c+1,C do n=n+1;a[n]=e[l];end;d,C=t(e[c](G(a,1,C-c)));C=c+l[4]-2;n=0;for l=c,C do n=n+1;e[l]=d[n];end;o=C;elseif C>3 then local n=l[2];if n>o then o=n end;e[n]=c[l[3]];else local n=l[2];if n>o then o=n end;e[n]=e[l[3]]+e[l[4]];end;elseif C<=7 then if C<=5 then local n=l[2];if n>o then o=n end;e[n]=e[l[3]];elseif C>6 then local c=l[2];if c>o then o=c end;e[c]=e[l[3]];n=n+1;l=a[n];C=l[1];local c=l[2];if c>o then o=c end;e[c]=e[l[3]];n=n+1;l=a[n];C=l[1];local a;local C=l[2];local d={};local n=0;local c=C+l[3]-1;for l=C+1,c do n=n+1;d[n]=e[l];end;a,c=t(e[C](G(d,1,c-C)));c=C+l[4]-2;n=0;for l=C,c do n=n+1;e[l]=a[n];end;o=c;else local G=l[2];if G>o then o=G end;e[G]=S[c[l[3]]];n=n+1;l=a[n];C=l[1];local c=l[2];if c>o then o=c end;e[c]=e[l[3]];n=n+1;l=a[n];C=l[1];for l=l[2],l[3]do e[l]=nil;end;end;elseif C<=8 then local d=l[2];local S=e[l[3]];e[d+1]=S;e[d]=S[c[l[4]]];if d+1>o then o=d+1 end;n=n+1;l=a[n];C=l[1];local d=l[2];if d>o then o=d end;e[d]=e[l[3]][c[l[4]]];n=n+1;l=a[n];C=l[1];local d;local c=l[2];local a={};local n=0;local C=c+l[3]-1;for l=c+1,C do n=n+1;a[n]=e[l];end;d,C=t(e[c](G(a,1,C-c)));C=c+l[4]-2;n=0;for l=c,C do n=n+1;e[l]=d[n];end;o=C;elseif C>9 then local t=W[l[3]];local H;if t[5]~=0 then local l={};H=K({},{__index=function(n,e)local l=l[e];return l[1][l[2]];end,__newindex=function(o,n,e)local l=l[n]l[1][l[2]]=e;end;});for o=1,t[5]do n=n+1;local n=a[n];if n[1]==5 then l[o-1]={e,n[3]};else l[o-1]={f,n[3]};end;d[#d+1]=l;end;end;local G=l[2];if G>o then o=G end;e[G]=i(t,H,S);n=n+1;l=a[n];C=l[1];for l=l[2],l[3]do e[l]=nil;end;n=n+1;l=a[n];C=l[1];local n=l[2];if n>o then o=n end;e[n]=S[c[l[3]]];else local G=l[2];if G>o then o=G end;e[G]=c[l[3]];n=n+1;l=a[n];C=l[1];local G=l[2];if G>o then o=G end;e[G]=f[l[3]];n=n+1;l=a[n];C=l[1];local G=l[2];if G>o then o=G end;e[G]=#e[l[3]];n=n+1;l=a[n];C=l[1];local n=l[2];if n>o then o=n end;e[n]=c[l[3]];end;elseif C<=16 then if C<=13 then if C<=11 then local o=l[2];local c=e[o+2];local C=e[o]+c;e[o]=C;if c>0 then if C<=e[o+1]then n=n+l[3];e[o+3]=C;end;elseif C>=e[o+1]then n=n+l[3];e[o+3]=C;end;elseif C>12 then local o=l[2];local c=l[4];local l=o+2;local C={e[o](e[o+1],e[l])};for n=1,c do e[l+n]=C[n];end;local o=e[o+3];if o then e[l]=o else n=n+1;end;else n=n+l[3];end;elseif C<=14 then local n=l[2];if n>o then o=n end;e[n]=e[l[3]][c[l[4]]];elseif C>15 then local G=l[2];if G>o then o=G end;e[G]=c[l[3]];n=n+1;l=a[n];C=l[1];local n=l[2];if n>o then o=n end;e[n]=c[l[3]];else local c=l[2];local o={};for l=1,#d do local l=d[l];for n=0,#l do local l=l[n];local C=l[1];local n=l[2];if C==e and n>=c then o[n]=C[n];l[1]=o;end;end;end;end;elseif C<=19 then if C<=17 then local n=l[2];if n>o then o=n end;e[n]=e[l[3]]%c[l[4]];elseif C>18 then if(e[l[3]]<e[l[4]])then n=n+1;end;else local d=l[2];local S=e[l[3]];e[d+1]=S;e[d]=S[c[l[4]]];if d+1>o then o=d+1 end;n=n+1;l=a[n];C=l[1];local c=l[2];if c>o then o=c end;e[c]=(l[3]~=0);n=n+1;l=a[n];C=l[1];local a;local n=l[2];local c={};local C=0;local l=n+l[3]-1;for l=n+1,l do C=C+1;c[C]=e[l];end;a,l=t(e[n](G(c,1,l-n)));o=n-1;end;elseif C<=20 then for l=l[2],l[3]do e[l]=nil;end;elseif C>21 then local G=l[2];if G>o then o=G end;e[G]=c[l[3]];n=n+1;l=a[n];C=l[1];local G=l[2];if G>o then o=G end;e[G]=c[l[3]];n=n+1;l=a[n];C=l[1];local n=l[2];if n>o then o=n end;e[n]=c[l[3]];else local n=l[2];if n>o then o=n end;e[n]=(l[3]~=0);end;elseif C<=34 then if C<=28 then if C<=25 then if C<=23 then local n=l[2];local C=e[l[3]];e[n+1]=C;e[n]=C[c[l[4]]];if n+1>o then o=n+1 end;elseif C>24 then local C=W[l[3]];local c;if C[5]~=0 then local l={};c=K({},{__index=function(n,e)local l=l[e];return l[1][l[2]];end,__newindex=function(o,n,e)local l=l[n]l[1][l[2]]=e;end;});for o=1,C[5]do n=n+1;local n=a[n];if n[1]==5 then l[o-1]={e,n[3]};else l[o-1]={f,n[3]};end;d[#d+1]=l;end;end;local l=l[2];if l>o then o=l end;e[l]=i(C,c,S);else local n=l[2];if n>o then o=n end;e[n]=e[l[3]][e[l[4]]];end;elseif C<=26 then local a;local c=l[2];local d={};local n=0;local C=c+l[3]-1;for l=c+1,C do n=n+1;d[n]=e[l];end;a,C=t(e[c](G(d,1,C-c)));C=c+l[4]-2;n=0;for l=c,C do n=n+1;e[l]=a[n];end;o=C;elseif C>27 then local l=l[2];e[l]();o=l-1;else local n=l[2];if n>o then o=n end;e[n]=e[l[3]]/c[l[4]];end;elseif C<=31 then if C<=29 then local o=l[2];e[o]=e[o]-e[o+2];n=n+l[3];elseif C>30 then for l=l[2],l[3]do e[l]=nil;end;n=n+1;l=a[n];C=l[1];local G=l[2];if G>o then o=G end;e[G]=c[l[3]];n=n+1;l=a[n];C=l[1];local G=l[2];if G>o then o=G end;e[G]=#e[l[3]];n=n+1;l=a[n];C=l[1];local n=l[2];if n>o then o=n end;e[n]=c[l[3]];else local o=l[2];local C=o+l[3]-2;local n={};local l=0;for o=o,C do l=l+1;n[l]=e[o];end;do return G(n,1,l)end;end;elseif C<=32 then if(e[l[3]]~=e[l[4]])then n=n+1;end;elseif C>33 then local n=l[2];if n>o then o=n end;e[n]=#e[l[3]];else if not e[l[2]]then n=n+1;end;end;elseif C<=40 then if C<=37 then if C<=35 then if(e[l[3]]==c[l[4]])then n=n+1;end;elseif C>36 then local n=l[2];if n>o then o=n end;e[n]=e[l[3]]*c[l[4]];else do return end;end;elseif C<=38 then if e[l[2]]then n=n+1;end;elseif C>39 then local n=l[2];if n>o then o=n end;e[n]=e[l[3]]+c[l[4]];else local C=l[2];local c,n=t(e[C]());n=C+l[4]-2;local l=0;for n=C,n do l=l+1;e[n]=c[l];end;o=n;end;elseif C<=43 then if C<=41 then local n=l[2];if n>o then o=n end;e[n]=f[l[3]];elseif C>42 then local n=l[2];if n>o then o=n end;e[n]=S[c[l[3]]];else if(c[l[3]]<e[l[4]])then n=n+1;end;end;elseif C<=44 then e[l[2]][c[l[3]]]=e[l[4]];elseif C>45 then if(e[l[3]]~=c[l[4]])then n=n+1;end;else local a;local n=l[2];local c={};local C=0;local l=n+l[3]-1;for l=n+1,l do C=C+1;c[C]=e[l];end;a,l=t(e[n](G(c,1,l-n)));o=n-1;end;n=n+1;end;end;end;return i(W(),{},D())();
  247. end)
  248. end
  249. wait()
  250. local windowFocused = false
  251. game:GetService("UserInputService").WindowFocused:Connect(function() windowFocused=true end)
  252. game:GetService("UserInputService").WindowFocusReleased:Connect(function() windowFocused=false end)
  253. spawn(function()
  254. game:GetService("UserInputService").InputBegan:Wait()
  255. windowFocused=true
  256. end)
  257.  
  258. local function keyclick(num)
  259. if windowFocused and keypress and keyrelease then
  260. keypress(num)
  261. wait()
  262. keyrelease(num)
  263. end
  264. end
  265. local function punch()
  266. if punchEvent then
  267. punchEvent()
  268. elseif windowFocused then
  269. keyclick(0x46)
  270. end
  271. end
  272.  
  273. CloseHelp.MouseEnter:connect(function()
  274. CloseHelp.TextColor3 = Color3.fromRGB(255,0,0)
  275. end)
  276. CloseHelp.MouseLeave:connect(function()
  277. CloseHelp.TextColor3 = Color3.fromRGB(255,255,255)
  278. end)
  279. helpbutton.MouseButton1Click:connect(function()
  280. PuncherFrame:TweenPosition(UDim2.new(1.056, 0,0, 0), "Out", "Quart", 1, true)
  281. HelpFrame:TweenPosition(UDim2.new(0.003, 0,0, 0), "Out", "Quart", 1, true)
  282. end)
  283. CloseHelp.MouseButton1Click:connect(function()
  284. PuncherFrame:TweenPosition(UDim2.new(0.003, 0,0, 0), "Out", "Quart", 1, true)
  285. HelpFrame:TweenPosition(UDim2.new(-1.055, 0,0, 0), "Out", "Quart", 1, true)
  286. end)
  287. punchbutton.MouseButton1Click:connect(function()
  288. for i = 1, AmountBox.Text do
  289. punch()
  290. wait(TimeBetween.Text)
  291. end
  292. end)
  293. while wait() do
  294. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  295. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  296. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  297. local color = Color3.new(r, g, b)
  298. HelpContainer.TextColor3 = color
  299. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement