Advertisement
Guest User

456456456

a guest
Sep 6th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. `123456790-= qwertyuiop[]\asdfghjkl;'zxcvbnm,./QWERTYUIOPASDFGHJKLZXCVBNM?~!@#$&*()_<>;:'"{}\n
  2.  
  3. VeteranAnime#7468|Veteran|286046929/46260399/71698091/318564274/560610995|Permenant|0
  4. emrehan1234567891#4217|RxQ0zVr|40221840/82088344/332545273/76142858|Permenant|0
  5. SGC3671#9242|SGC|40221840|Permenant|0
  6. Gatin228#1945|Gatin|438543507/162425577|Permenant|0
  7. Intel#9999|Intel|526829879/460757444|Permenant|0
  8. Benard#1939|Benard|299333094/583110522|Permenant|0
  9. Appolz#5399|Appolz|66670908/2358994|Permenant|0
  10. Chippy#9715|Chippy|30191190|Permenant|0
  11. Jankzzz#1567|JankXz|244593018|Permenant|0
  12. DuckLux#2910|DuckLux|124164377|Permenant|0
  13. TheJesterG#2162|TheJesterG|153331167/572055422|Permenant|0
  14. ❤Anna Wintour#4011|Anna|604340763|Permenant|0
  15. Meme Machine#1114|Meme|6858764|Permenant|0
  16. Awesome Tic Tacs#5752|TiTac|318564274/560610995|Permenant|0
  17. WonderLandTakeTheL#7247|WonderLand|71698091|Permenant|0
  18.  
  19. import re
  20. plain = "0BERK0MMAND0DERWEHRMACHT"
  21. cipher = "ZMGERFEWMLKMTAWXTSWVUINZ"
  22.  
  23. All = "0BERK0MMAND0DERWEHRMACHTZMGERFEWMLKMTAWXTSWVUINZ"
  24. Letters = ""
  25. for letter in All:
  26. if Letters.find(letter) < 0:
  27. Letters += letter
  28. print("{0} letters: {1}\n".format(len(Letters), Letters))
  29.  
  30. Letters = "E"
  31. pIndexes = []
  32. cIndexes = []
  33. Result = []
  34.  
  35. print("Expressions:")
  36. while(len(Letters) != 0):
  37. Indexes_plain = [m.start() for m in re.finditer(Letters[0], plain)]
  38. Indexes_cipher = [m.start() for m in re.finditer(Letters[0], cipher)]
  39.  
  40. for index in Indexes_plain:
  41. if pIndexes.count(index) == 0:
  42. pIndexes.append(index)
  43. print("P[{0}]*S[{1}] = S[{2}]".format(index, plain[(index)], cipher[index]))
  44. if Letters.find(cipher[index]) == -1:
  45. Letters += cipher[index]
  46.  
  47. for index in Indexes_cipher:
  48. if cIndexes.count(index) == 0:
  49. cIndexes.append(index)
  50. print("S[{0}] = (P[{1}]^-1)*S[{2}]".format(cipher[index], index, plain[(index)]))
  51. if Letters.find(plain[index]) == -1:
  52. Letters += plain[index]
  53. Result.append("S[{0}]".format(Letters[:1:]))
  54. Letters = Letters[1::]
  55.  
  56. Steckers = []
  57. for stecker in Result:
  58. if Steckers.count(stecker) == 0:
  59. Steckers.append(stecker)
  60. print("\n{0} steckers: {1}\n".format(len(Steckers), Steckers))
  61. _G.range = math.huge
  62.  
  63. local lp = game.Players.LocalPlayer
  64. local rs = game:GetService("RunService").RenderStepped
  65. local pfs = game:GetService("PathfindingService")
  66. local closest = math.huge
  67. local enemy = nil
  68.  
  69. function attack(entity)
  70. if entity then
  71. if(lp.Character:FindFirstChild("HumanoidRootPart") and enemy:FindFirstChild("HumanoidRootPart")) then
  72. rs:wait(3)
  73. local ehrp = enemy:FindFirstChild("HumanoidRootPart")
  74. if ehrp ~= nil and (ehrp.Position-lp.Character.HumanoidRootPart.Position).magnitude > 200 then
  75. local path = pfs:FindPathAsync(lp.Character.HumanoidRootPart.Position, enemy:FindFirstChild("HumanoidRootPart").Position)
  76. local points = path:GetWaypoints()
  77.  
  78. for _,v in pairs(points) do
  79. rs:wait(3)
  80.  
  81. lp.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  82. end
  83. else
  84. if enemy:FindFirstChild("HumanoidRootPart") ~= nil then
  85. lp.Character.HumanoidRootPart.CFrame = enemy:FindFirstChild("HumanoidRootPart").CFrame * CFrame.new(0,0,4)
  86. end
  87. end
  88. local remote = game.Workspace[lp.Name].Remotes.KeyEvent
  89. local args = {
  90. [1] = "\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140",
  91. [2] = "Mouse1",
  92. [3] = "Down",
  93. [4] = CFrame.new(0,0,0),
  94. [6] = CFrame.new(0,0,0)
  95. }
  96. remote:FireServer(unpack(args))
  97. local remote = game.Workspace[lp.Name].Remotes.KeyEvent
  98. local args = {
  99. [1] = "\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140\240\159\146\166\240\159\146\148\240\159\141\145\240\159\145\140",
  100. [2] = "Mouse1",
  101. [3] = "Up",
  102. [4] = CFrame.new(0,0,0),
  103. [6] = CFrame.new(0,0,0)
  104. }
  105. remote:FireServer(unpack(args))
  106. end
  107. end
  108. end
  109.  
  110. while wait(3) do
  111. for i,v in pairs(game:GetService("Workspace").HumanSpawns:GetChildren()) do
  112. local npc = v:GetChildren()[1]
  113. if(npc and npc:FindFirstChild("HumanoidRootPart") and npc:FindFirstChild("Humanoid"))then
  114. local mag = (npc:FindFirstChild("HumanoidRootPart").Position-lp.Character.HumanoidRootPart.Position).magnitude
  115. if mag <= _G.range then
  116. closest = mag
  117. enemy = npc
  118. repeat wait(3) attack(enemy) until not enemy or not enemy:FindFirstChild("HumanoidRootPart")
  119. end
  120. end
  121. end
  122. end
  123. import re
  124. plain = "0BERK0MMAND0DERWEHRMACHT"
  125. cipher = "ZMGERFEWMLKMTAWXTSWVUINZ"
  126.  
  127. All = "0BERK0MMAND0DERWEHRMACHTZMGERFEWMLKMTAWXTSWVUINZ"
  128. Letters = ""
  129. for letter in All:
  130. if Letters.find(letter) < 0:
  131. Letters += letter
  132. print("{0} letters: {1}\n".format(len(Letters), Letters))
  133.  
  134. Letters = "E"
  135. pIndexes = []
  136. cIndexes = []
  137. Result = []
  138.  
  139. print("Expressions:")
  140. while(len(Letters) != 0):
  141. Indexes_plain = [m.start() for m in re.finditer(Letters[0], plain)]
  142. Indexes_cipher = [m.start() for m in re.finditer(Letters[0], cipher)]
  143.  
  144. for index in Indexes_plain:
  145. if pIndexes.count(index) == 0:
  146. pIndexes.append(index)
  147. print("P[{0}]*S[{1}] = S[{2}]".format(index, plain[(index)], cipher[index]))
  148. if Letters.find(cipher[index]) == -1:
  149. Letters += cipher[index]
  150.  
  151. for index in Indexes_cipher:
  152. if cIndexes.count(index) == 0:
  153. cIndexes.append(index)
  154. print("S[{0}] = (P[{1}]^-1)*S[{2}]".format(cipher[index], index, plain[(index)]))
  155. if Letters.find(plain[index]) == -1:
  156. Letters += plain[index]
  157. Result.append("S[{0}]".format(Letters[:1:]))
  158. Letters = Letters[1::]
  159.  
  160. Steckers = []
  161. for stecker in Result:
  162. if Steckers.count(stecker) == 0:
  163. Steckers.append(stecker)
  164. print("\n{0} steckers: {1}\n".format(len(Steckers), Steckers))
  165. `123456790-= qwertyuiop[]\asdfghjkl;'zxcvbnm,./QWERTYUIOPASDFGHJKLZXCVBNM?~!@#$&*()_<>;:'"{}\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement