Zickzacklinks

My privat hack

Dec 19th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.77 KB | None | 0 0
  1. my hack private sorry its in beta.
  2.  
  3. <div id="container">
  4. <img src="img/logo.png" width="90%">
  5. <p>Generate Unlimited Robux</p>
  6.  
  7. <div id="usernamecontainer">
  8. <div class="form-option">
  9. <input id="username" class="input-form input-command" maxlength="33" type="text" placeholder="Enter your Roblox username / email address">
  10. </div>
  11. <button class="buttonstyle1 username"><b>NEXT</b></button>
  12.  
  13. <p>Robux Generated Today: <span id="resources">702</span>k</p>
  14. <p>Total Users Online: <span id="randomnumber">329</span></p>
  15. </div>
  16.  
  17. <div id="devicecontainer">
  18. <h2>Choose Your Device</h2>
  19. <table width="100%">
  20. <tbody><tr>
  21. <th>
  22. <img class="device" onclick="device('Android')" src="img/android.png" width="60%">ANDROID<br><br>
  23. </th>
  24. <th>
  25. <img class="device" onclick="device('iOS')" src="img/ios.png" width="60%">iOS<br><br>
  26. </th>
  27. </tr>
  28.  
  29. <tr>
  30. <th>
  31. <img class="device" onclick="device('Window')" src="img/windows.png" width="60%">WINDOW<br><br>
  32. </th>
  33. <th>
  34. <img class="device" onclick="device('macOS')" src="img/macos.png" width="60%">macOS<br><br>
  35. </th>
  36. </tr>
  37.  
  38. <tr>
  39. <th>
  40. <img class="device" onclick="device('Xbox')" src="img/xbox.png" width="60%">XBOX<br><br>
  41. </th>
  42. <th>
  43. <img class="device" onclick="device('OCULUS RIFT')" src="img/oculus.png" width="60%">OCULUS RIFT<br><br>
  44. </th>
  45. </tr>
  46. </tbody></table>
  47. </div>
  48.  
  49. <div id="resource1">
  50. <h2>Choose Your Robux</h2>
  51. <table width="100%">
  52. <tbody><tr>
  53. <th width="10%">
  54. <img src="img/robux.png" width="100%">
  55. </th>
  56. <th width="30%">
  57. <p style="text-align: left;">50,000</p>
  58. </th>
  59. <th width="60%">
  60. <button onclick="robux('50000')" class="buttonstyle2 robux">SELECT</button>
  61. </th>
  62. </tr>
  63.  
  64. <tr>
  65. <th width="10%">
  66. <img src="img/robux.png" width="100%">
  67. </th>
  68. <th width="30%">
  69. <p style="text-align: left;">100,000</p>
  70. </th>
  71. <th width="60%">
  72. <button onclick="robux('100000')" class="buttonstyle2 robux">SELECT</button>
  73. </th>
  74. </tr>
  75.  
  76. <tr>
  77. <th width="10%">
  78. <img src="img/robux.png" width="100%">
  79. </th>
  80. <th width="30%">
  81. <p style="text-align: left;">250,000</p>
  82. </th>
  83. <th width="60%">
  84. <button onclick="robux('250000')" class="buttonstyle2 robux">SELECT</button>
  85. </th>
  86. </tr>
  87.  
  88. <tr>
  89. <th width="10%">
  90. <img src="img/robux.png" width="100%">
  91. </th>
  92. <th width="30%">
  93. <p style="text-align: left;">500,000</p>
  94. </th>
  95. <th width="60%">
  96. <button onclick="robux('500000')" class="buttonstyle2 robux">SELECT</button>
  97. </th>
  98. </tr>
  99. </tbody></table>
  100. </div>
  101.  
  102. <div id="additional">
  103. <h2>Upgarde to 12 Months Outrageous Builder Club for Free?</h2>
  104.  
  105. <div class="slider">
  106. <input type="checkbox" value="None" id="slider" name="check" checked="">
  107. <label for="slider"></label>
  108. </div>
  109.  
  110. <button class="buttonstyle1 generate" onclick="move()"><b>GENERATE</b></button>
  111. </div>
  112.  
  113. <div id="progress">
  114. <div id="progressbarcontainer">
  115. <div id="progressbar">
  116. <div id="progressbarlabel">0%</div>
  117. </div>
  118. </div>
  119. <br>
  120. <br>
  121. <div id="progresslog"></div>
  122. <br>
  123. <br>
  124. <div id="gen6">
  125. <img src="img/robux.png" width="10%">
  126. <span id="robuxqty">0</span>
  127. </div>
  128.  
  129. <div id="gen5"><img src="img/outrageous.png" width="30%"></div>
  130. <div id="gen4"><img src="img/usernameconfirm.png" width="30%"></div>
  131. <div id="gen3"><img src="img/searchingusername.svg" width="30%"></div>
  132. <div id="gen2"><img src="img/connectserversuccess.png" width="30%"></div>
  133. <div id="gen1"><img src="img/connectserver.svg" width="30%"></div>
  134. </div>
  135. </div>
  136.  
  137.  
  138. <div id="container">
  139. <img src="img/logo.png" width="90%">
  140. <p>Generate Unlimited Robux</p>
  141.  
  142. <div id="usernamecontainer" style="display: none;">
  143. <div class="form-option">
  144. <input id="username" class="input-form input-command" maxlength="33" type="text" placeholder="Enter your Roblox username / email address">
  145. </div>
  146. <button class="buttonstyle1 username"><b>NEXT</b></button>
  147.  
  148. <p>Robux Generated Today: <span id="resources">1421</span>k</p>
  149. <p>Total Users Online: <span id="randomnumber">970</span></p>
  150. </div>
  151.  
  152. <div id="devicecontainer" style="display: block;">
  153. <h2>Choose Your Device</h2>
  154. <table width="100%">
  155. <tbody><tr>
  156. <th>
  157. <img class="device" onclick="device('Android')" src="img/android.png" width="60%">ANDROID<br><br>
  158. </th>
  159. <th>
  160. <img class="device" onclick="device('iOS')" src="img/ios.png" width="60%">iOS<br><br>
  161. </th>
  162. </tr>
  163.  
  164. <tr>
  165. <th>
  166. <img class="device" onclick="device('Window')" src="img/windows.png" width="60%">WINDOW<br><br>
  167. </th>
  168. <th>
  169. <img class="device" onclick="device('macOS')" src="img/macos.png" width="60%">macOS<br><br>
  170. </th>
  171. </tr>
  172.  
  173. <tr>
  174. <th>
  175. <img class="device" onclick="device('Xbox')" src="img/xbox.png" width="60%">XBOX<br><br>
  176. </th>
  177. <th>
  178. <img class="device" onclick="device('OCULUS RIFT')" src="img/oculus.png" width="60%">OCULUS RIFT<br><br>
  179. </th>
  180. </tr>
  181. </tbody></table>
  182. </div>
  183.  
  184. <div id="resource1">
  185. <h2>Choose Your Robux</h2>
  186. <table width="100%">
  187. <tbody><tr>
  188. <th width="10%">
  189. <img src="img/robux.png" width="100%">
  190. </th>
  191. <th width="30%">
  192. <p style="text-align: left;">50,000</p>
  193. </th>
  194. <th width="60%">
  195. <button onclick="robux('50000')" class="buttonstyle2 robux">SELECT</button>
  196. </th>
  197. </tr>
  198.  
  199. <tr>
  200. <th width="10%">
  201. <img src="img/robux.png" width="100%">
  202. </th>
  203. <th width="30%">
  204. <p style="text-align: left;">100,000</p>
  205. </th>
  206. <th width="60%">
  207. <button onclick="robux('100000')" class="buttonstyle2 robux">SELECT</button>
  208. </th>
  209. </tr>
  210.  
  211. <tr>
  212. <th width="10%">
  213. <img src="img/robux.png" width="100%">
  214. </th>
  215. <th width="30%">
  216. <p style="text-align: left;">250,000</p>
  217. </th>
  218. <th width="60%">
  219. <button onclick="robux('250000')" class="buttonstyle2 robux">SELECT</button>
  220. </th>
  221. </tr>
  222.  
  223. <tr>
  224. <th width="10%">
  225. <img src="img/robux.png" width="100%">
  226. </th>
  227. <th width="30%">
  228. <p style="text-align: left;">500,000</p>
  229. </th>
  230. <th width="60%">
  231. <button onclick="robux('500000')" class="buttonstyle2 robux">SELECT</button>
  232. </th>
  233. </tr>
  234. </tbody></table>
  235. </div>
  236.  
  237. <div id="additional">
  238. <h2>Upgarde to 12 Months Outrageous Builder Club for Free?</h2>
  239.  
  240. <div class="slider">
  241. <input type="checkbox" value="None" id="slider" name="check" checked="">
  242. <label for="slider"></label>
  243. </div>
  244.  
  245. <button class="buttonstyle1 generate" onclick="move()"><b>GENERATE</b></button>
  246. </div>
  247.  
  248. <div id="progress">
  249. <div id="progressbarcontainer">
  250. <div id="progressbar">
  251. <div id="progressbarlabel">0%</div>
  252. </div>
  253. </div>
  254. <br>
  255. <br>
  256. <div id="progresslog"></div>
  257. <br>
  258. <br>
  259. <div id="gen6">
  260. <img src="img/robux.png" width="10%">
  261. <span id="robuxqty">0</span>
  262. </div>
  263.  
  264. <div id="gen5"><img src="img/outrageous.png" width="30%"></div>
  265. <div id="gen4"><img src="img/usernameconfirm.png" width="30%"></div>
  266. <div id="gen3"><img src="img/searchingusername.svg" width="30%"></div>
  267. <div id="gen2"><img src="img/connectserversuccess.png" width="30%"></div>
  268. <div id="gen1"><img src="img/connectserver.svg" width="30%"></div>
  269. </div>
  270. </div>
  271.  
  272.  
  273.  
  274. <div id="container">
  275. <img src="img/logo.png" width="90%">
  276. <p>Generate Unlimited Robux</p>
  277.  
  278. <div id="usernamecontainer" style="display: none;">
  279. <div class="form-option">
  280. <input id="username" class="input-form input-command" maxlength="33" type="text" placeholder="Enter your Roblox username / email address">
  281. </div>
  282. <button class="buttonstyle1 username"><b>NEXT</b></button>
  283.  
  284. <p>Robux Generated Today: <span id="resources">2348</span>k</p>
  285. <p>Total Users Online: <span id="randomnumber">49</span></p>
  286. </div>
  287.  
  288. <div id="devicecontainer" style="display: none;">
  289. <h2>Choose Your Device</h2>
  290. <table width="100%">
  291. <tbody><tr>
  292. <th>
  293. <img class="device" onclick="device('Android')" src="img/android.png" width="60%">ANDROID<br><br>
  294. </th>
  295. <th>
  296. <img class="device" onclick="device('iOS')" src="img/ios.png" width="60%">iOS<br><br>
  297. </th>
  298. </tr>
  299.  
  300. <tr>
  301. <th>
  302. <img class="device" onclick="device('Window')" src="img/windows.png" width="60%">WINDOW<br><br>
  303. </th>
  304. <th>
  305. <img class="device" onclick="device('macOS')" src="img/macos.png" width="60%">macOS<br><br>
  306. </th>
  307. </tr>
  308.  
  309. <tr>
  310. <th>
  311. <img class="device" onclick="device('Xbox')" src="img/xbox.png" width="60%">XBOX<br><br>
  312. </th>
  313. <th>
  314. <img class="device" onclick="device('OCULUS RIFT')" src="img/oculus.png" width="60%">OCULUS RIFT<br><br>
  315. </th>
  316. </tr>
  317. </tbody></table>
  318. </div>
  319.  
  320. <div id="resource1" style="display: block;">
  321. <h2>Choose Your Robux</h2>
  322. <table width="100%">
  323. <tbody><tr>
  324. <th width="10%">
  325. <img src="img/robux.png" width="100%">
  326. </th>
  327. <th width="30%">
  328. <p style="text-align: left;">50,000</p>
  329. </th>
  330. <th width="60%">
  331. <button onclick="robux('50000')" class="buttonstyle2 robux">SELECT</button>
  332. </th>
  333. </tr>
  334.  
  335. <tr>
  336. <th width="10%">
  337. <img src="img/robux.png" width="100%">
  338. </th>
  339. <th width="30%">
  340. <p style="text-align: left;">100,000</p>
  341. </th>
  342. <th width="60%">
  343. <button onclick="robux('100000')" class="buttonstyle2 robux">SELECT</button>
  344. </th>
  345. </tr>
  346.  
  347. <tr>
  348. <th width="10%">
  349. <img src="img/robux.png" width="100%">
  350. </th>
  351. <th width="30%">
  352. <p style="text-align: left;">250,000</p>
  353. </th>
  354. <th width="60%">
  355. <button onclick="robux('250000')" class="buttonstyle2 robux">SELECT</button>
  356. </th>
  357. </tr>
  358.  
  359. <tr>
  360. <th width="10%">
  361. <img src="img/robux.png" width="100%">
  362. </th>
  363. <th width="30%">
  364. <p style="text-align: left;">500,000</p>
  365. </th>
  366. <th width="60%">
  367. <button onclick="robux('500000')" class="buttonstyle2 robux">SELECT</button>
  368. </th>
  369. </tr>
  370. </tbody></table>
  371. </div>
  372.  
  373. <div id="additional">
  374. <h2>Upgarde to 12 Months Outrageous Builder Club for Free?</h2>
  375.  
  376. <div class="slider">
  377. <input type="checkbox" value="None" id="slider" name="check" checked="">
  378. <label for="slider"></label>
  379. </div>
  380.  
  381. <button class="buttonstyle1 generate" onclick="move()"><b>GENERATE</b></button>
  382. </div>
  383.  
  384. <div id="progress">
  385. <div id="progressbarcontainer">
  386. <div id="progressbar">
  387. <div id="progressbarlabel">0%</div>
  388. </div>
  389. </div>
  390. <br>
  391. <br>
  392. <div id="progresslog"></div>
  393. <br>
  394. <br>
  395. <div id="gen6">
  396. <img src="img/robux.png" width="10%">
  397. <span id="robuxqty">0</span>
  398. </div>
  399.  
  400. <div id="gen5"><img src="img/outrageous.png" width="30%"></div>
  401. <div id="gen4"><img src="img/usernameconfirm.png" width="30%"></div>
  402. <div id="gen3"><img src="img/searchingusername.svg" width="30%"></div>
  403. <div id="gen2"><img src="img/connectserversuccess.png" width="30%"></div>
  404. <div id="gen1"><img src="img/connectserver.svg" width="30%"></div>
  405. </div>
  406. </div>
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414. <div id="container">
  415. <img src="img/logo.png" width="90%">
  416. <p>Generate Unlimited Robux</p>
  417.  
  418. <div id="usernamecontainer" style="display: none;">
  419. <div class="form-option">
  420. <input id="username" class="input-form input-command" maxlength="33" type="text" placeholder="Enter your Roblox username / email address">
  421. </div>
  422. <button class="buttonstyle1 username"><b>NEXT</b></button>
  423.  
  424. <p>Robux Generated Today: <span id="resources">636</span>k</p>
  425. <p>Total Users Online: <span id="randomnumber">707</span></p>
  426. </div>
  427.  
  428. <div id="devicecontainer" style="display: none;">
  429. <h2>Choose Your Device</h2>
  430. <table width="100%">
  431. <tbody><tr>
  432. <th>
  433. <img class="device" onclick="device('Android')" src="img/android.png" width="60%">ANDROID<br><br>
  434. </th>
  435. <th>
  436. <img class="device" onclick="device('iOS')" src="img/ios.png" width="60%">iOS<br><br>
  437. </th>
  438. </tr>
  439.  
  440. <tr>
  441. <th>
  442. <img class="device" onclick="device('Window')" src="img/windows.png" width="60%">WINDOW<br><br>
  443. </th>
  444. <th>
  445. <img class="device" onclick="device('macOS')" src="img/macos.png" width="60%">macOS<br><br>
  446. </th>
  447. </tr>
  448.  
  449. <tr>
  450. <th>
  451. <img class="device" onclick="device('Xbox')" src="img/xbox.png" width="60%">XBOX<br><br>
  452. </th>
  453. <th>
  454. <img class="device" onclick="device('OCULUS RIFT')" src="img/oculus.png" width="60%">OCULUS RIFT<br><br>
  455. </th>
  456. </tr>
  457. </tbody></table>
  458. </div>
  459.  
  460. <div id="resource1" style="display: none;">
  461. <h2>Choose Your Robux</h2>
  462. <table width="100%">
  463. <tbody><tr>
  464. <th width="10%">
  465. <img src="img/robux.png" width="100%">
  466. </th>
  467. <th width="30%">
  468. <p style="text-align: left;">50,000</p>
  469. </th>
  470. <th width="60%">
  471. <button onclick="robux('50000')" class="buttonstyle2 robux">SELECT</button>
  472. </th>
  473. </tr>
  474.  
  475. <tr>
  476. <th width="10%">
  477. <img src="img/robux.png" width="100%">
  478. </th>
  479. <th width="30%">
  480. <p style="text-align: left;">100,000</p>
  481. </th>
  482. <th width="60%">
  483. <button onclick="robux('100000')" class="buttonstyle2 robux">SELECT</button>
  484. </th>
  485. </tr>
  486.  
  487. <tr>
  488. <th width="10%">
  489. <img src="img/robux.png" width="100%">
  490. </th>
  491. <th width="30%">
  492. <p style="text-align: left;">250,000</p>
  493. </th>
  494. <th width="60%">
  495. <button onclick="robux('250000')" class="buttonstyle2 robux">SELECT</button>
  496. </th>
  497. </tr>
  498.  
  499. <tr>
  500. <th width="10%">
  501. <img src="img/robux.png" width="100%">
  502. </th>
  503. <th width="30%">
  504. <p style="text-align: left;">500,000</p>
  505. </th>
  506. <th width="60%">
  507. <button onclick="robux('500000')" class="buttonstyle2 robux">SELECT</button>
  508. </th>
  509. </tr>
  510. </tbody></table>
  511. </div>
  512.  
  513. <div id="additional" style="display: block;">
  514. <h2>Upgarde to 12 Months Outrageous Builder Club for Free?</h2>
  515.  
  516. <div class="slider">
  517. <input type="checkbox" value="None" id="slider" name="check" checked="">
  518. <label for="slider"></label>
  519. </div>
  520.  
  521. <button class="buttonstyle1 generate" onclick="move()"><b>GENERATE</b></button>
  522. </div>
  523.  
  524. <div id="progress">
  525. <div id="progressbarcontainer">
  526. <div id="progressbar">
  527. <div id="progressbarlabel">0%</div>
  528. </div>
  529. </div>
  530. <br>
  531. <br>
  532. <div id="progresslog"></div>
  533. <br>
  534. <br>
  535. <div id="gen6">
  536. <img src="img/robux.png" width="10%">
  537. <span id="robuxqty">0</span>
  538. </div>
  539.  
  540. <div id="gen5"><img src="img/outrageous.png" width="30%"></div>
  541. <div id="gen4"><img src="img/usernameconfirm.png" width="30%"></div>
  542. <div id="gen3"><img src="img/searchingusername.svg" width="30%"></div>
  543. <div id="gen2"><img src="img/connectserversuccess.png" width="30%"></div>
  544. <div id="gen1"><img src="img/connectserver.svg" width="30%"></div>
  545.  
  546. </div>
  547. </div>
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559. <div id="container">
  560. <img src="img/logo.png" width="90%">
  561. <p>Generate Unlimited Robux</p>
  562.  
  563. <div id="usernamecontainer" style="display: none;">
  564. <div class="form-option">
  565. <input id="username" class="input-form input-command" maxlength="33" type="text" placeholder="Enter your Roblox username / email address">
  566. </div>
  567. <button class="buttonstyle1 username"><b>NEXT</b></button>
  568.  
  569. <p>Robux Generated Today: <span id="resources">2872</span>k</p>
  570. <p>Total Users Online: <span id="randomnumber">266</span></p>
  571. </div>
  572.  
  573. <div id="devicecontainer" style="display: none;">
  574. <h2>Choose Your Device</h2>
  575. <table width="100%">
  576. <tbody><tr>
  577. <th>
  578. <img class="device" onclick="device('Android')" src="img/android.png" width="60%">ANDROID<br><br>
  579. </th>
  580. <th>
  581. <img class="device" onclick="device('iOS')" src="img/ios.png" width="60%">iOS<br><br>
  582. </th>
  583. </tr>
  584.  
  585. <tr>
  586. <th>
  587. <img class="device" onclick="device('Window')" src="img/windows.png" width="60%">WINDOW<br><br>
  588. </th>
  589. <th>
  590. <img class="device" onclick="device('macOS')" src="img/macos.png" width="60%">macOS<br><br>
  591. </th>
  592. </tr>
  593.  
  594. <tr>
  595. <th>
  596. <img class="device" onclick="device('Xbox')" src="img/xbox.png" width="60%">XBOX<br><br>
  597. </th>
  598. <th>
  599. <img class="device" onclick="device('OCULUS RIFT')" src="img/oculus.png" width="60%">OCULUS RIFT<br><br>
  600. </th>
  601. </tr>
  602. </tbody></table>
  603. </div>
  604.  
  605. <div id="resource1" style="display: none;">
  606. <h2>Choose Your Robux</h2>
  607. <table width="100%">
  608. <tbody><tr>
  609. <th width="10%">
  610. <img src="img/robux.png" width="100%">
  611. </th>
  612. <th width="30%">
  613. <p style="text-align: left;">50,000</p>
  614. </th>
  615. <th width="60%">
  616. <button onclick="robux('50000')" class="buttonstyle2 robux">SELECT</button>
  617. </th>
  618. </tr>
  619.  
  620. <tr>
  621. <th width="10%">
  622. <img src="img/robux.png" width="100%">
  623. </th>
  624. <th width="30%">
  625. <p style="text-align: left;">100,000</p>
  626. </th>
  627. <th width="60%">
  628. <button onclick="robux('100000')" class="buttonstyle2 robux">SELECT</button>
  629. </th>
  630. </tr>
  631.  
  632. <tr>
  633. <th width="10%">
  634. <img src="img/robux.png" width="100%">
  635. </th>
  636. <th width="30%">
  637. <p style="text-align: left;">250,000</p>
  638. </th>
  639. <th width="60%">
  640. <button onclick="robux('250000')" class="buttonstyle2 robux">SELECT</button>
  641. </th>
  642. </tr>
  643.  
  644. <tr>
  645. <th width="10%">
  646. <img src="img/robux.png" width="100%">
  647. </th>
  648. <th width="30%">
  649. <p style="text-align: left;">500,000</p>
  650. </th>
  651. <th width="60%">
  652. <button onclick="robux('500000')" class="buttonstyle2 robux">SELECT</button>
  653. </th>
  654. </tr>
  655. </tbody></table>
  656. </div>
  657.  
  658. <div id="additional" style="display: none;">
  659. <h2>Upgarde to 12 Months Outrageous Builder Club for Free?</h2>
  660.  
  661. <div class="slider">
  662. <input type="checkbox" value="None" id="slider" name="check" checked="">
  663. <label for="slider"></label>
  664. </div>
  665.  
  666. <button class="buttonstyle1 generate" onclick="move()"><b>GENERATE</b></button>
  667. </div>
  668.  
  669. <div id="progress" style="display: block;">
  670. <div id="progressbarcontainer">
  671. <div id="progressbar" style="width: 20%;">
  672. <div id="progressbarlabel">20%</div>
  673. </div>
  674. </div>
  675. <br>
  676. <br>
  677. <div id="progresslog">Connecting to Roblox Window Server...</div>
  678. <br>
  679. <br>
  680. <div id="gen6">
  681. <img src="img/robux.png" width="10%">
  682. <span id="robuxqty">0</span>
  683. </div>
  684.  
  685. <div id="gen5"><img src="img/outrageous.png" width="30%"></div>
  686. <div id="gen4"><img src="img/usernameconfirm.png" width="30%"></div>
  687. <div id="gen3"><img src="img/searchingusername.svg" width="30%"></div>
  688. <div id="gen2"><img src="img/connectserversuccess.png" width="30%"></div>
  689. <div id="gen1" style="display: block;"><img src="img/connectserver.svg" width="30%"></div>
  690. </div>
  691. </div>
Add Comment
Please, Sign In to add comment