Showing posts with label vb. Show all posts

Thursday, November 4, 2021

thumbnail

vbscript emulator gift for college students

 


What do they say vbscript has become extinct because Microsoft monopolized it and prevented it from developing and I say that this wonderful language is still taught to this day in universities, yes my friend, believe it first, it is still taught in Arab and foreign universities

why  ???

Everyone who has programmed vbscript scripts notices the strength of this language and the ease of writing its lines. It is compared to JavaScript. Its gaps are less. Try for yourself. Put JavaScript in the search https://www.exploit-db.com and then put vbscript and watch the surprise!!!

But Microsoft decided that support for this language is only on internet explorer. This is called monopoly madness, as university students note that even Explorer browsers no longer support this language, as it needs an old browser, and we all know the dangers of using the old version of Explorer, not to mention the endless problems.. .


In this post, my dear brother, I designed a developed simulator to encode the script and bypass the problem of #cookies in old browsers that the trainees suffer from while learning or performing their programming duties, as it is impossible to give you correct results for the operations of saving cookies or cookies


 Also, you can follow a series of vbscript explanation of the basics, my dear brother


Well, in order not to bore you with a lot of idle talk

Download the software source on github

To download the executable file, follow the following path: https://github.com/sadik-fattah/Vbscript_emulator/tree/master

  /vbscripta/vbscripta/bin/Debug

Do not forget the dll file, it is important for the program





Wednesday, November 3, 2021

thumbnail

How to protect your website script from being stolen?

 

Many of us suffer from the theft of the source code of their site, either by the customer or by an intruder, then I will put the code for your site for free, and your trouble will be in vain.




Thankfully, this method is 80% effective. It protects your site when it is presented to a customer. The demo presentation is not enough. You need the entire script to show the customer the capabilities of the script.

Follow this method in the video






thumbnail

speeker with vb.net

A program that works on Netform Work 4.5, God willing, I will build it on Netform Work 3 or 3.5 so that it works on Windows XP, the program depends on voice variables that store certain values in them that may not be voice but rather values based on commands, for example


Watch the video  :




DOWNLOAD








thumbnail

SKYPE RESOLVER get ip aadress

 Hello my friends, today I would like to share my program with you, which is dedicated to withdraw IP from Skype....

Provided that the account is not protected, and that the victim or friend is with you online :)

The program is free and uploaded to several servers




thumbnail

Know How Much Person Using Your program

 hi friend ,


Sometimes we need to know how many people use our application and how many times a day it is used, or to know who is online in the case of a chatting application or an application for online games, in order to make sure of the success or failure of the application and whether you will receive an updated version of the application as successful as the old version and is it suitable for marketing.


How you Know How Much  Person Using Your  program

using php & vb.net we can do this

acounter.php file :


<?php

$type = $_GET['action'];

if($type == "maxi")
{
    $rusers = fopen("user.txt" , "r") or die("Error!");
    $count = fread($rusers,filesize("user.txt"));
    $txt =$count += 1;
   
    $wusers =fopen("user.txt" , "w") or die ("Error!");
    fwrite($wusers,$txt);
    fclose($wusers);
    fclose($rusers);
}
else if ($type == "mini")
{
    $rusers = fopen("user.txt" , "r") or die ("Error!");
    $count = fread($rusers,filesize("user.txt"));
    $txt = $count -=1;
   
    $wusers =fopen("user.txt" , "w") or die ("Error!");
    fwrite($wusers,$txt);
    fclose($wusers);
    fclose($rusers);
}

?>

end text file named  : user.txt value 0

now vb file put this code to the form :


Public Class Form1
    Dim wclient As New System.Net.WebClient

    Private Sub Form1_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
        Label2.Text = wclient.DownloadString("http://localhost/acount/acounter.php?action=mini")
    End Sub

    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        wclient.DownloadString("http://localhost/acount/acounter.php?action=maxi")
        Label2.Text = wclient.DownloadString("http://localhost/acount/user.txt")
        Timer1.Start()

    End Sub

    Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
        Label2.Text = wclient.DownloadString("http://localhost/acount/user.txt")
    End Sub
End Class





thumbnail

PROJECT BUILD SPEED UP PC

 ----------------------------------

HI  my friend ,,
we have simple project to speed up pc !!
is  very simple >>>>

Saturday, October 30, 2021

thumbnail

Instagram Api -OAuth

 

this api  is  stoped in instgram developing

Hallo My friend please Follow me in Instagram for supported  .

go to dev seasstion & create new App

the link of oAuth :  https://api.instagram.com/oauth/authorize/?client_id=CLIENT_ID&redirect_uri=LINK_WEBSITE&response_type=code

thumbnail

How You Can Send Sms With Vb.Net

 hi my friend  today I'll show you how  you can send sms from vb.net project 



1- You need to register in clockwork

2- Go to Developers sector from here

3- watch the  video  I am talking Arabic translat own language from youtube


4- go to github end download Various models


ok now you can download my project from gist


5- the clockwork package from here  

end how to install  packge from here  

thumbnail

OMEGA O.S.


 


#OMEGA_OS #



Is an operating system has been programmed to operate as systems VB.NETvery light Astm


Ease of control



properties:




Anti Virus system populated MD5 can fill it because it is 

a file that does not TEXT

Update needs



"VALIDATION  EMAIL"



MAILER system Send TrE depends on Port  587  



USES




HOSTMAIL OUTLOOK & YAHOO & GAMIL



The message transmitter up in the important MAIL and is  
not SPAM

System module contains DOSS ATTAK strongly and 10  

census attack even 60 000


THE SYSTEM HAVE EXTRECT IP OF WEBSITE 

HE CAN  GET YOU  THE IP ADRRES In the blink of an  

Friday, October 29, 2021

About