New program i made i need a tester

Discussion in 'Programming General' started by pureflipper123, Oct 9, 2008.

New program i made i need a tester
  1. Unread #1 - Oct 9, 2008 at 7:51 PM
  2. pureflipper123
    Referrals:
    0

    pureflipper123 Guest

    New program i made i need a tester

    I was wondering if someone could test my auto alcher for runescape 2 ...
    to see if its detected or not so could someone use a noob acount and alch like over night and see if you get banned
     

    Attached Files:

  3. Unread #2 - Oct 9, 2008 at 9:51 PM
  4. demonavenger
    Joined:
    Feb 25, 2007
    Posts:
    536
    Referrals:
    0
    Sythe Gold:
    0

    demonavenger Forum Addict
    $5 USD Donor

    New program i made i need a tester

    Lol, why don't you do that your self, to find out this information...
     
  5. Unread #3 - Oct 10, 2008 at 5:10 PM
  6. 128729972
    Referrals:
    0

    128729972 Guest

    New program i made i need a tester

    he prob think it might get banned wuss get a ip address protecter server makes it so your a guest meaning they can't track your ip lol
     
  7. Unread #4 - Oct 10, 2008 at 7:08 PM
  8. Visual Basic Matt
    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056

    Visual Basic Matt Apprentice

    New program i made i need a tester

    Its an autoclicker-not exactly an alcher.

    Also, you need to add a random offset feature. Ill give you a little example code,

    Code:
    Randomize
        Value = Int(4 * Rnd) 'Number 4 = Max Number + 1 (So max number of 3)
    If Str$(Value) = "2" Then
    DoRandomClick
    Else
    'continue
    End If
    End Sub
    
    Public Sub DoRandomClick()
    Randomize
        Value1 = Int(7 * Rnd) 'Number 7 = Max Number + 1 (So max number of 6)
    If Str$(Value1) = "1" Then
    'Click interval + 10 'Miliseconds
    ElseIf Str$(Value1) = "2" Then
    'Click interval + 50 'Miliseconds
    ElseIf Str$(Value1) = "3" Then
    'Click interval + 100 'Miliseconds
    ElseIf Str$(Value1) = "4" Then
    'Click interval - 10 'Miliseconds
    ElseIf Str$(Value1) = "5" Then
    'Click interval - 50 'Miliseconds
    ElseIf Str$(Value1) = "6" Then
    'Click interval - 100 'Miliseconds
    End If
    End Sub
    Just do something like that for randomization. :D
     
  9. Unread #5 - Oct 10, 2008 at 11:07 PM
  10. jdsfighter
    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0

    jdsfighter Forum Addict
    Visual Basic Programmers

    New program i made i need a tester

    I believe we may have found the new biggest idiot on sythe. To be honest man you have absolutely no idea what you are talking about.

    1) "ip address protecter server" = PROXY
    2) Proxies are basically a system set up that allow connection through another server in an attempt to "cloak" your ip, but in no way, shape, or form are completely secure
    3) Runescape has blocked a vast number of proxies already
    4) Runescape does not ip ban for autoing unless it is an extreme case in which there are many different offenses from a single ip, even then it is incredibly rare.
     
< Script Idea | (Guide) Hot to create an undetectable Auto Talker >

Users viewing this thread
1 guest


 
 
Adblock breaks this site