Safer bot guide compile your scripts.. menu

User Tag List

Results 1 to 10 of 10
  1. #1
    freakyflow's Avatar Contributor
    Reputation
    116
    Join Date
    Jan 2008
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Safer bot guide compile your scripts..

    This is a small easy guide on how to compile your scripts into a standalone exe file, most people I know boting don't do this and all use the same scripts, this makes it all the more easier for bliz to ban wave you. Yes I know a lot mmo'ers already know this.

    • What?

    This works best for scripts that use programs such as autoit or autohotkey, for this example Im using flo bot (autoit).

    • Why?

    If 1 zillion people are all using the same bot script ( say av defense lols) it quite easy for bliz to scan, when they have the proper evidence its whammy ban wave since you all have same checksums.

    • The how


    This is really easy to do since most script engines come with native compilers but first we need do change some data so the file isnt the same size.

    Take your bot script ( for flo this is flo.au3) and open it in a text editor ( notepad) and add in some dummy or garbage code.

    grabage code is not run its just adds to the size so for flo.au3 we add something like a bunch useless global variables

    Global $dollarbill = bilion
    Global $whatever = 10000000000000000000000000888
    Global $donothing= mmowned
    Global $myownpersonlabot = cuted
    Global $dollarbill = bilions
    Global $whatever = 10000000000000000000000000777
    Global $donothing= mmownedduuu
    Global $myownpersonlabot = cut
    Global $dollarbill = billllionu
    Global $whatever = 10000000000000000000666000000
    Global $donothing= mmooouuoownedu
    Global $myownpersonlabot = cuuuuute
    Global $dollarbill = bu000000000000000000uu
    Global $dollarbill = bilionsu
    Global $whatever = 10000000000000000000

    add a bunch of whatever stuff like that that does nothing really.

    save the file.

    Now run the compiler, for autoit its called "script to exe converter" it comes with the autoit full download. Point to your script and save it as something computery like crss2.exe ( dont name it something stupid like mybot.exe).

    Your done, now you can run the exe file from any comp and best of all your checksum wont be the same as everones elses.
    Last edited by freakyflow; 07-21-2008 at 04:18 PM.

    Safer bot guide compile your scripts..
  2. #2
    dalgreens's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Commented code is compiled you ****ing retard.

  3. #3
    Obama's Avatar Legendary
    Reputation
    721
    Join Date
    Dec 2006
    Posts
    2,321
    Thanks G/R
    2/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    whats wrong with the person above me.

    Donator 6/2008.
    Contrib 8/2008.Elite 10/2008.Newsteam 11/2008.Legendary 2/2009.

  4. #4
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Comments within code is skipped by the compiler. (Autoits script to exe in this case)

    It has no effect whatsoever.

  5. #5
    Etherea's Avatar Active Member
    Reputation
    30
    Join Date
    Feb 2007
    Posts
    135
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great idea, and everyone should be doing this when the source is available. And if the source is not available, you should think twice before running it on your PC. And as stated, comments is the one thing you could do that code that won't change the compiled executable. What you want to do instead is move functions around, add dummy functions, dummy variables, etc.

  6. #6
    freakyflow's Avatar Contributor
    Reputation
    116
    Join Date
    Jan 2008
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ya your right duh, I wasnt thinking, Ill edit it, Though if the comments are in the string I think they are stil compiled.
    Last edited by freakyflow; 07-21-2008 at 04:11 PM.

  7. #7
    KingYoshi9's Avatar Site Donator
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Question. If comments don't get compiled, then why is it when I decompile a autoit (exe) file, the comments that my friend put in it (from his computer) are still there?

  8. #8
    acidtripp's Avatar Member
    Reputation
    10
    Join Date
    Sep 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by freakyflow View Post
    Though if the comments are in the string I think they are stil compiled.
    even if comments are in "the string", they are'nt compiled. all comments are ignored when the program is compiled otherwise u wouldn't be able to run the program without a fat ERROR msgbox.

    pretty good idea though
    You can't buy love, you can't sell feelings! We were meant to eat each other!
    -Hey kid, I'm a computer, stop all the downloading by FBTMOF

  9. #9
    freakyflow's Avatar Contributor
    Reputation
    116
    Join Date
    Jan 2008
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol "the string" nice . I meant a string, anyhow I read that on autoit forum from one of the syntax gurus.

  10. #10
    Keithh's Avatar Banned
    Reputation
    86
    Join Date
    Mar 2008
    Posts
    493
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmmmmmmmmmmm

Similar Threads

  1. [Guide] How to compile your own DLL
    By Cursed in forum WoW EMU Guides & Tutorials
    Replies: 58
    Last Post: 06-19-2008, 09:38 AM
  2. [GUIDE] How to compile your own server [MUCH SAFER!]
    By razordemon in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 05-31-2008, 11:27 AM
  3. [Guide] How to compile your own ascent server. 100% work !! TRY IT :D
    By Etzzhy in forum WoW EMU Guides & Tutorials
    Replies: 22
    Last Post: 05-09-2008, 07:04 PM
  4. [Guide] Compiling your own DLL
    By Gastricpenguin in forum WoW EMU Guides & Tutorials
    Replies: 26
    Last Post: 04-22-2008, 09:31 AM
  5. [Guide] Compile your Own Ascent!
    By Aldaus in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 12-08-2007, 05:31 PM
All times are GMT -5. The time now is 04:13 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search