Advertisement
Crytonicx

dwasdwasdw

May 24th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.50 KB | None | 0 0
  1. -- Objects
  2.  
  3. local CumHole = Instance.new("ScreenGui")
  4. local Login = Instance.new("Frame")
  5. local TopBar = Instance.new("Frame")
  6. local ProjectCumholeLogin = Instance.new("TextLabel")
  7. local Username = Instance.new("TextBox")
  8. local Password = Instance.new("TextBox")
  9. local Submit = Instance.new("TextButton")
  10. local tb2 = Instance.new("Frame")
  11. local Scriptingby = Instance.new("TextLabel")
  12. local Guidesign = Instance.new("TextLabel")
  13. local ItalyAutostuff = Instance.new("Frame")
  14. local tb4 = Instance.new("Frame")
  15. local MainTxt = Instance.new("TextLabel")
  16. local exitmain = Instance.new("TextButton")
  17. local InstaBIG = Instance.new("TextButton")
  18. local tb5 = Instance.new("Frame")
  19. local autolevel = Instance.new("TextButton")
  20. local Autolvl = Instance.new("TextButton")
  21. local killaura = Instance.new("TextButton")
  22. local MaxStats = Instance.new("TextButton")
  23. local tpgyro = Instance.new("TextButton")
  24. local Autofarm = Instance.new("TextButton")
  25. local bringtool = Instance.new("TextButton")
  26. local soon2 = Instance.new("TextButton")
  27. local TeleportFrame = Instance.new("Frame")
  28. local TopBar2 = Instance.new("Frame")
  29. local TPTxt = Instance.new("TextLabel")
  30. local exittp = Instance.new("TextButton")
  31. local InstaBIG_2 = Instance.new("TextButton")
  32. local TopBar3 = Instance.new("Frame")
  33. local TPEXP = Instance.new("TextButton")
  34. local TPShop = Instance.new("TextButton")
  35. local evilstone = Instance.new("TextButton")
  36. local TPCRAB = Instance.new("TextButton")
  37. local TPHEYYAH = Instance.new("TextButton")
  38. local TPGAS = Instance.new("TextButton")
  39. local TPCLOTH = Instance.new("TextButton")
  40. local TPARCADE = Instance.new("TextButton")
  41. local importanttps = Instance.new("Frame")
  42. local tb6 = Instance.new("Frame")
  43. local MainTxt_2 = Instance.new("TextLabel")
  44. local exitimp = Instance.new("TextButton")
  45. local TPCASH = Instance.new("TextButton")
  46. local TB7 = Instance.new("Frame")
  47. local TPBone = Instance.new("TextButton")
  48. local MIDDLEMAP = Instance.new("TextButton")
  49. local soon2_2 = Instance.new("TextButton")
  50. local notice = Instance.new("TextButton")
  51. local MainFrame = Instance.new("Frame")
  52. local tb91 = Instance.new("Frame")
  53. local PJM = Instance.new("TextLabel")
  54. local OpenTele = Instance.new("TextButton")
  55. local tb92 = Instance.new("Frame")
  56. local OpenImps = Instance.new("TextButton")
  57. local OpenItaly = Instance.new("TextButton")
  58. local scriptingnotice1 = Instance.new("TextLabel")
  59. local exit34 = Instance.new("TextButton")
  60.  
  61. -- Properties
  62.  
  63. CumHole.Name = "CumHole"
  64. CumHole.Parent = game.CoreGui
  65. CumHole.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  66.  
  67. Login.Name = "Login"
  68. Login.Parent = CumHole
  69. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  70. Login.BorderColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  71. Login.BorderSizePixel = 0
  72. Login.Position = UDim2.new(0.0272289626, 0, 0.343585402, 0)
  73. Login.Size = UDim2.new(0.213389128, 0, 0.466830462, 0)
  74.  
  75. TopBar.Name = "Top Bar"
  76. TopBar.Parent = Login
  77. TopBar.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  78. TopBar.BorderSizePixel = 0
  79. TopBar.Size = UDim2.new(1, 0, 0.118421055, 0)
  80.  
  81. ProjectCumholeLogin.Name = "Project Cumhole Login"
  82. ProjectCumholeLogin.Parent = Login
  83. ProjectCumholeLogin.BackgroundColor3 = Color3.new(1, 1, 1)
  84. ProjectCumholeLogin.BackgroundTransparency = 1
  85. ProjectCumholeLogin.BorderSizePixel = 0
  86. ProjectCumholeLogin.Position = UDim2.new(0, 0, 0.117049292, 0)
  87. ProjectCumholeLogin.Size = UDim2.new(1, 0, 0.118421055, 0)
  88. ProjectCumholeLogin.Font = Enum.Font.SourceSans
  89. ProjectCumholeLogin.Text = "Project JOJO"
  90. ProjectCumholeLogin.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  91. ProjectCumholeLogin.TextSize = 30
  92. ProjectCumholeLogin.TextWrapped = true
  93.  
  94. Username.Name = "Username"
  95. Username.Parent = Login
  96. Username.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  97. Username.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  98. Username.BorderSizePixel = 7
  99. Username.Position = UDim2.new(0.173202619, 0, 0.356382966, 0)
  100. Username.Size = UDim2.new(0.653594792, 0, 0.0736842081, 0)
  101. Username.Font = Enum.Font.SourceSans
  102. Username.Text = "Username"
  103. Username.TextColor3 = Color3.new(1, 1, 1)
  104. Username.TextSize = 20
  105. Username.TextXAlignment = Enum.TextXAlignment.Left
  106.  
  107. Password.Name = "Password"
  108. Password.Parent = Login
  109. Password.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  110. Password.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  111. Password.BorderSizePixel = 7
  112. Password.Position = UDim2.new(0.173202619, 0, 0.529255271, 0)
  113. Password.Size = UDim2.new(0.653594792, 0, 0.0736842081, 0)
  114. Password.Font = Enum.Font.SourceSans
  115. Password.Text = "Password"
  116. Password.TextColor3 = Color3.new(1, 1, 1)
  117. Password.TextSize = 20
  118. Password.TextXAlignment = Enum.TextXAlignment.Left
  119.  
  120. Submit.Name = "Submit"
  121. Submit.Parent = Login
  122. Submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  123. Submit.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  124. Submit.BorderSizePixel = 6
  125. Submit.Position = UDim2.new(0.173202619, 0, 0.676315784, 0)
  126. Submit.Size = UDim2.new(0.653594792, 0, 0.12105263, 0)
  127. Submit.Font = Enum.Font.SourceSans
  128. Submit.Text = "Submit"
  129. Submit.TextColor3 = Color3.new(1, 1, 1)
  130. Submit.TextSize = 25
  131. Submit.TextWrapped = true
  132. Submit.MouseButton1Down:connect(function()
  133. Login.Visible = false
  134. MainFrame.Visible = true
  135. end)
  136.  
  137. tb2.Name = "tb2"
  138. tb2.Parent = Login
  139. tb2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  140. tb2.BorderSizePixel = 0
  141. tb2.Position = UDim2.new(0, 0, 0.0984042585, 0)
  142. tb2.Size = UDim2.new(1, 0, 0.0210526325, 0)
  143.  
  144. Scriptingby.Name = "Scriptingby"
  145. Scriptingby.Parent = Login
  146. Scriptingby.BackgroundColor3 = Color3.new(1, 1, 1)
  147. Scriptingby.BackgroundTransparency = 1
  148. Scriptingby.BorderSizePixel = 0
  149. Scriptingby.Position = UDim2.new(0.173202619, 0, 0.900824189, 0)
  150. Scriptingby.Size = UDim2.new(0.653594792, 0, 0.0394736826, 0)
  151. Scriptingby.Font = Enum.Font.SourceSans
  152. Scriptingby.Text = "Scripted By Roblox Pain AND NFM"
  153. Scriptingby.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  154. Scriptingby.TextSize = 14
  155.  
  156. Guidesign.Name = "Gui design"
  157. Guidesign.Parent = Login
  158. Guidesign.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Guidesign.BackgroundTransparency = 1
  160. Guidesign.BorderSizePixel = 0
  161. Guidesign.Position = UDim2.new(0.173202619, 0, 0.940717816, 0)
  162. Guidesign.Size = UDim2.new(0.653594792, 0, 0.0394736826, 0)
  163. Guidesign.Font = Enum.Font.SourceSans
  164. Guidesign.Text = "GUI Design by No Face Man"
  165. Guidesign.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  166. Guidesign.TextSize = 14
  167.  
  168. ItalyAutostuff.Name = "Italy/Autostuff"
  169. ItalyAutostuff.Parent = CumHole
  170. ItalyAutostuff.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  171. ItalyAutostuff.Position = UDim2.new(0.400423944, 0, 0.321997583, 0)
  172. ItalyAutostuff.Size = UDim2.new(0.28800559, 0, 0.507371008, 0)
  173. ItalyAutostuff.Visible = false
  174.  
  175. tb4.Name = "tb4"
  176. tb4.Parent = ItalyAutostuff
  177. tb4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  178. tb4.BorderSizePixel = 0
  179. tb4.Position = UDim2.new(-0.000782225397, 0, -0.0012263559, 0)
  180. tb4.Size = UDim2.new(0.99999994, 0, 0.0774818435, 0)
  181.  
  182. MainTxt.Name = "MainTxt"
  183. MainTxt.Parent = ItalyAutostuff
  184. MainTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  185. MainTxt.BackgroundTransparency = 1
  186. MainTxt.BorderSizePixel = 0
  187. MainTxt.Position = UDim2.new(-0.0266343821, 0, -0.0193704609, 0)
  188. MainTxt.Size = UDim2.new(0.484261453, 0, 0.121065378, 0)
  189. MainTxt.Font = Enum.Font.SourceSansSemibold
  190. MainTxt.Text = "Italy/Auto stuff"
  191. MainTxt.TextColor3 = Color3.new(1, 1, 1)
  192. MainTxt.TextSize = 20
  193. MainTxt.TextStrokeColor3 = Color3.new(1, 1, 1)
  194. MainTxt.TextWrapped = true
  195.  
  196. exitmain.Name = "exitmain"
  197. exitmain.Parent = ItalyAutostuff
  198. exitmain.BackgroundColor3 = Color3.new(1, 1, 1)
  199. exitmain.BackgroundTransparency = 1
  200. exitmain.BorderSizePixel = 0
  201. exitmain.Position = UDim2.new(0.906040609, 0, 0.00463335123, 0)
  202. exitmain.Size = UDim2.new(0.0920096785, 0, 0.0726392269, 0)
  203. exitmain.Font = Enum.Font.SourceSans
  204. exitmain.Text = "X"
  205. exitmain.TextColor3 = Color3.new(1, 1, 1)
  206. exitmain.TextScaled = true
  207. exitmain.TextSize = 14
  208. exitmain.TextWrapped = true
  209.  
  210. InstaBIG.Name = "InstaBIG"
  211. InstaBIG.Parent = ItalyAutostuff
  212. InstaBIG.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  213. InstaBIG.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  214. InstaBIG.BorderSizePixel = 5
  215. InstaBIG.Position = UDim2.new(0.130750597, 0, 0.191283286, 0)
  216. InstaBIG.Size = UDim2.new(0.326876491, 0, 0.11380145, 0)
  217. InstaBIG.Font = Enum.Font.SourceSansSemibold
  218. InstaBIG.Text = "Insta Kill B.I.G"
  219. InstaBIG.TextColor3 = Color3.new(1, 1, 1)
  220. InstaBIG.TextSize = 20
  221. InstaBIG.TextWrapped = true
  222.  
  223. tb5.Name = "tb5"
  224. tb5.Parent = ItalyAutostuff
  225. tb5.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  226. tb5.BorderSizePixel = 0
  227. tb5.Position = UDim2.new(-0.00320353312, 0, 0.0772725791, 0)
  228. tb5.Size = UDim2.new(0.99999994, 0, 0.0242130756, 0)
  229.  
  230. autolevel.Name = "auto level"
  231. autolevel.Parent = ItalyAutostuff
  232. autolevel.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  233. autolevel.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  234. autolevel.BorderSizePixel = 5
  235. autolevel.Position = UDim2.new(0.130750597, 0, 0.508474588, 0)
  236. autolevel.Size = UDim2.new(0.326876491, 0, 0.11380145, 0)
  237. autolevel.Font = Enum.Font.SourceSansSemibold
  238. autolevel.Text = "Auto Lvl Up"
  239. autolevel.TextColor3 = Color3.new(1, 1, 1)
  240. autolevel.TextSize = 20
  241. autolevel.TextWrapped = true
  242.  
  243. Autolvl.Name = "Autolvl"
  244. Autolvl.Parent = ItalyAutostuff
  245. Autolvl.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  246. Autolvl.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  247. Autolvl.BorderSizePixel = 5
  248. Autolvl.Position = UDim2.new(0.547215462, 0, 0.191283301, 0)
  249. Autolvl.Size = UDim2.new(0.326876491, 0, 0.11380145, 0)
  250. Autolvl.Font = Enum.Font.SourceSansSemibold
  251. Autolvl.Text = "Auto Level Up"
  252. Autolvl.TextColor3 = Color3.new(1, 1, 1)
  253. Autolvl.TextSize = 20
  254. Autolvl.TextWrapped = true
  255.  
  256. killaura.Name = "kill aura"
  257. killaura.Parent = ItalyAutostuff
  258. killaura.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  259. killaura.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  260. killaura.BorderSizePixel = 5
  261. killaura.Position = UDim2.new(0.33656168, 0, 0.658595681, 0)
  262. killaura.Size = UDim2.new(0.326876491, 0, 0.11380145, 0)
  263. killaura.Font = Enum.Font.SourceSansSemibold
  264. killaura.Text = "Kill Aura"
  265. killaura.TextColor3 = Color3.new(1, 1, 1)
  266. killaura.TextSize = 20
  267. killaura.TextWrapped = true
  268.  
  269. MaxStats.Name = "MaxStats"
  270. MaxStats.Parent = ItalyAutostuff
  271. MaxStats.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  272. MaxStats.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  273. MaxStats.BorderSizePixel = 5
  274. MaxStats.Position = UDim2.new(0.130750582, 0, 0.353510946, 0)
  275. MaxStats.Size = UDim2.new(0.326876491, 0, 0.11380145, 0)
  276. MaxStats.Font = Enum.Font.SourceSansSemibold
  277. MaxStats.Text = "Max Stats"
  278. MaxStats.TextColor3 = Color3.new(1, 1, 1)
  279. MaxStats.TextSize = 20
  280. MaxStats.TextWrapped = true
  281.  
  282. tpgyro.Name = "tp gyro"
  283. tpgyro.Parent = ItalyAutostuff
  284. tpgyro.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  285. tpgyro.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  286. tpgyro.BorderSizePixel = 5
  287. tpgyro.Position = UDim2.new(0.530266225, 0, 0.508474648, 0)
  288. tpgyro.Size = UDim2.new(0.326876491, 0, 0.11380145, 0)
  289. tpgyro.Font = Enum.Font.SourceSansSemibold
  290. tpgyro.Text = "Tp Gyro"
  291. tpgyro.TextColor3 = Color3.new(1, 1, 1)
  292. tpgyro.TextSize = 20
  293. tpgyro.TextWrapped = true
  294.  
  295. Autofarm.Name = "Autofarm"
  296. Autofarm.Parent = ItalyAutostuff
  297. Autofarm.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  298. Autofarm.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  299. Autofarm.BorderSizePixel = 5
  300. Autofarm.Position = UDim2.new(0.542372882, 0, 0.351089597, 0)
  301. Autofarm.Size = UDim2.new(0.326876491, 0, 0.11380145, 0)
  302. Autofarm.Font = Enum.Font.SourceSansSemibold
  303. Autofarm.Text = "Auto Farm Npc"
  304. Autofarm.TextColor3 = Color3.new(1, 1, 1)
  305. Autofarm.TextSize = 20
  306. Autofarm.TextWrapped = true
  307.  
  308. bringtool.Name = "bring tool"
  309. bringtool.Parent = ItalyAutostuff
  310. bringtool.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  311. bringtool.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  312. bringtool.BorderSizePixel = 5
  313. bringtool.Position = UDim2.new(0.198547125, 0, 0.820823252, 0)
  314. bringtool.Size = UDim2.new(0.639225125, 0, 0.11380145, 0)
  315. bringtool.Font = Enum.Font.SourceSansSemibold
  316. bringtool.Text = "Bring Arrow/Fruit/Mask/Tp All Tools"
  317. bringtool.TextColor3 = Color3.new(1, 1, 1)
  318. bringtool.TextSize = 20
  319. bringtool.TextWrapped = true
  320.  
  321. soon2.Name = "soon2"
  322. soon2.Parent = ItalyAutostuff
  323. soon2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  324. soon2.BackgroundTransparency = 1
  325. soon2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  326. soon2.BorderSizePixel = 0
  327. soon2.Position = UDim2.new(0.0603104196, 0, 0.0992736071, 0)
  328. soon2.Size = UDim2.new(0.900726318, 0, 0.0484261513, 0)
  329. soon2.Font = Enum.Font.SourceSansSemibold
  330. soon2.Text = "insta Fill Meter will be coming soon.."
  331. soon2.TextColor3 = Color3.new(1, 1, 1)
  332. soon2.TextSize = 20
  333. soon2.TextWrapped = true
  334.  
  335. TeleportFrame.Name = "TeleportFrame"
  336. TeleportFrame.Parent = CumHole
  337. TeleportFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  338. TeleportFrame.Position = UDim2.new(0.382466555, 0, 0.338676274, 0)
  339. TeleportFrame.Size = UDim2.new(0.286610872, 0, 0.507371008, 0)
  340. TeleportFrame.Visible = false
  341.  
  342. TopBar2.Name = "Top Bar2"
  343. TopBar2.Parent = TeleportFrame
  344. TopBar2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  345. TopBar2.BorderSizePixel = 0
  346. TopBar2.Position = UDim2.new(-0.00320353312, 0, -0.00122635812, 0)
  347. TopBar2.Size = UDim2.new(1.00486612, 0, 0.0774818435, 0)
  348.  
  349. TPTxt.Name = "TPTxt"
  350. TPTxt.Parent = TeleportFrame
  351. TPTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  352. TPTxt.BackgroundTransparency = 1
  353. TPTxt.BorderSizePixel = 0
  354. TPTxt.Position = UDim2.new(-0.00959097035, 0, -0.0518943481, 0)
  355. TPTxt.Size = UDim2.new(0.486618012, 0, 0.154963687, 0)
  356. TPTxt.Font = Enum.Font.SourceSansSemibold
  357. TPTxt.Text = "Teleportation Functions"
  358. TPTxt.TextColor3 = Color3.new(1, 1, 1)
  359. TPTxt.TextSize = 20
  360. TPTxt.TextStrokeColor3 = Color3.new(1, 1, 1)
  361. TPTxt.TextWrapped = true
  362.  
  363. exittp.Name = "exittp"
  364. exittp.Parent = TeleportFrame
  365. exittp.BackgroundColor3 = Color3.new(1, 1, 1)
  366. exittp.BackgroundTransparency = 1
  367. exittp.BorderSizePixel = 0
  368. exittp.Position = UDim2.new(0.906040609, 0, 0.00463335123, 0)
  369. exittp.Size = UDim2.new(0.0924574211, 0, 0.0726392269, 0)
  370. exittp.Font = Enum.Font.SourceSans
  371. exittp.Text = "X"
  372. exittp.TextColor3 = Color3.new(1, 1, 1)
  373. exittp.TextScaled = true
  374. exittp.TextSize = 14
  375. exittp.TextWrapped = true
  376.  
  377. InstaBIG_2.Name = "InstaBIG"
  378. InstaBIG_2.Parent = TeleportFrame
  379. InstaBIG_2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  380. InstaBIG_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  381. InstaBIG_2.BorderSizePixel = 5
  382. InstaBIG_2.Position = UDim2.new(0.0920096859, 0, 0.316560209, 0)
  383. InstaBIG_2.Size = UDim2.new(0.32846716, 0, 0.11380145, 0)
  384. InstaBIG_2.Font = Enum.Font.SourceSansSemibold
  385. InstaBIG_2.Text = "Tp Gyro"
  386. InstaBIG_2.TextColor3 = Color3.new(1, 1, 1)
  387. InstaBIG_2.TextSize = 20
  388. InstaBIG_2.TextWrapped = true
  389.  
  390. TopBar3.Name = "Top Bar3"
  391. TopBar3.Parent = TeleportFrame
  392. TopBar3.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  393. TopBar3.BorderSizePixel = 0
  394. TopBar3.Position = UDim2.new(-0.00320353359, 0, 0.0792258382, 0)
  395. TopBar3.Size = UDim2.new(1.00486612, 0, 0.0242130756, 0)
  396.  
  397. TPEXP.Name = "TPEXP"
  398. TPEXP.Parent = TeleportFrame
  399. TPEXP.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  400. TPEXP.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  401. TPEXP.BorderSizePixel = 5
  402. TPEXP.Position = UDim2.new(0.479418874, 0, 0.146709785, 0)
  403. TPEXP.Size = UDim2.new(0.32846716, 0, 0.11380145, 0)
  404. TPEXP.Font = Enum.Font.SourceSansSemibold
  405. TPEXP.Text = "Tp Exp Is Power"
  406. TPEXP.TextColor3 = Color3.new(1, 1, 1)
  407. TPEXP.TextSize = 20
  408. TPEXP.TextWrapped = true
  409.  
  410. TPShop.Name = "TPShop"
  411. TPShop.Parent = TeleportFrame
  412. TPShop.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  413. TPShop.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  414. TPShop.BorderSizePixel = 5
  415. TPShop.Position = UDim2.new(0.0920095742, 0, 0.682185054, 0)
  416. TPShop.Size = UDim2.new(0.32846716, 0, 0.11380145, 0)
  417. TPShop.Font = Enum.Font.SourceSansSemibold
  418. TPShop.Text = "Tp Shop"
  419. TPShop.TextColor3 = Color3.new(1, 1, 1)
  420. TPShop.TextSize = 20
  421. TPShop.TextWrapped = true
  422.  
  423. evilstone.Name = "evilstone"
  424. evilstone.Parent = TeleportFrame
  425. evilstone.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  426. evilstone.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  427. evilstone.BorderSizePixel = 5
  428. evilstone.Position = UDim2.new(0.479418874, 0, 0.311255187, 0)
  429. evilstone.Size = UDim2.new(0.32846716, 0, 0.11380145, 0)
  430. evilstone.Font = Enum.Font.SourceSansSemibold
  431. evilstone.Text = "Tp Evil Stone User"
  432. evilstone.TextColor3 = Color3.new(1, 1, 1)
  433. evilstone.TextSize = 20
  434. evilstone.TextWrapped = true
  435.  
  436. TPCRAB.Name = "TPCRAB"
  437. TPCRAB.Parent = TeleportFrame
  438. TPCRAB.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  439. TPCRAB.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  440. TPCRAB.BorderSizePixel = 5
  441. TPCRAB.Position = UDim2.new(0.0920096189, 0, 0.148467153, 0)
  442. TPCRAB.Size = UDim2.new(0.32846716, 0, 0.11380145, 0)
  443. TPCRAB.Font = Enum.Font.SourceSansSemibold
  444. TPCRAB.Text = "Tp Crab"
  445. TPCRAB.TextColor3 = Color3.new(1, 1, 1)
  446. TPCRAB.TextSize = 20
  447. TPCRAB.TextWrapped = true
  448.  
  449. TPHEYYAH.Name = "TPHEYYAH"
  450. TPHEYYAH.Parent = TeleportFrame
  451. TPHEYYAH.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  452. TPHEYYAH.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  453. TPHEYYAH.BorderSizePixel = 5
  454. TPHEYYAH.Position = UDim2.new(0.0944308639, 0, 0.489425033, 0)
  455. TPHEYYAH.Size = UDim2.new(0.32846716, 0, 0.11380145, 0)
  456. TPHEYYAH.Font = Enum.Font.SourceSansSemibold
  457. TPHEYYAH.Text = "Tp Hey Yah"
  458. TPHEYYAH.TextColor3 = Color3.new(1, 1, 1)
  459. TPHEYYAH.TextSize = 20
  460. TPHEYYAH.TextWrapped = true
  461.  
  462. TPGAS.Name = "TPGAS"
  463. TPGAS.Parent = TeleportFrame
  464. TPGAS.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  465. TPGAS.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  466. TPGAS.BorderSizePixel = 5
  467. TPGAS.Position = UDim2.new(0.479418755, 0, 0.493083268, 0)
  468. TPGAS.Size = UDim2.new(0.32846716, 0, 0.11380145, 0)
  469. TPGAS.Font = Enum.Font.SourceSansSemibold
  470. TPGAS.Text = "Tp Gas Station"
  471. TPGAS.TextColor3 = Color3.new(1, 1, 1)
  472. TPGAS.TextSize = 20
  473. TPGAS.TextWrapped = true
  474.  
  475. TPCLOTH.Name = "TPCLOTH"
  476. TPCLOTH.Parent = TeleportFrame
  477. TPCLOTH.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  478. TPCLOTH.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  479. TPCLOTH.BorderSizePixel = 5
  480. TPCLOTH.Position = UDim2.new(0.307505935, 0, 0.855052531, 0)
  481. TPCLOTH.Size = UDim2.new(0.32846716, 0, 0.11380145, 0)
  482. TPCLOTH.Font = Enum.Font.SourceSansSemibold
  483. TPCLOTH.Text = "Tp Cloth Shop"
  484. TPCLOTH.TextColor3 = Color3.new(1, 1, 1)
  485. TPCLOTH.TextSize = 20
  486. TPCLOTH.TextWrapped = true
  487.  
  488. TPARCADE.Name = "TPARCADE"
  489. TPARCADE.Parent = TeleportFrame
  490. TPARCADE.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  491. TPARCADE.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  492. TPARCADE.BorderSizePixel = 5
  493. TPARCADE.Position = UDim2.new(0.479418755, 0, 0.68073678, 0)
  494. TPARCADE.Size = UDim2.new(0.32846716, 0, 0.11380145, 0)
  495. TPARCADE.Font = Enum.Font.SourceSansSemibold
  496. TPARCADE.Text = "Tp Arcade Shop"
  497. TPARCADE.TextColor3 = Color3.new(1, 1, 1)
  498. TPARCADE.TextSize = 20
  499. TPARCADE.TextWrapped = true
  500.  
  501. importanttps.Name = "important tp's"
  502. importanttps.Parent = CumHole
  503. importanttps.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  504. importanttps.Position = UDim2.new(0.37993148, 0, 0.321768761, 0)
  505. importanttps.Size = UDim2.new(0.28800559, 0, 0.507371008, 0)
  506. importanttps.Visible = false
  507.  
  508. tb6.Name = "tb6"
  509. tb6.Parent = importanttps
  510. tb6.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  511. tb6.BorderSizePixel = 0
  512. tb6.Position = UDim2.new(-0.000782225281, 0, 0.00119495182, 0)
  513. tb6.Size = UDim2.new(0.99999994, 0, 0.0774818435, 0)
  514.  
  515. MainTxt_2.Name = "MainTxt"
  516. MainTxt_2.Parent = importanttps
  517. MainTxt_2.BackgroundColor3 = Color3.new(1, 1, 1)
  518. MainTxt_2.BackgroundTransparency = 1
  519. MainTxt_2.BorderSizePixel = 0
  520. MainTxt_2.Position = UDim2.new(-0.0266343821, 0, -0.0193704609, 0)
  521. MainTxt_2.Size = UDim2.new(0.484261453, 0, 0.121065378, 0)
  522. MainTxt_2.Font = Enum.Font.SourceSansSemibold
  523. MainTxt_2.Text = "Important Stuff Tp"
  524. MainTxt_2.TextColor3 = Color3.new(1, 1, 1)
  525. MainTxt_2.TextSize = 20
  526. MainTxt_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  527. MainTxt_2.TextWrapped = true
  528.  
  529. exitimp.Name = "exitimp"
  530. exitimp.Parent = importanttps
  531. exitimp.BackgroundColor3 = Color3.new(1, 1, 1)
  532. exitimp.BackgroundTransparency = 1
  533. exitimp.BorderSizePixel = 0
  534. exitimp.Position = UDim2.new(0.906040609, 0, 0.00463335123, 0)
  535. exitimp.Size = UDim2.new(0.0920096785, 0, 0.0726392269, 0)
  536. exitimp.Font = Enum.Font.SourceSans
  537. exitimp.Text = "X"
  538. exitimp.TextColor3 = Color3.new(1, 1, 1)
  539. exitimp.TextScaled = true
  540. exitimp.TextSize = 14
  541. exitimp.TextWrapped = true
  542.  
  543. TPCASH.Name = "TPCASH"
  544. TPCASH.Parent = importanttps
  545. TPCASH.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  546. TPCASH.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  547. TPCASH.BorderSizePixel = 5
  548. TPCASH.Position = UDim2.new(0.116222754, 0, 0.237288132, 0)
  549. TPCASH.Size = UDim2.new(0.326876491, 0, 0.11380145, 0)
  550. TPCASH.Font = Enum.Font.SourceSansSemibold
  551. TPCASH.Text = "Tp Cash"
  552. TPCASH.TextColor3 = Color3.new(1, 1, 1)
  553. TPCASH.TextSize = 20
  554. TPCASH.TextWrapped = true
  555.  
  556. TB7.Name = "TB7"
  557. TB7.Parent = importanttps
  558. TB7.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  559. TB7.BorderSizePixel = 0
  560. TB7.Position = UDim2.new(-0.000782225747, 0, 0.0772725791, 0)
  561. TB7.Size = UDim2.new(0.99999994, 0, 0.0242130756, 0)
  562.  
  563. TPBone.Name = "TPBone"
  564. TPBone.Parent = importanttps
  565. TPBone.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  566. TPBone.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  567. TPBone.BorderSizePixel = 5
  568. TPBone.Position = UDim2.new(0.532687604, 0, 0.237288147, 0)
  569. TPBone.Size = UDim2.new(0.326876491, 0, 0.11380145, 0)
  570. TPBone.Font = Enum.Font.SourceSansSemibold
  571. TPBone.Text = "Tp Bone"
  572. TPBone.TextColor3 = Color3.new(1, 1, 1)
  573. TPBone.TextSize = 20
  574. TPBone.TextWrapped = true
  575.  
  576. MIDDLEMAP.Name = "MIDDLEMAP"
  577. MIDDLEMAP.Parent = importanttps
  578. MIDDLEMAP.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  579. MIDDLEMAP.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  580. MIDDLEMAP.BorderSizePixel = 5
  581. MIDDLEMAP.Position = UDim2.new(0.239709377, 0, 0.44309929, 0)
  582. MIDDLEMAP.Size = UDim2.new(0.513317168, 0, 0.11380145, 0)
  583. MIDDLEMAP.Font = Enum.Font.SourceSansSemibold
  584. MIDDLEMAP.Text = "Middle Of Map TP"
  585. MIDDLEMAP.TextColor3 = Color3.new(1, 1, 1)
  586. MIDDLEMAP.TextSize = 20
  587. MIDDLEMAP.TextWrapped = true
  588.  
  589. soon2_2.Name = "soon2"
  590. soon2_2.Parent = importanttps
  591. soon2_2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  592. soon2_2.BackgroundTransparency = 1
  593. soon2_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  594. soon2_2.BorderSizePixel = 0
  595. soon2_2.Position = UDim2.new(0.0603104196, 0, 0.0992736071, 0)
  596. soon2_2.Size = UDim2.new(0.900726318, 0, 0.0484261513, 0)
  597. soon2_2.Font = Enum.Font.SourceSansSemibold
  598. soon2_2.Text = "insta Fill Meter will be coming soon.."
  599. soon2_2.TextColor3 = Color3.new(1, 1, 1)
  600. soon2_2.TextSize = 20
  601. soon2_2.TextWrapped = true
  602.  
  603. notice.Name = "notice"
  604. notice.Parent = importanttps
  605. notice.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  606. notice.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  607. notice.BorderSizePixel = 5
  608. notice.Position = UDim2.new(0.130750537, 0, 0.692493975, 0)
  609. notice.Size = UDim2.new(0.774818361, 0, 0.193704605, 0)
  610. notice.Font = Enum.Font.SourceSansSemibold
  611. notice.Text = "More Will be Coming Soon.. and insta fill meter it will be only updated on the discord so you must join roblox pain discord."
  612. notice.TextColor3 = Color3.new(1, 1, 1)
  613. notice.TextSize = 20
  614. notice.TextWrapped = true
  615.  
  616. MainFrame.Name = "MainFrame"
  617. MainFrame.Parent = CumHole
  618. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  619. MainFrame.Position = UDim2.new(0.395948708, 0, 0.321502447, 0)
  620. MainFrame.Size = UDim2.new(0.34518829, 0, 0.507371008, 0)
  621. MainFrame.Visible = false
  622.  
  623. tb91.Name = "tb91"
  624. tb91.Parent = MainFrame
  625. tb91.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  626. tb91.BorderSizePixel = 0
  627. tb91.Position = UDim2.new(-0.000782236399, 0, -0.001226319, 0)
  628. tb91.Size = UDim2.new(1, 0, 0.0774818435, 0)
  629.  
  630. PJM.Name = "PJM"
  631. PJM.Parent = MainFrame
  632. PJM.BackgroundColor3 = Color3.new(1, 1, 1)
  633. PJM.BackgroundTransparency = 1
  634. PJM.BorderSizePixel = 0
  635. PJM.Position = UDim2.new(-0.0266343821, 0, -0.0193704609, 0)
  636. PJM.Size = UDim2.new(0.404040396, 0, 0.121065378, 0)
  637. PJM.Font = Enum.Font.SourceSansSemibold
  638. PJM.Text = "Project JoJo Mainframe"
  639. PJM.TextColor3 = Color3.new(1, 1, 1)
  640. PJM.TextSize = 20
  641. PJM.TextStrokeColor3 = Color3.new(1, 1, 1)
  642. PJM.TextWrapped = true
  643.  
  644. OpenTele.Name = "OpenTele"
  645. OpenTele.Parent = MainFrame
  646. OpenTele.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  647. OpenTele.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  648. OpenTele.BorderSizePixel = 5
  649. OpenTele.Position = UDim2.new(0.0266050249, 0, 0.121065371, 0)
  650. OpenTele.Size = UDim2.new(0.272727281, 0, 0.11380145, 0)
  651. OpenTele.Font = Enum.Font.SourceSansSemibold
  652. OpenTele.Text = "Regular Tp's"
  653. OpenTele.TextColor3 = Color3.new(1, 1, 1)
  654. OpenTele.TextSize = 20
  655. OpenTele.TextWrapped = true
  656.  
  657. tb92.Name = "tb92"
  658. tb92.Parent = MainFrame
  659. tb92.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  660. tb92.BorderSizePixel = 0
  661. tb92.Position = UDim2.new(-0.00118334219, 0, 0.0748512745, 0)
  662. tb92.Size = UDim2.new(1.00202024, 0, 0.0242130756, 0)
  663.  
  664. OpenImps.Name = "OpenImps"
  665. OpenImps.Parent = MainFrame
  666. OpenImps.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  667. OpenImps.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  668. OpenImps.BorderSizePixel = 5
  669. OpenImps.Position = UDim2.new(0.701034546, 0, 0.121065386, 0)
  670. OpenImps.Size = UDim2.new(0.272727281, 0, 0.11380145, 0)
  671. OpenImps.Font = Enum.Font.SourceSansSemibold
  672. OpenImps.Text = "Important TP's"
  673. OpenImps.TextColor3 = Color3.new(1, 1, 1)
  674. OpenImps.TextSize = 20
  675. OpenImps.TextWrapped = true
  676.  
  677. OpenItaly.Name = "OpenItaly"
  678. OpenItaly.Parent = MainFrame
  679. OpenItaly.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  680. OpenItaly.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  681. OpenItaly.BorderSizePixel = 5
  682. OpenItaly.Position = UDim2.new(0.362007499, 0, 0.121065408, 0)
  683. OpenItaly.Size = UDim2.new(0.272727281, 0, 0.11380145, 0)
  684. OpenItaly.Font = Enum.Font.SourceSansSemibold
  685. OpenItaly.Text = "Auto Stuff (OP)"
  686. OpenItaly.TextColor3 = Color3.new(1, 1, 1)
  687. OpenItaly.TextSize = 20
  688. OpenItaly.TextWrapped = true
  689.  
  690. scriptingnotice1.Name = "scriptingnotice1"
  691. scriptingnotice1.Parent = MainFrame
  692. scriptingnotice1.BackgroundColor3 = Color3.new(1, 1, 1)
  693. scriptingnotice1.BackgroundTransparency = 1
  694. scriptingnotice1.BorderSizePixel = 0
  695. scriptingnotice1.Position = UDim2.new(0.130750611, 0, 0.854721606, 0)
  696. scriptingnotice1.Size = UDim2.new(0.652525246, 0, 0.121065378, 0)
  697. scriptingnotice1.Font = Enum.Font.SourceSans
  698. scriptingnotice1.Text = "All GUi Scripting by No Face Man on V3rm"
  699. scriptingnotice1.TextColor3 = Color3.new(1, 1, 1)
  700. scriptingnotice1.TextSize = 14
  701.  
  702. exit34.Name = "exit34"
  703. exit34.Parent = MainFrame
  704. exit34.BackgroundColor3 = Color3.new(1, 1, 1)
  705. exit34.BackgroundTransparency = 1
  706. exit34.BorderSizePixel = 0
  707. exit34.Position = UDim2.new(0.807132483, 0, 0.00484261522, 0)
  708. exit34.Size = UDim2.new(0.25656566, 0, 0.0750605315, 0)
  709. exit34.Font = Enum.Font.SourceSans
  710. exit34.Text = "X"
  711. exit34.TextColor3 = Color3.new(1, 1, 1)
  712. exit34.TextScaled = true
  713. exit34.TextSize = 14
  714. exit34.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement