Advertisement
Chishiki_Norikarin

Anime Cross 2 GUI by Dora

Jun 27th, 2019
13,199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Frame = Instance.new("Frame")
  8. local BeautyA = Instance.new("Frame")
  9. local BeautyB = Instance.new("Frame")
  10. local Close = Instance.new("TextButton")
  11. local Credits = Instance.new("TextLabel")
  12. local Tutorial = Instance.new("TextLabel")
  13. local CHEAT1 = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.CoreGui
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. OpenFrame.Name = "OpenFrame"
  19. OpenFrame.Parent = ScreenGui
  20. OpenFrame.Active = true
  21. OpenFrame.BackgroundColor3 = Color3.new(0.215686, 0.219608, 0.219608)
  22. OpenFrame.BorderSizePixel = 0
  23. OpenFrame.Position = UDim2.new(0.822349548, 0, 0.457589298, 0)
  24. OpenFrame.Size = UDim2.new(0, 124, 0, 37)
  25.  
  26. Open.Name = "Open"
  27. Open.Parent = OpenFrame
  28. Open.BackgroundColor3 = Color3.new(0.215686, 0.219608, 0.219608)
  29. Open.BorderSizePixel = 0
  30. Open.Position = UDim2.new(0.0967741981, 0, 0.0810810849, 0)
  31. Open.Size = UDim2.new(0, 99, 0, 30)
  32. Open.Font = Enum.Font.Cartoon
  33. Open.Text = "Open"
  34. Open.TextColor3 = Color3.new(0.929412, 0.937255, 0.937255)
  35. Open.TextScaled = true
  36. Open.TextSize = 14
  37. Open.TextWrapped = true
  38. Open.MouseButton1Down:connect(function()
  39. Frame.Visible = true
  40. OpenFrame.Visible = false
  41. end)
  42.  
  43. Frame.Parent = ScreenGui
  44. Frame.Active = true
  45. Frame.BackgroundColor3 = Color3.new(0.215686, 0.219608, 0.219608)
  46. Frame.BorderSizePixel = 0
  47. Frame.Position = UDim2.new(0.114613183, 0, 0.118303575, 0)
  48. Frame.Size = UDim2.new(0, 318, 0, 185)
  49. Frame.Visible = false
  50. Frame.Draggable = true
  51.  
  52. BeautyA.Name = "BeautyA"
  53. BeautyA.Parent = Frame
  54. BeautyA.BackgroundColor3 = Color3.new(0.305882, 1, 0.678431)
  55. BeautyA.BorderSizePixel = 0
  56. BeautyA.Position = UDim2.new(0, 0, 0.881081104, 0)
  57. BeautyA.Size = UDim2.new(0, 318, 0, 22)
  58.  
  59. BeautyB.Name = "BeautyB"
  60. BeautyB.Parent = Frame
  61. BeautyB.BackgroundColor3 = Color3.new(0.305882, 1, 0.678431)
  62. BeautyB.BorderSizePixel = 0
  63. BeautyB.Size = UDim2.new(0, 318, 0, 22)
  64.  
  65. Close.Name = "Close"
  66. Close.Parent = Frame
  67. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  68. Close.BackgroundTransparency = 1
  69. Close.BorderSizePixel = 0
  70. Close.Position = UDim2.new(0.682389975, 0, -0.0378378369, 0)
  71. Close.Size = UDim2.new(0, 183, 0, 36)
  72. Close.Font = Enum.Font.Cartoon
  73. Close.Text = "X"
  74. Close.TextColor3 = Color3.new(1, 0, 0)
  75. Close.TextScaled = true
  76. Close.TextSize = 14
  77. Close.TextWrapped = true
  78. Close.MouseButton1Down:connect(function()
  79. OpenFrame.Visible = true
  80. Frame.Visible = false
  81. end)
  82.  
  83. Credits.Name = "Credits"
  84. Credits.Parent = Frame
  85. Credits.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  86. Credits.Position = UDim2.new(0.248427674, 0, 0.881081104, 0)
  87. Credits.Size = UDim2.new(0, 159, 0, 22)
  88. Credits.Font = Enum.Font.Cartoon
  89. Credits.Text = "GUI by Dora"
  90. Credits.TextColor3 = Color3.new(0, 0, 0)
  91. Credits.TextSize = 14
  92.  
  93. Tutorial.Name = "Tutorial"
  94. Tutorial.Parent = Frame
  95. Tutorial.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  96. Tutorial.Position = UDim2.new(0.223270446, 0, 0, 0)
  97. Tutorial.Size = UDim2.new(0, 175, 0, 22)
  98. Tutorial.Font = Enum.Font.Cartoon
  99. Tutorial.Text = "Project Jojo's GUI"
  100. Tutorial.TextColor3 = Color3.new(0, 0, 0)
  101. Tutorial.TextSize = 14
  102.  
  103. CHEAT1.Name = "CHEAT1"
  104. CHEAT1.Parent = Frame
  105. CHEAT1.BackgroundColor3 = Color3.new(0, 1, 0.615686)
  106. CHEAT1.BorderSizePixel = 0
  107. CHEAT1.Position = UDim2.new(0.185534596, 0, 0.362162173, 0)
  108. CHEAT1.Size = UDim2.new(0, 200, 0, 50)
  109. CHEAT1.Font = Enum.Font.Cartoon
  110. CHEAT1.Text = "AX2's GUI"
  111. CHEAT1.TextColor3 = Color3.new(1, 0, 0)
  112. CHEAT1.TextScaled = true
  113. CHEAT1.TextSize = 14
  114. CHEAT1.TextWrapped = true
  115. CHEAT1.MouseButton1Down:connect(function()
  116. -- Farewell Infortality.
  117. -- Version: 2.82
  118. -- Instances:
  119. local ScreenGui = Instance.new("ScreenGui")
  120. local Main = Instance.new("Frame")
  121. local TextButton = Instance.new("TextButton")
  122. local TextButton_2 = Instance.new("TextButton")
  123. local HitBox = Instance.new("TextButton")
  124. local CLICKTP = Instance.new("TextButton")
  125. local AS = Instance.new("TextButton")
  126. local AH = Instance.new("TextButton")
  127. local AS_2 = Instance.new("TextButton")
  128. --Properties:
  129. ScreenGui.Parent = game.CoreGui
  130.  
  131. Main.Name = "Main"
  132. Main.Parent = ScreenGui
  133. Main.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  134. Main.Position = UDim2.new(0.449866861, 0, 0.413265347, 0)
  135. Main.Size = UDim2.new(0, 224, 0, 267)
  136. Main.Active = true
  137. Main.Draggable = true
  138.  
  139. TextButton.Parent = Main
  140. TextButton.BackgroundColor3 = Color3.new(0.756863, 0.756863, 0.756863)
  141. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  142. TextButton.BorderSizePixel = 5
  143. TextButton.Position = UDim2.new(0.0267857146, 0, 0.029004395, 0)
  144. TextButton.Size = UDim2.new(0, 212, 0, 28)
  145. TextButton.Font = Enum.Font.Fantasy
  146. TextButton.Text = "Roblox Pain"
  147. TextButton.TextColor3 = Color3.new(0, 0, 0)
  148. TextButton.TextScaled = true
  149. TextButton.TextSize = 14
  150. TextButton.TextWrapped = true
  151.  
  152. TextButton_2.Parent = Main
  153. TextButton_2.BackgroundColor3 = Color3.new(0.756863, 0.756863, 0.756863)
  154. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  155. TextButton_2.BorderSizePixel = 5
  156. TextButton_2.Position = UDim2.new(0.0267857146, 0, 0.894172907, 0)
  157. TextButton_2.Size = UDim2.new(0, 212, 0, 28)
  158. TextButton_2.Font = Enum.Font.Fantasy
  159. TextButton_2.Text = "Cant Stop hit Box Players"
  160. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  161. TextButton_2.TextScaled = true
  162. TextButton_2.TextSize = 14
  163. TextButton_2.TextWrapped = true
  164.  
  165. HitBox.Name = "HitBox"
  166. HitBox.Parent = Main
  167. HitBox.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  168. HitBox.BorderColor3 = Color3.new(0, 0, 0)
  169. HitBox.BorderSizePixel = 3
  170. HitBox.Position = UDim2.new(0.135140195, 0, 0.669611454, 0)
  171. HitBox.Size = UDim2.new(0, 162, 0, 28)
  172. HitBox.Font = Enum.Font.Fantasy
  173. HitBox.Text = "HitBox All Plr"
  174. HitBox.TextColor3 = Color3.new(0, 0, 0)
  175. HitBox.TextScaled = true
  176. HitBox.TextSize = 14
  177. HitBox.TextWrapped = true
  178. HitBox.MouseButton1Down:connect(function()
  179. while true do
  180. wait()
  181. local plr = game.Players.LocalPlayer
  182. for _,v in next, game.Players:GetChildren() do
  183. if v.Name ~= plr.Name then
  184. v.Character.HumanoidRootPart.Transparency = 0
  185. v.Character.HumanoidRootPart.Anchored = true
  186. v.Character.HumanoidRootPart.Position = plr.Character.HumanoidRootPart.Position
  187. end
  188. end
  189. end
  190. end)
  191.  
  192. CLICKTP.Name = "CLICK TP"
  193. CLICKTP.Parent = Main
  194. CLICKTP.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  195. CLICKTP.BorderColor3 = Color3.new(0, 0, 0)
  196. CLICKTP.BorderSizePixel = 3
  197. CLICKTP.Position = UDim2.new(0.135140195, 0, 0.530243337, 0)
  198. CLICKTP.Size = UDim2.new(0, 162, 0, 28)
  199. CLICKTP.Font = Enum.Font.Fantasy
  200. CLICKTP.Text = "Click Tp {R}"
  201. CLICKTP.TextColor3 = Color3.new(0, 0, 0)
  202. CLICKTP.TextScaled = true
  203. CLICKTP.TextSize = 14
  204. CLICKTP.TextWrapped = true
  205. CLICKTP.MouseButton1Down:connect(function()
  206. plr = game.Players.LocalPlayer
  207. mouse = plr:GetMouse()
  208. mouse.KeyDown:connect(function(key)
  209. if key == "r" then
  210. if mouse.Target then
  211. plr.Character.HumanoidRootPart.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  212. end
  213. end
  214. end)
  215. end)
  216.  
  217.  
  218. AS.Name = "AS"
  219. AS.Parent = Main
  220. AS.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  221. AS.BorderColor3 = Color3.new(0, 0, 0)
  222. AS.BorderSizePixel = 3
  223. AS.Position = UDim2.new(0.135140195, 0, 0.388828844, 0)
  224. AS.Size = UDim2.new(0, 162, 0, 28)
  225. AS.Font = Enum.Font.Fantasy
  226. AS.Text = "AUTO STAMINA"
  227. AS.TextColor3 = Color3.new(0, 0, 0)
  228. AS.TextScaled = true
  229. AS.TextSize = 14
  230. AS.TextWrapped = true
  231. AS.MouseButton1Down:connect(function()
  232. -- rEALLY op
  233. while wait(0.3) do
  234. for i,v in pairs (game.Workspace:GetDescendants()) do
  235. if v:FindFirstChild("Item2") then
  236. v.Item2.Main.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  237. end
  238. end
  239. end
  240. end)
  241.  
  242. AH.Name = "AH"
  243. AH.Parent = Main
  244. AH.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  245. AH.BorderColor3 = Color3.new(0, 0, 0)
  246. AH.BorderSizePixel = 3
  247. AH.Position = UDim2.new(0.135140195, 0, 0.245082915, 0)
  248. AH.Size = UDim2.new(0, 162, 0, 28)
  249. AH.Font = Enum.Font.Fantasy
  250. AH.Text = "AUTO HEALTH"
  251. AH.TextColor3 = Color3.new(0, 0, 0)
  252. AH.TextScaled = true
  253. AH.TextSize = 14
  254. AH.TextWrapped = true
  255. AH.MouseButton1Down:connect(function()
  256. -- By Azelo
  257. while wait(0.3) do
  258. for i,v in pairs (game.Workspace:GetDescendants()) do
  259. if v:FindFirstChild("Item1") then
  260. v.Item1.Main.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  261. end
  262. end
  263. end
  264. end)
  265.  
  266.  
  267. AS_2.Name = "AS"
  268. AS_2.Parent = Main
  269. AS_2.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  270. AS_2.BorderColor3 = Color3.new(0, 0, 0)
  271. AS_2.BorderSizePixel = 0
  272. AS_2.Position = UDim2.new(0.996747434, 0, 0.804559231, 0)
  273. AS_2.Size = UDim2.new(0, 224, 0, 51)
  274. AS_2.Font = Enum.Font.Fantasy
  275. AS_2.Text = "Comment What Game You Want A script Hack For"
  276. AS_2.TextColor3 = Color3.new(0, 0, 0)
  277. AS_2.TextScaled = true
  278. AS_2.TextSize = 14
  279. AS_2.TextWrapped = true
  280.  
  281. -- Scripts:
  282. end)
  283. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement