NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

// ==UserScript==
// @name Ultra-rv Test slow
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js
// @match https://ultra-rv.com/api/createImpression
// @grant none
// ==/UserScript==

(function() {
var x=0;
//2344287
var userid="2357870";
var deviceid="3d233d-x134-fvz1-r2c4-jkyz12";

var ipx=35;
var ipy=196;
var ipz=18;



var ip=ipx+'.'+ipy+'.'+ipz+'.'+ipz;
console.log(ip);
setTimeout(getSession,300);

function getSession()
{
$.ajax({
url: '//ultra-rv.com/api/createSession',
dataType: 'json',
type: 'post',
contentType: 'application/json',
data: JSON.stringify( { "pub_id": "1728328", "app_key": "2b502321","user_id":userid,"device_id":deviceid,"session_id":"","impression_id":"","sdk_version": "1.0.12b" } ),
success: function( data, textStatus, jQxhr ){

console.log(data.session_id);
if(data.session_id==null) setTimeout(getSession,500);
else
{

for(var qq=0;qq<10;qq++)
{
setTimeout(function() {
getImp(data.session_id);
}, qq*1000)//7k
}

}

setTimeout(getSession,15000);//85k
},
error: function( jqXhr, textStatus, errorThrown ){
console.log( errorThrown );
}
});
}

function getImp(sessionid)
{
$.ajax({
url: '//ultra-rv.com/api/createImpression',
dataType: 'json',
type: 'post',
contentType: 'application/json',
data: JSON.stringify( { "pub_id": "1728328", "app_key": "2b502321","user_id":userid,"device_id": deviceid,"session_id":sessionid,"impression_id":"","sdk_version": "1.0.12b" } ),
success: function( data, textStatus, jQxhr ){
if(data.impression_id==null) setTimeout(getImp,500,sessionid);
else
{
xddd(sessionid,data.impression_id);

//window.open('http://adsrveys.com/ads?v=1&key=7b50ea145ebc296111375afa6e66dc55&tarId=epom-tag-container&cIds=&adsCampaignKey=1502297693476&ch=&click=&tz=3&t=1502298068003&requestUrl=http%3A%2F%2Fwww.tremorgames.com%2Findex.php%3Faction%3Doffers%26tab%3D26&requestRef=http%3A%2F%2Fwww.tremorgames.com%2F%3Faction%3Dprofile%26tab%3D6%26userid%3D'+userid+'&flashVer=26.0%20r0&inDapIF=false&supp_width=703&supp_height=395&cp.page_url=&cp.width=703.984&cp.height=395.996&cp.dyn=pub_id%3D1728328%26app_key%3D2b502321%26user_id%3D'+userid+'%26device_id%3D'+device+'%26session_id%3DS4Zs4GE3xIWo9%26impression_id%3D'+data.impression_id+'%26sdk_version%3D1.0.12b%26browser%3DChrome%2060%26os%3DWindows%207%26custom%3D1%26cstm_custom_sid%3D38624785&cp.dynamic_parameter=&cp.lon=&cp.lat=&cp.app_name=Tremor%20Games&cp.plid=2401&scrWidth=1280&scrHeight=720', '_blank');
}

},
error: function( jqXhr, textStatus, errorThrown ){
console.log( errorThrown );
}
});
}
function xddd(sessionid,impression)
{
console.log('https://adsrveys.com/ads-api-v3?key=7b50ea145ebc296111375afa6e66dc55&format=JSONP&clientIp='+ip+'&requestUrl=&cp.page_url=&cp.width=704&cp.height=396&cp.dyn=pub_id%3D1728328%26app_key%3D2b502321%26user_id%3D'+userid+'%26device_id%3D'+deviceid+'%26session_id%3D'+sessionid+'%26impression_id%3D'+impression+'%26sdk_version%3D1.0.15a%26ip%3D'+ip+'%26browser%3DChrome%2060%26os%3DWindows%208.1%26custom%3D1%26cstm_custom_sid%3D89303255&cp.dynamic_parameter=&cp.ip='+ip+'&cp.lon=&cp.lat=&cp.app_name=Tremor%20Games&cp.plid=2401&callback=?');
$.getJSON('https://adsrveys.com/ads-api-v3?key=7b50ea145ebc296111375afa6e66dc55&format=JSONP&clientIp='+ip+'&requestUrl=&cp.page_url=&cp.width=704&cp.height=396&cp.dyn=pub_id%3D1728328%26app_key%3D2b502321%26user_id%3D'+userid+'%26device_id%3D'+deviceid+'%26session_id%3D'+sessionid+'%26impression_id%3D'+impression+'%26sdk_version%3D1.0.15a%26ip%3D'+ip+'%26browser%3DChrome%2060%26os%3DWindows%208.1%26custom%3D1%26cstm_custom_sid%3D89303255&cp.dynamic_parameter=&cp.ip='+ip+'&cp.lon=&cp.lat=&cp.app_name=Tremor%20Games&cp.plid=2401&callback=?',function(json){
if (json.success)
{
var x1=json.code;
var x11=x1.replace(/\/g, '');
var x12 = x11.replace(/"/g, "'");
var x2="epomRewardPixel:";
var x3 = x12.split(x2).pop();
var x4=x3.match(/'([^']+)'/)[1];

$.ajax({url: x4, success: function(result){
console.log("ok");
}});
}
else
{
console.log("err");
if(ipy>253)
{
ipx++;
ipy=1;
}
else ipy++;
ip=ipx+'.'+ipy+'.'+ipz+'.'+ipz;
console.log(ip);

}
});
}


})();
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.