Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.52 KB | None | 0 0
  1.  
  2. game.Players.LocalPlayer.PlayerFolder.set.Yen10000.Value = true
  3.  
  4. Yen=toogle.Value=false
  5. x=set.Yen10000.Value=true
  6. game.Players.LocalPlayer.PlayerFolder.set.speed10000.Value=true
  7. game.Players.LocalPlayer.PlayerFolder.set.speed10000=toggle
  8. x=set.Yen10000.Value=false
  9. x=set.Yen10000.Value=toogle
  10. game.Players.LocalPlayer.PlayerFolder.{1=toogle}
  11. game.Players.LocalPlayer.PlayerFolder.set.Yen10000.Value = false
  12.  
  13. Yen=toogle.Value=false
  14. x=set.Yen10000.Value=false
  15. game.Players.LocalPlayer.PlayerFolder.set.speed10000.Value=false
  16. game.Players.LocalPlayer.PlayerFolder.set.speed10000=true
  17. x=set.Yen10000.Value=false
  18. x=set.Yen10000.Value=true
  19. game.Players.LocalPlayer.PlayerFolder.{toogle=false}
  20. local RoGhoulStatChecker = Instance.new("ScreenGui")
  21. local MainFrame = Instance.new("Frame")
  22. local Title = Instance.new("TextLabel")
  23. local Close = Instance.new("TextButton")
  24. local LoadValues = Instance.new("TextButton")
  25. local Username = Instance.new("TextBox")
  26. local Durability = Instance.new("TextLabel")
  27. local Level = Instance.new("TextLabel")
  28. local Name = Instance.new("TextLabel")
  29. local Physical = Instance.new("TextLabel")
  30. local Nickname = Instance.new("TextLabel")
  31. local Rc = Instance.new("TextLabel")
  32. local Kagune = Instance.new("TextLabel")
  33. local Speed = Instance.new("TextLabel")
  34. local Weapon = Instance.new("TextLabel")
  35. local Yen = Instance.new("TextLabel")
  36. local Rep = Instance.new("TextLabel")
  37. local Exp = Instance.new("TextLabel")
  38. --Properties:
  39. RoGhoulStatChecker.Name = "Ro-Ghoul Stat Checker"
  40. RoGhoulStatChecker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  41. RoGhoulStatChecker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  42.  
  43. MainFrame.Name = "MainFrame"
  44. MainFrame.Parent = RoGhoulStatChecker
  45. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  46. MainFrame.BackgroundTransparency = 0.20000000298023
  47. MainFrame.Position = UDim2.new(0.171198383, 0, 0.0815939307, 0)
  48. MainFrame.Size = UDim2.new(0, 286, 0, 211)
  49. MainFrame.Draggable = true
  50. MainFrame.Active = true
  51.  
  52. Title.Name = "Title"
  53. Title.Parent = MainFrame
  54. Title.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  55. Title.Size = UDim2.new(0, 235, 0, 39)
  56. Title.Font = Enum.Font.SourceSans
  57. Title.Text = "Ro-Ghoul Stat Checker"
  58. Title.TextColor3 = Color3.new(0, 0, 0)
  59. Title.TextSize = 25
  60.  
  61. Close.Name = "Close"
  62. Close.Parent = MainFrame
  63. Close.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  64. Close.Position = UDim2.new(0.823642433, 0, 0, 0)
  65. Close.Size = UDim2.new(0, 50, 0, 39)
  66. Close.Font = Enum.Font.SourceSans
  67. Close.Text = "X"
  68. Close.TextColor3 = Color3.new(1, 0, 0.0156863)
  69. Close.TextSize = 50
  70. Close.MouseButton1Down:connect(function()
  71. Close.Visible = false
  72. MainFrame.Visible = false
  73. game:GetService("StarterGui"):SetCore("SendNotification",{
  74. Title = "BIG OOF",
  75. Text = "Hope You Liked The Gui M8's",
  76. Duration = 6,
  77. })
  78. wait(0.5)
  79. end)
  80.  
  81. LoadValues.Name = "LoadValues"
  82. LoadValues.Parent = MainFrame
  83. LoadValues.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  84. LoadValues.Position = UDim2.new(0.656862915, 0, 0.232945219, 0)
  85. LoadValues.Size = UDim2.new(0, 88, 0, 25)
  86. LoadValues.Font = Enum.Font.SourceSans
  87. LoadValues.Text = "Load Values"
  88. LoadValues.TextColor3 = Color3.new(0, 0, 0)
  89. LoadValues.TextSize = 20
  90. LoadValues.MouseButton1Down:connect(function()
  91. game:GetService("StarterGui"):SetCore("SendNotification",{
  92. Title = "Stats Are Good",
  93. Text = "There's Those Stats",
  94. Duration = 6,
  95. })
  96. wait(0.5)
  97. end)
  98.  
  99. Username.Name = "Username"
  100. Username.Parent = MainFrame
  101. Username.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  102. Username.Position = UDim2.new(0.0123862959, 0, 0.212396413, 0)
  103. Username.Size = UDim2.new(0, 173, 0, 32)
  104. Username.Font = Enum.Font.SourceSans
  105. Username.Text = "Player Name"
  106. Username.TextColor3 = Color3.new(0, 0, 0)
  107. Username.TextSize = 18
  108.  
  109. Durability.Name = "Durability"
  110. Durability.Parent = MainFrame
  111. Durability.BackgroundColor3 = Color3.new(1, 1, 1)
  112. Durability.BackgroundTransparency = 1
  113. Durability.Position = UDim2.new(0.019219242, 0, 0.737394452, 0)
  114. Durability.Size = UDim2.new(0, 94, 0, 18)
  115. Durability.Font = Enum.Font.SourceSans
  116. Durability.Text = "Durability: N/A"
  117. Durability.TextColor3 = Color3.new(1, 1, 1)
  118. Durability.TextSize = 17
  119.  
  120. Level.Name = "Level"
  121. Level.Parent = MainFrame
  122. Level.BackgroundColor3 = Color3.new(1, 1, 1)
  123. Level.BackgroundTransparency = 1
  124. Level.Position = UDim2.new(0.533822417, 0, 0.745051742, 0)
  125. Level.Size = UDim2.new(0, 94, 0, 17)
  126. Level.Font = Enum.Font.SourceSans
  127. Level.Text = "Level: N/A"
  128. Level.TextColor3 = Color3.new(1, 1, 1)
  129. Level.TextSize = 17
  130.  
  131. Name.Name = "Name"
  132. Name.Parent = MainFrame
  133. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Name.BackgroundTransparency = 1
  135. Name.Position = UDim2.new(0.348050624, 0, 0.390130311, 0)
  136. Name.Size = UDim2.new(0, 78, 0, 20)
  137. Name.Font = Enum.Font.SourceSans
  138. Name.Text = "Name: N/A"
  139. Name.TextColor3 = Color3.new(1, 1, 1)
  140. Name.TextSize = 17
  141.  
  142. Physical.Name = "Physical"
  143. Physical.Parent = MainFrame
  144. Physical.BackgroundColor3 = Color3.new(1, 1, 1)
  145. Physical.BackgroundTransparency = 1
  146. Physical.Position = UDim2.new(0.536861837, 0, 0.653080225, 0)
  147. Physical.Size = UDim2.new(0, 94, 0, 20)
  148. Physical.Font = Enum.Font.SourceSans
  149. Physical.Text = "Physical: N/A"
  150. Physical.TextColor3 = Color3.new(1, 1, 1)
  151. Physical.TextSize = 17
  152.  
  153. Nickname.Name = "Nickname"
  154. Nickname.Parent = MainFrame
  155. Nickname.BackgroundColor3 = Color3.new(1, 1, 1)
  156. Nickname.BackgroundTransparency = 1
  157. Nickname.Position = UDim2.new(0.28861016, 0, 0.482464164, 0)
  158. Nickname.Size = UDim2.new(0, 93, 0, 19)
  159. Nickname.Font = Enum.Font.SourceSans
  160. Nickname.Text = "Nickname: N/A"
  161. Nickname.TextColor3 = Color3.new(1, 1, 1)
  162. Nickname.TextSize = 17
  163.  
  164. Rc.Name = "Rc"
  165. Rc.Parent = MainFrame
  166. Rc.BackgroundColor3 = Color3.new(1, 1, 1)
  167. Rc.BackgroundTransparency = 1
  168. Rc.Position = UDim2.new(0.0088898465, 0, 0.65726018, 0)
  169. Rc.Size = UDim2.new(0, 94, 0, 13)
  170. Rc.Font = Enum.Font.SourceSans
  171. Rc.Text = "Rc: N/A"
  172. Rc.TextColor3 = Color3.new(1, 1, 1)
  173. Rc.TextSize = 17
  174.  
  175. Kagune.Name = "Kagune"
  176. Kagune.Parent = MainFrame
  177. Kagune.BackgroundColor3 = Color3.new(1, 1, 1)
  178. Kagune.BackgroundTransparency = 1
  179. Kagune.Position = UDim2.new(0.536861777, 0, 0.808484435, 0)
  180. Kagune.Size = UDim2.new(0, 94, 0, 18)
  181. Kagune.Font = Enum.Font.SourceSans
  182. Kagune.Text = "Damage: N/A"
  183. Kagune.TextColor3 = Color3.new(1, 1, 1)
  184. Kagune.TextSize = 17
  185.  
  186. Speed.Name = "Speed"
  187. Speed.Parent = MainFrame
  188. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  189. Speed.BackgroundTransparency = 1
  190. Speed.Position = UDim2.new(0.533365428, 0, 0.590909481, 0)
  191. Speed.Size = UDim2.new(0, 94, 0, 14)
  192. Speed.Font = Enum.Font.SourceSans
  193. Speed.Text = "Speed: N/A"
  194. Speed.TextColor3 = Color3.new(1, 1, 1)
  195. Speed.TextSize = 17
  196.  
  197. Weapon.Name = "Weapon"
  198. Weapon.Parent = MainFrame
  199. Weapon.BackgroundColor3 = Color3.new(1, 1, 1)
  200. Weapon.BackgroundTransparency = 1
  201. Weapon.Position = UDim2.new(0.0193792582, 0, 0.585251153, 0)
  202. Weapon.Size = UDim2.new(0, 94, 0, 15)
  203. Weapon.Font = Enum.Font.SourceSans
  204. Weapon.Text = "Weapon: N/A"
  205. Weapon.TextColor3 = Color3.new(1, 1, 1)
  206. Weapon.TextSize = 17
  207.  
  208. Yen.Name = "Yen"
  209. Yen.Parent = MainFrame
  210. Yen.BackgroundColor3 = Color3.new(1, 1, 1)
  211. Yen.BackgroundTransparency = 1
  212. Yen.Position = UDim2.new(0.0158828795, 0, 0.91226542, 0)
  213. Yen.Size = UDim2.new(0, 94, 0, 13)
  214. Yen.Font = Enum.Font.SourceSans
  215. Yen.Text = "Yen: N/A"
  216. Yen.TextColor3 = Color3.new(1, 1, 1)
  217. Yen.TextSize = 17
  218.  
  219. Rep.Name = "Rep"
  220. Rep.Parent = MainFrame
  221. Rep.BackgroundColor3 = Color3.new(1, 1, 1)
  222. Rep.BackgroundTransparency = 1
  223. Rep.Position = UDim2.new(0.0193793029, 0, 0.827441812, 0)
  224. Rep.Size = UDim2.new(0, 94, 0, 14)
  225. Rep.Font = Enum.Font.SourceSans
  226. Rep.Text = "Rep: N/A"
  227. Rep.TextColor3 = Color3.new(1, 1, 1)
  228. Rep.TextSize = 17
  229.  
  230. Exp.Name = "Exp"
  231. Exp.Parent = MainFrame
  232. Exp.BackgroundColor3 = Color3.new(1, 1, 1)
  233. Exp.BackgroundTransparency = 1
  234. Exp.Position = UDim2.new(0.533365428, 0, 0.91226542, 0)
  235. Exp.Size = UDim2.new(0, 94, 0, 13)
  236. Exp.Font = Enum.Font.SourceSans
  237. Exp.Text = "Exp: N/A"
  238. Exp.TextColor3 = Color3.new(1, 1, 1)
  239. Exp.TextSize = 17
  240.  
  241. game:GetService("StarterGui"):SetCore("SendNotification",{
  242. Title = "Welcome",
  243. Text = "Gui Made By DragonBornGodess",
  244. Duration = 6,
  245. })
  246. wait(0.5)
  247. -- Scripts:
  248.  
  249. local function split(pString, pPattern) local Table = {} local fpat = "(.-)" .. pPattern local last_end = 1 local s, e, cap = pString:find(fpat, 1) while s do if s ~= 1 or cap ~= "" then table.insert(Table,cap) end last_end = e+1 s, e, cap = pString:find(fpat, last_end) end if last_end <= #pString then cap = pString:sub(last_end) table.insert(Table, cap) end return Table end
  250.  
  251. local playercrnt = game:GetService("Players").LocalPlayer
  252. local Mouse = playercrnt:GetMouse()
  253.  
  254. local function getstats(playername)
  255. local plrfolder = game.Players[playername].PlayerFolder
  256. local durability = tostring(plrfolder.Stats.Durability.Value)
  257. local level = tostring(plrfolder.Stats.Level.Value)
  258. local physical = tostring(plrfolder.Stats.Physical.Value)
  259. local rc = tostring(plrfolder.Stats.RC.Value)
  260. local speed = tostring(plrfolder.Stats.Speed.Value)
  261. local damage = tostring(plrfolder.Stats.Weapon.Value)
  262. local weapon = tostring(plrfolder.Customization.Weapon.Value)
  263. local nickname = tostring(plrfolder.Customization.Nickname.Value)
  264. local exp = tostring(plrfolder.Stats.Experience.Value)
  265. local yen = tostring(plrfolder.Stats.Yen.Value)
  266. local rep = tostring(plrfolder.Stats.Reputation.Value)
  267. local username = game.Players[playername].Name
  268. Durability.Text = ("Durability: " .. durability)
  269. Level.Text = ("Level: " .. level)
  270. Physical.Text = ("Physical: " .. physical)
  271. Rc.Text = ("RC: " .. rc)
  272. Speed.Text = ("Speed: " .. speed)
  273. Kagune.Text = ("Damage: " .. damage)
  274. Weapon.Text = ("Weapon: " .. weapon)
  275. Nickname.Text = ("Nickname: " .. nickname)
  276. Yen.Text = ("Yen: " .. yen)
  277. Rep.Text = ("Rep: " .. rep)
  278. Exp.Text =("EXP: " .. exp)
  279. Name.Text = ("Username: " .. username)
  280. end
  281. ---------------------------------------------------
  282. Mouse.Button1Down:connect(function()
  283. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  284. if not Mouse.Target then return end
  285. local nonparent = Mouse.Target
  286. local idk = nonparent.Parent.Parent.Name
  287. local idk1 = nonparent.Parent.Name
  288. if idk.Name == "Workspace" then getstats(idk1) else getstats(idk)
  289. end
  290. end)
  291. -----------------------------------------------------
  292. LoadValues.MouseButton1Click:connect(function()
  293. local playernametxt = Username.Text
  294. getstats(playernametxt)
  295. end)
  296. -----------------------------------------------------
  297. for _,v in pairs(game.Players:GetChildren()) do
  298.  
  299. v.Chatted:connect(function(msg)
  300. if string.match(msg, "getstats!") then
  301. if v.Name == game.Players.LocalPlayer.Name then
  302. local username = split(msg, "!")[2]
  303. local teamvalue = game.Players[username].PlayerFolder.Customization.Team.Value
  304. local teame = "N/A"
  305. if teamvalue == "CCG" then
  306. teame = "Quinque"
  307. elseif teamvalue == "Ghoul" then
  308. teame = "Kagune"
  309. end
  310. local durability = tostring(game.Players[username].PlayerFolder.Stats.Durability.Value)
  311. local level = tostring(game.Players[username].PlayerFolder.Stats.Level.Value)
  312. local physical = tostring(game.Players[username].PlayerFolder.Stats.Physical.Value)
  313. local rc = tostring(game.Players[username].PlayerFolder.Stats.RC.Value)
  314. local speed = tostring(game.Players[username].PlayerFolder.Stats.Speed.Value)
  315. local damage = tostring(game.Players[username].PlayerFolder.Stats.Weapon.Value)
  316. local weapon = tostring(game.Players[username].PlayerFolder.Customization.Weapon.Value)
  317. local nickname = tostring(game.Players[username].PlayerFolder.Customization.Nickname.Value)
  318. local exp = tostring(game.Players[username].PlayerFolder.Stats.Experience.Value)
  319. local yen = tostring(game.Players[username].PlayerFolder.Stats.Yen.Value)
  320. local rep = tostring(game.Players[username].PlayerFolder.Stats.Reputation.Value)
  321. local level = tostring(game.Players[username].PlayerFolder.Stats.Level.Value)
  322. wait(1)
  323. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Level; " .. level .. "." .. "Physical; " .. physical .. "." .. teame .. "; " .. damage .. "." .. "Durability; " .. durability .. "." .. "Speed; " .. speed .. ".", "All")
  324. end
  325. end
  326. end)
  327. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement